table.data {
  border: 1px solid #c2b9a5;
}

body,td { 
  font-family: trebuchet ms;
  font-size: 12;
}

.bold_td {
  background: #632100;
  color: white;
  font-weight:bold;
}

font.required { 
  color: #632100;
  font-weight: bold;
}

hr { 
  border: thin dotted #632100;
}

hr.mcgraw {
  border: thin solid #ED4431;
}

table.mini {
	border: 1px dotted #c2b9a5;
	font-size:10;
	font-family:tahoma;
}

a.white:link { 
  font: bold 12 tahoma, arial, sans-serif;
  color: #ffffff;
  text-decoration: none;
}

a.white:visited {
		color: #ffffff;
		font: bold 12 tahoma, arial, sans-serif;
		text-decoration: none;
}
		
a.white:hover	{
		font: bold 12 tahoma, arial, sans-serif;
		/* color: #5E7796; */
		color: #E56717;
		text-decoration: underline;
}
		
a.white:active {
		font: bold 12 tahoma, arial, sans-serif;
		color: #E56717;
		text-decoration: line-through;
}

a.small:link { 
  font: bold 10 tahoma, arial, sans-serif;
  color: #632100;
  text-decoration: none;
}

a.small:visited { 
  color: #993300;
  font: bold 10 tahoma, arial, sans-serif;
  text-decoration: none;
}

a.small:hover  { 
  font: bold 10 tahoma, arial, sans-serif;
  color: #E56717;
  text-decoration: underline;
}

a.small:active { 
  font: bold 10 tahoma, arial, sans-serif;
  color: #E56717;
  text-decoration: line-through;
}

.data_head {
		background: #993300;
		color:#ffffff;
}


thead tr th	{
		background: #993300;
		color:#ffffff;
		padding: 2px 2px 2px 4px;
		text-align:left;
		font-weight:bold;
		font-size:11;
		font-family:trebuchet ms;
}

.data_top {
		background: #990000;
		color:#ffffff;
		padding: 2px 2px 2px 4px;
		text-align:left;
		font-weight:bold;
		font-size:11;
		font-family:trebuchet ms;
}

tbody tr	{
		border: 1px solid #c2b9a5;
		}
		
tbody tr th	{
		padding: 2px;
		border: 0px solid #c2b9a5;
		text-align:right;
		background: #f5ecd8;
		color: #632100;
		font-family:trebuchet ms;
		font-size:12;
		}

tr.search_columns {
	text-align:center;
	background:#632100;
	font-size:10;
	font-weight:bold;
	color:white;
}


table.ftable {
	border: 2px solid #c2b9a5;
	background:#632100;
}

table.buttons {
	background: #f5ecd8;
	border: 0px solid black;
	border-spacing:5;
	color:#632100;
	font-weight:bold;
}		

.buttons:link, .buttons:visited {
	color:#ffffff;
	text-decoration: none;
	font-weight:normal;
	font-size:11;
}

.buttons:hover, .buttons:active {
	color:eeeeee;
	font-weight:bold;
	text-decoration: underline;
}

.buttons-dark:link, .buttons-dark:visited {
	color:#632100;
	text-decoration: none;
	font-weight:normal;
	font-size:11;
}

.buttons-dark:hover, .buttons-dark:active {
	color:#993300;
	font-weight:bold;
	text-decoration: underline;
}

td.buttons, tr.buttons {
	background: #f5ecd8;
	color: #632100;
	padding:5;
	font-weight:bold;
}

.error {
	color:red;
	font-weight:bold;
	font-size:12;
}

.error:link, .error:visited, .error:hover, .error:active {
	color:red;
	font-weight:bold;
	text-decoration:underline;
	font-size:14;
}

.even {
	background:white;
	color: #632100;
}
.odd	{
	color: #632100;
	background: #ffffee;
}

tr.odd:hover	{
		background: #ffffff;
		}


.small_text {
	font-size:10;
}

.poll_bar {
	background:#993300;
}

.highlight{
	background:#f5ecd8;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}
.body_class {
        background-color:#f5ecd8;
}

.huge_text {
        font-size:22;
        font-family:Comic Sans MS;
        color: #993300;
}

