﻿.GridViewStyle
{
	 font-family: Verdana;
	font-size: 10px;
	color:#445c76 !important;
	height: 10px;
	table-layout: auto;
	border-collapse: collapse;
	border-right: #6aa4d4 3px solid;
	border-left: #6aa4d4 3px solid;
	border-bottom: #6aa4d4 3px solid;
	border-top: #6aa4d4 1px solid;
	width: 100%;
}
/*Header and Pager styles*/.HeaderStyle /*Common Styles*/
{
	background-image: url(Images/Icons/record_group_header.gif);
	background-repeat:repeat-x;
	background-color:#2a74cd;
	height: 30px;
	line-height: 26px;	
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
	text-align:center;
	vertical-align:middle;
	color: #116eb1;
	 font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;		
	color: #FFFFFF;				
	border:0px solid #FFFFFF;
	height: 30px;
}

.PagerStyle /*Common Styles*/
{
	background-image: url(Images/Icons/footer.gif);
	background-repeat:repeat-x;
	padding: 0px;
	margin-top: 0px;
	border: 0px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	vertical-align: middle;
	position: relative;
	cursor: default;
	font-family: Verdana;
	font-size: 10px;
	color: #FEFFFD;
	white-space: nowrap;
	z-index: 0;	
	border-top: 1px solid #B4C2AB;
}

.HeaderStyle th
{
	padding: 5px;
	color: #ffffff; /*white-space:nowrap;*/
	
	text-align:center;
	vertical-align:middle;
}
.HeaderStyle a
{
	text-decoration: none;
	color: #ffffff;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	vertical-align:middle;
	text-align:center;
}
.PagerStyle table
{
	text-align: center;
	margin: auto;
}
.PagerStyle table td
{
	border: 0px;
	padding: 5px;
}
.PagerStyle td
{
	border-top: #427b98 3px solid;
}
.PagerStyle a
{
	color: #ffffff;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
	border-top: solid 1px #777777;
	border-right: solid 1px #333333;
	border-bottom: solid 1px #333333;
	border-left: solid 1px #777777;
}
.PagerStyle span
{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
}
/*RowStyles*/.RowStyle td, .AltRowStyle td, .SelectedRowStyle td, .EditRowStyle td /*Common Styles*/
{
	padding: 5px;
	border-right: solid 1px #427b98;
}
.RowStyle
{
	background-image: url(Images/Icons/row1.gif);
	background-repeat:repeat-x;
	background-color: #e5ecf2;
	 font-family: Verdana;
	font-size: 10px;
	color:#445c76 !important;
	height: 10px;
}
.AltRowStyle
{
	background-image: url(Images/Icons/row2.gif);
	background-repeat:repeat-x;
	background-color: #f3f7f8;
	 font-family: Verdana;
	font-size: 10px;
	color:#445c76 !important;
	height: 10px;
}
.SelectedRowStyle
{
	background-color: #ffff66;
}

.RowStyle:hover, .AltRowStyle:hover
{
	background-image:url('images/Icons/placeholder_empty.gif');
	background-color: #64a5db;
}



INPUT[type='text']
{
	background-color: #FFFFFF;
	border: 1px solid #BDE6FF;
	color: #000000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	height: 20px;
	line-height: 15px;
	padding-left: 2px;
	padding-top: 4px;
	vertical-align: middle;
	width: 130px;
}

INPUT[type='text']:hover
{
	border-color: #0475ba;
}

INPUT[type='password']
{
	background-color: #FFFFFF;
	border: 1px solid #BDE6FF;
	color: #000000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	height: 20px;
	line-height: 15px;
	padding-left: 2px;
	padding-top: 4px;
	vertical-align: middle;
	width: 130px;
}

INPUT[type='text']:hover
{
	border-color: #0475ba;
}

textarea
{
	background-color: #FFFFFF;
	border: 1px solid #BDE6FF;
	color: #000000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	height: 20px;
	line-height: 15px;
	padding-left: 2px;
	padding-top: 4px;
	vertical-align: middle;
	width: 130px;
}

textarea:hover
{
	border-color: #0475ba;
}


select
{
	font-size: 8pt;
	font-family: Verdana;
	width: 135px;
}

select option
{
	font-weight: bold;
	font-size: 9pt;
	font-family: Verdana;
}

input[type=checkbox]
{
	margin: 2px 2px 2px 2px;
	border: 0px;
}

input[type=checkbox]:hover
{
	border-width: 1px;
	border-color: Orange;
	border-style: outset;
}


