﻿/* Grid View Skin StyleShee-------Harshit*/

.gdbody
{
	border: 1px solid #78b6e1;
}

.gdheader1
{
	background: url(Images/grid_header_background.jpg) repeat-x bottom left #ffffff;
	font: normal 12px arial;
	color: Black;
	height: 33px;
	text-align: center;
	line-height: 18px;
	border: 1px solid #78b6e1;
}

.gdheader
{
	background: url(Images/grid_header_background.jpg) repeat-x bottom left #ffffff;
	font: normal 12px arial;
	color: Black;
	height: 33px;
	text-align: center;
	line-height: 18px;
	border: 1px solid #78b6e1;
}

.gdheader td
{
	border: 1px solid #78b6e1;
}
.gdheader td a
{
	font: normal 12px arial;
	color: Black;
	font-weight :bold ;
	text-decoration: none;
	font-weight: bold;
}
.gdalternate
{
	font: normal 12px arial;
	background-color: #deefff;
	color:Black;
	border: 1px solid #78b6e1;
}
.gdalternate td
{
	cursor: pointer; 
	border: 1px solid #78b6e1;
}
.gdalternate a
{
	background-color: #deefff;
	font: normal 12px arial;
	color:Black;


}
.gdalternate a:hover
{
	cursor: hand;
	text-decoration: underline;
	color: Black;
}

.gdfooter
{
	background: url(Images/grid_header_background.jpg) repeat-x bottom left #ffffff;
	font: normal 12px arial;
	color: Black;
	height: 33px;
	text-align: center;
	line-height: 18px;
	border: 1px solid #78b6e1;
	font-weight: bold;
	color: White;
}
.gdrow
{
	background-color: #ffffff;
	border: 1px solid #78b6e1;
	font: normal 12px arial;
	color: Black;
	
}
.gdrow td:hover
	{
		cursor: pointer; 
 	/*background-image: url(premiere_blue/row_hover.gif);*/
    background-repeat: repeat-x;
    text-decoration: underline;
    color: #000000;
	}
.gdrow td
{
	border: 1px solid #78b6e1;
}
.gdrow a
{
	background-color: #ffffff;
	color: Black;

	text-decoration: none;
}
.gdrow a:hover
{
	cursor: pointer;
	text-decoration: underline;
	color: Black;
}


