/*
=======================================================================
 _____  ______ ______ _____            _____ _______ _____ ____  _   _ 
|  __ \|  ____|  ____|  __ \     /\   / ____|__   __|_   _/ __ \| \ | |
| |__) | |__  | |__  | |__) |   /  \ | |       | |    | || |  | |  \| |
|  _  /|  __| |  __| |  _  /   / /\ \| |       | |    | || |  | | . ` |
| | \ \| |____| |    | | \ \  / ____ \ |____   | |   _| || |__| | |\  |
|_|  \_\______|_|    |_|  \_\/_/    \_\_____|  |_|  |_____\____/|_| \_|
=======================================================================
										http://refractionservers.com/
*/
@import url(gamelist.css);
#beta{
	width:48px;
	height:48px;
	background: url("../images/beta.png") no-repeat;
	position:absolute; 
	margin-left:258px;
	margin-top:-8px;
}

/* ---------- Blog ---------- */
.blog-wrap{
	margin:10px 0px;
}
.blog-author{
	float:left;
	width:80px;
	margin-right:20px;
	clear:left;
	text-align:right;
} 
.blog-author a{
	border-bottom:none;
}
.blog-clear{
	clear:both;
	height:0;
	visibility:hidden;
	border:0;
	padding:0;
	margin:0;
}
.blog-text{
	float:left;
	width:780px;
	padding:20px;
	background-color: #e7e7e7;
	border: 1px solid #cbcbcb;
	font-size:13px;
	line-height:15px;
	padding-bottom:5px;
	min-height:100px;
	height:auto !important;
	height:250px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	border-radius: 10px; 
}
.blog-text h2{
	margin-top:1px;
	border-bottom:#cbcbcb dashed 1px;
	color:#666;
	font-size:150%;
	padding-bottom:5px;
}
.blog-text a{
	border-bottom:none;
}
.blog-text p{
	padding-top:10px;
}
.arrow-blog{
	background-repeat:no-repeat;
	background-image:url("../images/arrow.png"); 
	position:absolute;
	margin-left:92px;
	width:20px;
	height:20px;
	margin-top:27px;
}
.blog-bottom{
	padding-top:35px;
	font-weight:bold;
}
.ads{
	text-align:center;
}
.ads img{
	padding-bottom:8px;
}
/* ---------- Blog Comments---------- */
.comments-wrap{
	margin:10px 0px;
}
.comments-post-wrap{
	margin:10px 0px;
}
.comments-author{
	float:left;
	width:80px;
	margin-right:20px;
	clear:left;
	text-align:right;
}
.comments-author a{
	border-bottom:none;
}
.comments-clear{
	clear:both;
	height:0;
	visibility:hidden;
	border:0;
	padding:0;
	margin:0;
}
.comments-text{
	float:left;
	width:535px;
	padding:20px;
	background-color: #e7e7e7;
	border: 1px solid #cbcbcb;
	font-size:13px;
	line-height:15px;
	padding-bottom:5px;
	min-height:100px;
	height:auto !important;
	height:250px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.comments-text h2{
	margin-top:1px;
	border-bottom:#cbcbcb dashed 1px;
	color:#666;
	font-size:150%;
	padding-bottom:5px;
}
.comments-text a{
	border-bottom:none;
}
.comments-text p{
	padding-top:10px;
}
.arrow-comments{
	background-repeat:no-repeat;
	background-image:url("../images/arrow.png"); 
	position:absolute;
	margin-left:92px;
	width:20px;
	height:20px;
	margin-top:27px;
}
/* -------------------------------------- */
/* -------  TOOLTIP  -------------------- */
.tooltip{
	border-bottom:none;
}
#tooltip{
	position: absolute;
	margin-left: 10px;
	border: 1px solid #bab675;
	background: #f7f5d1;
	padding: 2px 9px;
	color: #46453a;
	display:none;
	z-index:69;
}
.badges{
	margin-top:5px;
	margin-right:8px;
	margin-bottom:5px;
} 
.badges_rank{
	margin-right:8px;
	margin-bottom:5px;
	float:right;
	z-index:69;
}
.badge_cmt{
	margin-top:2px;
	margin-right:8px;
	margin-bottom:5px;
}
.profile_h{
	border-bottom:#cbcbcb dashed 1px;
}

div#controls {    
	padding-top: 20px;
	padding-bottom: 50px;
}
div#controls span{
	float: left;
	margin-right: 10px;
	padding-top: 2px;
}
div#controls div{
	margin-right: 10px;
	border: 3px solid #eaeaea;
} 

#usr_icon{
	position:absolute;
	margin:16px 14px;
}
.head_username_Player{
	color:#000;
	text-shadow:0px 0px 10px #aaccff;
	font-weight:bold;
}
.head_username_VIP{
	color:#F60;
	text-shadow:0px 0px 10px #aaccff;
	font-weight:bold;
}
.head_username_Moderator{
	color:#60C;
	text-shadow:0px 0px 10px #aaccff;
	font-weight:bold;
}
.head_username_Admin{
	color:#0F0;
	text-shadow:0px 0px 10px #aaccff;
	font-weight:bold;
}
.head_username_Developer{
	color:#00F;
	text-shadow:0px 0px 10px #aaccff;
	font-weight:bold;
}
.head_username_Owner{
	color:#F00;
	text-shadow:0px 0px 10px #aaccff;
	font-weight:bold;
}
.username_Player{
	color:#000;
}
.username_VIP{
	color:#F60;
}
.username_Moderator{
	color:#60C;
}
.username_Admin{
	color:#0F0;
}
.username_Developer{
	color:#00F;
}
.username_Owner{
	color:#F00;
}

.users_space{
	margin-right:9px;
	margin-bottom:5px;
}
.blogs{
}
.vipsale{
	position:absolute;
	margin-top:-48px;
	margin-left:-78px;
}
.VipCnt{
	text-align:center;
}
.VipCnt strong{
	font-size:135%;
}
.dollars{
	position:absolute;
	margin-left:-15px;
	margin-top:4px;
}
.rank_users{
	margin-top:38px;
	position:absolute;
	margin-left:-12px;
	z-index:100;
}
.large3{
	position: relative;  
	display: inline; 
	font-size: 150%; 
	text-shadow:0px 0px 10px #999;
	text-decoration:none;
	border-bottom:none;
}
.box .header h3 a{
	text-decoration:none;
	border-bottom:none; 
	color: #fff; 
}
.altbox .header h3 a{
	text-decoration:none;
	border-bottom:none; 
	color: #fff; 
}


/* ================= */
/* ==== Forum ====== */
/* ================= */
	/* Thread List Display*/
#forum{
	border-bottom: 1px solid #999; 
}
#forum .thread{
}
#forum .author{
	margin-left:20px;
	margin-top:20px;
	margin-bottom:20px;
	height:80px;
	width:80px;
}
#forum .reply{ 
	position: absolute; 
	height: 40px; 
	width: 40px; 
	margin-left:72px;
	margin-top:-52px;
}
.thread_title{
	position:absolute;
	margin-left:150px;
	margin-top:-110px;
	width:430px;
	overflow:hidden;
	height:auto;
	
}
.thread_link{
	position: relative;  
	display: inline; 
	font-size: 200%; 
	text-shadow:0px 0px 10px #999;
	text-decoration:none;
	border-bottom:none;
}
.thread_icon{
	position:absolute;
	margin-left:126px;
	margin-top:-105px;
}
.thread_desc{
	margin-left:15px;
}
#replies{
	position:absolute;
	margin-left:600px;
	margin-top:-95px;
	background-image:url("http://refractionservers.com/images/sbubble.png");
	width:78px;
	height:71px;
}
#replies .replies{
	width:78px;
	font-size: 200%; 
	position:absolute;
	text-align:center;
	margin-top:3px; 
	margin-left:-2px;
}
#replies span{
	width:78px;
	position:absolute;
	text-align:center;
	margin-top:34px;
}
#replies .date{
	width:90px;
	position:absolute;
	text-align:center;
	margin-top:-20px;
	margin-left:-10px;
	font-size: 80%; 
}
.headerprofile{
	border-bottom:none;
}
	/* Thread view Display*/

.thread-wrap{
	margin:10px 0px;
}
.thread-author{
	float:left;
	width:80px;
	margin-right:20px;
	clear:left;
	text-align:right;
}
.thread-author a{
	border-bottom:none;
}
.thread-clear{
	clear:both;
	height:0;
	visibility:hidden;
	border:0;
	padding:0;
	margin:0;
}
.thread-text{
	float:left;
	width:780px;
	padding:20px;
	background-color: #e7e7e7;
	border: 1px solid #cbcbcb;
	font-size:13px;
	line-height:15px;
	padding-bottom:5px;
	min-height:100px;
	height:auto !important;
	height:250px;
}
.thread-text h2{
	margin-top:1px;
	color:#666;  
	font-size:140%;
	padding-bottom:5px;
}
.thread-text small{
	font-size:60%;
	font-weight:bold;
	color:#999;
}
.thread-text a{
	border-bottom:none;
}
.thread-text p{
	padding-top:10px;
}
.thread-text-first{
	float:left;
	width:780px;
	padding:20px;
	border: 1px solid #333;
	background-color: #e7e7e7;
	font-size:13px;
	line-height:15px;
	padding-bottom:5px;
	min-height:100px;
	height:auto !important;
	height:250px;
}
.thread-text-first h2{
	margin-top:1px;
	color:#666;  
	font-size:140%;
	padding-bottom:5px;
}
.thread-text-first small{
	font-size:60%;
	font-weight:bold;
	color:#999;
}
.thread-text-first a{
	border-bottom:none;
}
.thread-text-first p{
	padding-top:10px;
}
.thread-text-locked{
	float:left;
	width:780px;
	padding:20px;
	border: 1px solid #C00;
	background-color: #e7e7e7;
	font-size:13px;
	line-height:15px;
	padding-bottom:5px;
	min-height:100px;
	height:auto !important;
	height:250px;
}
.thread-text-locked h2{
	margin-top:1px;
	color:#666;  
	font-size:140%;
	padding-bottom:5px;
}
.thread-text-locked small{
	font-size:60%;
	font-weight:bold;
	color:#999;
}
.thread-text-locked a{
	border-bottom:none;
}
.thread-text-locked p{
	padding-top:10px;
}
.arrow-thread{
	background-repeat:no-repeat;
	background-image:url("../images/arrow.png"); 
	position:absolute;
	margin-left:92px;
	width:20px;
	height:20px;
	margin-top:27px;
}
.thread-bottom{
	padding-top:35px;
	font-weight:bold;
	font-size:80%; 
}
.thread-bottom-reply{
	position:absolute;
	margin-top:-25px;
	margin-left:690px;
	font-weight:bold;
	font-size:80%;
}
.thread_badges{
	width:80px;
	text-align:right;
	margin-left:2px;
}
.thread_sash{
	height:90px; 
	width:90px; 
	position: absolute; 
	margin-left:874px;
	margin-top:-2px;
}
.thread_admin{
	position: absolute; 
	margin-left:750px;
	margin-top:15px;	
	padding-left:5px;
	padding-top:5px;
	padding-right:5px;
}
.thread_admin img{
	padding-right:5px;
}
.forum-ban{
	margin-left:20px;
	font-weight:bold;
	font-size:100%;
	color:#F00;
}
.forum-ban img{
	position:absolute;
	margin-left:-18px;
}
.thread-post{
	width:100%; 
}
.POST{
	width:100%;
}
.boxf{
	float: left; 
	width: 960px; 
	margin: 0 20px 20px 0;
}
.bordered{
	border: 3px solid #333;
}
.bbbutton{
	border: 1px solid #ccc;
	margin: 1px;
	padding: 2px;
}
.bbbutton:hover{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.6;
}
.newposts{
	margin-top:5px;
	padding-top:3px;
	width:80px;
	height:20px;
	text-align:center;
	border: 1px solid #bab675;
	background: #f7f5d1;
}
.newposts a{
	border-bottom:none;
}
.quote{
	margin-top:5px;
	margin-right:5px;
	padding-top:3px;
	width:99%;
	min-height:40px;
	height:auto !important;
	border: 1px solid #bab675;
	background: #f7f5d1;
}
.quote span{
	margin-top:3px;
	margin-left:10px;
	font-weight:bold;
	font-size:110%;
	color:#C00;
	font-style:italic;
}
.quote p{
	padding-top:5px;
	padding-left:20px;
	padding-right:5px;
	padding-bottom:5px;
}
.hoz_ad{
	margin-top:5px;
	text-align:center;
}
.hoz_ad img{
	margin-right:10px;
	margin-bottom:10px;
}
.hoz_ad a{
	border-bottom:none;
}
.vert_ad{
	margin-top:5px;
	text-align:center;
}
.vert_ad img{
	margin-top:5px;
}
.vert_ad a{
	border-bottom:none;
}
#tlocked{
	position:absolute;
	margin-top:-80px;
	margin-left:563px;
}
.hovertext{color:#900; padding-bottom:1px; border-bottom:1px dotted #900; cursor:pointer}
#tt{
	position:absolute; 
	display:block; 
	background:url(images/tt_left.gif) top left no-repeat;
	z-index:500;
}
#tttop{
	display:block;
	height:5px; 
	margin-left:5px; 
	background:url(images/tt_top.gif) top right no-repeat; 
	overflow:hidden
}
#ttcont{
	display:block; 
	padding:2px 12px 3px 7px; 
	margin-left:5px; 
	background:#666; 
	color:#FFF
}
#ttbot{
	display:block; 
	height:5px; 
	margin-left:5px; 
	background:url(images/tt_bottom.gif) top right no-repeat; 
	overflow:hidden
}
.banusr{
	font-size:160%;
}
.banusr strong{
	color:#F00;
}

/* ------- Lottery ------- */
#Lottery{
}
#Lottery .Jackpot_Text{
	font-size:200%;
	font-weight:bold;
}
#Lottery .Jackpot{
	font-size:200%;
	font-weight:bold;
	color:#0C0;
}
#Lottery .JGold{
	margin-left:5px;
	margin-right:10px;
}
#Lottery .Buyin_Text{
	margin-left:90px;
	font-size:140%;
	font-weight:bold;
}
#Lottery .Buyin{
	font-size:200%;
	font-weight:bold;
	color:#F00;
}
#Lottery .THolders{
	margin-left:70px;
	font-size:140%;
	font-weight:bold;	
}
#Lottery .TDrawing{
	margin-left:118px;
	font-size:140%;
	font-weight:bold;	
}
#Lottery .TWinner{
	margin-left:125px;
	font-size:140%;
	color:#0C0;
	font-weight:bold;	
}
.LLink{
	text-align:center;
	margin-top:8px;
}

#lottery_button{
	float:right;
}
#lottery_button .PurchaseLottery{
	height:40px;
	width:200px;
	font-weight:bold;
	color:#333;
	border:dashed;
	border-color:#333; 
}
#lottery_button .PurchaseLottery_Hover{
	height:40px;
	width:200px;
	font-weight:bold;
	color:#0CF;
	border:dashed;
	border-color:#0CF; 
}
#lottery_button .PurchaseLotteryP{
	height:40px;
	width:200px;
	font-weight:bold;
	color:#333;
	border:dashed;
	border-color:#333; 
}
#lottery_button .PurchaseLotteryC{
	height:40px;
	width:200px;
	font-weight:bold;
	color:#F00;
	border:dashed;
	border-color:#F00; 
}

#quick { margin: 10px 0; }
.quickLink {
    width: 100px;
    height: 100px;
    float: left;
    margin: 6px;
    text-align: center;
    border: 1px solid #ddd;
    background: transparent url("../images/BoxBG.gif") repeat-x 0 0;
}
.quickLink a{
	text-decoration: none;
	border-bottom: none;
}
.quickLink img {
    width: 48px;
    height: 48px;
    margin: 10px 0;
} 
.quickLink span {
    width: 100px;
    display: block;
    clear: both;
    margin: 5px 0;
}
.quickLink:hover { border-color: #aaa; } 
