/*
This file inherits all the styles from DefaultStyle.css
Please make sure that the following import link is present if you want to inherit default styles.
Any changes in fonts, colours, layout, etc. can be done via overriding CSS style elements after the import statement.

Good CSS guide is located at

http://www.htmlhelp.com/reference/css/

*/
@import url(DefaultStyle.css);

/* put your changes below this comment */
body {
	background: #00703c;  
	color: #666666;
	padding: 0;  
	margin: 0;
	font-size: 12px;
}

#OuterContentPane {
	color: #666666;
	padding: 10px 10px 10px 10px;
	background: #FFFFFF;
	margin-left: 0px;
	margin-right: 0px;
}

#pagehead {
	height: 190px;
	border-bottom: 0px solid #ffffff;
}

a,
a:visited {
	color: #0b5c01;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}

#topbar1 {
	color: #ffffff;
	background: url("images/Banner.gif") repeat-x top left;
	height: 190px;
}

#topbar2 {
	color: #ffffff;
	background: url("images/topbg3.jpg") no-repeat top right;
	height: 190px;
}

.loginBox {
	border-top: 15px solid #f0f0f0;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	color: #666666;
	background: #FFFFFF;
	padding: 10px 10px 10px 10px;
	width: 170px;
	font-weight: normal;
}

#CompanyCodeTextBox {
	Margin: 0px 0px 0px 0px;
}

.loginBox div {
	Margin: 0px;
	padding: 0px; 
}

#ViewShipmentDetails {
	padding-right: 10px;
}

/*.loginBox input[type="text"], .loginBox input[type="password"] {
	width: 169px;
	background: #000000;
	Margin-left: 10px; /*This affects Firefox but not IE
}*/

input, select {
	background-color: #F4F4F4;
	border-color: #B1B1B1 #EAEAEA #EAEAEA #B1B1B1;
	border-style: solid;
	border-width: 1px;
	color: #0b5c01;
	font-size: 11px;
	padding: 1px;
}


.loginBox a, .loginBox a:visited {
	color: #0b5c01;
	font-weight: bold;
	text-decoration: none;
}

.loginBox a:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}

.LoginInstruction {
    position: absolute;
	border: 1px solid #e5e5e5;
	background: #ffffff;
	color: #000000;
    padding: none;
    left: 240px;
    top: 200px;
    width: 600px;
    height: 322px;
}

.ErrorMessage {
	font-size: 11px;
}

#menu {
	font: 100%/20px;
	top: 170px;
	left: 0px;
	color: #0b5c01;
	font-weight: bold;
	font-size: 11px;
}

#menu li {
	color: #FFFFFF;
	vertical-align: top;
	width: 150px;
	height: 20px;	
	background: url("images/MButtA.gif") no-repeat;
	border: 0px solid
}
	 
#menu a, 
#menu a:visited {
	color: #0b5c01;
	background: url("images/MButt.gif") no-repeat;
	border-bottom: 1px solid #E5E5E5;
}

#menu a:hover {
	color: #FF0000;
	background: url("images/MButtH.gif") no-repeat;
	border-bottom: 1px solid #E5E5E5;
}

#LoginStatusString {
	position: absolute;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 9px;
	background: none;
	top: 2px;
	right: 0px;
	padding-left: 10px;
	padding-right: 6px;
}

#LoginStatusString a,
#LoginStatusString a:visited,
#LoginStatusString a:hover {
	color: #ffffff;
	background: none;
}

.DetailsTable { 
	padding: 0px;
	margin-top: 10px;
	font-size: 11px;
	background: #ffffff;
}

.DetailsHeader {
    color: #0b5c01;
	background: #F4F4F4;
	line-height: 24px;
}

.DetailsHeader a {
	color: #0b5c01;
	font-weight: bold;
}

.DetailsHeader a:hover {
	color: #FF0000;
	background: #F4F4F4;
	display: inline-block;
}

.ContentSection {
	padding-left: 0px; 
	margin-top: 10px;
	padding-bottom: 0px;
	background: none;
}

.DetailsCell {
	color: inherit;
	background: #ffffff;
}

.DetailsAlternatingCell {
	color: inherit;
	background: #f4f4f4;
}

.TimeLineLegend {
	display: inline-block;
	font-weight: bold;
	background: none;
	color: #666666;
	text-align: center;
	padding: 5px 5px 5px 5px;
	border: solid 1px gray;
}

.TimeLineOverdue {
	background: #ffb6c1;
	color: #666666;
	white-space: nowrap;
	text-align: center;
}

.TimeLinePending {
	background: #FFFF00;
	color: #666666;
	white-space: nowrap;
	text-align: center;
}

.TimeLineCompleted {
	background: #98fb98;
	color: #666666;
	white-space: nowrap;
	text-align: center;
}

.TimeLineCompletedLate {
	background: #ffcc99;
	color: #666666;
	white-space: nowrap;
	text-align: center
}

.TimeLineEstimate {
	font-style: italic;
	color: #666666;
	background: inherit;
	white-space: nowrap;
	text-align: center;
}

.Button.FilterStripGroup_none
{
	background-color: #F4F4F4;
}

.PageTitle {
	color: #D60809;
}

#pagefooter {
	text-align: left;
	border-top: 0px solid;
	border-bottom: 0px solid;
	padding-top: 36px;
	padding-left: 30px;
	height: 59px;
	color: #6A8CD3;
	background: url("images/bar.gif");
	font-size: 9px;
}

#pagefooter a,
#pagefooter a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #6A8CD3;
}

#pagefooter a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FFFF00;
}