﻿body 
{
	font-family: Verdana;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.QuickSearchFields
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
}
.QuickLoginFields
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
}
.ActionMenu
{
	text-align: center;
	font-weight: bold;
}
.TopMenu
{
	/*font-size: 11px;*/
	vertical-align: bottom;
}
.TopMenuStaticItem
{
	color: White;
	font-weight: bold;
	/*background-color: #496b34;
	border-color: #496b34;*/
	text-align: center;
	background-image: url("images/menu_static.png");
	background-repeat: repeat;
}
.TopMenuStaticItemSelected
{
	/*background-color: #F0E68C;*//*Khaki*/
	color: Black;
	background-image: url("images/menu_selected.png");
	background-repeat: repeat;
}
.TopMenuStaticItemHover
{
	background-color: #BDB76B;/*Dark Khaki*/
}
.GridPagerLinkEnable
{
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	text-decoration: none;
	color: #000099;
}
.GridPagerCurrentPage
{
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #000099;
	font-weight: bold;
	background-color: #000099;
	color: #FFF;
}
.GridPagerLinkDisable
{
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
}
.ControlStyle
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
}
.ButtonStyle
{
	font-family: Verdana;
	font-size: 11px;
	background-color: #5b7876;
	border-style: solid;
	border-color: Gray;
	border-width: 1px;
	color: White;
}
.BrownHeader
{
	background-image: url("images/brown_header.png");
	background-repeat: repeat;
}
.SuccessBackGroundTop
{
	background-image: url("images/success_background_top.png");
	background-repeat: repeat;
}
.SuccessBackGroundBottom
{
	background-image: url("images/success_background_bottom.png");
	background-repeat: repeat;
}
