﻿/*
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 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#pagehead {
	border-bottom: solid 0px #000000;	
}

#topbar1 {
	background: url(images/topbg1.gif);
	border-bottom: solid 1px #000000;
}

#topbar2 {
	color: #FFFFFF;
	background: url(images/topbg3.jpg) no-repeat top right;
	border-bottom: solid 0px #000000;
}

#menu {
	font: 100%/22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	left: 300px;
	top: 46px;
	color: #000000;
	font-weight: 550;
}

#menu li {
	vertical-align: middle;
	width: 8ems;
	height: 22px;
	border: 0px solid #000000;
	color: #CCCCCC;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	border-bottom: solid 1px #000000;
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
}
	 
#menu a, 
#menu a:visited {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#menu a:hover {
	color: #FFFFFF;
	background: #000000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a,
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}

.loginBox {
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	color: #000000;
}

.ErrorMessage {
	color: #000000;
}

#PageFooter a,
#PageFooter a:visited {
	color: #000000;
	text-decoration: underline;
}

#PageFooter a:hover {
	color: #000000;
	text-decoration: none;
}

#LoginStatusString {
	color: #000000;
	top: 75px;
	z-index: -400;
}

#LoginStatusString a,
#LoginStatusString a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

#LoginStatusString a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#PageFooter {
	color: #000000;
	border-color: #000000;
}

