﻿/**********************************************************************/
table.gridView
{
	background-color: #dcdcdc;
/*	border-collapse: collapse;*/
    white-space: nowrap;
    width: 100%;
	color: #666666;
}

table.gridView caption
{
	border: 1px #dcdcdc solid;
	border-bottom: none;
	padding: 5px;
	background-color: #edf9ff;
/*	margin-left: -1px;*/
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
}

.gridView_Header
{
	background-color: #f6f6f6;
}

.gridView_Row
{
	background-color: white;
}

.gridView_AlternatingRow
{
	background-color: rgb(255, 255, 240);
}

.gridView_FooterRow
{
	background-color: white;
}

.gridView_Pager
{
	background-color: white;
	text-align: left;
}

.gridView_Header a
{
	color: #666666;
	text-decoration: none;
}

.gridView_Row a, .gridView_AlternatingRow a
{
	color: #009900;
	text-decoration: none;
}

.gridView_EmptyData
{
	background: white;
	color: Red;
	text-align: center;
}

.gridView_EmptyData td
{
	padding: 20px!important;
}

.gridView_Header a:hover, 
.gridView_Row a:hover, 
.gridView_AlternatingRow a:hover
{
	color: red;
	text-decoration: none;
}

.gridView_Pager a
{
	color: Blue;
	text-decoration: none;
}

.gridView_Pager a:hover
{
	color: Red;
	text-decoration: none;
}





.Header1 th
{
	color: #666666;
	background: #eae8e9;
	border-top: 1px solid #cecccd;
	border-bottom: 1px solid #cecccd;
	white-space: nowrap;
}
.Header1 th
{
	white-space: nowrap;
}

.Row1 td, .Row2 td
{
	background: #ffffff;
	color: #666666;
	border-bottom: 1px dotted #cecccd;
}

.Header1 a
{
	color: #666666;
}

.Row1 a, .Row2 a
{
	color: #009900;
}

.mytable3
{
	border-collapse: collapse;
	border: 1px solid #cecccd;
}

.mytable3 th
{
	padding: 5px;
	border: 1px solid #cecccd;
	white-space: nowrap;
	font-weight: normal;
}

.mytable3 td
{
	padding: 5px;
	border: 1px solid #cecccd;
}