
/*
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: 10px 20px 20px 16px;
}

#pagehead
{
	height: 134px;
	border-bottom: 0px solid #A19200;
}

.DetailsTable 
{ 
	padding: 0px;
}

.DetailsHeader
{
	color: #000000;
	background: #CBBB69;
}

.DetailsHeader a
{
	color: #000000;
	font-weight: bold;
	background: none
}

a,
a:visited
{
	color: #000000;
	background: inherit;
}

a:hover
{
	color: #FFFFFF;
}

#topbar1
{
	color: #A19200;
	background: url(images/banner.gif) repeat-x;
	height: 154px;
}
/*
#topbar2
{
	color: #013274;
	background: url(images/Topbg3.gif) no-repeat top left; 
	height: 154px;
}
*/
#menu
{
	font: 100%/18px;
	left: 295px;
	top: 87px;
	color: #A19200;
	font-weight: bold;
	background: none;
	text-align: center;
	position: absolute;
}

#menu li 
{
	vertical-align: top;
	width: 174px;
	height: 20px;
	color: #000000;
	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;
}

#menu a:hover  
{
	color: #ffffff;
	background: url(images/MButtH.gif) no-repeat top left;
}

.loginBox
{
	border: 1px solid #A19200;
	background: #CBBB69;
	color: #000000;
	padding: 15px;
	width: 170px;
}

#LoginStatusString
{
	text-align: center;
	color: #A19200;
	background: none;
	top: 5px;
	left: 156px;
	padding-left: 0px;
	padding-right: 0px;
}

#LoginStatusString a,
#LoginStatusString a:visited,
{
	color: #000000;
	background: none;
}

#LoginStatusString a:hover
{
	color: #ffffff;
	background: none;
}

.ContentSection
{
	padding-left: 0px;
	margin-top: 5px;
	padding-bottom: 12px;
	background: #CBBB69;
}

#pagefooter
{
	padding-top: 3px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	height: 25px;
	color: #000000;
	text-align: centre;
	background: #CBBB69;
}

.DetailsAlternatingCell
{
	color: inherit;
	background: #CBBB69;
}
