﻿.GridView
{
	padding:3px;
	margin-bottom:10px;
	/*float:left;*/
}

.RowHeader
{
	background-color:#f6cfd9;
	color:#fff;
	font-size:.9em;
}

.GridView .Row
{
	background-color:#ffffff;
}

.RowAlternating
{
	background-color:#faf9f9;
}

.RowSelected
{
	background-color:#d2f2b6;
}

.RowDisabled
{
	background-color:#eeeeee;
}

/*
.GridView tr:hover
{
	background-color:#dceefa;
}*/

.GridView td, .GridView th 
{
	padding:3px;	
	/*border-left:#d6dadd 1px solid;*/
}

.GridView a,
.GridView a:visited
{
	width:100%;
	display:block;
	color:Black;
	text-decoration:none;
}

.GridView a.Delete
{
	width:12px;
	height:12px;
	background:url(GridView/Delete.png) no-repeat;
	display:block;
	margin:0px;
	padding:4px;
	text-indent:-500em;
}

.GridView a.Delete:hover
{
	width:12px;
	background-color:#dceefa;
}


/**********************************************Light******************/

.GridViewLight a,
.GridViewLight a:visited
{
	width:auto !important;
	display:inline !important;
	color:#6e665d;
	text-decoration:underline;
}

.GridViewLight a.Delete
{
	width:12px !important;
	height:12px !important;
	background:url(GridView/Delete.png) no-repeat !important;
	display:block !important;
	margin:0px;
	padding:4px;
	text-indent:-500em;
}

/**********************************************Attributes******************/
.GridViewAttributes
{
	font-size:1.1em;
}

.GridViewAttributes .Label
{
	color:#df617f;
	width:200px;
}

.GridViewAttributes a,
.GridViewAttributes a:visited
{
	width:auto !important;
	display:inline !important;
	color:#4f8ccb;
	text-decoration:underline;
}

.GridViewAttributes a:hover
{
	width:auto !important;
	display:inline !important;
	color:#d95b76;
	text-decoration:underline;
}

