@charset "utf-8";


.blurb {
	position: relative;
}
.infoballon {
	display: none;
	position: absolute;
	width: 200px;
	font-size: 17px;
	border-top: 1px solid #EEE;
	border-left: 1px solid #EEE;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	top: 0px;
	right: -210px;
	background-color: #FFFFCC;
}
.blurb:hover > .infoballon { display: block; }

.account_navbar .block {
	margin-bottom: 5px;
}
.account_navbar .links {
	padding-left: 20px;
}
	.account_navbar .title {
		font-weight: bold;
	}
	.account_navbar .title a {
		font-size: 12px;
		color: #000000
	}
	.account_navbar .title a:hover {
		text-decoration: none;
	}
	
	.account_navbar a:active, .account_navbar a:link, .account_navbar a:visited {
		color: #666666;
		font-size: 11px;
		text-decoration: none;
	}
	.account_navbar a:hover {
		text-decoration: underline;
	}
	
	
.rtable td.tablehead {
	background-color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	height: 26px;
	padding-left: 10px;
	padding-bottom: 4px;
}
.rtable .title {
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: bold;
}
.rtable .title a {
	color: #333333;
	text-decoration: none;
}
.rtable .title a:hover {
	color: #666666;
	text-decoration: none;
}
.rtable .options {
	padding: 4px 0px;
	padding-bottom: 0px;
	font-size: 10px;
	display: inline;
}
.rtable tr.row td {
	height: 60px;
	padding: 0px;
	background: #FFFFFF url(../../../images/pm_row_bg.jpg) repeat-x;
	border: 0px;
	padding-top: 8px;
}
.rtable tr.row td.left {
	padding-left: 10px;
}

/* FORUM
****************************************************************************/
.clear { clear: both; }
.float_left { float: left; }
.float_right { float: right; }
.forum {
	background-color: #FFFFFF;
	border: 1px solid #EEEEEE;
	padding: 1px;
}
.forum-title {
	padding: 1px;
}
.thread {
	border-bottom: 1px solid #EEEEEE;
	padding: 1px;
}
.thread-icon {
	width: 10%;
}
.thread-details {
	width: 90%;
}
.thread-title {
	font-size: 14px;
}
.thread-description {
	color: #666666;
}
.notopics {
	text-align: center;
	font-size: 15px;
	color: #333333;
	font-weight: bold;
	padding: 10px;
	border: 1px solid #6699FF;
	background-color: #F7FAFD;
}
.error-text {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
}
.row {
	background: url(images/forumbg.jpg) repeat-x;
	border-bottom: 1px solid #CCCCCC;
	margin: 0 0 2px 0;
	padding: 5px;
	font-size: 12px;
	text-align: left;
}
.icon {
	text-align: center;
	width: 5%;
}
.details {
	width: 55%;
}
.details-title {
	font-size: 14px;
	margin: 0;
}
.details-author {
	font-size: 10px;
}
.replies {
	width: 10%;
	text-align: center;
	font-weight: bold;
}
.views {
	width: 10%;
	text-align: center;
	font-weight: bold;
}
.lastpost {
	width: 20%;
	text-align: left;
	font-weight: bold;
	font-size: 10px;
}
.controls {
	font-size: 14px;
	width: 25%;
}
.controlpad {
	margin: 10px 2px 0 2px; 
}
.controlpad_topics {
	
}
.pagelinks {
	width: 75%;
	text-align: right;
}

/* GREY BOX */
.curvy { position:relative; width: 100%; background: #EEEEEE; margin: 10px 0 0 0; }
#ctl, #cbl, #ctr, #cbr {position:absolute; width:20px; height:20px; color:#EEEEEE; background:#fff; overflow:hidden; font-style:normal; z-index:1;}
#ctl {top:0; left:0;}
#cbl {bottom:0; left:0;}
#ctr {top:0; right:0;}
#cbr {bottom:0; right:0;}
.curvy em b {position:absolute; font-size:150px; font-family:arial; color:#EEEEEE; line-height:40px; font-weight:normal;}
#ctl b {left:-8px;}
#ctr b {left:-25px;}
#cbl b {left:-8px; top:-17px;}
#cbr b {left:-25px; top:-17px;}
.curvy .body {position:relative; z-index:100; padding:5px 10px 5px 10px;}
.curvy .authorinfo {width: 150px; float: right; border-left: 1px solid #333333; padding: 4px; background-color:#FFFFFF;}

#pagination {
	border-top: 1px solid #EEEEEE;
	display:block;
	text-align:center;
	height:22px;
	line-height:21px;
	clear:both;
	padding-top:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}

#pagination a:link, #pagination a:visited{
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #EBEBEB;
	margin-left:10px;
	text-decoration:none;
	background-color:#F5F5F5;
	color:#0072bc;
	width:22px;
	font-weight:normal;
}

#pagination a:hover {
	background-color:#DDEEFF;
	border:1px solid #BBDDFF;
	color:#0072BC;	
}

#pagination .active_link {
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #BBDDFF;
	margin-left:10px;
	text-decoration:none;
	background-color:#DDEEFF;
	color:#0072BC;
	cursor:default;
}

#pagination .disabled_pagination {
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #EBEBEB;
	margin-left:10px;
	text-decoration:none;
	background-color:#F5F5F5;
	color:#D7D7D7;
	cursor:default;
}
.action_btn {
	border: 0;
	text-align: center;
	background: url(images/actionbtn.gif) no-repeat;
	width: 117px;
	height: 28px;
	font-weight: bold;
}
.actionbtn div {
	cursor: default;
	text-align: center;
	background: url(images/actionbtn.gif) no-repeat;
	width: 117px;
	height: 28px;
	padding: 4px 0 0 0;
}
a.actionbtn, a.actionbtn:link, a.actionbtn:visited, a.actionbtn:active{
	color: #0000FF;
	font-weight: bold;
	cursor: default;
}
a.actionbtn:hover {
	color: #FFFFFF;
	cursor: default;
}
.topcontrolbox {
	text-align: right;
}
.navi {
	margin: 5px 5px 10px 5px;
	padding: 0 0 10px 0;
	border-bottom: 2px solid #003399;
}
