form { margin-top:0px; margin-bottom:0px; }
body { 
  margin: 0px 0px 0px 0px;
}

body,td,th,textarea,input,select {
  font-family: trebuchet ms;
  font-size:11px;
}

.blacklink:link {
    color:black;
}

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

.tab { 
	background: #c2b9a5; 
	font-weight:bold; 
}

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

.leaderboard { 
    padding:10px 0px 10px 0px;
}

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

hr { 
  border: thin dotted #632100;
}


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

a:hover	{
		color: #E56717;
		text-decoration: underline;
}
		
a:active {
		color: #E56717;
}

a.white:link { 
  color: #ffffff;
  text-decoration: none;
}

a.white:visited {
		color: #ffffff;
		text-decoration: none;
}
		
a.white:hover	{
		color: #E56717;
		text-decoration: underline;
}
		
a.white:active {
		color: #E56717;
		text-decoration: line-through;
}

a.small:link { 
  color: #632100;
  text-decoration: none;
}

a.small:visited { 
  color: #993300;
  text-decoration: none;
}

a.small:hover  { 
  color: #E56717;
  text-decoration: underline;
}

a.small:active { 
  color: #E56717;
  text-decoration: line-through;
}

thead tr th	{
		background: #993300;
		color:#f5ecd8;
		padding: 4px 8px 4px 8px;
		text-align:left;
		font-weight:bold;
		}

tbody tr	{
		border: 1px solid #c2b9a5;
		}
		
th	{
		text-align:right;
		background: #efefef;
	}

.search_columns {
	text-align: center;
	background: #7b9aac;
	font-weight:bold;
	color:white;
}

.search_columns a:link {
		color: #1c3665;
		text-decoration: none;
		}
		
.search_columns a:visited {
		color: #1c3665;
		text-decoration: none;
}
		
.search_columns a:hover	{
		color: #1c3665;
		text-decoration: underline;
}
		
.search_columns a:active {
		color: #1c3665;
		text-decoration: line-through;
}


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

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

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

td.buttons {
	background: #993300;
	padding:5px;
	font-weight:bold;
}

tr.buttons {
	background: #993300;
	color:white;
	font-weight:bold;
}

.error {
	background:#bb0000;
	color:white;
	font-weight:bold;
}

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

.even {
	background:white;
}
.odd	{
	background: #ffffdd;
}

.small_text {
	font-size:10px;
}

.poll_bar {
	background:#993300;
}

.highlight{
	font-weight:bold;
	font-size:14px;
	color:#990000;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.body_class {
        background-color:#f5ecd8;
}

.huge_text {
        font-size:22px;
        color: #993300;
}

input.btn {
   color:#222222;
   background-color:#ffeeee;
   border:1px solid;
   border-top-color:#bbbbbb;
   border-left-color:#bbbbbb;
   border-right-color:#bbbbbb;
   border-bottom-color:#bbbbbb;
   padding: 2px 15px 2px 15px;
}

input.btnhov {
   color:#000000;
   padding: 2px 15px 2px 15px;
   border:1px solid;
   background-color:#ffeeee;
   border-top-color:#990000;
   border-left-color:#990000;
   border-right-color:#990000;
   border-bottom-color:#990000;
}

.menu_head {
  font-weight: bold;
  color: white;
  background: #578ad6;
  background: #578ad6;
  padding-top: 2px;
  padding-bottom: 2px;
}

.menu {
  padding: 5px;
  font-weight: bold;
  background: #f6f6f6;
  color: #555555;
}

.menu:link {
  text-decoration: none;
  font-weight: bold;
  color: #555555;
}

.menu:visited {
  text-decoration: none;
  font-weight: bold;
  color: #555555;
}  

.menu:hover { 
  text-decoration: underline;
  font-weight: bold;
  color: #f27a45;
}

.divider {
  background: #dddddd;
  height: 1px;
  padding: 0px 0px 0px 0px;
}

.column_spacing {
  width:15px;
}

.button {
  border:1px solid #999999;
  text-align:center;
  padding:5px;
}

.userinfo {
  //create css in backend to change userinfo elements 
}
