﻿html
{
	background-image: url(images/background.gif);
}

body
{
	background-color: Black;
	margin: auto;
	font-family:Arial;
	width: 920px;
	font-size:11px;
}

.footer
{
   background-color: #3D3938;
   background: url(images/footer.gif) no-repeat;
   height: 16px;
   padding-top:20px;
   color:White;
   text-align:right;
   padding-right:5px;
}

.footer a
{
	text-decoration:none;
	color:White;
}
 
.search-panel
{
	background:  #C9A044 url(images/search-pannel-top.gif) no-repeat;
	width: 680px;
}

.search-panel-left
{
	background:  #C9A044 url(images/search-left.gif) no-repeat;
	width:526px;
	height:118px;
	float: left;
}

.search-panel-right
{
	background:  #C9A044 url(images/search-right.gif) no-repeat;
	width:154px;
	height:118px;
	float:left;
	margin-bottom:12px;
}


.search-panel table
{
   height: 80px;
   padding-right: 30px;
   margin: auto;
   
}

.search-panel table td
{
	height: 18px;
	width: 82px;
}

.register-panel
{
	width:190px;
	background-color:#C9A044;
	border-collapse: collapse;
}

.register-panel tbody td
{
	padding: 2px 4px;
	vertical-align: middle;
}

.register-panel tfoot td, .register-panel thead td
{
	padding: 0px;
}

.register-panel .text
{
	width: 114px;
}

.register-panel .text input
{
	margin: 0px;
}

.register-panel .textarea
{
	height: 30px;
	width:180px;
}

.register-panel .widetext
{
	width:180px;
}

.register-panel .Webaddress
{
  width: 50px;
}

.content
{
	clear: both;
	background-color: Black;
	padding: 10px;
	padding-top: 0px;
}

.record
{
	border-color:#B18704;
	clear : both;
}

.record a
{
	color: black;
}

.record tr
{
	width: 680px;
	background-color: #C9A044;
	border-color:#B18704;
}

.record td
{
	padding: 2px;
	border-color:#B18704;
}

.TableLink
{
	text-align:center;
}

.TableLink a
{
	color:White;
}

.detailrecord
{
   width: 680px;
   background-color: #C9A044; 
}

.checkboxlist td
{
	width:auto !important;
}

.checkboxlist a
{
	color: Black;
}

.message-panel
{
	border: solid 3px rgb(147,21,24);
	padding: 0px 7px;
	margin-bottom: 10px;
	color:White;
	text-align:center;
}

#TICKER
{
	overflow: hidden;
	width: 700px;
	margin-left: 60px;
	padding-top: 10px;
}

#TICKER span
{
	color: White;
	font-size: 10pt;
	font-weight: bold;
	margin-right: 50px;
	vertical-align: middle;
	line-height:20px;
}

.ticker-ctrls input
{
	float: left;
}

th
{
	color:White;
	background-color:rgb(147,21,24);
	border-color:#B18704;
}

.scroller
{
	width: 777px;
	float: left;
	background-image: url(images/scroller.gif);
	height: 37px;
}

.scroller span:hover
{
	cursor:pointer;
}

#poppanel
{
	border: solid 1px black;
	background-image: url(images/red-fade.gif);
	color: white;
	padding: 5px;
	position: absolute;
	left: 0px;
	margin: 0px auto;
	right: 0px;
	top: 138px;
	padding-left: 20px;
	width: 300px;
}

#poppanel a
{
	color:White;
}

