﻿
/* general */

.DefaultTitle 
{
	font-weight:bold;
	display:block;
	font-size:1.2em;
	color:#444444;
	margin:.5em 0em;
}

/* Grid View */
.DefaultGridView 
{
	font-size:11px;
	border:none;
}
.DefaultGridView td,
.DefaultGridView th
{
	border:#ffffff solid 0px;
}
.DefaultGridView tbody tr.HeadRow 
{
	font-weight:bold;
	background:#f4f4f4;
	height:20px;
	color:#000000;
	text-align:left;
	
}
.DefaultGridView tbody tr.HeadRow th 
{
	border-top:#cccccc solid 1px;
	border-bottom:#cccccc solid 1px;
}
.DefaultGridView tr.FootRow 
{
	border-top::#1177E3 solid 3px;
}

.DefaultGridView tbody tr.Row 
{
}

.DefaultGridView tbody tr.AltRow 
{
	background:#f8f8f8;
}

.DefaultGridView .Row,
.DefaultGridView .Altrow 
{
}

.DefaultGridView tbody tr.Row td,
.DefaultGridView tbody tr.AltRow td 
{
	padding:2px 0px 2px 2px;
}
.DefaultGridView tbody tr.HeadRow th,
.DefaultGridView tbody tr.FootRow td 
{
	
}

.DefaultGridView .FootRow .Alt 
{
	background:#fafafa;
}

.DefaultGridView .Link 
{
	font-size:10px;
	color:Red;	
}