/* DATAGRID */
div.GridView {

}

div.KayitBulunamadi {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#333333;
	
	padding:40px 0px 40px 0px;
	border-top:1px solid #CCCCCC;
}

.HeaderStyle th {
	height:20px;
	background-color:#005432;
	
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}

.HeaderStyle th a {
	color:#FFFFFF;
	text-decoration:none;
}

.HeaderStyle th a:hover {
	color:#FFFF00;
	text-decoration:none;
}

.RowStyle td {
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	height:20px;
	
	background-color:#fffde5;
}

.RowStyle td a {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

.RowStyle td a:hover {
	color:#FF0000;
	font-weight:bold;
	text-decoration:none;
}

.AlternatingRowStyle td {
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	height:20px;
	
	background-color:#efebb2;
}

.AlternatingRowStyle td a {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

.AlternatingRowStyle td a:hover {
	color:#FF0000;
	font-weight:bold;
	text-decoration:none;
}

.FooterStyle td {
	background-color:#EFEFEF;
}

.PagerStyle td {
	height:20px;
	
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000066;

	background-color:#005432;
}

.PagerStyle td td {
	background:none;
}

.PagerStyle td span {
	padding:0px 3px 0px 3px;
	color:#000066;
	font-weight:bold;
	text-decoration:none;
}

.PagerStyle td a {
	padding:0px 3px 0px 3px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

.PagerStyle td a:hover {
	padding:0px 3px 0px 3px;
	color:#FFFF00;
	font-weight:bold;
	text-decoration:none;
}

.GridViewTextBox {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	
	border:1px solid #959595;
	padding:2px;
}

.GridViewDropDown {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

.GridViewValidator {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FF0000;
}