﻿body
{
	font-family: Verdana, Georgia;
}

.button 
{
	background-color: #0099FF;
	color: White;
	border-color:Black;
	border-style:solid;
	border-width:1px;
}

.textScript
{
	font-family: Script;
}

.textBlue
{
	font-size: x-small;
	color: #0099FF;
	font-family: Verdana, Georgia;
}

.textRed
{
	font-size: x-small;
	color: #FF0000;
	font-family: Verdana, Georgia;
}

.textBlack
{
	font-size: x-small;
	color: #0099FF;
	font-family: Verdana, Georgia;
}

.textHeader1
{
	font-size: x-large;
	color: #0099FF;
	font-family: Verdana, Georgia;
	font-weight:bold;
}

.textHeader2
{
	font-size: Large;
	color: #0099FF;
	font-family: Verdana, Georgia;
	font-weight:bold;
}

.textHeader3
{
	font-size: Medium;
	color: #0099FF;
	font-family: Verdana, Georgia;
	font-weight:bold;
}

.textHeader4
{
	font-size: small;
	color: #0099FF;
	font-family: Verdana, Georgia;
	font-weight:bold;
}

.textHeader5
{
	font-size: x-small;
	color: #0099FF;
	font-family: Verdana, Georgia;
	font-weight:bold;
}

.textBody
{
	font-size: small;
	color: #0099FF;
	font-family: Verdana, Georgia;
}

.textNormal
{
	font-size: small;
	color: #404040;
	font-family: Verdana, Georgia;
}

.textSmall
{
	font-size:x-small;
	color: #404040;
	font-family: Verdana, Georgia;
}

.textNormalBold
{
	font-size: small;
	font-weight:bold;
	color: #404040;
	font-family: Verdana, Georgia;
}

.textSmallBold
{
	font-size: x-small;
	font-weight:bold;
	color: #0099FF;
	font-family: Verdana, Georgia;
}

.headerSpace
{
	height:20px;
}


a
{
	border: 0px none;
	background: transparent;
	text-decoration: none;
	color: #0099FF;
}

a:hover
{
	text-decoration: underline;
}


.staticMenuItemStyle
{
	width: 89px;
	background-color: #7A1312;
	border: solid 1px #000;
	color: #fff;
	text-align: center;
}
.staticSelectedStyle
{
	background-color: #eee;
	color: #000;
	border-bottom: solid 1px #eee;
	z-index: 100;
}
.staticHoverStyle
{
	background-color: #902423;
}


.gridView { /* Column Headers */ 
	border-color:Black;
	border-style:solid;
	border-width:1;
}

.gridView TH { /* Column Headers */ 
    BACKGROUND-COLOR: #0099FF;
    PADDING:4px;
    color: white;
    font-size: x-small;
	font-family: Verdana, Georgia;
	border-color:Black;
}

.gridView TD { /* Rows */ 
    PADDING:4px;
	BACKGROUND-COLOR: white;
    font-size: x-small;
	font-family: Verdana, Georgia;
	border-color:Black;
}

.gridViewRowAlt TD { /* Rows */ 
    PADDING:4px;
	BACKGROUND-COLOR: #E3EAEB;
    font-size: x-small;
	font-family: Verdana, Georgia;
	border-color:Black;
}

.textDropDownList
{
	font-size: small;
	font-family: Verdana, Georgia;
}
