﻿body 
{
	font-family:Tahoma;
}
#Header
{
	background-color:Gray;
	height:246px;	
	width: 721px;
}
#Footer
{
	background-color:Gray;
	height:15px;	
}

.cssMenuItemStyle
{
	text-align:center;
}

.cssLabel
{
	font-size:11px;
	color:#000080;
	font-weight:bold;
}

.cssEmail
{
	font-size:11px;
	color:#000080;
	font-weight:bold;
}

.cssCheckBox
{
	font-size:11px;
	color:#000080;
}

.cssLabel_Header
{
	font-size:12px;
	font-weight:bold;
	color:black;
}

.cssLinkButton
{
	font-size:10px;
	font-weight:bold;
	color:#CC0000;
}

.cssTextBox
{
	font-size:11px;
	color:#000080;
}

.AlterItemSmall
{
	font-weight: normal;
	font-size: 9px;
	color: #000F5E;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
}
.SelectedItemSmall
{
	color: #ffffff;
	background-color: #000080;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
.ItemSmall
{
	color: #000f5e;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
.GridHeaderLower
{
	font-weight: bold;
	font-size: 10px;
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	height: 25px;
	background-color: #ffffff;
}
.UpdateItem
{
	font-weight: bold;
	font-size: 11px;
	color: #cc0000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
}

.csButton
{
	width: 80px;
	color: DarkSlateBlue;
	background-color : LightSteelBlue;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#9E44E9A,EndColorStr=white); 
	border-color : Gray;
	border-style : inset;
	font-weight : bold;
	height:20px;
	font-size:11px;
}
.autocomplete_completionListElement 
{
    visibility : hidden;
	margin : 0px!important;
	background-color : silver;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 150px;
    text-align : left; 
    list-style-type : none;
    font-size:11px;
}
.autocomplete_listItem 
{
	background-color : #ffff99;
	color : windowtext;
	padding : 1px;
	font-size:11px;
	overflow : auto;
}
.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
	font-size:11px;
	overflow : auto;
}