﻿body
{
	margin: 0px auto 0px auto;
	text-align: center;
	vertical-align: top;
	width: 1000px;
	background-repeat: repeat;
	background-color: #000000;
}

A:link
{
	text-decoration: underline;
	font-family: Verdana;
	color: White;
	font-weight: bold;
	font-size: 12px;
}
A:visited
{
	text-decoration: underline;
	font-family: Verdana;
	color: White;
	font-weight: bold;
	font-size: 12px;
}
A:active
{
	text-decoration: underline;
	font-family: Verdana;
	color: White;
	font-weight: bold;
	font-size: 12px;
}
A:hover
{
	text-decoration: underline;
	font-family: Verdana;
	color: White;
	font-size: 12px;
}

.style1
{
	color: #FFFFFF;
	font-weight: bold;
}

hr
{
	color: #cfeafd;
	height: 1px;
}

.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

legend
{
	color: #333333;
	font-weight: bold;
}


.Footer
{
	height: 30px;
	background-color: #e3e2d0;
	border-top: 1px solid #b9b9b9;
	text-align: center;
	color: #0c5795;
	font-family: arial;
	font-size: 10px;
	vertical-align: middle !important;
}

.HdrHelp
{
	background-image: url(../images/help_icon.jpg);
	background-repeat: no-repeat;
	width: 40px;
	padding-left: 18px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	height: 19px;
	margin-top: 5px;
}

.PageContainerCenter
{
	background-color: #cfeafd;
}

.TextBox
{
	height: 30;
	width: 150px;
	border: solid 1px #121212;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}

.ReadOnly
{
	height: 30;
	width: 150px;
	border: solid 1px #121212;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background: GrayText;
}

.DropDownList
{
	height: 30;
	width: 155px;
	border: 1px solid #121212;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}

.NormalText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: White;
	vertical-align: text-bottom;
}

.ValidationText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.NormalList
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	vertical-align: text-bottom;
	border: solid 1px #121212;
}

.HyperLink
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	vertical-align: text-bottom;
}

.NormalButton
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background-color: #5189c2;
	border: none 0px #333333;
	height: 20px;
	width: 70px;
}

.hiddencolumn
{
	display: none;
}

.PagePath
{
	color: #3f9eeb;
	text-decoration: none;
	background-color: #f2f2f2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px 5px 0px 5px;
	vertical-align: middle;
	margin-top: 5px;
}

.NorRow
{
	height: 24px;
	text-align: left;
	padding: 0px 1px 0px 1px;
}

.NorRow td
{
	padding: 0px 5px 0px 5px;
}

.AltRow
{
	background-color: #444444;
	height: 24px;
	text-align: left;
	padding: 0px 1px 0px 1px;
}

.tdTop
{
	vertical-align: top;
}

.tdMiddle
{
	vertical-align: middle;
}

.RowDropDown
{
	vertical-align: bottom;
}

.WrapText
{
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word;
}

td
{
	vertical-align: middle;
	table-layout: fixed;
}

.AltRow td
{
	padding: 0px 5px 0px 5px;
}

.CalendarCell td
{
	height: 10px;
	padding: 0px 0px 0px 0px;
}

.SelRow
{
	background-color: white;
	color: black;
	height: 24px;
	text-align: left;
	padding: 0px 1px 0px 1px;
}

.SelRow td
{
	padding: 0px 5px 0px 5px;
}

.HeadRow
{
	font-size: 12px;
	font-weight: bold;
	background-color: gray;
	height: 24px;
	text-align: left;
	padding: 0px 1px 0px 1px;
}

.Entry
{
	border: 1px solid #121212;
	padding: 1px 1px 1px 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	vertical-align: text-bottom;
}

.popupControl
{
	background-color: Transparent;
	position: absolute;
	visibility: hidden;
}

.modalPopup
{
	background-color: #ffffff;
	border: solid 3px #cfeafd;
	padding: 3px;
	width: 250px;
}

/* tableEntry is used for showing the table bordor*/
.tableEntry
{
	border: solid 1px gray;
	width: 100%;
}

/* tableEntry is used for showing the table bordor*/
.tableEntryBackColor
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
	background-color: black;
	color: White;
}

