﻿html, body {
	margin: 0;  
	padding: 0;
	width: 100%;
	height: 100%;
}

body * {
	font-family: Tahoma, Verdana, Arial,  Helvetica, Sans-Serif;
}

.SecondaryFontSet {
	font-family: Arial, Helvetica, Sans-Serif;
}

.ThirdFontSet {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

a, a:active, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.Alternate, a.Alternate:active, a.Alternate:visited {
	text-decoration: underline;
}

a.Alternate:hover {
	text-decoration: none;
}

a.AlternateBold, a.AlternateBold:active, a.AlternateBold:visited {
	text-decoration: underline;
}

a.AlternateBold:hover {
	font-weight: bold;
	text-decoration: none;
}


form {
	margin: 0px;
	padding: 0px;
}

td {
	text-align: left;
}


body {
	background-color: #716648;
}

body, .LightText {
	color: #C7CBAA;
}

.DarkText {
	color: #404032;
}

.SmallestTextSize {
	font-size: 6pt;
}

input, select, option, textarea, .SmallTextSize {
	font-size: 8pt;
}

body, .AverageTextSize {
	font-size: 9pt;
}

.MediumTextSize {
	font-size: 10px;
}

.ExtraMediumTextSize {
	font-size: 12px;
}

.LargeTextSize {
	font-size: 14px;
}

.ExtraLargeTextSize {
	font-size: 15px;
}

.GroupTextSize {
	font-size: 16px;
}

.Bold {
	font-weight: bold;
}

.Underline {
	text-decoration: underline;
}

.Italic {
	font-style: italic;
}

.MediumGray {
	color: #7E756E;
}

.CustomLightGray {
	color: #C7CBAA;
}

.WhiteShade {
	background-color: #ffffff;
}

.LightCustomShade {
	background-color: #B0A27B;
}

.DarkCustomShade {
	background-color: #6D6141;
}

.DarkCustomGrayShade {
	background-color: #404032;
}

.LightGrayShade {
	background-color: #efefef;
}


.ToolbarTable, .ToolbarTable td, .ListRowPager, .ListRowPager td {
	background-color: #efefef;
	font-size: 8pt;
	color: #404032;
}

.ListField {
	background-color: #cccccc;
	font-weight: bold;
	color: #404032;
	text-align: center;
}

.ListRowLight {
	background-color: #ffffff;
	color: #404032;
}

.ListRowDark {
	background-color: #efefef;
	color: #404032;
}

.ListRowHover, .ListRowHover td {
	background-color: #ffffcc;
}

 td.ListRowHover,   td.ListRowLight,  td.ListRowDark {
	font-size: 8pt;
}


.ListTable {
	background-color: #ffffff;
}

.SectionTitle {
	background-image: url(../Images/contentbar.jpg);
	background-repeat: no-repeat;
	font-size: 11pt;
	height: 27px;
	line-height: 27px;
	color: #C7CBAA;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
	vertical-align: middle;
	letter-spacing: 2px;
	font-family:   Helvetica, Arial, Sans-Serif; 
}


.RequiredField, .Red {
	color: red;
}

.WorkArea {
	background-color: #B0A27B;
	color:  #404032;
	padding: 15px;
}

.WhiteWorkArea {
	background-color: #ffffff;
	color:  #ffffff;
	padding: 5px;
}


.ActionCell {
	text-align: center;
}

.Space1 {
	height: 5px;
}

.Space2 {
	height: 10px;
}

.Space3 {
	height: 15px;
}

.FullBorder {
	border: 1px solid #404032;
}

.BorderBottom {
	border-bottom: 1px solid #404032;
}

.BorderRight {
	border-right: 1px solid #404032;
}

.BorderLeft {
	border-left: 1px solid #404032;
}

.BorderTop {
	border-top: 1px solid #404032;
}

.Hot {
	color: red;
}

.Green {
	color: green;
}

.Blue {
	color: #003399;
}

.Yellow {
	color: yellow;
}

.ContentPane {
	
}

.LeftPane {
	padding:8px 15px 8px 15px;
	width:140px;
}

.FeaturePane {
	width: 710px;
	height: 110px;
	line-height: 110px;
	text-align: center;
	background-color: #ffffff;
	border: 2px solid #404032;
	vertical-align: middle;
}

.AlignRight {
	text-align: right;
}

.AlignCenter {
	text-align: center;
}

.AlignLeft {
	text-align: left;
}

.GridList {
	border-left: 1px solid #666666;
	border-top: 1px solid #666666;
}

.GridList td {
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	color: #333333;
}

.GridList th {
	background-color: #EFEFEF;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	font-weight: bold;
	color: #333333;
}



.GridListLight {
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
}

.GridListLight td {
	background-color: #EFEFEF;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
}

.GridListLight th {
	background-color: #C0C0C0;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	font-weight: bold;
}



.GridListRowDark {
	background-color: #EFEFEF;
}

.GridListRowLight {
	background-color: #FFFFFF;
}

.GridListRowLight {
	background-color: #FFFFFF;
}

.GridListRowLight {
	background-color: #FFFFFF;
}


/*ID SELECTORs*/

#imageBackground { 
	z-index: -1;    
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	
}

#menuContainer {
	background-image: url(../Images/topbar.jpg);
	padding: 0px 22px 0px 22px;
	height:38px;
}

#footer {
    height:56px;
    background-image: url(../Images/bottombar.jpg); 
    vertical-align: middle;
}



#primaryContentTable {
	background-image: url(../Images/content.png);
	background-repeat: repeat-y;
	
}

