﻿.Background
{
	background-color: Black;
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	z-index: 99998;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.tblHeader *
{
	background-color: #006BB6;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: White;
	padding: 0px;
}
.tblHeader a
{
	background-color: #006BB6;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: White;
	padding: 0px;
	text-decoration: underline;
}

.tblFooter
{
	background-color: #006BB6;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: White;
	padding: 0px;
}
.whiteLineTop
{
	border-top: 1px solid White;
}
.whiteLine
{
	border-bottom: 1px solid White;
}
td#tl
{
	vertical-align:top;
	text-align: left;
}
td#tr
{
	vertical-align:top;
	text-align: right;
}

td#bl
{
	vertical-align: bottom;
	text-align: left;
}
td#br
{
	vertical-align: bottom;
	text-align: right;
}
img
{
	border: none;
}

td#bigImage
{
	text-align: center;
	vertical-align: middle;
}
.actionTable
{
	background-color: #DCDCDC;
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	color: Black;
	height: 10px;
	border: solid 1px #006BB6;
	padding-left: 5px;
	padding-right: 5px;
}
.titlebuttonform
{
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}

td.link a
{
	text-decoration: none;
	color: #000099;
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	overflow: hidden;
}
td.link a:hover
{
	text-decoration: underline;
}
.errorText
{
	font-family: Arial;
	color: Red;
	font-size: 11px;
	padding: 10;
	margin: 0;
}
.errorText *
{
	font-family: Arial;
	color: Red;
	font-size: 11px;
	padding: 10;
	margin: 0;
}
.errorText ul
{
	padding: 0;
}

.successfullyText
{
	font-family: Arial;
	color: Green;
	font-size: 11px;
	padding: 10;
	margin: 0;
}

.successfullyText *
{
	font-family: Arial;
	color: Green;
	font-size: 11px;
	padding: 10;
	margin: 0;
}
.successfullyText ul
{
	padding: 0;
}
