/*
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: #fffffff;
	color: #464646;
	padding: 0;
	margin: 0;
	font-size: 11px;
}

#OuterContentPane 
{
	Margin-Left: 0px;
	Margin-right: 0px;
	padding: 15px 15px 10px 25px;
	background: #ffffff;
}

#pagehead
{
	height: 144px;
	border-bottom: 0px solid #000000;
}

#topbar1
{
	color: #ffffff;
	background: url(Banner.gif) repeat-x top left; 
	height: 144px;
}

#topbar2
{
	color: #ffffff;
	background: url(Top.gif) no-repeat top left; 
	height: 144px;
}

.loginBox 
{
	border: 0px solid #000000;
	background: #1b2048;
	color: #cccccc;
	padding: 15px 0px 15px 10px;
	width: 170px;
}

#CompanyCodeTextBox
{
	Margin: 0px 0px 0px 0px;
}

.loginBox div
{
	Margin: 0px;
	padding: 0px; 
}

.loginBox input[type="text"], .loginBox input[type="password"]
{
	width: 169px;
/*	Margin-left: 42px;*/
}

.loginBox a, .loginBox a:visited
{
	color: #cccccc;
}

.loginBox a:hover
{
	color: #ffffff;
}

.LoginInstruction
{
    position: absolute;
    border: 0px solid #000000;
    background: #ffffff;
    color: #464646;
    padding: none;
    left: 324px;
    top: 165px;
    width: 600px;
    height: 322px;
}

#LoginStatusString
{
	color: #064465;
	background: none;
	top: 82px;
	position: absolute;
	right: auto;
	padding-left: 29px;
	padding-right: 10px;
}

#menu
{
	left: 132px;
	top: 110px;
	text-decoration: none;
	font-size: 10pt;
	font-weight: normal;
	text-align: center;
	font-variant: normal;
	line-height: 22px;
	vertical-align: inherit;
}

#menu li
{
	width: 120px;
	height: 22px;
	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: #000000;
	background: url(images/MButt.gif) no-repeat top left;
	width: 120px;
	height: 22px;
	text-decoration: none;
	display: inline-block;
}

#menu a:hover  
{
	color: #ffffff;
	text-decoration: none;
	width: 120px;
	height: 22px;
	background: url(images/MButtH.gif) no-repeat top left;
}

.DetailsTable 
{ 
	padding: 0px;
	font-size: 11px;
}

.DetailsHeader
{
    color: #cccccc;
	background: #1b2048;
	vertical-align: middle;
	line-height: 20px;
}

.DetailsHeader a
{
	color: #cccccc;
	font-weight: bold;
}

.DetailsHeader a:hover
{
	color: #ffffff;
	background: inherit;
}

a,
a:visited
{
	color: #000000;
	background: inherit;
}

a:hover
{
	color: #0255fd;
	background: inherit;
}

select, input
{
	font-size: 11px;
}

.ContentSection
{
	padding-left: 0px; 
	margin-top: 10px;
	padding-bottom: 0px;
	background: none;
}

.DetailsCell
{
	color: #000000;
	background: #ffffff;
}

.DetailsAlternatingCell
{
	color: #000000;
	background: #e6eff9;
}

.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: #ffffff;
}

#pagefooter
{
    text-align: left;
    
	padding-top: 0px;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	height: 10px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	padding-left: 25px;
	background: none;
}

#PageFooter a,
#PageFooter a:visited
{
	color: #000000;
	font-size: 12px;
}

#PageFooter a:hover
{
    color: #464646;
    font-size: 12px;
}
