﻿body
{
	background-color: #FFFFFF;
	vertical-align: top;
	text-align: center;
	font-family: Tahoma;
	vertical-align: middle;
}
a:visited
{
	font-size: medium;
	color: #800000;
	text-decoration: none;
	width: 95%;
	height:95%;
}
a:hover
{
	color: #800000;
	text-decoration: none;
	width: 95%;
	height:95%;
	font-weight: bold;
}
a:link
{
	font-size: medium;
	color: #800000;
	text-decoration: none;
	width: 95%;
	height:95%;
}

.MasterTable
{
	width: 900px;
	height: 500px;
	vertical-align: middle;
	text-align: center;
}
.TableTDTR
{
	vertical-align: middle;
	text-align: center;
}
.Header
{
	height: 90px;
	width: 100%;
	vertical-align: top;
}
.HeaderLanguages
{
	vertical-align: top;
	text-align: center;
	width: 0;
}

.Footer
{
	height: 50px;
}

.TextBox
{
	width: 200px;
}
.TextBoxPass2
{
	width: 185px;
}
.LabelBold
{
	font-size: large;
	font-weight: bold;
	color: #FFFFFF;
}
a.PagesLinkSelected
{
	background-color: #990000;
	background-repeat: repeat-x;
	font-family: tahoma;
	font-size: medium;
	color: #FFFFFF;
	text-decoration: none;
	height: 25px;
	width: 99%;
	display: block;
	vertical-align: middle;
	text-align: center;
	font-weight: normal; /*background-image: url(     '../img/btnback1.gif' );*/
	padding-top: 2px;
	opacity: 1;
}
a.PagesLink
{
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	font-family: tahoma;
	font-size: medium;
	color: #800000;
	text-decoration: none;
	height: 25px;
	width: 99%;
	display: block;
	vertical-align: middle;
	text-align: center;
	font-weight: normal; /*background-image: url(     '../img/btnback1.gif' );*/
	padding-top: 2px;
	opacity: 1;
}
a.PagesLink:hover
{
	border-width: 1px 0px 1px 0px;
	border-color: #0000A4;
	border-style: groove;
	background-color: #FFCCCC;
	background-repeat: repeat-x;
	font-family: tahoma;
	font-size: medium;
	color: #000066;
	text-decoration: none;
	height: 23px;
	width: 99%;
	display: block;
	vertical-align: middle;
	text-align: center;
	font-weight: normal; /*background-image: url(  '../img/btnback.gif' );*/
	padding-top: 2px;
	opacity: 1;
}
.ModalProgressContainer
{
	z-index: 10005;
	position: fixed;
	cursor: wait;
	top: 0px;
	left: 0px;
	background-color: #333333;
	height: 100%;
	width: 100%;
	filter: alpha(opacity=30);
	opacity:0.3;
	text-align: center;
	vertical-align: middle;
	display: block;
}
