﻿/*#########################################
Body Style
#########################################*/
BODY
{
	font-size: 10px;
	color: #333333;
	font-family: Verdana;
}


/*#########################################
Text Styles
#########################################*/
FONT
{
	font-size: 10px;
	color: #333333;
	font-family: Verdana;
}

H1
{
	color: #333333;
	font-family: Verdana;
}

H2
{
	color: #333333;
	font-family: Verdana;
}

H3
{
	color: #333333;
	font-family: Verdana;
}

.RedH1
{
	color: #A32914;
	font-family: Verdana;
	font-size: 120%;
	font-weight: bolder;
}

.RedH2
{
	color: #A32914;
	font-family: Verdana;
	font-size: 110%;
	font-weight: bolder;
}

.RedH3
{
	color: #A32914;
	font-family: Verdana;
	font-size: 105%;
	font-weight: bolder;
}

SPAN
{
	font-size: 10px;
	color: #333333;
	font-family: Verdana;
}
.ErrorText
{
	color: #ff0000;
}

.RedText
{
	color: #A32914;
}

/*#########################################
Link Styles
#########################################*/
A:active 
{
	font-size: 10px;
	color: #808080;
	font-family: Verdana;
	text-decoration: none;
}

A:hover
{
	font-size: 10px;
	color: #c0c0c0;
	font-family: Verdana;
	text-decoration: underline;
}

A:link 
{
	font-size: 10px;
	color: #808080;
	font-family: Verdana;
	text-decoration: none;
}

A:visited
{
	font-size: 10px;
	color: #808080;
	font-family: Verdana;
	text-decoration: none;
}

A.Red:active 
{
	font-size: 10px;
	color: #A32914;
	font-family: Verdana;
	text-decoration: none;
}

A.Red:hover
{
	font-size: 10px;
	color: #A32914;
	font-family: Verdana;
	text-decoration: underline;
}

A.Red:link 
{
	font-size: 10px;
	color: #A32914;
	font-family: Verdana;
	text-decoration: none;
}

A.Red:visited
{
	font-size: 10px;
	color: #A32914;
	font-family: Verdana;
	text-decoration: none;
}

/*#########################################
Form Styles
#########################################*/
.FormTextBox
{
	border-right: #808080 thin solid;
	border-top: #808080 thin solid;
	font-size: 10px;
	border-left: #808080 thin solid;
	color: #333333;
	border-bottom: #808080 thin solid;
	font-family: Verdana;
}

.FormRadio
{
	font-size: 10px;
	color: #333333;
	font-family: Verdana;
}

.FormCheckBox
{
	font-size: 10px;
	color: #333333;
	font-family: Verdana;
}

.FormDropDown
{
	border-right: #808080 thin solid;
	border-top: #808080 thin solid;
	font-size: 10px;
	border-left: #808080 thin solid;
	color: #333333;
	border-bottom: #808080 thin solid;
	font-family: Verdana;
}

.FormSubmit
{
	border-right: #808080 thin solid;
	border-top: #808080 thin solid;
	font-size: 10px;
	border-left: #808080 thin solid;
	color: #333333;
	border-bottom: #808080 thin solid;
	font-family: Verdana;
}

.FormSubmitRed
{
	border-right: #cc0000 thin solid;
	border-top: #cc0000 thin solid;
	font-size: 10px;
	border-left: #cc0000 thin solid;
	color: #ffffff;
	border-bottom: #cc0000 thin solid;
	font-family: Verdana;
	background-color: #cc0000;
	font-weight: bold;
}

/*#########################################
Table Styles
#########################################*/
TD
{
	font-size: 12px;
	color: #333333;
	font-family: Verdana;
}
.ItemTable
{
	border-right: #990000 1px solid;
	border-top: #990000 1px solid;
	border-left: #990000 1px solid;
	border-bottom: #990000 1px solid;
}
.ItemHeaderRow
{
	background-color: #F5F1CF;
}
.ItemRow
{
	background-color: #BFD0D2;
}
.ItemAlternatingRow
{
	background-color: #F5F1CF;
}

/*#########################################
DataGrid Styles
#########################################*/
.DataGridHeader
{
	background: #F5F1CF;
	border-style: none;
}

.DataGridFooter
{
	background: #F5F1CF;
	border-style: none;
}

.DataGridItem
{
	background: #BFD0D2;
	border-style: none;
}

.DataGridAlternatingItem
{
	background: #F5F1CF;
	border-style: none;
}

.DataGridSelectedItem
{
	background: #FFE0E0;
	border-style: none;
}

.DataGridEditItem
{
	background: #FFE0E0;
	border-style: none;
}

.DataGridPager
{
	background: blue;
	border-style: none;
}

.DataGrid
{
	border-style: none;
	table-layout: auto;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;
	color: #333333;
	font-family: Verdana;
	border-collapse: separate;
}

/*#########################################
Box Styles
#########################################*/
.StandardBox
{
	border-style:  solid;
	border-width: 1px;
	table-layout: auto;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;
	color: #333333;
	font-family: Verdana;
	border-collapse: separate;
}
	