﻿/*** GridView ***/
.HeaderStyle {
	font-size: 11px;
	font-weight: bold;
	border-top:solid 1px #dde1e4;
	border-bottom:solid 1px #dde1e4;
	border-left:solid 1px #dde1e4;
	border-right:solid 1px #dde1e4;
	background-color: #dde1e4;
	padding: 3px;
	text-align: left;
}
.ItemStyle {
	font-size: 11px;
	font-weight: normal;
	border-bottom: solid 1px #dde1e4;
	border-left:solid 1px #dde1e4;
	border-right:solid 1px #dde1e4;
	padding: 3px;
	text-align: left;
}
.HeaderStyleCenter {
	font-size: 11px;
	font-weight: bold;
	border-top:solid 1px #dde1e4;
	border-bottom:solid 1px #dde1e4;
	border-left:solid 1px #dde1e4;
	border-right:solid 1px #dde1e4;
	background-color: #dde1e4;
	padding: 3px;
	text-align: center;
}
.ItemStyleCenter {
	font-size: 11px;
	font-weight: normal;
	border-bottom: solid 1px #dde1e4;
	border-left:solid 1px #dde1e4;
	border-right:solid 1px #dde1e4;
	padding: 3px;
	text-align: center;
	background-color: #f5f5f5;
}
.ItemStyleNone {
	border:solid 1px #ffffff;
}
.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 #dde1e4;
	border-left:solid 1px #dde1e4;
	border-right:solid 1px #dde1e4;
	text-align: right;
	margin:0px;
	padding:3px;
	background-color:#f5f5f5;
}
.AlternatingRowStyle {
	background-color: #f5f5f5;
}
.SelectedRowStyle {
	font-size: 11px;
	font-weight: normal;
	border-bottom: solid 1px #d7d7ce;
	background-color: #eeeee6;
	padding: 5px;
	text-align: left;
}
/*******************************************/
.HeaderStyle12 {
	font-size: 12px;
	font-weight: bold;
	border-top:solid 1px #dde1e4;
	border-bottom:solid 1px #dde1e4;
	border-left:solid 1px #dde1e4;
	border-right:solid 1px #dde1e4;
	background-color: #dde1e4;
	padding: 5px;
	text-align: left;
}
.ItemStyle12 {
	font-size: 12px;
	font-weight: normal;
	border-bottom: solid 1px #dde1e4;
	border-left:solid 1px #dde1e4;
	border-right:solid 1px #dde1e4;
	padding: 5px;
	text-align: left;
}
.HeaderStyleCenter12 {
	font-size: 12px;
	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;
}
.ItemStyleCenter12 {
	font-size: 12px;
	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;
}
.HeaderStyleRight12 {
	font-size: 12px;
	font-weight: bold;
	border-top: solid 1px #bbbba3;
	border-bottom: #bbbba3;
	background-color: #d7d7ce;
	padding: 5px;
	text-align: right;
}
.ItemStyleRight12 {
	font-size: 12px;
	font-weight: normal;
	border-bottom: solid 1px #d7d7ce;
	padding: 5px;
	text-align: right;
	margin:0px;
}
.AlternatingRowStyle12 {
	background-color: #f5f5f5;
}
.SelectedRowStyle12 {
	font-size: 12px;
	font-weight: normal;
	border-bottom: solid 1px #d7d7ce;
	background-color: #eeeee6;
	padding: 5px;
	text-align: left;
}
