﻿

div.gridview
{
	line-height:1.4em;
}

div.gridview table
{
	 
	 border-collapse:collapse;
	 border:solid 1px #ccc;
	 width:100%;
}


div.gridview td
{
	border:solid 1px #ccc;	
	padding:2px;

}

div.gridview tr
{
	background-color:#fff;
}
div.gridview tr:hover
{
	background-color:#f0f0f0;
}

div.gridview td.hd
{
	 font-weight:bold;
	 /*color:Green;*/
}


div.gridview th
{
	border:solid 1px #ccc;	
	color:#006dec;
	font-weight:normal;
	background: #f0f0f0 url(images/gray_light_bg.gif) left 50% repeat-x;
}

div.gridview td.ta_center
{
	text-align:center;
}

div.gridview td.ta_right
{
	text-align:right;
}

div.gridview div.list_view
{
	margin:10px 0 10px 0;
	
}


/*-----------------------------------------------------------------*/

div.gridview th.hd_130px
{
    width:130px;
}

div.gridview th.hd_120px
{
    width:120px;
}

div.gridview th.hd_110px
{
    width:110px;
}

div.gridview th.hd_100px
{
    width:100px;
}
div.gridview th.hd_96px
{
    width:96px;
}

div.gridview th.hd_90px
{
    width:90px;
}

div.gridview th.hd_80px
{
    width:80px;
}

div.gridview th.hd_70px
{
    width:70px;
}

div.gridview th.hd_60px
{
    width:60px;
}

div.gridview th.hd_50px
{
    width:50px;
}

div.gridview th.hd_40px
{
    width:40px;
}

div.gridview th.hd_35px
{
    width:35px;
}

div.gridview th.hd_30px
{
    width:30px;
}

div.gridview th.hd_25px
{
    width:25px;
}

/*--------------------------------------------------------------*/

