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