﻿/*
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: #ffffff;
	color: #000000;
	padding: 0;
	margin: 0;
	font-size: 11px;
}

#OuterContentPane 
{
	padding: 16px 16px 10px 16px;
}

#pagehead
{
	height: 149px;
	border-bottom: 0px solid #000000;
}

.DetailsTable 
{ 
	padding: 0px;
}

.DetailsHeader
{
    color: #192b66;
	background: #e3e7ea;
}

.DetailsHeader a
{
	color: #192b66;
	font-weight: bold;
}

a,
a:visited
{
	color: #192b66;
	background: inherit;
}

a:hover
{
	color: #ff0000;
	background: inherit;
}

select, input
{
	font-size: 11px;
}

#topbar1
{
	color: #ffffff;
	background: url(images/Banner.gif) repeat-x top right; 
	height: 149px;
}

#topbar2
{
	color: #ffffff;
	background: url(images/Top.gif) no-repeat top left; 
	height: 149px;
}

#menu
{
	font: 100%/24px;
	left: 143px;
	top: 123px;
	text-decoration: none;
	font-size: 9pt;
	font-weight: normal;
	background: none;
	text-align: center;
	position: absolute;
	font-variant: normal;
}

#menu li 
{
	vertical-align: top;
	width: 158px;
	height: 24px;
	color: #f90d11;
	text-decoration: none;
	background: url(images/MButtH.gif) no-repeat top left;
	border: 0px solid;
}
	 
#menu a, #menu a:visited
{
	color: #192b66;
	background: url(images/MButt.gif) no-repeat top left;
	text-decoration: none;
	display: inline-block;
}

#menu a:hover  
{
	color: #f90d11;
	text-decoration: none;
	background: url(images/MButtH.gif) no-repeat top left;
}

.loginBox
{
	border: 1px solid #ff0000;
	background: #7a8193;
	color: #ffffff;
	padding: 10px 10px 10px 10px;
	width: 170px;
}

.loginBox input[type="text"], .loginBox input[type="password"]
{
	width: 169px;
}

.LoginInstruction
{
      position: absolute;
      border: 1px solid #ff0000;
      background: #7a8193;
      color: inherit;
      padding: 15px;
      left: 224px;
      top: 165px;
      right: 16px;
      height: 322px;
}

#LoginStatusString
{
	text-align: left;
	color: #192b66;
	background: none;
	top: 10px;
	left: 378px;
}

 .ContentSection
{
	padding-left: 0px; 
	margin-top: 10px;
	padding-bottom: 0px;
	background: none;
}

.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: 1px;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	height: 44px;
	color: #ffffff;
	padding-left: 16px;
	background: url(images/Foot.gif) repeat-x top left;
}

.DetailsCell
{
	color: #192b66;
	background: #f1f4f6;
}

.DetailsAlternatingCell
{
	color: #192b66;
	background: #e3e7ea;
}
