/*
--------------------------------------
# Forsaken RO Style Sheet #
--------------------------------------
*/

/* Basic elements */

body {
	background-color: #ffffff;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	margin-top:0px;
}

a {
	color:#276EB0;
	outline: none;
	text-decoration: none;
}

a:visited {
	color:#276EB0;
	text-decoration: none;
}

a:hover {
	color:#36AFF1;
}

a img{
	float:left;
	border:none 0px;
}

img{
	float:left;
}

input {
	outline: none;
}

ul {
	list-style-type:none;
	padding-left:0;
}

li {
	background:url(../images/bullet.gif) left no-repeat;
	padding-left:15px;
}

/* End of Basic elements  */

/* Wrappers */

#content-wrapper{
	border:none 0px;
	height:100%;
	margin:auto;
	text-align:center;
	width:957px;
}

#dcontent-wrapper{
	border:none 0px;
	height:100%;
	margin:auto;
	text-align:center;
	width:774px;
}

#header-wrapper{
	margin:auto;
	width:957px;
}

#dheader-wrapper{
	margin:auto;
	width:774px;
}

#navigation-wrapper{
	display:inline-block;
	height:62px;
	margin:auto;
	width:957px;
}

#left-wrapper{
	float:left;
	height:100%;
	margin:auto;
	width:178px;
}

#login-wrapper {	
	display:inline-block;
	float:left;
	height:125px;
	margin:auto;
	width:178px;
}

#main-content{
	float:left;
	height:100%;
	margin:auto;
	width:602px;
}

#dmain-content{
	float:left;
	height:100%;
	margin:auto;
	width:774px;
}

#right-wrapper{
	float:right;
	height:100%;
	margin:auto;
	width:177px;
}

#footer{
	display:inline-block;
	font: x-small "Trebuchet MS", Trebuchet, Verdana, Sans-serif;
	margin:auto;
	padding-bottom:5px;
	padding-top:5px;
}

/* End of Wrappers */

/* Form Layout */

.username{
	background:url(../images/loginboxidfield.jpg);
	border:none 0;
	font-size:small;
	height:16px;
	margin:auto;
	width:128px;
}

.password{
	background:url(../images/loginboxpwfield.jpg);
	border:none 0;
	font-size:x-small;
	height:15px;
	margin:auto;
	width:128px;
}

/* End of Form Layout */

/* Navbar images */

.mainpage {
	background-image:url("../images/mainpage.jpg");
	background-position:0 0;
	background-repeat:no-repeat;
	float:left;
	display:inline-block;
	height:62px;
	margin:auto;
	width:141px;
}

.mainpage:hover {
	background-position:-141px 0;
}

.mainpage_hover{
	background-image:url("../images/mainpage.jpg");
	background-position:-141px 0;
	background-repeat:no-repeat;
	float:left;
	display:inline-block;
	height:62px;
	margin:auto;
	width:141px;
}

.register{
	background-image:url("../images/register.jpg");
	background-position:0 0;
	background-repeat:no-repeat;
	display:inline-block;
	float:left;
	height:62px;
	margin:auto;
	width:134px;
}

.register:hover{
	background-position:-134px 0;
}

.register_hover{
	background-image:url("../images/register.jpg");
	background-position:-134px 0;
	background-repeat:no-repeat;
	display:inline-block;
	float:left;
	height:62px;
	margin:auto;
	width:134px;
}

.community {
	background-image:url("../images/community.jpg");
	background-position:0 0;
	background-repeat:no-repeat;
	display:inline-block;
	float:left;
	height:62px;
	margin:auto;
	width:134px;
}

.community:hover {
	background-position:-134px 0;
}

.community_hover{
	background-image:url("../images/community.jpg");
	background-position:-134px 0;
	background-repeat:no-repeat;
	display:inline-block;
	float:left;
	height:62px;
	margin:auto;
	width:134px;
}

.download{
	background-image:url("../images/download.jpg");
	background-position:0 0;
	background-repeat:no-repeat;
	display:inline-block;
	float:left;
	height:62px;
	margin:auto;
	width:134px;
}

.download:hover{
	background-position:-134px 0;
}

.download_hover{
	background-image:url("../images/download.jpg");
	background-position:-134px 0;
	background-repeat:no-repeat;
	display:inline-block;
	float:left;
	height:62px;
	margin:auto;
	width:134px;
}

.support {
	background-image:url("../images/support.jpg");
	background-position:0 0;
	background-repeat:no-repeat;
	display:inline-block;
	float:left;
	height:62px;
	margin:auto;
	width:134px;
}

.support:hover {
	background-position:-134px 0;
}

.support_hover{
	background-image:url("../images/support.jpg");
	background-position:-134px 0;
	background-repeat:no-repeat;
	display:inline-block;
	float:left;
	height:62px;
	margin:auto;
	width:134px;
}

.frostaff {
	background-image:url("../images/frostaff.jpg");
	background-position:0 0;
	background-repeat:no-repeat;
	display:inline-block;
	float:left;
	height:62px;
	margin:auto;
	width:134px;
}

.frostaff:hover {
	background-position:-134px 0;
}

.frostaff_hover{
	background-image:url("../images/frostaff.jpg");
	background-position:-134px 0;
	background-repeat:no-repeat;
	display:inline-block;
	float:left;
	height:62px;
	margin:auto;
	width:134px;
}

.donations {
	background-image:url("../images/donations.jpg");
	background-position:0 0;
	background-repeat:no-repeat;
	display:inline-block;
	float:left;
	height:62px;
	margin:auto;
	width:146px;
}

.donations:hover {
	background-position:-146px 0;
}

.donations_hover{
	background-image:url("../images/donations.jpg");
	background-position:-146px 0;
	background-repeat:no-repeat;
	display:inline-block;
	float:left;
	height:62px;
	margin:auto;
	width:146px;
}

/* End of Navbar images */


/* Left Wrapper */

/* Loginbox */

div.loginboxtop {
	background-image:url(../images/loginboxtop.jpg);
	height:178px;
	width:22px;
}

div.loginboxid {
	background-image:url(../images/loginboxid.jpg);
	height:50px;
	width:18px;
}

div.loginboxpw {
	background-image:url(../images/loginboxpw.jpg);
	height:50px;
	width:17px;
}

div.password_ {
	background-image:url(../images/loginboxpwfield.jpg);
	height:17px;
	width:128px;
}

.forumfindpw {
	background-image:url(../images/loginboxfindpw.jpg);
	background-repeat:no-repeat;
	display:inline-block;
	float:left;
	height:24px;
	margin:auto;
	width:86px;
}

.forumregister {
	background-image:url(../images/loginboxregister.jpg);
	background-repeat:no-repeat;
	display:inline-block;
	float:left;
	height:26px;
	margin:auto;
	width:86px;
}

.logintoforumtop {
	background-image:url(../images/logintoforumtop.jpg);
	background-repeat:no-repeat;
	display:inline-block;
	float:left;
	height:24px;
	margin:auto;
	width:92px;
}

.logintoforumbottom {
	background-image:url(../images/logintoforumbottom.jpg);
	background-repeat:no-repeat;
	display:inline-block;
	float:left;
	height:26px;
	margin:auto;
	width:92px;
}

div.loggedin {
    background-image:url(../images/loginbox_full.jpg);
	height:125px;
	margin:auto;
	padding:10px;
	width:178px;
}

/*End of Loginbox*/


/* Donation Support */

div.donationsupport {
	float:left;
	margin:auto;
	width:178px;
}

.donatesupport {
	background-image:url("../images/donatesupport.jpg");
	background-repeat:no-repeat;
	display:inline-block;
	float:left;
	height:150px;
	margin:auto;
	width:178px;
}

/* End of Donation Support */


/*  Events */

div.events {
	float:left;
	height:128px;
	margin:auto;
	width:178px;
}

.events {
	background-image:url(../images/events.jpg);
	background-repeat:no-repeat;
	display:inline-block;
	float:left;
	height:126px;
	margin:auto;
	width:178px;
}

/* End of Events */


/*  Screenshots */

div.screenshots {
	float:left;
	margin:auto;
	width:178px;
}


/* End of Screenshots*/

/* End of Left Wrapper */




/* Right Wrapper */

/* WoE  Box*/

div.woebox {
	display:block;
	float:right;
	height:231px;
	margin:auto;
	padding-top:8px;
	width:177px;
}

div.awoebox{
	background-image:url(../images/awoe_txtbox.jpg);
	background-repeat:repeat-y;
	float:right;
	font-family:Tahoma, Verdana;
	font-size:12px;
	margin:auto;
	padding-left:10px;
}

div.ewoebox{
	background-image:url(../images/ewoe_txtbox.jpg);
	float:right;
	font-family:Tahoma, Verdana;
	font-size:12px;
	height:61px;
	margin:auto;
	padding-left:10px;
}

/* End of WoE Box */


/* Customs */

div.customs{
	float:right;
	margin:auto;
	width:177px;	
}

.customs{
	background-image:url(../images/customs.jpg);
	background-repeat:no-repeat;
	display:inline-block;
	float:right;
	height:126px;
	margin:auto;
	width:177px;
}

/* End of Customs */


/* Vote Rewards */

div.voterewards{
	float:right;
	margin:auto;
	width:177px;
}

.voterewards{
	background-image:url(../images/voterewards.jpg);
	background-repeat:no-repeat;
	display:inline-block;
	float:right;
	height:203px;
	margin:auto;
	width:177px;
}

/* End of Vote Rewards */

/* End of Right Wrapper */


/* Main content */

div.pageinfo{
	display:inline;
	background-color:#fff;
	background-repeat:repeat-y;
	float:left;
	font-family:Tahoma, Verdana;
	font-size:12px;
	margin:auto;
	padding:10px 10px;
	width:580px;
}

/* Announcement */

div.announcement {
	display:inline;
	background-image:url(../images/mainbox_center.jpg);
	background-repeat:repeat-y;
	float:left;
	font-family:Tahoma, Verdana;
	font-size:12px;
	margin:auto;
	padding:10px 20px;
	width:580px;
}

div.announcement_top{
	background-image:url(../images/mainbox_top.jpg);
	background-repeat:no-repeat;
	color:#6bcbff;
	float:left;
	font-family:Tahoma, Verdana;
	font-size:25px;
	height:45px;
	margin:auto auto 0 auto;
	padding-top:10px;
	padding-left:60px;
	width:100%;
	
}

/* End of Announcement */


/*  Community */

.communityforum{
	background-image:url(../images/community_forums.jpg);
	background-repeat:no-repeat;
	display:inline-block;
	float:left;
	height:140px;
	margin:auto;
	width:208px;
}

.communityirc{
	background-image:url(../images/community_irc.jpg);
	background-repeat:no-repeat;
	display:inline-block;
	float:left;
	height:140px;
	margin:auto;
	width:198px;
}

.communityvent{
	background-image:url(../images/community_ventrilo.jpg);
	background-repeat:no-repeat;
	display:inline-block;
	float:left;
	height:140px;
	margin:auto;
	width:196px;
}

/* End of Community*/

/* Download */

.fropatch{
	background-image:url(../images/download_froclient.jpg);
	background-repeat:no-repeat;
	display:inline-block;
	float:left;
	height:141px;
	margin:auto;
	width:300px;
}

.allinone{
	background-image:url(../images/download_froallin1.jpg);
	background-repeat:no-repeat;
	display:inline-block;
	float:left;
	height:141px;
	margin:auto;
	width:302px;
}

/* End of Download */


/* Support */

.ticketsystem{
	background-image:url(../images/support_ticket.jpg);
	background-repeat:no-repeat;
	display:inline-block;
	float:left;
	height:141px;
	margin:auto;
	width:300px;
}

.rules{
	background-image:url(../images/support_rules.jpg);
	background-repeat:no-repeat;
	display:inline-block;
	float:left;
	height:141px;
	margin:auto;
	width:302px;
}

/* End of Support */


/* Donations */

.donatenow{
	background-image:url(../images/donations_donatenow.png);
	background-repeat:no-repeat;
	display:inline-block;
	float:left;
	height:141px;
	margin:auto;
	width:203px;
}

.donatehowto{
	background-image:url(../images/donations_howto.png);
	background-repeat:no-repeat;
	display:inline-block;
	float:left;
	height:141px;
	margin:auto;
	width:194px;
}

.donatelist{
	background-image:url(../images/donations_itemlist.jpg);
	background-repeat:no-repeat;
	display:inline-block;
	float:left;
	height:141px;
	margin:auto;
	width:205px;
}

.paypal{
	background-image:url(../images/paypal.png);
	background-repeat:no-repeat;
	display:inline-block;
	float:left;
	height:119px;
	margin-left:75px;
	padding:10px;
	width:200px;
}

.westernunion{
	background-image:url(../images/WesternUnion.png);
	background-repeat:no-repeat;
	display:inline-block;
	float:left;
	height:119px;
	margin:auto;
	padding:10px;
	width:200px;
}

.mail{
	background-image:url(../images/mail.png);
	background-repeat:no-repeat;
	display:inline-block;
	height:119px;
	margin:auto;
	margin-left:190px;
	padding:10px;
	width:200px;
}

/* End of Donations */


/* Donation Rewards */

div.dpageinfo{
	display:inline;
	background-image:url(../images/donationrewards_textarea.jpg);
	background-repeat:repeat-y;
	float:left;
	font-family:Tahoma, Verdana;
	font-size:12px;
	margin:auto;
	padding:10px 10px;
	width:100%;
}

/* End of Donation Rewards */

/* End of Main content */