﻿.addCommentText
{
	height: 100px;
	width: 350px;
}
.adminHeader
{
	font-size: 30px;
	text-align: right;	
}
.adminLine
{
	height: 1px;
	color: Black;	
}
.adminSection
{
	font-size: 14px;
	font-weight: bold;	
}
.adminTab
{
	padding-left: 15px;	
	padding-bottom: 20px;
}
.autocompleteList 
{  
	visibility: hidden;
	margin: 0px!important;
	background-color: #ffffff;
	color: windowtext;
	border: buttonshadow;
	border-width: 1px;
	border-style: solid;
	cursor: default;
	overflow: auto;
	height: 200px;
    text-align: left; 
    list-style-type: none;
}
.autocompleteHighlightedItem
{
	background-color: #d8e4f8;
	color: black;
	padding: 1px;
}
.autocompleteItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}
body
{
	background-color : #E6E7E2;
	margin: 10 10 10 10;
}
body, input, select 
{
	font-family: tahoma, verdana, helvetica;
	font-size: 11px;
}
.box 
{
	background-color: #ffffff;
	max-width: 70%;
	min-width: 550px;
	padding: 10px 10px 10px 10px;
	text-align : left;
}
.error 
{
	color: Red;
}
.fieldLabel 
{
	font-weight: bold;
}
.fieldset
{
	padding: 0px 10px 10px 10px;
}
.gridAlternateRowStyle
{
	background-color: #EEEEEE; 
	color: #284775;
}
.gridHeaderStyle
{
	background-color:#5D7B9D;
	font-weight:bold;
	color:#FFFFFF;
	text-align:left; 
}
.gridOverRowStyle {
	background-color: #EEEE99;
	color: #000000;
}
.gridPagerRowStyle
{
	Background-color:#EEEEFF;
	text-align: Center;
	color:#333333;
}

.gridRowStyle
{
	background-color: #F7F6F3;
	color: #333333;
}
.gridViewStyle
{
	Color:#333333;
}
.imgButton
{
	border: 0px;
	text-decoration: none;
	vertical-align: middle;
}
.imgMid 
{
	vertical-align: middle;
}
.initiateInput 
{
	width: 150px;
}
.legend
{
	font-weight: bold;
	font-size: 12px;	
}
.pageHeader 
{
	float: right;
	font-size: 30px;
}
.requiredField 
{
	color: Red;	
}
.text 
{
	font-family: tahoma, verdana, helvetica;
	font-size: 11px;
}
