html {
  height: 100%;
}

body {
	color: #4d4d4d;
	/*background: #DCDCB7;*/
	margin: 0px;
	font: 10pt "Trebuchet MS", Verdana, Arial;
	line-height: 13pt;
	height: 100%;
	min-height: 100%;
}

form { 
  margin: 0;
  padding: 0;
}

input, select, textarea, td {}

a:link, a:visited {
  font-weight: bold;
  color: #5d5d5e;
}

a:hover, a:active {
  color: #99977e;
}

#header {
	background: url('/ToplistX/images/top_back.gif');
	height: 82px;
}
#header-in {
	width: 960px;
	margin: 0px auto;
}
#header-logo {
	float:left;
}
#header-menu {
	float:right;
}

/*navigation ----------------------------------------------- */
#nav {
	padding:0px;
	list-style:none;
	margin-left:10px;
	margin-top:49px;
}
#nav li {
	float:left;
	background: url('/ToplistX/images/btn_down.jpg') #797880;
	margin-left: 1px;
	width: 101px;
	text-align: center;
}
#nav .page_item a {
	color: #fff;
	display: block;
	text-decoration: none;
	padding:7px 12px 6px 12px;
	font:bold 13px "Trebuchet MS", Verdana, Arial;
	text-transform:uppercase;
}
#nav li:hover {
	/*background-position: 100% -31px;*/
	background: url('/ToplistX/images/btn_up.jpg') #999;
}
#nav .page_item a:hover {
	/*background-position: 0px -31px;*/
	border: none;
	color: #333;
}
* html #nav .page_item a:hover {
	background-position: 0px 0px;
	border: none;
	color:#d5ff73;
}
#nav li.current_page_item {
	color:#fff;
	text-decoration: none;
	background: url(../images/navtabr.png) no-repeat right;
	background-position: 100% -31px;
}
#nav .current_page_item a {
	color:#d5ff73;
	text-decoration: none;
	background: url(../images/navtabl.png) no-repeat;
	background-position: 0px -31px;
}
/*main ----------------------------------------------- */
#background {
  background: url('/ToplistX/images/header_back.gif') repeat-x;
  min-height: 100%;
}

#content {
  width: 960px;
  margin: 0px auto;
  padding-top: 20px;
}

#content-about {
	float:left;
	height: 250px; 
	width: 450px;
	color: #FFF;	
}
#content-about h2 {
	padding: 0px;
	margin: 0px;
	padding-top: 10px;
}
#content-featured {
	float:right;
	color: #FFF;
	height: 250px; 
	
}
#content-featured a { color: #FFF; }
#content-featured img { padding: 0px; margin: 0px;}
#spotlight {
	clear: both;
	height: 200px;
}
#spotlight-left {
	float:left;
	width: 360px;
}
#spotlight-right {
	float:right;
}

.table-border {
  background: #d9d9c2;
  color: #555A5F;
}

.table-header {
  background: #343643; 
  color: #FFF; 
  height: 33px; 
  font-weight: bold;
  text-align: center;
}

.table-header td {
  font-weight: bold;
}


.table-header-l {
  background: #343643; 
  width: 2px;
}

.table-header-r {
  background: #343643; 
  width: 2px;
}

table.rows td {
  background: #eeeee0;
  color: #626262;
  border-left: 1px solid #f5f5e7;
  border-top: 1px solid #f5f5e7;
}

.row-color-a {
  background: #eeeee0;
  color: #626262;
  border-left: 1px solid #f5f5e7;
  border-top: 1px solid #f5f5e7;
}
  
.row-color-b {
  background: #eaeadb;
  color: #4d4d4d;
  border-left: 1px solid #f5f5e7;
  border-top: 1px solid #f5f5e7;
}

.small {
  font-size: 8pt;
}

.error {
  font-weight: bold;
  color: #d52727;
  border: 1px dotted #d52727;
  padding: 4px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #FEE7E8;
}

.notice {
  font-weight: bold;
  color: #0097FF;
  padding: 4px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #EFF8E0;
}

.bold {
  font-weight: bold;
}

.hilite {
  background-color: yellow;
}

.click {
  cursor: pointer;
}

.line-bottom {
  border-bottom: 1px solid #dcdcdc;
}

.banner {
  padding-top: 2px;
  padding-bottom: 3px;
}
