/* Sample Style Sheet for use with Razor Source templates */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.content {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.tableheader {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: White;
	background-color: #a0a0c6;
	background-position: center;
	vertical-align: bottom;
}

.tableheader A
{
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: White;
	background-color: #a0a0c6;
	background-position: center;
	vertical-align: bottom;
}

.tableHeader A:hover 
{
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: White;
	background-color: #a0a0c6;
	background-position: center;
	vertical-align: bottom;
	text-decoration : underline;
}

.odd {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

.even {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	background-color: #E7EAEF;
}

.textEntry
{
	font-size: 12px;
	color: Black;
}

.entryLabel, .viewLabel {
    text-align: right;
    white-space: nowrap;
    font-size: 12px;
}

.viewValue {
    font-size: 12px;
}

.contentHeader {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #656565;
	text-align: center;
}

.errorText
{
	font-size: 12px;
	color: red;
	font-weight: bold;
	font-family: Verdana;
}

.requiredMark {
    color: #ff0000;
}

A {     
	font-size: 12px;
	color : #CC3300;
    font-weight: bold;
	text-decoration : none;
}
A:hover { 
	font-size: 12px;
	color : #CC3300;
	font-weight: bold;
	text-decoration : underline;
}

.topSeparator {
	background-color: #CC3300;
	height: 75px;
}

.leftSeparator {
	background-color: #FFFFFF;
	width: 125px;
}

.leftMenuItem {
	border-bottom-color:#DFDFDF;
	border-bottom-style: solid;
	border-bottom-width: thin;
	font-size: 12px;
}

.leftMenuItem A:hover {
	color: #CC3300;
	font-weight: bold;
	text-decoration: none;
	background-color: DFDFDF;
	font-size: 12px;
}

.horizontalMenu {
	color:#DFDFDF;
}

.verticalMenu {
	width: 125px;
}