/*
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: #003399 url(images/BG.gif);
	color: #000000;
	padding: 0;
	margin: 0;
	font-size: 12px;
}

#OuterContentPane 
{
	background: #FFFFFF url(images/watermark.gif) no-repeat scroll center;
	margin: 0px 15px 0px 15px;
	padding: 10px 10px 10px 15px;
}

#pagehead
{
	height: 158px;
	border-bottom: 0px solid #000000;
}

.DetailsTable 
{ 
	padding: 0px;
}

.DetailsHeader
{
    color: #FFFFFF;
	background: #003399;
}

.DetailsHeader a,
.DetailsHeader a:visited
{
	color: #FFFFFF;
	font-weight: bold;
}

.DetailsHeader a:hover
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a,
a:visited
{
	color: #000000;
	background: inherit;
}

a:hover
{
	color: #003399;
	background: inherit;
	text-decoration: none;
}

select, input
{
	font-size: 12px;
}

#topbar2
{
	color: #ffffff;
	background: url(images/topbg1.gif) no-repeat top right; 
	height: 158px;
}

#topbar1
{
	color: #ffffff;
	/*background: url(images/Banner.gif) repeat-x top left; */
	background: transparent;
	height: 158px;
}

#menu
{
	font: 100%/25px;
	left: 15px;
	top: 133px;
	text-decoration: none;
	Border: none;
	font-weight: Bold;
	text-align: center;
	position: absolute;
	font-variant: normal;
	background: none;
}

#menu li 
{
	Border: none;
	vertical-align: top;
	width: 130px;
	height: 25px;
	color: #A02803;
	text-decoration: none;
	background: url(images/MButt.gif) no-repeat top left;
	border: none;
}
	 
#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: #A02803;
	text-decoration: none;
	background: transparent url(images/MButt.gif) no-repeat top left;
	border: none;
}

.loginBox
{
	border: 1px solid #003399;
	background: #FFFFFF;
	color: #000000;
	padding: 10px 10px 10px 10px;
	width: 170px;
}

.loginBox input[type="text"], .loginBox input[type="password"]
{
	width: 169px;
}

#LoginStatusString
{
	text-align: right;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	background: none;
	top: 140px;
	right: 0px;
}

.ContentSection
{
	padding-left: 0px; 
	margin-top: 10px;
	padding-bottom: 0px;
	background: none;
}

.TimeLineEstimate
{
	font-style: italic;
	color: #000000;
	background: inherit;
	white-space: nowrap;
	text-align: center;
}

.Button.FilterStripGroup_none
{
	background-color: #ffffff;
}

#pagefooter
{
	text-align: center; 
	padding-top: 10px;
	border-top: 0px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	margin: 0px 15px 0px 15px;
	height: 32px;
	color: #003399;
	padding-left: 15px;
	background: url(images/bottombg.gif) repeat-x top left;
	font-size: 10px;
}

#PageFooter a,
#PageFooter a:visited {
	color: #A02803;
	font-weight: bold;
	text-decoration: none;
}

#PageFooter a:hover {
	color: #003399;
	font-weight: bold;
	text-decoration: none;
}

.DetailsCell
{
	color: inherit;
	background: inherit
}

.DetailsAlternatingCell
{
	color: inherit;
	background: #E9EEF4;
}