﻿/* ----------- generic table ------------ */

table th 
{
	text-align: left;    
}

/* ----------- gridview: table ------------ */

table.grid
{
	border-top: solid 1px #666666;
	border-bottom: solid 1px #666666;
}

table.grid th, table.grid td 
{
	overflow: hidden;
}

table.grid th 
{
    padding: 2px;
}

table.grid th, table.grid tr.footer td
{
	background-color: #F5F5F5;
	text-align: left;
	font-weight: normal;	
}

table.grid td 
{
	padding: 2px 2px 2px 2px;	
	background-image: url('http://www.auburnservers.co.uk/resources/graphics/line_h_dashed_grey.gif');	
	background-position: 0px top;
	background-repeat: repeat-x;
}

table.grid tr.group td 
{
    padding-top: 8px;
    border-top: solid 2px #ECECEC; 
}

table.grid tr.child td.day
{
    background-image: none;
}

table.grid tr.paging td 
{
    background-image: none;
}

table.grid td.day
{
    width: 40px;
}

table.grid td.icon 
{
    width: 18px;
}

table.grid td.date 
{
    width: 75px;
}

table.grid tr:hover td, table.grid tr.selected td
{
	background-color: #FFFFCC;	
}

table.grid tfoot tr:hover td
{
	background-color: #EDF1F7;
}

table.grid td.selected
{
	background-color: #FFFFCC;
}

/* ----------- controls ------------ */

div.grid-controls 
{
    width: 100%;
    margin: 10px 0px 10px 0px;
}

#content div.grid-controls  ul li
{
    float: left;
    background-image: none;
    padding: 0px 10px 0px 0px;
}
