/* Limit Ragnarok Online Stylesheet */
body {
	margin: 0;
	padding: 0;
	background: #000000 url('images/background.gif') repeat;
}
img{
	border: none;
}
a {
	color: #aec7ff;
	text-decoration: none;
	/* border-bottom: 1px dotted #aec7ff; */
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	color: #709cff;
	text-decoration: none;
	/* border: none; */
}
#website {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	font-family: tahoma;
	font-size: small;
	width: 980px;
}

#logo {
	height: 71px;
	width: 181px;
	background: url('images/limitLogo.png') no-repeat;
	position: absolute;
	top: 15px;
	z-index: 2;
}
#banner {
	height: 200px;
	width: 285px;
	background: url('images/observation.png') no-repeat;
	position: absolute;
	z-index: 1;
	left: 120px;
}
#bg_tribal {
	height: 215px;
	width: 892px;
	background: url('images/background_tribal.png') no-repeat;
	position: absolute;
	z-index: 0;
	left: -75px;
}
#navigation {
	position: absolute;
	top: 90px;
	clear: left;
	z-index: 2;
}
#navigation ul li a{
	color: #a5a5a5;
	text-decoration:none;
	border: none;
}
#navigation ul li a:hover {
	color: #ffffff;
	border: none;
}
#navigation ul.nav li {
	width: 89px;
	height: 31px;
	background: url('images/nav_btn.png') top left no-repeat;
	list-style: none;
	float: left;
	font-family: Tahoma;
	font-size: 14px;
	color: #a5a5a5;
	font-weight: bold;
	padding: 10px 0 0 15px;
	cursor: pointer;
	z-index: 3;
}
#navigation ul.subnav {
	margin-top: 15px;
	cursor: default;
}
#navigation ul.subnav li, #navigation ul.subnav li:hover {
	background: url('images/nav_sub_mid.png') repeat;
	padding: 0 0 0 10px;
	width: 121px;
	height: 20px;
	font-size: 12px;
	clear: both;
}
#navigation ul.nav li:hover {
	background: url('images/nav_btn.png') bottom left no-repeat;
	color: #ffffff;
}
#navigation ul.subnav li:hover {
	background: url('images/nav_sub_mid.png') repeat;
}
#navigation ul {
	margin: 0;
	padding: 0;
}
ul.subnav .sTop {
	width: 133px;
	height: 15px;
	background: url('images/nav_sub_top.png') no-repeat;
	margin-top: -15px;
}
ul.subnav .sBot {
	width: 133px;
	height: 16px;
	background: url('images/nav_sub_bottom.png') no-repeat;
	margin-bottom: -16px;
	clear: left;
}
#title {
	width: 652px;
	height: 67px;
	background: url('images/content_title_bg.png') no-repeat;
	position: absolute;
	z-index: 1;
	top: 128px;
	left: 25px;
	color: #e1e1e1;
	font-size: 24px;
	font-weight: bold;
	padding: 15px 10px 0 30px;
}
#content {
	width: 660px;
	min-height: 250px;
	background: url('images/content_bg_mid.png') repeat-y;
	position: absolute;
	z-index: 1;
	top: 213px;
	left: 25px;
}
#content #cTop {
	width: 660px;
	height: 38px;
	background: url('images/content_bg_top.png') no-repeat;
	margin-top: -38px;
}
#content #cBot {
	width: 660px;
	height: 38px;
	background: url('images/content_bg_bottom.png') no-repeat;
	position: absolute;
	bottom: -38px;
}
div.text {
	color: #a5a5a5;
	padding: 0 25px 10px 25px;
}

#rightside {
	position: absolute;
	left: 700px;
	top: 185px
}
.sidebox {
	width: 266px;
}
.sidebox .sidebox_title {
	width: 266px;
	height: 52px;
	background: url('images/sidebox_title.png') no-repeat;
	padding: 15px 0 0 20px;
	color: #e1e1e1;
	font-weight: bold;
	margin-bottom: -30px;
}
.sidebox .sidebox_content {
	width: 266px;
	min-height: 75px;
	background: url('images/sidebox_content_bg.png') repeat-y;
	margin-bottom: -5px;
}
.sidebox .sbTop {
	width: 266px;
	height: 32px;
	background: url('images/sidebox_content_top.png') no-repeat;
	margin-bottom: -10px;
}
.sidebox .sbBot {
	width: 266px;
	height: 29px;
	background: url('images/sidebox_content_bottom.png') no-repeat;
}
.sidebox .sidebox_content .link {
	height: 20px;
	border: 1px solid #353535;
	border-left: 3px solid #353535;
	margin-bottom: 5px;
	padding: 2px 5px;
	background: #272727;
	font-weight: bold;
	position: relative;
}
.sidebox .sidebox_content .link:hover {
	background: #353535;
	border: 1px solid #858585;
	border-left: 4px solid #858585;
}
.sidebox .sidebox_content .link a {
	border: none;
	text-decoration: none;
}
a .intern {
	color: #67a86b;
}
a:hover .intern {
	color: #41c44a;
}
a .extern {
	color: #ffaeae;
}
a:hover .extern {
	color: #ff7070;
}

#user {
	width: 230px;
	height: 60px;
	background: url('images/user_bg.png') repeat-y;
	position: absolute;
	left: 450px;
}
#user_premium {
	width: 230px;
	height: 70px;
	background: url('images/user_bg_premium.png') repeat-y;
	position: absolute;
	left: 500px;
}
#user #uBot, #latest_screenshot #ubot {
	width: 230px;
	height: 16px;
	background: url('images/user_bg_bottom.png') no-repeat;
	position: absolute;
	bottom: -16px;
}
#user_premium #uBot {
	width: 230px;
	height: 16px;
	background: url('images/user_bg_bottom_premium.png') no-repeat;
	position: absolute;
	bottom: -16px;
}
#user .text, #user_premium .text, #latest_screenshot .text {
	padding: 5px 5px 0 10px;
}
#user .text p, #user_premium .text p, #latest_screenshot .text p {
	margin-top: 0;
	margin-left: 60px;
}
#footer {
	width: 654px;
	background: url('images/footer_mid.png') repeat-y;
	position: absolute;
	bottom: -75px;
	clear: both;
	color: #a5a5a5;
	font-size: x-small;
	min-height: 50px;
	margin-top: 10px;
	margin-left: 15px;
}
#footer #fTop {
	width: 654px;
	height: 25px;
	background: url('images/footer_top.png') no-repeat;
	margin-top: -25px;
}
#footer #fBot {
	width: 654px;
	height: 25px;
	background: url('images/footer_bottom.png') no-repeat;
	margin-bottom: -25px;
	position: absolute;
	bottom: 0;
}
#footer .left {
	float: left;
	width: 400px;
	padding-left: 30px;
}
#footer .right {
	float: right;
	width: 150px;
	text-align: right;
	padding-right: 45px;
	padding-top: 5px;
}
.infobox {
	background: #20381e;
	border: 1px solid #019012;
	margin-bottom: 5px;
	padding: 3px;
	color: #ffffff;
}
.infobox2 {
	background: #35322a;
	border: 1px solid #959759;
	margin-bottom: 5px;
	padding: 3px;
	color: #ffffff;
}
.voted {
	width: 16px;
	height: 16px;
	background: url('images/tick.png') no-repeat;
	position: absolute;
	bottom: 0;
	right: 0;
}

input, textarea, select, .input {
	background: #353535;
	border: 1px solid #858585;
	margin: 2px;
	padding: 3px;
	color: #a5a5a5;
}
/*input:hover, textarea:hover, select:hover {
	background: #353535;
	border: 1px solid #858585;
}*/
textarea {
	font-family: tahoma;
	font-size: small;
}
table.noStyle td {
	border: none;
	background: none;
	padding: 0;
}
table td, table.style td {
	border: 1px solid #353535;
	background: #272727;
	padding: 5px;
}
table tr.head td {
	border: 1px solid #3f3f3f;
	background: #353535;
	font-weight: bold;
}
label {
	margin-right: 50px;
}
.info {
	font-size: 11px;
}
td.on {
	color: #67a86b;
	font-weight: bold;
}
td.off {
	color: #ffaeae;
	font-weight: bold;
}
.tooltipHelp {
	cursor: help;
}
tr.newsHead td {
	padding: 5px;
}
.nTitle {
	font-size: 24px;
	color: #ffffff;
	width: 520px;
}
.nSubtitle {
	font-style: italic;
	padding-left: 10px;
}
.nContent {
	padding: 10px;
}
.nCommentsBar {
	font-size: 11px;
	text-align: right;
}
td.nDate {
	width: 50px;
	text-align: center;
	cursor: default;
}
.nDateNum {
	font-size: 24px;
}
.comment {
	border: 1px solid #353535;
	margin-bottom: 10px;
}
.cAuthor {
	background: #383838;
	border: 1px solid #1c1c1c;
	padding: 10px;
	position: relative;
}
.cContent {
	padding: 10px;
}
a.thickbox {
	border: none;
	position: relative;
}
.thumb-zoom {
	width: 100%;
	background: #c5c5c5;
	opacity: 0.85;
	-moz-opacity: 0.85;
	height: 22px;
	position: absolute;
	z-index: 0;
	bottom: 1px;
	right: 0;
	font-size: 11px;
	color: #626262;
	padding: 2px 0 0 0;
}
.thumb-icon {
	background: url('images/zoom.png') no-repeat;
	position: absolute;
	width: 22px;
	height: 22px;
	bottom: 0;
	right: 0;
	z-index: 1;
}
#content .text img {
	max-width: 601px;
}
#content .cSubLink {
	margin: 2px;
	padding: 5px;
	background: #272727;
	border: 1px solid #353535;
	font-weight: bold;
	width: 125px;
	text-align: left;
	vertical-align: top;
	cursor: default;
}
#content .cSubLink a{
	font-weight: normal;
	border: none;
	text-decoration: none;
}
.column {
	float: left;
}
.ladder .best {
	background: #1f381f;
	border: 1px solid #20371f;
}
.removed {
	font-style: italic;
	color: #757575;
}
.gallery_nav {
	text-align: center;
	font-size: 14px;
	background: #272727;
	border: 1px solid #353535;
	margin: 2px;
}
.gallery_nav b{
	font-size: 18px;
}
.gallery_nav a {
	text-decoration: none;
}
.screenshot_div {
	float: left;
	width: 200px;
	height: 150px;
	border: 1px solid #353535;
	padding: 1px;
	margin: 1px;
	position: relative;
}
.screenshot_options{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
#latest_screenshot {
	width: 230px;
	height: 180px;
	background: url('images/user_bg.png') repeat-y;
	position: absolute;
	left: 725px;
}
/* reCaptcha */
#recaptcha_widget td {
	border: none;
}
#recaptcha_image {
	width: 300px;
	height: 57px;
	border: 1px dashed #e1e1e1;
}
#recaptcha_response_field {
	background: #353535;
	border: 1px solid #858585;
	margin: 2px;
	padding: 3px;
	color: #a5a5a5;
}
.recaptchatable .recaptcha_image_cell, #recaptcha_table {
	background: transparent !important;
	border: none !important;
}
/* jQuery Tooltip */
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #000000;
	background-color: #151515;
	color: #e1e1e1;
	padding: 5px 7px 5px 5px;
	opacity: 0.85;
	font-size: 11px;
	font-family: arial;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#tooltip h3, #tooltip div { margin: 0; }