﻿#desert-rounded
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: small;
	margin: 10px;
	text-align: left;
	border-collapse: collapse;
}
#desert-rounded thead th.rounded-topleft
{
	background: #636321
 url('../table-images/topLeft-Brown.gif') no-repeat left -1px;
	color: #FFFFFF;
	padding: 4px;
	padding-left:14px;
}
#desert-rounded thead th.rounded-topright
{
	background: #636321
 url('../table-images/topRight-Brown.gif') right -1px no-repeat;
	color: #FFFFFF;
	text-align:center;
}
#desert-rounded th
{
	padding: 4px;
	padding-left:14px;
	font-weight: normal;
	font-size: 13px;
	color: #FFFFFF;
	background: #7A4418;
	text-align:left;
	}
#desert-rounded td
{
	padding: 1px;
	padding-left:14px;
	background: #D3D1AE;
	border-top: 1px solid #fff;
	color: #000000;
}
#desert-rounded tfoot td.rounded-foot-left
{
	background: #636321
 url('../table-images/bottomLeft-Brown.gif') no-repeat left bottom;
	color: #FFFFFF;
}
#desert-rounded tfoot td.rounded-foot-left-sand
{
	background: #636321
 url('../table-images/bottomLeft-Sand.gif') no-repeat left bottom;
	color: #000000;
}
#desert-rounded tfoot td.rounded-foot-right-sand
{
	background: #636321
 url('../table-images/bottomRight-Sand.gif') no-repeat right bottom;
	color: #000000;
}
#desert-rounded tfoot td.rounded-foot-right
{
	background: #636321
 url('../table-images/bottomRight-Brown.gif') right bottom no-repeat;
	color: #FFFFFF;
}

/*#desert-rounded tbody tr:hover td
{
	background: #d0dafd;
}
*/
#gray-standard
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: small;
	text-align: left;
	border-collapse: collapse;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #24618E;
	border-bottom-color: #24618E;
	border-left-color: #24618E;
	border-bottom-width: 1px;
	border-right-width: 1px;
}
#gray-standard td
{
	padding: 1px;
	padding-left: 14px;
	background: #EDEEED;
	border-top: 1px solid #fff;
	color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #24618E;
}
