#allcontainer {
	width:740px;
}

body {
	position:absolute;
	top:0px;
	left:0px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 14px;	
	font-size:12px;
	margin: 0px;
	padding: 0px;
	/*background-image:url(../pix/bodybg.gif);*/
	
}

a:link, a:visited, a:hover {
	color: #5894D0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

table {
	border-collapse:collapse;
	font-size:11px;
}

thead {
	color:white;
	font-weight:bold;
	background-color:#666;
	padding-left:10px;
}

thead a {
	color:white;
}
/* same as thead */
.samead {
	color:white;
	font-weight:bold;
	background-color:#999;
	padding-left:10px;
}

.samead a {
	color:white;
}

/*	below each top 5 ranking */
.subrank {
	color:white;
	font-weight:bold;
	background-color:#CCC;
	padding-left:10px;
}

.subrank a {
	color:white;
}

.subrank a:hover {
	color:#555;
}

select,input,textarea {
	font-size: 12px;
	color: #555555;
	background-color: #DDDDDD;
	border: 1px solid #666666;
}


h1, h3, h4, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 2px 2px 10px 2px;
}

h1 {
	font-family: trebuchet ms, Verdana,Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0px 0px 0px 0px ;
	font-size: 13px;
}

h3 {
	font-size: 12px;
}

h4 {
	font-size: 12px;
	font-weight: normal;
}

h5 {
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
	margin:0px;
}

h6 {
	font-size: 10px;
	font-weight: bold;
}

.vote td {
	border: 1px solid #555;
	background-color:#ACACAC;
}

.bold {
	font-weight:bold;
}

.tblalt td {
	empty-cells:show;
	border:0px solid #CCC;
	background-color:#DBDBDB;
	padding-left:6px;
}

.tbl td {
	empty-cells:show;
	border:0px solid #CCC;
	background-color:#FFFFFF;
	padding-left:6px;
}

.whitelink a {
	color:white;
	padding-left:2px;
}


/************** END MAIN FILE  ******************/

/*********** TOP MENU ***********/

#topmenucontainer {
	background-color:#E2E2E2;
}

#topmenu {
	font-size:12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 3px 0 22px 10px;
	border-bottom: 1px solid #000;
}

#topmenu ul, #topmenu li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#topmenu a:link, #topmenu a:visited {
	float: left;
	line-height: 14px;
	font-weight:600;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #666;
}

#topmenu a:link#current, #topmenu a:visited#current, #topmenu a:hover {
	border-bottom: 2px solid #000;
	padding-bottom: 2px;
	background: transparent;
	color: #000;
}

#topmenu a:hover { 
	color: #000;
}

/*************** END TOPMENU *****************/

/************** SIDEMENU *******************/

.sidemenucls {
background:background-repeat;
background-image:url(../pix/sidebgdark.gif)

}

#sidemenucontainer ul
{
margin-left: 0;
padding: 0px 0px 0px 0px;
list-style-type: none;
font-family: Geneva, Verdanda, Arial, Helvetica, sans-serif;
font-size:11px;
overflow:hidden;
}

#sidemenucontainer a
{
text-decoration: none;
display: block;
padding: 5px 3px 5px 15px;
width: 100%;
background-color: #ACACAC;
border-bottom: 1px solid #eee;
color: #FFFFFF;

}

#sidemenucontainer a:hover
{
background-color: #5894D0;
color: #fff;
}

/*************  CONTENT ***************/

#crumb {
	padding: 0px 3px 3px 0px;
}

#content {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	padding: 5px 18px 15px 15px;
	text-align:justify;
}


/*************  FOOTER  ***************/
#footer{
	background-color:#65747C;
	font-size: 11px;
	text-align:right;
	color:#CCCCCC;
	padding: 15px;
}

#footer a {
	color:white;
}

.red { color:#FF0000; }

input.errHilite, select.errHilite, textarea.errHilite {
	border: 1px solid #FF0000;
	color: #555555;
	background-color: #FFF;
}

label.errHilite {
	color: #FF0000;
}

ul#errors {
	display: none;
	margin-top: 1em;
	background-color: #FFE;
	border: 1px solid #CC9;
	padding: .3em;
	color: #C00;
	font-weight: bold;
}	
ul#errors li {
	margin-top: .5em;
	margin-bottom: .5em;
	padding: 0;
}
ul#errors li.heading {
	list-style-type: none;
	color: #000;
	font-weight: normal;
	font-style: italic;
	margin: .5em 0;
	padding: 0;
}