/*
 * @author: Arjun Jain ( http://www.arjunjain.info ) 
 * @license: GNU GENERAL PUBLIC LICENSE Version 3
 *
 */

.table1
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	text-align: left;
	border-collapse: collapse;
	width: 99%;
	margin: 0px auto;
}
.table1 th
{
    background: none repeat scroll 0 0 #B9C9FE;
    border-bottom: 1px solid #FFFFFF;
    border-top: 4px solid #AABCFE;
    color: #003399;
    font-size: 14px;
    font-weight: normal;
    padding: 8px;
}

.table1 td
{
	padding: 2px 5px;
	color: #669;
	border-left: 0px solid #fff;
}
.table1 td input{
	height: 30px;
}
.table1 td textarea{
	width:100%;
	height:100px;
}
.table1 tfoot td
{
	font-size: 11px;
}
.table1 tbody td
{
	background: url('../images/back.png');
}
.table1 .top1
{
	border-top: 2px solid #fff;
}

* html .table1 tbody td
{
	/* 
	   ----------------------------
		PUT THIS ON IE6 ONLY STYLE 
		AS THE RULE INVALIDATES
		YOUR STYLESHEET
	   ----------------------------
	*/
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/back.png',sizingMethod='crop');
	background: none;
}	
.table1 tbody tr:hover td
{
	color: #339;
	background: none;
}