﻿#centeredDiv
{
	width:100%;
	  height:99%;
	text-align:center;
}

#adminFormLoyout
{
	width: 100%;
	min-height: 450px;
	 
	margin: 0px;
	padding: 0px;
	border: solid 0px #A6BCD9;
	border-top: none;
	background-color: #f9f9f9;
}
.subHeader1
{
	font-weight: bold;
	font-size: 11px;
	color: #993300;
	font-family: Tahoma;
}
#adminformContent
{
	padding-left:3px;text-align:left;
}
#adminFormHeader
{
	font-family: Arial;
	font-size: 12px;
	height: 26px;
	background-image: url(../../App_Themes/Admin/Images/adminHeaderBack.gif);
	font-weight: bold;
	color: #000;
	text-align:left;
	padding-left:2px;
	vertical-align:middle;
	padding-top:5px;
	background-position:top left;
	background-repeat:repeat-x;
}


.Label
{
	font-size: 11px;
	color: #660000;
	font-family: Arial;
	font-weight: bold;
}


.controlRow
{
	width: 100%;
	padding: 1px;
	clear: both;
	text-align: left;
	font-size: 12px;
	font-family: Arial;
}
.labelRow
{
	width:100%;
	padding:0px;
}

.labelValue
{
	width:100%;
	padding:0px;
	vertical-align:middle;
}


.adminTextBox
{
	font-size: 12px;
	color: #000000;
	font-family: Arial;
	border-right: #808080 1px solid;
	border-top: #808080 1px solid;
	border-left: #808080 1px solid;
	border-bottom: #808080 1px solid;
}

.ajaxDefTextBox
{
	font-size: 9px;
	color: Gray;
	font-family: Arial;
	border-right: #808080 1px solid;
	border-top: #808080 1px solid;
	border-left: #808080 1px solid;
	border-bottom: #808080 1px solid;
}



.LabelText
{
	font-size: 12px;
	color: #000;
	font-family: Arial;
	 
}


.PageSplit
{
	float:left;
	width:48%;
	text-align:left;
}

a.ButtonLink:link
{
	font-weight: normal;
	font-size: 11px;
	color: #0066cc;
	font-family: Arial;
	text-decoration: underline;
}



.limitedBox
{
	width:98%;
	background-color:#f5f5f5; 
	 height:350px;
	overflow:auto;
}


.LabelInfoRow
{
	font-weight: bold;
	font-size: 16px;
	color: #ff6600;
	font-family: 'Trebuchet MS' , Arial;
}