﻿.foo {} /* CssFriendly Adapters Kullanıldığında Uygulanacak Olan CSS (MS Office 2007 Theme) */
a 
{
	text-decoration:none;
}

.AspNet-GridView
{
	margin-top:5px;
	border:1px solid #6593CF;
	font-family:Arial;
	font-size:11px;
}

.AspNet-GridView table
{
	width:100%;
	margin-top:5px;
}

.AspNet-GridView .AspNet-GridView-Baslik 
{
	background-image:url("../Images/Common/Office2007-Header.gif");
	height:24px;
	padding-left:5px;
	padding-right:5px;
	font-family:Arial;
	font-weight:normal;
	color:#917090;
	font-weight:bold;
}

.AspNet-GridView table thead tr
{
	background-image:url("../Images/Common/Office2007-GridHeader.gif");
	height:19px;
	padding-left:5px;
	padding-right:5px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
	text-align:center;
	border-bottom:1px solid #D0D7E5;
}

.AspNet-GridView table thead tr th
{	
	border-bottom:1px solid #D0D7E5;
	font-weight:normal;
}

.AspNet-GridView table thead tr th a
{
	padding-left:5px;
	padding-right:12px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
	text-align:center;
	text-decoration:none;
	background-image:url("../Images/Common/Office2007-GridSort.gif");
	background-repeat:no-repeat;
	background-position:right;
}

.AspNet-GridView table thead tr th a:hover
{
	text-decoration:underline;
}

.AspNet-GridView table tbody tr 
{
	height:22px;
	background-color:#FFFFFF;
}

.AspNet-GridView table tbody tr:hover
{
	background-color:#DAE8F9;
	color:#000000;
}

.AspNet-GridView table tbody tr td
{
	padding-left:5px;
	padding-right:5px;
	border-bottom:1px solid #D0D7E5;
}

.AspNet-GridView table tbody .AspNet-GridView-Alternate
{
	background-color:#F4F4F4;
}

.AspNet-GridView-Pagination
{
	background-image:url("../Images/Common/Office2007-GridHeader.gif");
	height:16px;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	text-align:right;
	text-decoration:none;
}

.AspNet-GridView-Pagination span
{
	font-family:Arial, Tahoma, Verdana;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

.AspNet-GridView-Pagination a
{
	font-family:Arial, Tahoma, Verdana;
	color:#000000;
	text-decoration:none;
}

.GridView-Export-table
{
	border-left:1px solid #6593CF;
	border-bottom:1px solid #6593CF;
	border-right:1px solid #6593CF;
	width:100%;
	text-align:left;
	padding-top:3px;
	padding-left:3px;
}

.GridView-Export-table tr td
{
	background-image:url("../Images/Common/Office2007-GridHeader.gif");
	background-position:top;
	background-repeat:repeat-x;
	background-color:#D3DCE9;
	height:17px;
}

.AspNet-GridView-Baslik
{
	background-image:url("../Images/Themes/office2007blue/grid-header.gif");
	background-position:bottom;
	background-repeat:repeat-x;
	height:17px;
	text-align:left;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;	
}

.GridImage
{
	border:none;
}