@import "table.css";
@import "user-rank.css";

* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
a:link, a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover, a:active {
	color: #ff9900;
	text-decoration: underline;
}

#content {
	padding: 10px;
	font: 12px/20px Arial, Helvetica, Tahoma, Verdena, "Arial CE", "Helvetica CE", sans-serif;
	color: #333333;
	width: 590px;
	margin: auto;
}

ul {
	text-align: right;
	list-style: none;
	font: 11px/18px Arial, Helvetica, Tahoma, Verdena, "Arial CE", "Helvetica CE", sans-serif;
}
ul li {
	float: right;
	height: 18px;
	padding-left: 10px;
}
ul li a:link, ul li a:visited {
	color: #FF6600;
	text-decoration: none;
}
ul li a:hover, ul li a:active {
	color: #FF6600;
	text-decoration: underline;
}






select.text {
	padding: 1px;
	border: 1px solid #C2C2C2;
	background: #ffffff;
	font: 11px Arial, Helvetica, Tahoma, Verdena, "Arial CE", "Helvetica CE", sans-serif;
}

select.text option {
	padding: 0 3px 0 3px;
}



div.titleBar {
	font: bold 11px Arial, Helvetica, Tahoma, Verdena, "Arial CE", "Helvetica CE", sans-serif;
	color: #333333;
	background-color: #F0F0F0;
	border-top: solid 1px #EAEAEA;
	border-bottom: solid 1px #EAEAEA;
	margin: 0 0 10px 0;
}
div.titleBar p {
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	height: 14px;
	padding: 5px;
}



#options {
	background-color: #ffffff;
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
	margin-bottom: 10px;
	padding: 1px 0 1px 0;
	font: 11px/18px Arial, Helvetica, Tahoma, Verdena, "Arial CE", "Helvetica CE", sans-serif;
}
a.submit:link, a.submit:visited {
	color: #FF6600;
	text-decoration: none;
	background: url("/img/bullet/arrow-5.gif") center right no-repeat;
	padding-right: 13px;
}
a.submit:hover, a.submit:active {
	color: #FF6600;
	text-decoration: underline;
}


#options .title {
	background-color: #E4E4E4;
	font-weight: bold;
	padding: 3px 0 3px 5px;
	border-bottom: 1px solid #ffffff;
}
#options .top {
	background-color: #EAEAEA;
	padding: 3px 0 3px 5px;
	border-bottom: 1px solid #ffffff;
}
#options .bottom {
	background-color: #F0F0F0;
	padding: 3px 0 3px 5px;
}








#nav-page {
	text-align: center;
	padding: 10px 0 20px 0;
	font-size: 11px;
	color: #8e8e8e;
}
#nav-page strong {
	color: #ff0000;
}
#nav-page img {
	vertical-align: middle;
}




div.info {
	padding-bottom: 1px;
	font-size: 11px;
}
div.info div.label {
	font-weight: bold;
	float: left;
	width: 115px;
	text-align: right;
	
}
div.info div.value {
	margin-left: 115px;
	padding-left: 10px;
	text-align: justify;
	width: 280px;
}


