﻿.TransparentGrayBackground 
{
	position: fixed;
	top: 0;
	left: 0;
	
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
	
	height: 100%;
	width: 100%;
	min-height: 100%;
	min-width: 100%
	
}
.Sample5PageUpdateProgress
{
	background-color:#CF4342;
	color:#fff;
	width: 150px;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	bottom: 50%;
	left: 45%;
}

body
{ 
	margin:0px; 
	background:url(/images/background.jpg) top repeat-x;
}
.bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1c394f;
	text-transform: capitalize;
	font-weight: bold;
}
.text11ar
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.text11ver
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.header
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
}
A:link
{
	text-decoration: none;
	color: blue;
}
A:visited
{
	text-decoration: none;
	color: blue;
}
A:hover
{
	text-decoration: none;
	color: red;
}
.topMenu:link
{
    font-family: Verdana;
    font-weight: bold;
    color: #2E3748;
    text-transform: uppercase;
    font-size:10px;
}
.topMenu:visited
{
	font-family:Verdana;
	font-weight:bold;
	color: #2E3748;
	text-transform: uppercase;
	font-size:10px;
}
.topMenu:hover
{
	text-decoration:underline;
	font-family:Verdana;
	font-weight:bold;
	color: #2E3748;
	text-transform: uppercase;
	font-size:10px;
}
.LoginControl
{
    background-color: #EEE;
    border-color:#CCCC99;
    border-style:solid;
    border-width:1px;
}
.MainTable
{
    width: 100%;
    background-color: White;
}
.text10verB {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#2e3748;
	font-weight:bold;
}

.text10verB a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#2e3748;
	font-weight:bold;
}
.MenuButton:hover
{
    text-decoration: blink;
	color: red;
}
td
{
	font-family: Arial, Geneva, Helvetica, Verdana;
	font-size: 8pt;
}
th
{
	font-family: Arial, Geneva, Helvetica, Verdana;
	font-size: smaller;
	color: #000000;
	
}