@charset "utf-8";
html,body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#fff;
	background-color: #FFF;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
a:link {
	color: #c32121;
	text-decoration: none;
}
a:visited {
	color: #c32121;
	text-decoration: none;
}
a:hover {
	color: #CCC;
	text-decoration: none;
}
img {
	border: 0px;
}

#header {
	padding: 0px;
	height: 138px;
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.stats {
	margin: 0px;
	float: left;
	color: #b1b1b1;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 25px;
}
.topBarLinks {
	color: #b1b1b1;
	margin: 0px;
	float: right;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 25px;
}
.topBarLinks a {
	color: #f90406;
	text-decoration: none;
}
.topBarLinks a:hover {
	color: #f90406;
	text-decoration: underline;
}
.clr {
	clear: both;
}
.logo {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	padding: 0px;
	float: left;
	height: 86px;
	width: 268px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#navigation {
	background-image: url(images/bg_navigation.png);
	background-repeat: no-repeat;
	float: right;
	height: 56px;
	width: 624px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 13px;
}
.navLink {
	margin: 0px;
	float: left;
	height: 25px;
	width: 100px;
	text-align: center;
	text-transform: uppercase;
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
}
.navLink a {
	color: #561414;
	text-decoration: none;
}
.navLink a:hover {
	color: #181818;
	text-decoration: none;
}

.deviderNL  {
	background-image: url(images/devider_NL.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 36px;
	width: 2px;
}
#sliderWrap {
	padding: 0px;
	height: 196px;
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


/* ============ SLIDER CSS ============ */

#slider {
	padding: 0px;
	width: 990px;
	height: 196px;
	margin: 0px auto;
	color: #393939;
	position: relative;
	left: 0;
	list-style: none;
}
#slider li {
	margin: 0px;
	padding: 0px;
	width: 990px;
	height: 196px;
	position: absolute;
}
.sliderImage {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 196px;
	width: 294px;
}
.sliderTitle {
	padding: 0px;
	float: left;
	font-size: 30px;
	color: #c32121;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Arial Black", Gadget, sans-serif;
	width: 696px;
}
.sliderText {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 696px;
	font-size: 14px;
	color: #242424;
}
.buttonJN {
	padding: 0px;
	float: left;
	height: 38px;
	width: 137px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 279px;
}

/*pager wrapper*/
.bx-pager {
	background-image: url(images/bg_pager.png);
	background-repeat: no-repeat;
	text-align:center;
	width: 74px;
	height: 22px;
	margin-top: -29px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	z-index: 9999;
}


.bx-pager a {
	background-image: url(images/bg_pagerDot.png);
	color: #951C1C;
	width: 17px;
	height: 17px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
.bx-pager .pager-active,
.bx-pager a:hover {
	background-image: url(images/bg_pagerDot_active.png);
	background-repeat: no-repeat;
	color: #AE3737;
	width: 17px;
	height: 17px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
#redLine {
	background-image: url(images/bg_redLine.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 63px;
	width: 100%;
}
.redLineTitle {
	text-align: center;
	width: 100%;
	font-size: 26px;
	color: #FFF;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.redLineText {
	font-size: 20px;
	color: #000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.redLineShadow {
	background-image: url(images/bg_redLineShadow.png);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 100%;
}
#main {
	padding: 0px;
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#content {
	background-color: #393939;
	margin: 0px;
	padding: 12px;
	float: left;
	width: 660px;
	border: 1px solid #393939;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
.news {
	background-image: url(images/bg_news.png);
	background-repeat: no-repeat;
	padding: 0px;
	float: right;
	height: 29px;
	width: 676px;
	margin-top: -4px;
	margin-right: -12px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.newsTitle {
	font-size: 16px;
	color: #df2424;
	margin: 0px;
	float: left;
	text-transform: uppercase;
	height: 22px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
	width: 73px;
}
.deviderNS {
	padding: 0px;
	float: left;
	height: 29px;
	width: 2px;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 7px;
	background-image: url(images/devider_NS.png);
	background-repeat: no-repeat;
}
.newsContent {
	margin: 0px;
	float: left;
	height: 22px;
	width: 560px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.benefitsTitle {
	font-size: 16px;
	color: #FFF;
	padding: 0px;
	float: left;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 660px;
}
.benefitsTitle span {
	font-size: 24px;
	color: #c32121;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-transform: uppercase;
}
.deviderBS {
	background-image: url(images/devider_BF.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 6px;
	width: 660px;
}
.benefitsImage {
	padding: 0px;
	float: left;
	height: 153px;
	width: 156px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.benefitsList {
	margin: 0px;
	float: left;
	width: 474px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
.benefitsList li {
	margin-top: 1px;
	margin-bottom: 1px;
}
.buttonRN {
	float: left;
	height: 28px;
	width: 99px;
	padding: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.buttonMI {
	padding: 0px;
	float: left;
	height: 28px;
	width: 99px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#sidebar {
	margin: 0px;
	padding: 12px;
	float: right;
	width: 262px;
	background-color: #393939;
	border: 1px solid #393939;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
.sidebarTitle {
	font-size: 20px;
	color: #C32121;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 262px;
	
}
.deviderSB {
	background-image: url(images/devider_SB.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 6px;
	width: 262px;
}
.inputName {
	font-size: 11px;
	background-image: url(images/bg_inputName.png);
	background-repeat: no-repeat;
	float: left;
	height: 22px;
	width: 78px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -12px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
.inputText {
	background-color: #f1f1f1;
	float: left;
	height: 14px;
	width: 135px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	border: 1px solid #2d2d2d;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}
.forgot {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #858585;
	text-align: center;
	float: left;
	width: 262px;
}
.forgot a {
	color: #858585;
	text-decoration: none;
}
.forgot a:hover {
	color: #858585;
	text-decoration: underline;
}
.processor {
	padding: 0px;
	height: 58px;
	width: 185px;
	margin-top: 7px;
	margin-right: auto;
	margin-bottom: 7px;
	margin-left: auto;
}
#footer {
	background-image: url(images/bg_footer.png);
	background-repeat: repeat-x;
	background-color: #000000;
	margin: -90px 0px 0px;
	padding: 0px;
	height: 90px;
	width: 100%;
	position: relative;
	left: 0px;
	bottom: 0px;
}
#footerWrap {
	padding: 0px;
	height: 90px;
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.copy {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	float: left;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.social {
	padding: 0px;
	float: right;
	height: 32px;
	width: 32px;
	margin-top: 19px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.pageTitle {
	font-size: 24px;
	color: #c32121;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}
.deviderFull {
	background-image: url(images/devider_full.png);
	background-repeat: no-repeat;
	margin: 0px 0px 10px;
	padding: 0px;
	float: left;
	height: 6px;
	width: 964px;
}
.deviderBS {
	background-image: url(images/devider_BF.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 6px;
	width: 660px;
}
.deviderAS {
	background-image: url(images/devider_AS.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 6px;
	width: 300px;
}
#featuredPart {
	background-color: #393939;
	margin: 10px 0px;
	padding: 12px;
	float: left;
	width: 964px;
	border: 1px solid #393939;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
.featuredBox {
	margin: 12px 10px 0px 0px;
	padding: 0px 4px;
	float: left;
	width: 230px;
}
.rBanner {
	margin: 12px 0px 0px 0px;
	padding: 0px;
	float: right;
	width: 468px;
	height: 60px;
}

/* ================ PTCEvolution CSS Part ================= */

.padding5{
padding:5px;
}
.floatleft{
float:left;
}
.floatright{
float:right;
}
.disabled{
opacity: .55; filter:Alpha(Opacity=55); background-image: none;
}
.progressbar{
border:1px solid #80b5ce;
width:300px;
height:20px;
}
.progressbar div{
height:20px;
background:#C32121;
width:3px;
}
.disabledclass{
filter:alpha(opacity=35);
opacity:.35;
}
/* Tables for history */
.celltop{
background:#006cb3;
color:#FFFFFF;
}
.celltop a{
color:#FFFFFF;
}
.cellcontent{
border:1px solid #bec5c9;
}
.cellcontenthover{
background:#cee2ec;
}


/* ========== Content ========== */

.menu-content{
padding:5px;
margin 10px 0px;
}
.menubarlist, .menubarlist li ul{
list-style:none;
margin:0px;
padding:0px;
}
.menubarlist li ul li{
border:1px solid #bec5c9;
padding:4px;
margin:2px 0px;
background:#dcdcdc;
}
.menubarlist li ul li:hover{
background:#c8c8c8;
padding:4px;
margin:2px 0px;
}
.menubarlist li ul li a{
display:block;
text-decoration:none;
color:#707070;
}
.menubarlist li ul li a:hover{
color:#727272;
}
.membermenu{
background:url(images/menu-bg.gif) repeat-x;
color:#FFFFFF;
font-size:11px;
}
.membermenu .menu-l{
background:url(images/menu-l.gif) no-repeat;
}
.membermenu .menu-r{
background:url(images/menu-r.gif) no-repeat scroll 100% 0px;
padding:7px 0px 7px 10px;
}
.membermenu .mid{
padding:7px 0px 7px 10px;
}

.formclass input[type=text], .formclass input[type=password]{
border:1px solid #9F9F9F;
font-size:11px;
padding:2px;
font-family:Verdana, Tahoma;
}
.formclass input[type=submit].orange, .buttonorange{
background:url(images/orangebutton.gif) no-repeat;
width:64px;
height:21px;
font-family:Verdana, Tahoma;
font-size:11px;
border:none;
}
.formclass .buttonblue, .buttonblue{
background:url(images/bluebutton.gif) no-repeat;
width:85px;
height:21px;
font-family:Verdana, Tahoma;
font-size:11px;
border:none;
}
.formclass .messagearea{
width:90%;
height:200px;
}

/* ========== End Content ========== */


/* ========== Ads Page ========== */

.adsleftbox{
background:#f3dddd url(images/exclamation.png) no-repeat scroll 5px 50%;
border:1px solid #deb7b7;
padding:5px;
padding-left:25px;
margin-bottom:10px;
color: #393939;
}
.adtimereset{
background:#cee2ec url(images/clock.png) no-repeat scroll 5px 50%;
border:1px solid #80b5ce;
padding:5px;
padding-left:25px;
margin-bottom:10px;
color: #393939;
}
.ad-title{
background:url(images/menu-bg.gif) repeat-x;
color:#FFFFFF;
padding:5px;
}
.ad-title2{
background:url(images/menu-bg2.gif) repeat-x;
color:#FFFFFF;
padding:5px;
}
.ad-title3{
background:url(images/menu-bg3.gif) repeat-x;
color:#FFFFFF;
padding:5px;
}
.ad-title4{
background:url(images/menu-bg4.gif) repeat-x;
color:#FFFFFF;
padding:5px;
}
.ad-title5{
background:url(images/menu-bg5.gif) repeat-x;
color:#000000;
padding:5px;
}
.ad-name{
cursor:pointer;
}
.ad-content{
border:2px solid #bec5c9;
padding:5px;
color:#000000;
font-style:italic
font-weight:bold
min-height:30px;
}
.ad-footer{
color:#5e6a71;
background:#bec5c9 url(images/favicon.ico) no-repeat scroll 5px 50%;
margin-bottom:5px;
padding:5px 5px 5px 25px;
font-size:9px;
}
.ad-footer2{
color:#5e6a71;
background:#bec5c9 url(images/favicon.ico) no-repeat scroll 5px 50%;
margin-bottom:5px;
padding:5px 5px 5px 580px;
font-size:12px;
}
#admin_advertisement{
width:400px;
margin:0 auto;
}
.ad-block{
width:276px;
float:right;
margin:0px 5px;
}

/* ========== End Ads Page ========== */


/* ========== FAQ Page ========== */

.faq-content{
background:#cee2ec;
padding:5px;
color:#414141;
margin-bottom:20px;
border:1px solid #80b5ce;
}
.faq-content a{
color:#414141;
}
.faq-question{
background:#C32121;
color:#ffffff;
padding:5px;
}
.faq-answer{
border:1px solid #C32121;
padding:5px;
margin-bottom:10px;
}
.faq-top{
font-size:10px;
padding:5px 0px;
}

/*== End FAQ Page ==*/


/* ========== Support ========== */

.open-ticket-box{
background:url(images/icon_open_ticket.gif) no-repeat;
padding:0px 10px 5px 60px;
min-height:60px;
}
.view-ticket-box{
background:url(images/icon_view_ticket.gif) no-repeat;
padding:0px 10px 5px 60px;
min-height:60px;
}
fieldset {
    border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    margin: 6px 0;
    padding: 4px;
}
fieldset.ticket-user{
    border: 1px solid #990000;
    border-radius: 4px 4px 4px 4px;
    margin: 6px 0;
    padding: 8px;
	background:#111111;
}
fieldset.ticket-admin{
    border: 1px solid #111111;
    border-radius: 4px 4px 4px 4px;
    margin: 6px 0;
    padding: 8px;
	background:#990000;
}
.ticketbox{
margin-top:10px;
border:1px solid #80b5ce;
padding:10px;
font-weight:bold;
background:#e7f0f5;
}

/* ========== End Support Page ========== */


/* ========== History ========== */

.item_completed{color:#006600; font-weight:bold;}
.item_pending{color:#990000;}

/* ========== End History ========== */


/* ========== Advertise ========== */


/* ========== End Advertise ========== */


/* ========== Virtual Keyboard ========== */

.keyboard-buton{
border:1px solid #9f9f9f;
background:#FFFFFF;
padding:5px;
color: #393939;
}
.keyboard-buton-hover{
border:1px solid #9f9f9f;
background:#9f9f9f;
color:#ffffff;
}
#keyboard{margin: 0;padding: 0;list-style: none;}
#keyboard li{float:left;font-family:Arial;font-size:11px;height:18px;line-height:18px;margin:0 2px 2px 0;text-align:center;width:18px;}
.capslock, .tab, .left-shift{clear: left;}
#keyboard .tab, #keyboard .delete{width: 70px;}
#keyboard .capslock{width: 60px;}
#keyboard .return{width: 50px;}
#keyboard .left-shift{width: 65px;}
#keyboard .right-shift{width: 67px;}
.lastitem{margin-right: 0;}
.uppercase{text-transform: uppercase;}
#keyboard .space{clear: left;width: 356px;}
.on{display: none;}
#keyboard li:hover{position: relative;top: 1px;left: 1px;cursor: pointer; }

/* ========== End Virtual Keyboard ========== */


/* ========== Misc ========== */

.errorbox{
background:#f3dddd url(images/exclamation.png) no-repeat scroll 5px 50%;
border:1px solid #deb7b7;
padding:5px;
padding-left:25px;
margin-bottom:5px;
color: #393939;
}
.pointer{
cursor:pointer;
}

/* ========== End Misc ========== */


/* ========== Forum ========== */

.forumnav{
padding:0px;
margin:0px;
list-style:none;
}
/* Admin */
.forumtitlegroup1{
background:#b81900;
color:#FFFFFF;
font-weight:bold;
}
.forumnav li{
float:left;
margin-right:10px;
}
.forumnav li.sub{
background:url(../../images/memberbar/forumf.png) no-repeat;
padding-left:10px;
}

.forum_adminbg{
background:url(../../images/forum/admin_bg.png) repeat-x scroll 0 100%;
border:1px solid #dedddf;
}
.forum_moderatorbg{
background:url(../../images/forum/moderator_bg.png) repeat-x scroll 0 100%;
border:1px solid #dedddf;
}

/* ========== End Forum ========== */

/****************************************************************************************/

.paddingl5{
padding-left:5px;
}
.padding2{
padding:2px;
}
.ico{
	margin:-1px 0 0;

float: left; margin-right: 0.3em;
}
.login_nav{
list-style:none;
margin:0px;
padding:0px;
float:right;
cursor:pointer;
}
.login_subnav{
list-style:none;
margin:0px;
padding:0px;
display:none;
position:absolute;
}
.login_subnav li{
margin-top:1px;
}
.login_subnav li a{
display:block;
text-decoration:none;
}
.nobold{
font-weight:normal;
}
.singlepage{
width:700px;
margin:0 auto;
}
h2{
font-weight:normal;
}






/* ========== Member Menu ========== */

.membernav{
padding:0px;
margin:0px;
list-style:none;
}
.membernav li{
margin-bottom:3px;
}
.membernav li a{
display:block;
text-decoration:none;
padding:3px 3px 3px 10px;
}

/* ========== Summary ========== */

.itemsummaryacc{
border-bottom:1px solid #aaaaaa;
padding-bottom:2px;
margin-bottom:2px;
margin-top:10px;
}
.summary_control{
text-align:center;
}
.summary_control ul{
margin:0px;
padding:0px;
list-style:none;
}
.summary_control li{
margin-bottom:5px;

}
.summary_control li a{
display:block;
text-decoration:none;
padding:5px;
width:150px;
font-weight:bold;
}

/* ========== Terms Page ========== */

.terms_page ul{
	list-style:decimal;
}
.terms_page li{
	padding-bottom:10px;
}


/* ========== FAQ Page ========== */

.fquestion{
padding:2px 5px;
font-weight:bold;
cursor:pointer
}
.fanswer{
padding:10px;
display:none;
}

/* ========== Upgrade Page ========== */

.upgrade_title{ font-weight:bold; border-bottom:1px solid #5a7f97}
.upgrade_content{margin-bottom:10px; font-size:11px; padding-top:5px}
.upgrade_content ul{margin:0px; padding:0px}
.upgrade_content li{list-style:none}
.upgrade_content div{display:inline-block; min-width:150px}

/* ========== Featured Link/Ads - Banner Ads ========== */

.ui-ul-list{
list-style:square;
margin:0px;
padding:0px;
padding-left:20px;
}
.ui-ul-list li{
margin-bottom:7px;
}

.ui-ul-list2{
list-style:none;
margin:0px;
padding:0px;
margin-bottom:2px;
}
.ui-ul-list2 li{
margin-bottom:2px;
}
.ui-ul-list2 li a{
display:block;
padding:3px;
padding-left:30px;
text-decoration:none;
}
.minilink{
text-align:center;
}
.minilink a{
color:#1e3050;
font-size:10px;
text-decoration:none;
}

/* ========== Extras ========== */

.loginoutbox{
width:400px;
margin:0 auto;
padding:10px;
}



.textbox:focus {-moz-background-clip:border;-moz-background-inline-policy:continuous;-moz-background-origin:padding;background:#F2F6F8 none repeat scroll 0 0;}
.textbox{border: 1px solid #cccccc; background: #f9f9f9; color: #222222; width:100%;}

.logintextbox{
border:1px solid #e1e0e0;
float:left;
background:#FFFFFF;
}
.LoginInputText{
border:0px;
float:right;
width:120px;
font-family:Tahoma;
font-size:11px;
padding:5px 2px;
}
.sidebaritem{
cursor:move;
}
.marginbottom5{
margin-bottom:5px;
}
.marginbottom2{
margin-bottom:2px;
}
.padding10{
padding:10px;
}
.padding7{
padding:7px;
}
.padding5{
padding:5px
}



/* ==========  Header ========== */

.languagebar, .templatebar{
	float:right;
	color:#B1B1B1;
	margin-left:5px;
	margin-top:3px;
	background:#000000;
	-moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px;
}
.languagebar #current_lang, .templatebar #current_tpl{
	cursor:pointer;
	padding:5px 16px;
}
.languagebar #lang_selector, .templatebar #tpl_selector{
	display:none;
}
.languagebar #langlist, .templatebar #tpllist{
	border:none;
	background:#000000;
	color:#FFFFFF;
	font-family:Tahoma, Arial, sans-serif;
	font-size:12px;
	padding:5px;
}








/* ==========  Ads Page ========== */

.ad-content .ad-text, .ad-textblocked{
	color:#222222;
	border-left:none;
	font-style:italic;
	padding:2px 10px;
}
.ad-content .ad-text:hover{
	background:url(images/bg2.png);
	color:#FFFFFF;
}

.ad-varius, .ad-corner{
	background:url(images/titlebg.png);
	color:#FFFFFF;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	width:35px;
}
.ad-varius{
	border-left:1px solid #aaaaaa;
	width:60px;
}
.ad-locked{
	background-image: url(images/icons.png);
	background-position: -192px -96px;
	width: 16px; height: 16px;
	float:left;
	margin-left:8px;
}
.ad-unlocked{
	background-image: url(images/icons.png);
	background-position: -208px -96px;
	width: 16px; height: 16px;
	float:left;
	margin-left:8px;
}
.ad-ptsu{
	background-image: url(images/icons.png);
	background-position: -240px -96px;
	width: 16px; height: 16px;
	float:left;
	margin-left:8px;
}
.ad-waiting{
	background-image: url(images/icons.png);
	background-position: -80px -112px;
	width: 16px; height: 16px;
	float:left;
	margin-left:8px;
}
.ad-blocked{
opacity: .35; filter:Alpha(Opacity=35); width:100%; height:100%;

}

.ad_block_disabled { opacity: .35; filter:Alpha(Opacity=35); }

.ad-top .ad-title, .ad-top .ad-title2{
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px;
	border:1px solid #aaaaaa;
	margin-bottom:10px;
	padding:6px;
	color:#0089e5;
}
.ad-top .ad-title2{
	margin-left:2px;
	text-align:center;
	color:#76a541;
}
/* Admin Advertisement */
.adTypeTitle{
	float:left;
	clear:both;
	min-width:200px;
}
.adIconTitle{
	background-image: url(images/icons.png);
	background-position: -32px -16px;
	width: 16px; height: 15px;
	float:left;
	margin-left:0px;
	margin-right:8px;
}


/* ==========  Various ========== */

.pad10{
	padding:10px;
}
.pad_5_10{
	padding:5px 10px;
}

.marg_b_5{
	margin-bottom:5px;
}
.marg_r_5{
	margin-right:5px;
}

/* ========== Forum ========== */

.forum_top{
background:#C32121;
color:#FFFFFF;
}
.forum_top a{
color:#FFFFFF;
}
.forum_cell{
	border:1px solid #bec5c9; background: #ffffff; color: #393939;
}
.forum_cell a{
color:#666666;
}
.forum_topcell{
    color: #777;
    border: 1px solid #cccccc;
    background: #f7f7f7;
    background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e1e1e1));
    background: -moz-linear-gradient(top,  #f7f7f7,  #e1e1e1);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#e1e1e1');
    text-shadow: 0 1px 0 #fff;
}
.forum_topcell a{
color:#666666;
}
.forum_topbutton{
    color: #fff;
    border: 1px solid #0076a3;
    background: #0095cd;
    background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
    background: -moz-linear-gradient(top,  #00adee,  #0078a5);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
    text-shadow: 0 1px 1px rgba(0,0,0,0.25);
	text-align:center;
}
.forum_topbutton:hover{
    background: #007ead;
    background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
    background: -moz-linear-gradient(top,  #0095cc,  #00678e);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}

.forum_subnavbar{
	margin-bottom:5px;
	padding:10px;
	border:1px solid #cccccc;
	font-weight:bold;
	
}
.forum_navbar{
	margin-bottom:5px;
	padding:5px;
	border:1px solid #cccccc;
	color:#32689a;
}
.forum_navbar ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.forum_navbar li{
	display:inline-block
}
.forum_navbar li a{
	color:#32689a;
}

.frm_content{
	font-family:Verdana,Arial,Helvetica,sans-serif;
}
.frm_title{
	color:#222222;
}
.frm_title a{
	color:#222222;
	font-weight:bold;
}
.frm_description, .frm_descr{
	font-style:italic;
}
.frm_description{
	color:#666666;
}
.frm_topic_number_icon{
	background-position: -48px -96px;
	background-image: url(images/icons2.png);
	width: 16px; height: 16px;
	margin:-1px 0 0;
	display:block;
	text-indent:-99999px;
	float:left;
	margin-right:5px;
}
.frm_topic_date_icon{
	background-position: -32px -112px;
	background-image: url(images/icons2.png);
	width: 16px; height: 16px;
	margin:-1px 0 0;
	display:block;
	text-indent:-99999px;
	float:left;
}
.frm_topic_reply_icon{
	background-position: -128px -96px;
	background-image: url(images/icons2.png);
	width: 16px; height: 16px;
	margin:-1px 0 0;
	display:block;
	text-indent:-99999px;
	float:left;
	margin-right:5px;
}
.frm_topic_memberdescr_icon{
	background-position: -32px -16px;
	background-image: url(images/icons2.png);
	width: 16px; height: 16px;
	margin:-1px 0 0;
	display:block;
	text-indent:-99999px;
	float:left;
}
.frm_topic_memberdescr{
	border:1px solid #CCCCCC;
	margin-bottom:2px;
	padding:2px;
	clear:both;
}
.frm_corner_all{
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.frm_corner_top{
	-moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px;
}
.frm_paginator{
	float:right;
	font-weight:normal;
}
.frm_paginator ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.frm_paginator li{
	float:left;
}
.frm_paginator_previous{
	background:url(images/forum/previous.png) no-repeat;
	height:16px;
	width:16px;
	display:block;
}
.frm_paginator_next{
	background:url(images/forum/next.png) no-repeat;
	height:16px;
	width:16px;
	display:block;
}
.frm_paginator_first{
	background:url(images/forum/first.png) no-repeat;
	height:16px;
	width:16px;
	display:block;
}
.frm_paginator_last{
	background:url(images/forum/last.png) no-repeat;
	height:16px;
	width:16px;
	display:block;
}
.frm_img_disable{
	opacity: .35; filter:Alpha(Opacity=35);
}
.topic_edited{
border-top:1px solid #7c3636;
font-style:italic;
color:#7c3636;
margin:0px 10px;
}

/* ==========  Rented Page ========== */

#rentedbar{display:none; text-align:center;border:1px solid #ffdd00; padding:5px; margin:0px 0px 15px 0px; font-size:11px; -moz-border-radius:5px; -webkit-border-radius:5px; margin-top:10px; background:#fffce1; color:#000000; font-weight:bold}




/* ========== Tool Tip ========== */

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 11px;
	color: #fff;
	text-shadow: 0 0 2px #000;
	padding: 4px 8px;
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgb(25,25,25);
	background-color: rgba(25,25,25,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color: rgba(20,20,20,0.92);
	}
}
/*EarnPage*/
.earnpage1{
	width:370px;
	height:115px;
	color:white;
	font-family:Arial;
	position:relative;
	float:left;
	margin-left:80px;
}
.earnpage2{
	float:left;
	width:68px;
	height:64px;
}
.earnpage3{
	float:right;
	width:300px;
	min-height:64px;
}
.earnpage4{
	font-size:24px;
	font-weight:bold;
	text-shadow:0px 1px 0px black;
}
.earnpage5{
	font-size:14px;
	text-shadow:0px 1px 0px black;
}
.eclear{
	clear:both;
}
.earnpage6{
	width:262px;
	height:36px;
	background-image:url(images/ebar.png);
	background-repeat:no-repeat;
	font-size:12px;
	font-weight:bold;
	text-shadow:0px 1px 0px #ca1b1b;
	text-align:center;
	line-height:2.9em;
	margin:auto;
	margin-top:5px;
}
.etab1{
	width:337px;
	height:115px;
	position:absolute;
	top:0px;
	left:0px;
	background-color:transparent;
}
.econtent{
	font-size:15px;
	font-family:arial;
	color:#cdcccc;
	text-shadow:0px 1px 0px black;
	width:662px;
	margin:auto;
}
/*Advertiser Page*/
.awrap{
	width:453px;
	height:190px;
	float:left;
	margin-left:18px;
}
.awrap2{
	width:453px;
	height:190px;
	margin:auto;
}
.slidething {
	width:453px;
	height:140px;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	background-image:url(images/abox.png);
	background-repeat:no-repeat;
	position:relative;
}
.slidething .container {
	width:399px;
	padding:10px;
}
.slidething .title {
	height:20px;
	display:block;
	padding-left:10px;
	line-height:2.7em;
	font-size:12px;
	font-family:Tahoma;
	font-weight:bold;
	color:white;
	text-shadow:0px 1px 0px #787878;
}
.slidething span {
	float:right;
	cursor:help;
	display:block;
	width:10px;
	height:10px;
	margin-top:7px;
	width:20px;
	height:20px;
	margin-right:12px;
}
.slidething .content {
	height:80px;
	display:block;
	overflow:hidden;
	width:398px;
	margin-left:15px;
	margin-top:15px;
}
.slidething .content input {
	display:none
}
.slidething ul {
	padding:0;
	margin:0;
	list-style:none;
	display:block;
	position:relative
}
.slidething label {
	padding:21px 0px;
	width:398px;
	display:block;
	text-align:center;
	font-family:Tahoma;
	font-size:16px;
	color:white;
	text-shadow:0px 1px 0px black;
}
.slidething li {
	height:100px;
}
.slidething .footer {
	height:20px;
	display:block;
}
.slidething .left,.slidething .right {
	float:left;
	cursor:pointer;
}
.right, .left{
	width:27px;
	height:27px;
	border:none !important;
	cursor:pointer;
}
.right:hover, .left:hover{
	opacity:0.9;
}
.right{
	background-image:url(images/aleft.png);
	background-repeat:no-repeat;
}
.left{
	background-image:url(images/aright.png);
	background-repeat:no-repeat;
	margin-left:5px;
}
.slidething .buy {
	float:right;
	cursor:pointer
}
.buy{
	background-image:url(images/abut.png);
	background-repeat:no-repeat;
	width:149px;
	height:26px;
	border:none;
}
.buy:hover{
	opacity:0.9;
}
.tooltip2{ 
	position: absolute; 
	z-index: 3; 
	background:#fff; 
	width:279px;
	border-radius:5px;
	font-size:9px;
	font-family:Tahoma;
	color:#4d4c4c !important;
	padding:10px;
	line-height:1.5em;
	text-shadow:none;
	top:30px !important;
	left:412px !important;
}
.avalue{
	color:#eb0303;
	font-size:20px;
	width:100px !important;
	height:20px !important;
	margin:auto !important;
	float:none !important;
	cursor:default !important;
}
