﻿.datagrid 
{
    width:640px;
}
.datagrid .data1
{
    /*height: 480px;*/
    width:inherit;
    height:480px; 
    overflow-x:auto;
    overflow-y:auto;
}

.datagrid-a td a 
{
    text-decoration:underline;
}


.datagrid-a
{
	font-size: 12px;
	text-align: left;
	border-collapse: collapse;
	/*border: 1px solid #69c;*/
}

#table1.datagrid-a 
{
    min-width:1200px;
}

#table1.datagrid-a td
{
    border-right:1px solid #C3DBB4;
}

#table1.datagrid-a tr:hover
{
    /*color: #ffffff;*/
	background-color:whitesmoke;
	cursor:pointer;
}

.datagrid-a th.default 
{
    color: #ffffff;
	background-color:#C3DBB4;    
}

.datagrid-a th
{
	padding: 4px 4px 4px 4px;
	font-weight: normal;
	font-size: 12px;
	text-align:left;
	white-space:nowrap;
	/*border-bottom: 1px dashed #3465a4;
	border-left:0px solid transparent;
	border-right:0px solid transparent;*/
	border-top:0px solid transparent;
}

.datagrid-a th.sort 
{
    cursor:pointer;    
}

.datagrid-a td
{
	padding: 2px 4px 2px 4px;
	color: #594F4F;
	min-height:22px;
	border-style:none;
	vertical-align:top;
}
.datagrid-a tbody tr:hover td
{
	color: #594F4F;
	/*background: #DCE9BE;*/
}