﻿/*
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: #000000;
	color: #000000;
	padding: 0;
	margin: 0;
	font-size: 11px;
}

#OuterContentPane 
{
	color: #000000;
	padding: 20px 20px 10px 16px;
	background: #ffffff;
	border-left: #000000 solid 23px;
	border-right: #000000 solid 23px;
}

#pagehead
{
	height: 185px;
	border-bottom: 0px solid #000000;
}

#topbar1
{
	color: #000000;
	background: url(images/Top.gif) no-repeat top left; 
	height: 185px;
}

#topbar2
{
	color: #000000;
	background: url(images/TopR.gif) no-repeat top right; 
	height: 185px;
}

.loginBox
{
	border-top: 20px solid #484848;
	border-left: none;
	border-right: none;
	border-bottom: none;
	background: #e8e8e8;
	color: #000000;
	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: 0px;
}

.loginBox input[type="text"], .loginBox input[type="password"]
{
	width: 169px;
	Margin-left: 0px; /*This affects Firefox but not IE*/
}

.loginBox a, .loginBox a:visited
{
	color: #FF0000;
}

.loginBox a:hover
{
	color: #ffffff;
}

.LoginInstruction
{
    position: absolute;
	border: 1px solid #e5e5e5;
	background: #ffffff;
	color: #000000;
    padding: none;
    left: 240px;
    top: 200px;
    width: 600px;
    height: 322px;
}

#LoginStatusString
{
	font-size: 11px;
	text-align: left;
	color: #000000;
	background: none;
	top: 129px;
	left: 468px;
}

#menu
{
	font-size: 12px;
	Line-height: 26px;
	left: 478px;
	top: 154px;
	text-decoration: none;
	Border: none;
	font-weight: Bold;
	text-align: center;
	position: absolute;
	font-variant: small-caps;
	background: none;
}

#menu li 
{
	vertical-align: top;
	width: 124px;
	height: 26px;
	color: #ffffff;
	text-decoration: none;
	background: url(images/MButtH.gif) no-repeat top left;
	border: none;
	display: inline-block;
}
	 
#menu a, #menu a:visited
{
	color: #ffffff;
	text-decoration: none;
	background: url(images/MButt.gif) no-repeat top left;
	border: none;
	display: inline-block;
}

#menu a:hover  
{
	color: #ffffff;
	text-decoration: none;
	background: url(images/MButtH.gif) no-repeat top left;
	border: none;
}

.DetailsTable 
{ 
	padding: 0px;
	font-size: 11px;
	background: #ffffff;
}

.DetailsHeader
{
    color: #ffffff;
	background: #484848;
	line-height: 24px;
}

.DetailsHeader a
{
	color: #ffffff;
	font-weight: bold;
}

.DetailsHeader a:hover
{
	color: #a7a7a7;
	background: #484848;
	display: inline-block;
}

a,
a:visited
{
	color: #000000;
	background: inherit;
}

a:hover
{
	color: #ff0000;
	background: inherit;
}

select, input
{
	font-size: 11px;
}

.ContentSection
{
	padding-left: 0px; 
	margin-top: 10px;
	padding-bottom: 0px;
	background: none;
}

.DetailsCell
{
	color: inherit;
	background: #ffffff;
}

.DetailsAlternatingCell
{
	color: inherit;
	background: #e8e8e8;
}

.TimeLineLegend
{
	display: inline-block;
	font-weight: bold;
	background: none;
	color: #000000;
	text-align: center;
	padding: 5px 5px 5px 5px;
	border: solid 1px gray;
}

.TimeLineOverdue
{
	background: #ffb6c1;
	color: #000000;
	white-space: nowrap;
	text-align: center;
}

.TimeLinePending
{
	background: #FFFF00;
	color: #000000;
	white-space: nowrap;
	text-align: center;
}

.TimeLineCompleted
{
	background: #98fb98;
	color: #000000;
	white-space: nowrap;
	text-align: center;
}

.TimeLineCompletedLate
{
	background: #ffcc99;
	color: #000000;
	white-space: nowrap;
	text-align: center
}

.TimeLineEstimate
{
	font-style: italic;
	color: #000000;
	background: inherit;
	white-space: nowrap;
	text-align: center;
}

.Button.FilterStripGroup_none
{
	background-color: #ececec;
}

#pagefooter
{
    text-align:left; 
	padding-top: 10px;
	border-top: 0px;
	border-bottom: 0px;
	height: 20px;
	color: #ffffff;
	font-size: 9px;
	padding-left: 20px;
	background: #000000;
}

#PageFooter a,
#PageFooter a:visited
{
	color: #ffffff;
	font-size: 9px;
}

#PageFooter a:hover
{
    color: #ff0000;
    font-size: 9px;
}
