body {
	background: white;
}

a {
	color: blue;
}

form {
	margin: 0px;
	padding: 0px;
}
/*
input {
	border: 1px solid #FF8000;
}
*/
.hidden {
	display: none;
}
.hidden * {
	display: none;
}

.orange {
	color: #FF8000;
}

.red {
	color: #800000;
}

.font {
	color: black;
}

#list {
	width: 100%;
	color: black;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0px none;
}
#list tr {
	padding: 0px;
	margin: 0px;
}

#list tr th {
	text-align: center;
	vertical-align: top;
	border-right: 1px solid black;
}

#list tr td {
	text-align: left;
	vertical-align: top;
	border-right: 1px solid black;
	padding: 2px;
	padding-left: 5px;
}

#list a {
	color: black;
	text-decoration: none;
}

#list a:hover {
	text-decoration: underline;
}

#list .vote {
	width: 66px;
	font-style: italic;
	text-align: center;
	border-right: 0px none;
}

#list .vote span {
	font-weight: bold;
	cursor: pointer;
}

.row0 {
	background-color: gray;
}

.row1 {
	background-color: white;
}

.row2 {
	background-color: silver;
}

.next, .next a {
	text-align: center;
	font-weight: bold;
	font-style: italic;
	color: blue;
}

.input {
	width: 300px;
}

#header_content {
	float: left;
	height: 60px;
	vertical-align: bottom;
	margin: 10px;
}

#header_content .logo {
	font-size: 30px;
	width: 100px;
}

#header_content .logo a {
	text-decoration: none;
	color: black;
}

#header_empty {
	text-align: center;
	margin-top: 100px;
	margin-bottom: 200px;
}

#header_empty .logo {
	font-size: 50px;
}

#header_empty .logo a {
	text-decoration: none;
	color: black;
}

#header_empty #last a {
	color: silver;
}

#ads_234 {
	float: right;
	width: 243px;
	height: 60px;
}

#ads_468 {
	clear: both;
	padding-top: 20px;
	text-align: center;
	width: 468px;
	height: 60px;
	margin: auto;
}

#ads_120 {
	float: left;
	width: 200px;
	height: 280px;
}

#translation * {
	margin-left: 2px;
	margin-right: 2px;
}

#content {
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
}

#link {
	height: 17px;
	border-top: 1px solid #FF8000;
	background-color: silver;
	margin: 2px;
}

#link #last {
	padding: 0px;
	margin: 0;
}

#link #last {
	font-size: 15px;
	padding-left: 5px;
	white-space: nowrap;
}

#link #dictator {
	padding-right: 10px;
	text-align: right;
}

#extra {
	width: 250px;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}

#ads {
	border-left: 1px solid #FF8000;
	border-bottom: 1px solid #FF8000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}


/*
#ads input {
	width: 100%;
}
*/
#result {
	clear: left;
	/*width: 80%;*/
	border-top: 1px solid #FF8000;
	vertical-align: top;
}

#text {
	padding: 20px;
}

#search {
	clear: both;
	margin-top: 50px;
	text-align: center;
	border-top: 1px solid #FF8000;
	border-bottom: 1px solid #FF8000;
	background-color: silver;
	padding: 20px;
}

#footer {
	clear: both;
	margin-top: 50px;
	text-align: center;
	font-size: 10px;
}

#footer * {
	font-size: 10px;
}