﻿body
{
    margin: 0px;
}
/*background-color:#44607E;*/

.tabUserHome
{
    width: 950px;
    border: 1px solid #999;
    background-color: whitesmoke;
}
.tabUserHome
{
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.8);
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.8);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.8);
    border-radius: 4px;
}
.divstrip
{
    background-color: #FF9900;
    height: 3px;
    width: 100%;
}
/*.tabControlCls .ajax__tab_header
{
	background-color:Black;
	font-family: verdana;
	font-size:medium;
	padding: 0px;
	color:White;
	border:White;
	border-top-left-radius:5px;
}*/
.ajax__tab_header
{
    /*background-image: url('../images/indentbg.gif');*/
    border-radius: 4px 4px 0px 0px;
    background-color: #000080;
    color: #707070;
    font-size: 13px;
    font-weight: bold;
    padding: 3px;
    font-family: Arial;
}
.tabControlCls
{
    text-align: left; /*background-image: url('../images/indentbg.gif'); 	border-radius: 3px 3px 0px 0px;*/
}
.ajax__tab_tab
{
    /*font-size: medium;*/
    padding: 3px; /*color: White;*/ /*background-image: url('../images/indentbg.gif');*/ /*border-radius:2px;*/ /*border: White; 	border-top-left-radius: 5px;*/
    text-decoration: none;
    margin: 3px;
}
#__tab_TabContainer1_TabPanel1
{
    /*background-color: #D7D8D7;*/
    cursor: pointer; /*color: Black; 	font-weight: bold; 	margin-right: 1px; 	border-bottom: none; 	margin-left: 1px;*/
}
#__tab_TabContainer1_TabPanel1:active
{
    /*background-color: ThreeDShadow;*/
}
#__tab_TabContainer1_TabPanel2
{
    cursor: pointer; /*background-color: #D7D8D7; 	 	color: Black; 	font-weight: bold; 	border-bottom: none;*/
}
.ajax__tab_default .ajax__tab_tab
{
    /*cursor: pointer; 	display: inline-block; 	margin-right: 0px; 	overflow: hidden; 	text-align: center;*/
}
.tabControlCls .ajax__tab_active #__tab_TabContainer1_TabPanel1
{
    color: White;
    font-size: 13px; /*text-decoration: underline;*/ /*border-bottom: solid 2px white;*/
}
.tabControlCls .ajax__tab_active #__tab_TabContainer1_TabPanel2
{
    color: White;
    font-size: 13px; /*text-decoration: underline;*/ /*border-bottom: solid 2px white;*/
}
.tabControlCls .ajax__tab_hover #__tab_TabContainer1_TabPanel1
{
    /*background-color: #CAF7FC;*/
}
.tabControlCls .ajax__tab_hover #__tab_TabContainer1_TabPanel2
{
    /*background-color: #CAF7FC;*/
}


.txtShipmanagement
{
    color: #565656;
    font-family: Calibri;
    font-size: 20px;
    font-weight: bold;
    height: 60px;
}
.txtlogintype
{
    color: #4A7EB2;
    font-weight: bold;
    font-family: Arial;
    font-size: 14px;
}
.txtlogpass
{
    font-family: Arial;
    color: #565656;
    font-size: 14px;
    letter-spacing: 1px;
}
.txt
{
    font-family: Arial;
    width: 200px;
    color: #565656;
    font-size: 14px;
    border: 1px solid #A4A4A4;
    padding: 2px;
    border-radius: 2px;
}
.txt:focus
{
    font-family: Arial;
    width: 200px;
    color: #565656;
    font-size: 14px;
    border: 1px solid #6E6E6E;
    padding: 2px;
    border-radius: 2px;
    box-shadow: 0px 0px 4px #6E6E6E;
}
.btnSignIn
{
    background-color: #858282;
    border: 1px solid #171717;
    border-radius: 5px;
    box-shadow: 1px 1px 1px 1px #6E6E6E;
    color: #2E2E2E;
    cursor: pointer;
    font-family: Arial;
    font-weight: bold;
    letter-spacing: 1px;
    margin-left: 80px;
    padding: 5px 15px;
    width: 100px;
}
.btnSignIn:hover
{
    background-color: #ABA9A9;
    border: 1px solid #6E6E6E;
}
.tblAdmin
{
    background-color: #FFFFFF;
    border: 2px solid #808080;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 300px;
    width: 425px;
}
