﻿/*** GridView ***/
.HeaderStyle {
	font-size: 11px;
	font-weight: bold;
	border-top:solid 1px #bbbba3;
	border-bottom:solid 1px #bbbba3;
	border-left:solid 1px #bbbba3;
	border-right:solid 1px #bbbba3;
	background-color: #d7d7ce;
	padding: 5px;
	text-align: left;
	background-repeat:repeat-x 
}
.ItemStyle {
	font-size: 11px;
	font-weight: normal;
	border-bottom: solid 1px #d7d7ce;
	border-left:solid 1px #efefef;
	border-right:solid 1px #efefef;
	padding: 5px;
	text-align: left;
}
.HeaderStyleCenter {
	font-size: 11px;
	font-weight: bold;
	border-top: solid 1px #bbbba3;
	border-right: solid 1px #cccca3;
	border-left: solid 1px #cccca3;
	border-bottom: #bbbba3;
	background-color: #d7d7ce;
	padding: 5px;
	text-align: center;
}
.ItemStyleCenter {
	font-size: 11px;
	font-weight: normal;
	border-bottom: solid 1px #d7d7ce;
	border-right: solid 1px #e7e7ce;
	border-left: solid 1px #e7e7ce;
	padding: 5px;
	text-align: center;
	background-color: #f5f5f5;
}
.HeaderStyleRight {
	font-size: 11px;
	font-weight: bold;
	border-top: solid 1px #bbbba3;
	border-bottom: #bbbba3;
	background-color: #d7d7ce;
	padding: 5px;
	text-align: right;
}
.ItemStyleRight {
	font-size: 11px;
	font-weight: normal;
	border-bottom: solid 1px #d7d7ce;
	padding: 5px;
	text-align: right;
}
.AlternatingRowStyle {
	background-color: #f5f5f5;
}
.SelectedRowStyle {
	font-size: 11px;
	font-weight: normal;
	border-bottom: solid 1px #d7d7ce;
	background-color: #eeeee6;
	padding: 5px;
	text-align: left;
}