﻿body
{
	font-family: Verdana;
	background-image: url(../images/bg.jpg);
	/* background-color: Black; */
	font-size: small;
}
.TitleLink
{
	color: White;
}
.txtBox
{
	width: 200px;
}
.formWhite
{
	background-color: white;
}
.SubPage
{
	font-family: Calibri , Arial;
	background-color:White;
	font-size: small;
}
select
{
	font-size: small;
}
.BaseLabel
{
	font-weight: bold;
}
.AlertLabel
{
	font-weight: bold;
	color: Red;
}
.AlertLabelMeduim
{
	font-weight: bold;
	color: Red;
	font-size: medium;
}
.AlertLabelLarge
{
	font-weight: bold;
	color: Red;
	font-size: large;
}
.tblMain
{
	background-color: White;
	width: 800px;
	height: 600px;
}
.tblMainClear
{
	background-color:Transparent;
	width: 880px;

}
table
{
	padding: 0px;
}
.row1
{
	background-color: #dcdcf4;
}

/************ Main Menu Related Styles ***********************/
.MenuCss
{
	color: #AFAFAF;
	font-size: small;
	font-family: Arial;
	text-align: center;
	font-weight: bold;

}
.StaticMenuItemStyleCss
{
	background-color: #98213B;
	color: #EEE8AA;
	width: 8em;
	padding: 2px;
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
}

.StaticHoverStyleCss
{ 
	background-color: #EEE8AA;
	color: Black;
}

.DynamicMenuItemStyleCss
{
	font-size: small;
	font-family: Arial;
	background-color: #ABBFD3;
	color: White;
	width: 10em;
	padding: 2px;
}
.DynamicHoverStyleCss
{
	background-color: #8FCDFF;
	color: Black;
}
.StaticSelectedStyleCss
{
	background-color: #ffff66;
		color: Black;
}
/************ Main Menu Related Styles ***********************/
.button
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	font-size: x-small;
	text-transform: uppercase;
	border-left: #000000 1px solid;
	cursor: hand;
	color: #333333;
	border-bottom: #000000 1px solid;
	background-color: #efefef;
	font-family: Sans-Serif;
}
.ajax__tab_xp 
{
	background-color:White;
}

/*
.ajax__tab_xp .ajax__tab_header { background-color:Yellow;}
.ajax__tab_xp .ajax__tab_outer {background-color:Yellow;}
.ajax__tab_xp .ajax__tab_inner {background-color:Yellow;}
.ajax__tab_xp .ajax__tab_tab {background-color:Yellow;}
.ajax__tab_xp .ajax__tab_hover .ajax__tab_outer {background-color:Yellow;}
.ajax__tab_xp .ajax__tab_hover .ajax__tab_inner {background-color:Yellow;}
.ajax__tab_xp .ajax__tab_hover .ajax__tab_tab {background-color:Yellow;}
.ajax__tab_xp .ajax__tab_active .ajax__tab_outer {background-color:Yellow;}
.ajax__tab_xp .ajax__tab_active .ajax__tab_inner {background-color:Yellow;}
.ajax__tab_xp .ajax__tab_active .ajax__tab_tab {background-color:Yellow;}
.ajax__tab_xp .ajax__tab_body {background-color:Yellow;}
*/
.errorTable
{
	padding: 5px;
	font-size: 14px;
	border: 1px solid #FF000D;
	background-color: #FADBDC;
	color: #FF000D;
	font-weight: bold;
}
.successTable
{
	padding: 5px;
	font-size: 14px;
	border: 1px solid #F1F100;
	background-color: #FEFEBD;
	font-weight: bold;
}
