﻿.historyRow
{
	border-left:solid 1 white;
	border-right:solid 1 white;
	border-top:solid 1 white;
	border-bottom:solid 1 white;
}
.datagridHeader {
    background-color: #95c1d8;
    color: white;
    font-size: 12px;
    border-left: 1px solid #5492b3;
    text-align: center;
    font-weight: bold;
}
.alt {
    background-color: #b7dcef33;
    color: #275420;
}
.normalRow
{
	background-color: #fff;
}
/*
.datagrid 
{
	
	border-left: 1px solid #77a668;
	border-bottom: 1px solid #77a668;
	font-size: 12px;
	font-weight: normal;
}*/
.datagrid
{
	border-collapse: collapse;
	font: normal 12px/150% Arial, Helvetica, sans-serif;
	background-color: #fff;
	overflow: hidden;
	border: 1px solid #36752D;
	padding: 1px 3px;
	color: #275420;
}
.datagridFooter 
{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
	font-size: 12px;
	border-color: #275420;
	color: #000000;
	background: none;
}
.datagridFooter span
{
	padding: 2px 8px;
	margin: 1px;
	border-color: #275420;
	color: #FFFFFF;
	background-color: #36752D;
	display: inline-block;
	text-decoration:none;
	background-color: #cdcdcd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #36752D), color-stop(1, #275420) );
	background: -moz-linear-gradient( center top, #36752D 5%, #275420 100% );
}
.datagridFooter a:hover
{
	text-decoration: none;
	border-color: #275420;
	color: #ffffff;
	font-size: 12px;
	font-weight:bold;
	background-color: #cdcdcd;
}
.datagridFooter a
{
	padding: 2px 8px;
	margin: 1px;
	border-color: #275420;
	color: #FFFFFF;
	background-color: #36752D;
	display: inline-block;
	text-decoration:none;
	background-color: #36752D;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #36752D), color-stop(1, #275420) );
	background: -moz-linear-gradient( center top, #36752D 5%, #275420 100% );
	border-radius: 3px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#36752D',endColorstr= '#275420' );
}


