/*****Zero out margins and padding*****/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, th, td, input, textarea, select 
{ margin: 0; padding: 0;
    font-size: 11px;  
}

/******BASIC TAG DEFINITIONS******************************************************************************/
body {
    color: #3B3B3B; 
    line-height: 18px;
    background: #00457C url('../../images/topbar.gif') repeat-x 0 0;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1, .h1 {font: 18px Verdana, Arial, Helvetica, sans-serif; font-weight: normal; color: #00457C; margin-bottom: 10px;}
h2, .h2 {font: 16px Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: #49712D;}
h3, .h3 {font: 14px Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: #00457C;}
h4, .h4 {font: 12px Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: #3B3B3B; padding:0px; margin:0px;}

p {margin-bottom: 10px;}

a:link {color: #00457C; text-decoration: underline;}
a:visited {color: #777777; text-decoration: underline;}
a:hover {color: #49712D; text-decoration: underline;}

input[type="text"],input[type="password"] {background-color: #EBE9DE; border: 1px solid #49712D; padding: 3px;}
input[type="radio"] { margin-left:10px; vertical-align:middle; }
.TextBoxError { background-color:Orange;}
.LoudText1 { color: #006; }
.LoudText2 { color: #006; font-family: Verdana; font-style: italic; font-size: medium;  }
.LoudText3 { color: #006; font-family: Verdana; font-style: italic; font-size: small; font-weight: bold; }


/******HEADER********************************************************************************************/

#header {
/*width: 986px; */
height: 90px; 
/*margin: 5px auto 0 auto; */
background: url('../../images/header_back.jpg') no-repeat 0 0; 
color: #fff;
}

#logo {float: left; width: 375px; height: 51px; margin-top: 39px}

#logo a {
font-size: 12px;
display: block; 
height: 51px; 
width: 237px;
overflow:hidden;
position:relative;
}

#logo a span {
display: block; 
height: 51px; 
width: 237px;
position: absolute; 
left: 0; 
top: 0;
background: url('/images/cap-logistics-logo.jpg') no-repeat 0 0;
cursor: pointer;
}

#utility {float: right; list-style: none; font-size: 11px; line-height: 12px; margin-top: 6px;}
#utility li {float: right; border-right: 1px solid #fff; padding: 0 5px 2px 5px;}
#utility li.last {border-right: 0px; padding-right: 0px;}
#utility li a, #utility li a:visited {color: #fff; text-decoration: none;}
#utility li a:hover {color: #fff; text-decoration: underline;}

#phone {clear: right; float: right; text-align: right; font-size: 14px; width: 300px; padding-top: 45px;}

/******WRAPPER*******************************************************************************************/
#container 
{
    /*width: 958px; 
    padding: 14px; */
    margin: 0 auto; 
    background-color: #fff; 
    overflow: hidden;
}

/******NAV***********************************************************************************************/
#chromemenu {height: 22px; background-color: #E4E0D1; margin-bottom: 14px;}
#nav {float: left; list-style: none; margin-left: 0px; border-left: 1px dashed #fff;} /*was margin-left: 204px;*/
#nav li {float: left; width: 204px; height: 22px; border-right: 1px dashed #fff; text-align:center;}

ul#nav li a  {
display: block; 
height: 22px; 
width: 204px;
/*background: #000;
color: #fff;*/
overflow:hidden;
position:relative;
}

ul#nav li a span {
cursor: pointer; 
display: block; 
height: 22px; 
width: 204px;
position: absolute; 
left: 0; 
top: 0;
}

ul#nav li#nav1 a span { background: url('../../images/nav.gif') no-repeat 0px -10px;
}
ul#nav li#nav2 a span { background: url('../../images/nav.gif') no-repeat -204px -10px;
}
ul#nav li#nav3 a span { background: url('../../images/nav.gif') no-repeat -408px -10px;
}


ul#nav li#nav1 a:hover span { background: url('../../images/nav.gif') no-repeat 0 -55px;
}
ul#nav li#nav2 a:hover span { background: url('../../images/nav.gif') no-repeat -204px -55px;
}
ul#nav li#nav3 a:hover span { background: url('../../images/nav.gif') no-repeat -408px -55px;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
font: normal 11px Verdana;
line-height:18px;
z-index:100;
visibility: hidden;
list-style:none;
margin-top: -1px;
}

.dropmenudiv a{
display: block;
border-top: 1px solid #F5EFD6; 
padding: 6px 20px 8px 20px;
text-decoration: none;
font-weight: bold;
background-color: #00457C;
width: 194px;
line-height: 14px;
}

.first a {border-top: 0px;}

ul.dropmenudiv li a:link, ul.dropmenudiv li a:visited {color: #F5EFD6; text-decoration: none;}

ul.dropmenudiv li a:hover {color: #fff; text-decoration: none; background-color: #49712D;}


/******SEARCH********************************************************************************************/

#search {float: right; padding: 11px 14px 0 0; width: 236px;}

#search input {
float: left; 
height: 14px; 
width: 200px; 
font-size: 11px; 
padding: 3px; 
line-height: 10px;
}

#search input.searchBtn {
border-style: none;
	border-color: inherit;
	border-width: 0px;
	height: 22px; 
	width: 23px; 
background: url('../../images/searchBtn.gif') no-repeat 0 0;
	cursor:pointer;
	padding: 0px;
	float: right;
}

/******SIDEBAR*******************************************************************************************/
#sidebar {float: left; width: 192px; margin-right: 13px; height:100%;}

#login, #track {font-size: 11px; padding: 14px;}

#login h3 {
font-size: 12px;
display: block; 
height: 20px; 
width: 160px;
overflow:hidden;
position:relative;
}

#login h3 span { 
display: block; 
height: 20px; 
width: 160px;
position: absolute; 
left: 0; 
top: 0;
background: #CCDAE5 url('../../images/manage_header.gif') no-repeat 0 0;
}

#login input {width: 157px; margin-bottom: 6px;}

#login input.loginBtn {
border-style: none;
	border-color: inherit;
	border-width: 0px;
	height: 24px; 
	width: 64px; 
background: url('../../images/loginBtn.gif') no-repeat 0 0;
	cursor:pointer;
	padding: 0px;
	margin-top: 6px;
	float: left;
}

#login .helptxt {display: block; width: 90px; float: right; margin: 3px 0 16px 0; line-height: 14px;}

#sidebar td label {margin-left: -8px}
#sidebar label {font-size: 12px; font-family: Arial, Helvetica, sans-serif; margin-left: -10px}

#ctas {list-style: none; background: #DBE5ED; clear:both;}
#ctas li {height: 28px; border-top: 1px dashed #fff; padding: 8px 0 0 14px;}
#ctas li.last {border-bottom: 1px dashed #fff;}

#ctas li a, #ctas li a:visited, #ctas li a:hover {
font-weight: bold; 
text-decoration: none;
padding-right: 20px;
background: url('../../images/green-arrow.gif') no-repeat right top;
}

#ctas li a:visited {color: #00457C;}

/******MAIN CONTENT**************************************************************************************/

#contentWrap {
overflow: hidden; height:100%;
}
#mainContent, .mainContent {border: 1px solid #E4E0D1; float: right; padding: 10px 2px; background: #fff; width:98%;}

#mainContent ul, ol {
margin: 0 0 20px 40px; 
font-family: Calibri; 
font-size: 11px; 
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#mainContent blockquote {margin: 0 0 10px 40px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;}

#mainContent p {font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;}

#mainContent label {font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold;}

/******PORTALS*******************************************************************************************/

#portals {border-left: 1px solid #E4E0D1;
	border-right: 1px solid #E4E0D1;
	border-bottom: 1px solid #E4E0D1;
	border-top: 0px;
	float: right; background: url('../../images/portal_back.gif') repeat-y 0 0;
}

#col1 {clear: both; float: left; width: 222px; padding: 8px 14px;}

#col1 h3 {
font-size: 12px;
display: block; 
height: 18px; 
width: 214px;
overflow:hidden;
position:relative;
margin-bottom: 3px;
}

#col1 h3 span {
display: block; 
height: 18px; 
width: 214px;
position: absolute; 
left: 0; 
top: 0;
background: #fff url('../../images/whatsnew_header.gif') no-repeat 0 0;
}

#col1 img {margin-bottom: 4px;}

#col1 p {font-size: 11px; line-height: 15px; font-family: Verdana, Arial, Helvetica, sans-serif;}

#col2 {float: left; width: 222px; padding: 8px 14px;}

#col2 h3 {
font-size: 12px;
display: block; 
height: 18px; 
width: 214px;
overflow:hidden;
position:relative;
}

#col2 h3 span {
display: block; 
height: 18px; 
width: 214px;
position: absolute; 
left: 0; 
top: 0;
background: #fff url('../../images/custom_header.gif') no-repeat 0 0;
}

#col2 img {margin-bottom: 6px;}

#col2 p {font-size: 11px; line-height: 15px; font-family: Verdana, Arial, Helvetica, sans-serif;}


#col3 {float: left; width: 223px; padding: 8px 14px;}

#col3 h3 {
font-size: 12px;
display: block; 
height: 18px; 
width: 214px;
overflow:hidden;
position:relative;
margin-bottom: 6px;
}

#col3 h3 span {
display: block; 
height: 18px; 
width: 214px;
position: absolute; 
left: 0; 
top: 0;
background: #fff url('../../images/collaborate_header.gif') no-repeat 0 0;
}

#col3 p {font-size: 11px; line-height: 15px; font-family: Verdana, Arial, Helvetica, sans-serif;}


/******FOOTER********************************************************************************************/
#footer 
{
    /*width: 986px; 
    margin: 5px auto 0 auto; */
    color: #fff; 
    font-size: 11px; 
    line-height: 14px; 
    height: 60px;
}

#footer a, #footer a:visited {color: #fff; text-decoration: none;}
#footer a:hover {color: #fff; text-decoration: underline;}

#copyright {float: left;}

#footerLinks {list-style: none; float: right;}
#footerLinks li {float: right; border-right: 1px solid #fff; padding: 0 5px 2px 5px; line-height: 12px;}
#footerLinks li.last {border-right: 0px; padding-right: 0px;}
#footerLinks li a, #footerLinks li a:visited {color: #fff; text-decoration: none;}
#footerLinks li a:hover {color: #fff; text-decoration: underline;} 


/******CUSTOM CLASSES*************************************************************************************/
.clearing {clear: both;}

.sidebarImg {padding: 14px 0 14px 11px; display:block;}

img.cta {float: right; margin-left: 10px; margin-bottom: 10px;}
a img.cta {border: 0px;}

.title a, .morelink a {font-weight: bold;}

img.left {float: left; margin: 0 10px 10px 0;}
img.right {float: right; margin: 0 0 10px 10px;}

.FieldLabel { font-weight:bold; }
