﻿.datagrid
{
	/*
	margin: 0 auto;
	border: 1px solid #dcdcdc;
	width: 95%;
	padding: 4px;
	*/
	border-collapse: collapse;
    margin-left: 5px;
    line-height: normal;
    width: 95%;
    border: 1px solid #AEBFD0;
}

.thindatagrid
{
	margin: 0 auto;
	border: 1px solid #dcdcdc;
	padding: 5px;
	background: url( 'images/contentbg.gif' );
	background-repeat: repeat-x;
	margin-bottom: 1em;
}

.thindatagridalignleft
{
	border: 1px solid #dcdcdc;
	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;
	text-decoration: none;
	padding: 1px;
	margin: 1px;
	text-align: left;
	background: url(images/css-yellow.gif);		
	height:35px;
	color: #232323;
	background-color: #898989;
	text-decoration: none;
	border : 1px solid #454545;
	background-repeat: repeat-x;
	padding: 1px;
	margin: 1px;
*/
    background-color: #7591AA;
    border: 1px solid #AEBFD0;
    color: White;
    height: 30px;
}

.toprow th
{
    /*
	padding: 5px;
	background-color: #FFF6E5;
	border: 1px solid #dcdcdc;
    */
    background-color: #7591AA;
    border: 1px solid #AEBFD0;
    color: White;
    height: 30px;
}

tr.rowone td
{
    /*
	border: 1px solid #dcdcdc;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
	text-decoration: none;
	background-color: #dedede; 
	padding: 5px;
	margin-top: 1px;
	margin-bottom: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #efefef;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #beb39f;
    */
    border: 1px solid #AEBFD0;
    padding: 5px;
    vertical-align: text-top;
    background-color: #F1F6FA;

}

tr.rowtwo td
{
    /*
	border: 1px solid #dcdcdc;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
	background-color: #CDCDCD;
	text-decoration: none; 
	padding: 5px;
	margin-top: 1px;
	margin-bottom: 1px;
	background-color: #fdf7eb;
	border-top-width: 1px;
	border-top-color: #efefef;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #beb39f;
    */
    border: 1px solid #AEBFD0;
    padding: 5px;
    vertical-align: text-top;
    background-color: #C9DFF2;
}


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;
	font-size: 0.9em;
}

.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;
}

