/*
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 "DefaultStyle.css"; 

/* put your changes below this comment */

#pagehead {
	height: 100px;
	/*border-bottom: 4px solid #003061;*/
}
#topbar1 {
background-color: #003061;
	background-image: none !important;
	background-repeat: no-repeat;
	background-position: top;
	margin: 0;
	padding: 0px;
	height: 100px;
	width: 100%;

}

#topbar2 {
	background-color: #003061;
	background-image: none !important;
	background-repeat: no-repeat;
	background-position: right top;
	height: 100px;
	width: 100%;
	margin-bottom: 0;
}

#menu 
{
	top: 80px; 
	left: 30px; 
	color: #FFFFFF;
	padding: 0;
	background: none;
}

#menu li
{
	background: #66b4ff;
	color: #fff;
	width: 110px;
}
#menu ul li {
	border-right: 1px solid #6e6e70;
	border-left: 1px solid #6e6e70;
	border-bottom: 0px solid #6e6e70;
	border-top: 1px solid #6e6e70;

}
#menu ul li .submenu ul li {
	border-right: 0px solid #6e6e70;
		border-left: 0px solid #6e6e70;
	border-bottom: 0px solid #6e6e70;

}
		 
#menu a
{
	background: #003061;
	color: #fff;
		width: 110px;

}

#menu a:hover
{
	background: #f79729;

}
	
#menu a:visited
{
	color: #FFFFFF;	
}
#menu .submenu ul {
	margin-right: 0;
	width: 106px;
}
	
#LoginStatusString
{
	color: #FFFFFF;
	top: 4px;
	padding-right: 15px;

}

#LoginStatusString a
{
	color: #FFFFFF;
}
#LoginStatusString a:visited
{
	color: #fff;
}
#LoginStatusString a:hover
{
	color: #f79729;
}

.DetailsTable 
{
	border: 1px solid #003061;
}