/*
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: #f7fbff url(images/BG.gif) no-repeat;
	color: #000000;
	padding: 0;
	margin: 0;
	font-size: 11px;
}

#OuterContentPane 
{
	padding: 15px 20px 20px 92px;
}

#pagehead
{
	height: 324x;
	border-bottom: 0px solid #000000;
}

.DetailsTable 
{ 
	padding: 0px;
}

.DetailsHeader
{
   color: #000000c;
	background: #e0ddd4;
}

.DetailsHeader a
{
	color: #000000;
	font-weight: bold;
	background: none
}

a,
a:visited
{
	color: #000000;
	background: inherit;
}

a:hover
{
	color: #605ca8;
}

#topbar1
{
	color: #e0ddd4;
	background: none;
	height: 324px;
}

#topbar2
{
	color: #e0ddd4;
	background: url(images/Topbg3.gif) no-repeat top left; 
	height: 324px;
}

#menu
{
	font: 100%/31px;
	left: 205px;
	top: 269px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	background: none;
	text-align: center;
	position: absolute;
}

#menu li 
{
	vertical-align: top;
	width: 120px;
	height: 31px;
	color: #000000;
	background: url(images/MButtA.gif) no-repeat top left;
	border: 0px solid;
}
	 
#menu a, #menu a:visited
{
	color: #000000;
	background: url(images/MButt.gif) no-repeat top left;
	text-decoration: underline;
}

#menu a:hover  
{
	color: #000000;
	background: url(images/MButtH.gif) no-repeat top left;
}

.loginBox
{
	border: 1px solid #303866;
	background: #f6f5f3;
	color: #000000;
	padding: 15px;
	width: 186px;
	left: 52px;
}

#LoginStatusString
{
	text-align: center;
	color: #303866;
	background: none;
	top: 260px;
	left: 214px;
	padding-left: 0px;
	padding-right: 0px;
}

#LoginStatusString a,
#LoginStatusString a:visited,
{
	color: #303866;
	background: none;
}

#LoginStatusString a:hover
{
	color: #000000;
	background: none;
}

.ContentSection
{
	padding-left: 0px; 
	margin-top: 10px;
	padding-bottom: 12px;
	background: none;
}

#pagefooter
{
   text-align: left;
	padding-top: 17px;
	border-top: 0px solid #303866;
	border-bottom: 0px solid #303866;
	height: 53px;
	color: #8f897c;
	padding-left: 260px;
	background: #f7fbff url(images/Bar.gif) no-repeat top left;
}

.DetailsAlternatingCell
{
	color: inherit;
	background: #ffffff;
}