﻿/*
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;
	color: #000000;
	padding: 0;
	margin: 0;
	font-size: 11px;
}

#OuterContentPane 
{
	padding: 0px 16px 10px 12px;
	background: #ffffff;
	border-left: 21px solid;
	border-left-color: #003399;
	border-right: 21px solid;
	border-right-color: #003399;
}

#pagehead
{
	height: 147px;
	border-bottom: 0px solid #000000;
}

#topbar1
{
	color: #ffffff;
	background: #ffffff url(images/Banner.gif) no-repeat top left; 
	height: 147px;
}

#topbar2
{
	color: #ffffff;
	background: url(images/TopR.gif) no-repeat top right; 
	height: 147px;
}

.loginBox
{
	border: 0px solid #7f7f7f;
	background: #d6e3fc;
	color: #000000;
	padding: 10px 10px 10px 10px;
	width: 170px;
}

.loginBox input[type="text"], .loginBox input[type="password"]
{
	width: 169px;
}

.loginBox a, .loginBox a:visited
{
	color: #000000;
}

.loginBox a:hover
{
	color: #003399;
}

.LoginInstruction
{
    position: absolute;
    border: 0px solid #000000;
    background: #d6e3fc;
    color: #000000;
    padding: 15px;
    left: 224px;
    top: 160px;
    right: 16px;
    height: 322px;
}

#LoginStatusString
{
	text-align: left;
	color: #99ccff;
	background: none;
	top: 64px;
	right: 10px;
}

#menu
{
	left: 240px;
	top: 88px;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
	background: none;
	text-align: center;
	font-variant: normal;
	line-height: 24px;
}

#menu li 
{
	width: 140px;
	height: 24px;
	color: #99ccff;
	text-decoration: none;
	background: url(images/MButt.gif) no-repeat top left;
	border: 0px solid;
}
	 
#menu a, #menu a:visited
{
	color: #ffffff;
	background: url(images/MButt.gif) no-repeat top left;
	width: 140px;
	height: 24px;
	text-decoration: none;
	display: inline-block;
}

#menu a:hover  
{
	color: #ffffff;
	text-decoration: underline;
	width: 140px;
	height: 24px;
	background: url(images/MButtH.gif) no-repeat top left;
}

.DetailsTable 
{ 
	padding: 0px;
	font-size: 11px;
}

.DetailsHeader
{
    color: #ffffff;
	background: #cc0000;
	vertical-align: middle;
	line-height: 20px;
}

.DetailsHeader a
{
	color: #ffffff;
	font-weight: bold;
}

.DetailsHeader a:hover
{
	color: #99ccff;
}

a,
a:visited
{
	color: #000000;
	background: inherit;
}

a:hover
{
	color: #003399;
	background: inherit;
}

select, input
{
	font-size: 11px;
}

.ContentSection
{
	padding-left: 0px; 
	margin-top: 10px;
	padding-bottom: 0px;
	background: none;
}

.DetailsCell
{
	color: #000000;
	background: #ebf1fc;
}

.DetailsAlternatingCell
{
	color: #000000;
	background: #d6e3fc;
}

.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: 6px;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	height: 22px;
	color: #99ccff;
	font-size: 10px;
	padding-left: 30px;
	background: #003399;
	
}

#PageFooter a,
#PageFooter a:visited
{
	color: #99ccff;
	font-size: 10px;
}

#PageFooter a:hover
{
    color: #ffffff;
    font-size: 10px;
}
