﻿.datagrid {
	margin:0 auto;
	width:100%;
	border:1px solid #CDCDCD;
}

.thindatagrid {
    margin:0 auto;
	border:1px solid #CDCDCD;
	padding: 5px;
	background: url('images/contentbg.gif');
	background-repeat: repeat-x;
	margin-bottom: 1em;
}

.thindatagridalignleft {
	border:1px solid #CDCDCD;
	padding: 5px;
	background: url('images/contentbg.gif');
	background-repeat: repeat-x;
	margin-bottom: 1em;
	width: 100%;
}

.toprow {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	font-weight: bolder;
	color: #212a1d;
	text-decoration: none;
	border : 1px solid #B4C5AC;
	background-color : #f0f6eb;
	background-repeat:repeat-x;
	padding: 1px;
	margin: 1px;
	text-align:left;
}

.toprow th {
	padding: 5px;
	border: 1px solid #B4C5AC;
}


tr.rowone td {
	border: 1px solid #B4C5AC;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color: #000000;
	background-color: #f0f3ee;
	text-decoration: none;
	/*
	border-top : 1px solid #EFEFEF;
	border-bottom : 1px solid #999999;
	*/
	padding: 5px;
	margin-top: 1px;
	margin-bottom: 1px;	
}

tr.rowtwo td {
	border: 1px solid #B4C5AC;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color: #000000;
	background-color: #E1E8DE;
	text-decoration: none;
	/*
	xborder-top : 1px solid #EFEFEF;
	xborder-bottom : 1px solid #999999;
	*/
	padding: 5px;
	margin-top: 1px;
	margin-bottom: 1px;	
}
caption, .emptySetCaption
{	
	text-align: left;
	margin-top: .75em;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 100%;
	font-weight: bold;
	
}
.caption
{	
	text-align: left;
	margin-top: .75em;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 100%;
	font-weight: bold;
}

tr.pager td
{	
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #000000;	
}

.line {
	font-size: 10%;
	border-bottom : 1px solid #dedede;
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
}


tr.rowone td.removed
{
	background-color: #EBD9D9;
	font-weight:bold;
}

tr.rowtwo td.removed
{
	background-color: #EBD9D9;
	font-weight:bold;
}

tr.rowone td.added 
{
	background-color: #B0E57C;
	font-weight:bold;
}

tr.rowtwo td.added 
{
	background-color: #B0E57C;
	font-weight:bold;
}

tr.rowone td.optional
{
	color: #aa0000;
}

tr.rowtwo td.optional
{
	color: #aa0000;
}

tr.empty td
{
	color: #4c5946;
	font-size: 11px;
}

tr.rowone td.lower
{
	font-weight:bold;
	background: url(images/RedDownArrowmargin.gif);
	background-repeat: no-repeat;
	background-position: center right;
	background-color: #f2c1c1;
	padding-right: 10px;
}

tr.rowtwo td.lower
{
	font-weight:bold;
	background: url(images/RedDownArrowmargin.gif);
	background-repeat: no-repeat;
	background-position: center right;
	background-color: #f2c1c1;
	padding-right: 10px;
}

tr.rowone td.higher 
{
	font-weight:bold;
	background: url(images/GreenUpArrowmargin.gif);
	background-repeat: no-repeat;
	background-position: center right;
	background-color: #cae0bf;
	padding-right: 10px;
}

tr.rowtwo td.higher 
{
	font-weight:bold;
	background: url(images/GreenUpArrowmargin.gif);
	background-repeat: no-repeat;
	background-position: center right;
	background-color: #cae0bf;
	padding-right: 10px;
}

