body {
	font-family: Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
	font-size: 11px;
	background-color: #999999;
}

/* Header, Body, and Forms */
#header {
	width: 900px;
	margin: auto;
	padding: 5px 0px 5px 0px;
	margin-bottom: 5px;
	background-color: #999999;
}

#container {
	width: 900px;
	margin: auto;
}

h1 {
	font-size: 30px;
	text-align: center;
}

h2 {
	font-size: 13px;
	padding: 2px;
	margin: 0 0 5px 0;
	font-weight: none;
	text-align: center;	
	background-color: #000000;
	color: #fff;
}

h2.typed {
	background-color: #333333;
}

h3 {
	text-align: center;
}

small {
	text-align: center;
	display: block;
}

p {
	padding: 5px 10px 5px 10px;
}

a:link, a:active, a:visited {
	color: #000000;
}

input, select, textarea, file {
	font-size: 11px;
}

#hoverBox {
	display: none;
	position: absolute;
	border: 2px solid #000000;
	background-color: #999999;
}

#crop_thumb { 
	text-align: center;
}

/* Left Column */
#left_col {
	float: left;
	width: 120px;
	margin-right: 5px;
    background-color: #999999;
}

#left_col h2 {
	margin: 0;
}

#left_col ul {
	list-style: none;
	margin: 0px;
	padding: 5px;
	background-color: #999999;
}
#left_col ul li {
	margin-bottom: 5px;
}
#left_col ul li:before {
	content: "\00BB\0020";
	color: #000;
}

/* Main Column */
#main {
	float: left;
	width: 625px;
	background-color: #999999;
}

#main h2 {
	margin: 0;
}

div.link_row_header{
	width: 625px;
	text-align: center;
}

div.link_row {
	width: 615px;
	padding: 5px;
	border-bottom: 1px solid #cccccc;
}

div.link_row:hover {
	background-color: #CCCCCC;
}

div.link_row:after {
	display: block;
	clear: both;
	content: " ";
	height: 0px;
	overflow: hidden;
}

div.type, div.type_h {
	float: left;
	width: 10%;
	text-align: center;
}

div.ctitle, div.ctitle_h {
	float: left;
	width: 60%;
}

div.comments, div.comments_h {
	float: left;
	width: 10%;
	text-align: center;
}

div.clicks, div.clicks_h {
	float: left;
	width: 13%;
	text-align: center;
}

div.rating, div.rating_h {
	float: left;
	width: 7%;
	text-align: center;
}

div.type_h, div.ctitle_h, div.clicks_h, div.rating_h, div.comments_h {
	color: #000000;
}

span.rate {
	cursor: pointer;
	font-weight: bold;
}

hr {
	border: 0;
	margin-bottom: 10px;
}

/* Pagination styles */
div.pages {
	text-align: center;
	height: 22px;
	padding: 5px;
}
div.pages a {
	border: 1px solid #ccc;
	padding: 3px 5px 3px 5px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
div.pages a.current {
	color: #333333;
}
div.pages a:hover {
	color: #000000;
}

/* Right Column */
#right_col {
	float: left;
	width: 140px;
	margin-left: 5px;
	text-align: center;
	background-color: #999999;
}

/* Footer */
#footer {
	width: 800px;
	margin: auto;
	text-align: center;
}

#footer img {
	border: 0;
}

/* Gallery Styles */
#gallery {
	width: 900px;
	margin: auto;
	text-align: center;
}

#gallery a img {
	margin: 10px;
	border: 1px solid #000;
}

#gallery a:hover img {
	border: 1px solid #ff0000;
}

/* Comment Page Styles */
p.comment {
	border-bottom: 1px dashed #e7e7e7;
	width: 600px;
	margin: auto;
}

/* User Area Styles */
div.login_form {
	width: 300px;
	margin: auto;
	margin-top: 10px;
}

div.form_row {
	width: 100%;
}

div.form_row:after {
	display: block;
	clear: both;
	content: " ";
	height: 0px;
	overflow: hidden;
	margin-bottom: 5px;
}

div.input_title {
	float: left;
	width: 48%;
	padding-right: 2%;
	height: 37px;
	padding-top: 3px;
	text-align: right;
}

div.input_value {
	float: right;
	width: 48%;
	padding-left: 2%;
	height: 40px;
	text-align: left;
}

div.input_submit {
	width: 100%;
	text-align: center;
}

div.submission_form {
	width: 600px;
	margin: auto;
	margin-top: 10px;
}

div.submission_form small {
	text-align: left;
}

div.submission_form div.input_value {
	width: 80%;
}

div.submission_form div.input_title {
	width: 15%;
}

div.input_value_unr {
	float: right;
	width: 80%;
	padding-left: 2%;
	text-align: left;
}

table.user_data_table {
	width: 98%;
	border: 1px solid #e0e0e0;
	border-collapse: collapse;
	margin: 0px auto 10px auto;
}

table.user_data_table td, table.user_data_table th {
	border: 1px solid #e0e0e0;
	padding: 2px;
	text-align: center;
}
