<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Style Name: Mqataa Style
Version: 2.0
Author: Emon Vida ( Ahmed Jamal )
Author URI: http://www.emonvida.com
Team URI: http://www.2-steps.net
*/

body {
color: #333;
font-family: Tahoma, Arial, sans-serif;
font-size:11px;
background-position: top center;
background-repeat:no-repeat;
padding:0;
margin:0;
}
	 
a:link { 
text-decoration: none; 
color: #91437c; 
}
a:visited { 
text-decoration: none; 
color: #91437c; 
}
a:hover {
color: #c166a8; 	
}
a:active { 
color: #c166a8; 
}
img {border:0;}
.left{float:left; padding:0; margin:0}
.rught{float:right;}
.clear {clear:both;}

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { display: inline-block; } /* Hide from IE Mac \*/ .clearfix { display: block; } /* End hide from IE Mac */ .none { display: none; } /* End Clearfix */

/*************************** General Styling ***************************/
h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a {
text-decoration:none;
}
h1 {
font-size: 15px;
font-weight:bold;
}
h2 {
font-size: 14px;
}
h3 {
font-size: 13px;
}
h4 {
font-size: 11px;
}
h5, h5 a {
font-size: 10px;
text-transform: none;
font-weight: bold;
}
h6 {
font-size: 9px;
}

/*************************** Header ***************************/

/* Navigation -------------------- */
.topnav_header {
	width:100%;
	min-height:150px;
	font-size:11px;
	background-image: url(images/bg_grad.png);
	background-position:bottom center;
	background-repeat:repeat-x;
	-webkit-box-shadow: -0px 1px 2px rgba(0,0,0,.4);
	-moz-box-shadow: -0px 1px 2px rgba(0,0,0,.4);
	box-shadow: -0px 1px 2px rgba(0,0,0,.4);
}

/*------------------------ First Header --------------------------*/
.header {
	width:90%;
	margin: 0 auto 0 auto;
	background:url(images/bg_header_art.png) no-repeat top left;
}
.menu_header {
	position:relative;
	padding:0;
	text-shadow:#000 1px 1px 1px;
	width:100%;
	height:150px;
	margin:0 auto 0 auto;
	z-index:3000;
	
}
.menu_header .bg_logo { float:right; margin-top:5px; position:absolute; right:0; top:-5px; width:195px; height:183px; background:url(images/bg_logo.png) no-repeat;}
.menu_header .bg_logo .logo_header { margin:3px 0 0 22px; float:left;}
.menu_header .bg_logo .logo_header .logo_url { z-index:3;}

/*-------------------------------------------------*
/* Search
/*-------------------------------------------------*/
.menu_header #search-toggle{
	position: absolute;
	left: 0px;
	top: 5px;
	width: 88px;
	height: 31px;
	cursor: pointer;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: center center;
}
.menu_header #search-toggle:hover{
	filter: alpha(opacity = 80);
	-moz-opacity: 0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
}
.adv_search { position:relative; left:0; top:35px;}
#adv-search-wrap{
	display: none;
	z-index: 9999;
	position: absolute;
	left: 0px;
	top: auto;
	width: 310px;
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .1) 0%,
		rgba(0, 0, 0, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(0, 0, 0, .1)),
		to(rgba(255, 255, 255, .1))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')"; /* IE8 */
	-webkit-box-shadow: -1px 1px 2px rgba(0,0,0,.4);
	-moz-box-shadow: -1px 1px 2px rgba(0,0,0,.4);
	box-shadow: -1px 1px 2px rgba(0,0,0,.4);
	height: 60px;
	line-height: 30px;
	font-weight: bold;

}
#adv-search-input{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 190px;
	height: 30px;
	line-height: 30px;
	border-right: none;
	padding: 0px 10px 0px 10px;
	color: #999;
	border:none;
	background:#fff;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	outline: none;
	
}
#adv-search-input:focus{
	color:#333;
}
#adv-search-submit{
	cursor: pointer;
	position:absolute;
	top: 12px;
	left: 20px;
	display: block;
	width: 50px;
	padding-right:5px;
	padding-left:5px;
	height: 30px;
	outline: none;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	text-align:center;
		background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .1) 0%,
		rgba(0, 0, 0, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(0, 0, 0, .1)),
		to(rgba(255, 255, 255, .1))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')"; /* IE8 */
	-webkit-box-shadow: -1px 1px 2px rgba(0,0,0,.4);
	-moz-box-shadow: -1px 1px 2px rgba(0,0,0,.4);
	box-shadow: -1px 1px 2px rgba(0,0,0,.4);
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#adv-search-submit:hover{
		background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .1) 0%,
		rgba(0, 0, 0, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(0, 0, 0, .1)),
		to(rgba(255, 255, 255, .1))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')"; /* IE8 */
	-webkit-box-shadow: -1px 1px 2px rgba(0,0,0,.4);
	-moz-box-shadow: -1px 1px 2px rgba(0,0,0,.4);
	box-shadow: -1px 1px 2px rgba(0,0,0,.4);
}
#adv-search-wrap .searchq {
position:absolute;
right:10px;
top:35px;
width:100px;
border:0px;
font-family: Tahoma, Arial, Times New Roman;
font-size:10px;
color:#FFF;
z-index:99999;
}

/*-------------------------------------------------------*/
/*---------------09 -SOCIAL ICONS---------------*/
/*-------------------------------------------------------*/
ul.social-icons {
	position:absolute;
	left:100px;
	top:7px;
	float:left;
	margin:0px 0px 0px 0;
}
ul.social-icons li {
	opacity:1;
	list-style:none;
	float:left;
	margin:0px 3px;
	cursor:pointer;
}
ul.social-icons li:hover {
	opacity:1;
}
ul.social-icons li a {
	height:24px;float:left;
	width:24px; 
}
ul.social-icons li.icon-facebook {
	height:24px;
	width:24px;
	background:transparent url(images/facebook.png) bottom no-repeat;
}
ul.social-icons li.icon-facebook:hover {
	height:24px;
	width:24px;
	background:transparent url(images/facebook.png) top no-repeat;
}
ul.social-icons li.icon-rss {
	height:24px;
	width:24px;
	background:transparent url(images/rss.png) bottom no-repeat;
}
ul.social-icons li.icon-rss:hover {
	height:24px;
	width:24px;
	background:transparent url(images/rss.png) top no-repeat;
}
ul.social-icons li.icon-youtube {
	height:24px;
	width:24px;
	background:transparent url(images/youtube.png) bottom no-repeat;
}
ul.social-icons li.icon-youtube:hover {
	height:24px;
	width:24px;
	background:transparent url(images/youtube.png) top no-repeat;
}
ul.social-icons li.icon-blackberry {
	height:24px;
	width:24px;
	background:transparent url(images/blackberry.png) bottom no-repeat;
}
ul.social-icons li.icon-blackberry:hover {
	height:24px;
	width:24px;
	background:transparent url(images/blackberry.png) top no-repeat;
}
ul.social-icons li.icon-twitter {
	height:24px;
	width:24px;
	background:transparent url(images/twitter.png) bottom no-repeat;
}
ul.social-icons li.icon-twitter:hover {
	height:24px;
	width:24px;
	background:transparent url(images/twitter.png) top no-repeat;
}
ul.social-icons li.icon-groups {
	height:24px;
	width:24px;
	background:transparent url(images/groups.png) bottom no-repeat;
}
ul.social-icons li.icon-groups:hover {
	height:24px;
	width:24px;
	background:transparent url(images/groups.png) top no-repeat;
}
ul.social-icons li.icon-callus {
	height:24px;
	width:24px;
	background:transparent url(images/callus.png) bottom no-repeat;
}
ul.social-icons li.icon-callus:hover {
	height:24px;
	width:24px;
	background:transparent url(images/callus.png) top no-repeat;
}


.tipsy {
	padding:5px;
	font-size:10px;
	opacity:0.8;
	filter:alpha(opacity=80);
	background-repeat:no-repeat;
	background-image:url(images/tipsy.gif);
}
.tipsy-inner {
	padding:5px 8px 4px 8px;
	background-color:black;
	color:white;
	max-width:200px;
	text-align:center;
}
.tipsy-inner {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.tipsy-north {
	background-position:top center;
}
.tipsy-south {
	background-position:bottom center;
}
.tipsy-east {
	background-position:right center;
}
.tipsy-west {
	background-position:left center;
}
/*-------------------------------------------------------*/
/*---------------23 - TITLE TIPSY DIV CSS---------------*/
/*-------------------------------------------------------*/
/*INTRO PANEL*/
.intro-panel {
	width:960px;
	margin:0 auto;
}
#titles-des {
	height:80px;
	width:100%;
	float:left;
	background:#bc1e04;
	background:-moz-linear-gradient(top,#bc1e04 0%,#b01a04 44%,#a71603 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#bc1e04),color-stop(44%,#b01a04),color-stop(100%,#a71603));
	background:-webkit-linear-gradient(top,#bc1e04 0%,#b01a04 44%,#a71603 100%);
	background:-o-linear-gradient(top,#bc1e04 0%,#b01a04 44%,#a71603 100%);
	background:-ms-linear-gradient(top,#bc1e04 0%,#b01a04 44%,#a71603 100%);
	background:linear-gradient(top,#bc1e04 0%,#b01a04 44%,#a71603 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc1e04',endColorstr='#a71603',GradientType=0 );
	border-bottom:1pt solid #f5f5f5;
	border-top:1pt solid #9c1804;
	margin-top: -1px;
}
/*INTRO PANEL*/
#titles-des ul li {
	text-decoration:none;
	width:168px;
	padding:0px 0px 0 0px;
	margin:2px 30px 0 0px;
	overflow:hidden;
	float:left;
}
#titles-des a {
	text-decoration:none;
	font-size:20px;
	color:#111;
	padding:7px 0 5px 0px;
	margin-top:10px;
	display:block;
}
#titles-des span {
	text-decoration:none;
	font-size:12px;
	color:#f26c4f;
	font-weight:normal;
}
#titles-des li span:hover {
	color:#e64135;
	cursor:pointer;
}
.tipsy {
	padding:5px;
	font-size:10px;
	opacity:0.8;
	filter:alpha(opacity=80);
	background-repeat:no-repeat;
	background-image:url(images/tipsy.gif);
}
.tipsy-inner {
	padding:5px 8px 4px 8px;
	background-color:black;
	color:white;
	max-width:200px;
	text-align:center;
}
.tipsy-inner {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.tipsy-north {
	background-position:top center;
}
.tipsy-south {
	background-position:bottom center;
}
.tipsy-east {
	background-position:right center;
}
.tipsy-west {
	background-position: left center;
}

.qoute_header {	position:absolute;top:27px;right:210px; background:url(images/qoute.png) no-repeat top; width:212px; height:92px;}

/* Listen */
ul#textfad {
	position:absolute;
	top:42px;
	left:20px;
	float:left;
	width:450px;
	height:50px;
	border: none;
	padding:5px;
	list-style:none;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
}
ul#textfad li{ font-family:Arial, Helvetica, sans-serif;font-size:20px;}
.fade{
	margin-bottom: 2em;
}

.fade p{
	margin-bottom: 2em;
	text-align: center;
	width: 100%;
}

/*-------------------------------------------------------------------------------------*/
/*--------------------------------11 - MAIN NAVIGATION---------------------------------*/
/*--------------------------------------------------------------------------------------*/
#main_navigation {
	position:absolute;
	top:99px;
	left:0;
	margin:0px 0 0 0;
	font-size:11px;
	height:51px;
	float:left;
	z-index:1000;
}
ul.main-menu {
	position:relative;
	z-index:1000;
	font-family: tahoma, arial ,serif;
	padding:0;
	margin:0;
}
ul.main-menu ul {
	margin:0;
	padding:0;
	list-style-type:none;padding:0;
}
ul.main-menu li {
	position:relative;
	display:inline;
	float:left;
	font-size:14px;
	margin:0px 2px;
}
ul.main-menu li a, ul.main-menu li a:link {
	line-height:30px;
	text-shadow:none;
	font-size:13px;
	text-transform:uppercase;
}
ul.main-menu li a span {
	display:block;
	font-size:10px;
	text-align:center;
	margin-top:-10px;
	text-transform:capitalize;
	text-shadow:none;
}
ul.main-menu li a:hover, ul.main-menu li:hover, .tabon {}
ul.main-menu li:hover a {}
ul.main-menu li a {
	display:block;
	text-decoration:none;
	overflow:hidden;
	padding:0px 15px;
}

ul.main-menu li ul  {
	position:absolute;
	right:0px;
	display: none;
	width:177px;
	margin-top:0px;
}
ul.main-menu li:hover ul  {
	position:absolute;
	right:0px;
	display: block;
	width:177px;
	margin-top:0px;
}
ul.main-menu li ul li {
	display:list-item;
	float:none;
	border-right:none!important;
}
ul.main-menu li ul li a {
	width:150px;
	padding:5px 0px;
	margin:0px 7px;
}
ul.main-menu li:hover, ul.main-menu li a:hover {
	border-top:none;
	margin-top:0!important; 
}
ul.main-menu ul {
	z-index:101;
	margin-top:2px;
	padding:10px 0;
	border-radius:4px 0px 4px 4px;
	-moz-border-radius:4px 0px 4px 4px;
	-webkit-border-radius:4px 0px 4px 4px;
	position:relative;
}
ul.main-menu ul li a, ul.main-menu ul li a:link{
	line-height:20px;
	margin-right:0px!important;
	padding:5px 10px!important;
	font-size:11px;
	z-index:1000;
}
ul.main-menu ul li a:hover {
	text-decoration:none!important;
	text-shadow:none;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
ul.main-menu ul ul {
	text-decoration:none!important;
	text-shadow:none;
	z-index:1000;
}
ul.main-menu ul ul li a:hover {
	text-decoration:none!important;
	text-shadow:none;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius: 2px;
}

/*------------------------ Second Header --------------------------*/
.second_header {
	position:relative;
	padding:0;
	width:90%;
	height:100px;
	margin:0 auto 0 auto;
}
.second_header .coloring {position:absolute; right:200px; top:0; width:140px; height:36px;}
.second_header .coloring .social_iconwrap{margin-left:2px;width:32px;height:29px; float:right;}
a.social_icon{
   /* display: block; */
    width: 32px;
    height: 29px;
    padding-top:0px;
    color: #afafaf;
    text-decoration: none;
    background-image: url(images/color-icons.png);
    background-position: 0 top;
    /* 
    border: 1px solid #ccc;
    */
    }
a.social_icon_1{background-position: -0px -0;} /* Red */
a.social_icon_1:hover{background-position: 0 -30px;} /* Red */
a.social_icon_2{background-position: -32px -0;} 
a.social_icon_2:hover{background-position: -32px -30px;} 
a.social_icon_3{background-position: -64px -0;} 
a.social_icon_3:hover{background-position: -64px -30px;} 
a.social_icon_4{background-position: -98px -0px;} 
a.social_icon_4:hover{background-position: -98px -30px;} 

.login_forum {
	position:absolute;
	width:360px;
	height:71px;
	left:0px;
	top:0px;border:0px solid #474747;
		background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .1) 0%,
		rgba(0, 0, 0, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(0, 0, 0, .1)),
		to(rgba(255, 255, 255, .1))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')"; /* IE8 */
	-webkit-box-shadow: -1px 1px 2px rgba(0,0,0,.4);
	-moz-box-shadow: -1px 1px 2px rgba(0,0,0,.4);
	box-shadow: -1px 1px 2px rgba(0,0,0,.4);
	border-radius:0px 0px 4px 4px;
	-moz-border-radius:0px 0px 4px 4px;
	-webkit-border-radius:0px 0px 4px 4px;
}

/*Login*/
.login-box {
	position:relative;
	width:355px;
	height:60px;
	right:0px;
	top:0px;
	color:#EEE;border:0px solid #933;
}

.av-login {
	background:url(images/av_none.png) no-repeat;
	position:absolute;
	right:10px;
	top:5px;
	width:50px;
	height:50px;
	margin: 2px 2px 0 0;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,.4);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,.4);
	box-shadow: 0px 1px 2px rgba(0,0,0,.4);
}
.av-lo {
    width:50px;
    height:50px;
}
.login-box .dit {
	position:absolute;
	right:85px;
	top:10px;
}
.login-box .signin {
	position:absolute;
	right:75px;
	top:7px;
}
.login-box .signin .txtinput {
	width:130px;
	height:14px;
	line-height:14px;
	font-size:11px;
	border:solid 0px #dfdfdf;
	padding:2px;
	margin-top:4px;
	background: #fff;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.login-box .signin .button {
	position:absolute;
	left:0px;
	top:30px;
	width:60px;
	height:20px;
	font-size:11px;
	font-weight:bold;
	border:0;
	padding:0;
	color: #AA6600;
	cursor:pointer;
	text-align:center;
		background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .1) 0%,
		rgba(0, 0, 0, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(0, 0, 0, .1)),
		to(rgba(255, 255, 255, .1))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')"; /* IE8 */
	-webkit-box-shadow: -1px 1px 2px rgba(0,0,0,.4);
	-moz-box-shadow: -1px 1px 2px rgba(0,0,0,.4);
	box-shadow: -1px 1px 2px rgba(0,0,0,.4);
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;	
}


.login-box .signin .button:hover{
		background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .1) 0%,
		rgba(0, 0, 0, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(0, 0, 0, .1)),
		to(rgba(255, 255, 255, .1))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')"; /* IE8 */
	-webkit-box-shadow: -1px 1px 2px rgba(0,0,0,.4);
	-moz-box-shadow: -1px 1px 2px rgba(0,0,0,.4);
	box-shadow: -1px 1px 2px rgba(0,0,0,.4);
}

.login-box .signin .checkbox {
	position:absolute;
	left:68px;
	top:25px;
	padding:1px;
	margin-top:3px;
}
.login-box .signin span {
	position:absolute;
	right:0px;
	top:28px;
	padding:1px;
	margin-top:5px;
	font-size:10px;
}
.signout {
	position:relative;
	left:0px;
	top:45px;
	float:left;
}

/* Content
   ================================================== */
.content_all {width:90%; margin:10px auto 20px auto;}
.content_padding {padding:7px;}
.content_in {width:auto; margin:0 auto 0 auto; padding:5px; background:#FFF;border:1px solid #e2e2e2;}


#genbox {background: #FFF;font-size: 11px;color: #3e3e3e;margin: 0 auto;padding:3px 10px 5px 10px;border:solid 1px #f7f7f7;border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;}
#genborder {background: #FFF;padding:3px;margin: 0 auto;border:solid 1px #e9e9e9;border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;}
#genbox .navbar {font: 11px tahoma, verdana, geneva, lucida, lucida grande, arial, helvetica, sans-serif !important;}

.forum-content {margin: 0px auto 10px auto;}

.dott {
	float:right;
	background:#DDD;
	height:1px;
	width:100%;
	margin: 5px 0 5px 0;
	padding: 0px 0 0 0;
}
.alt5 {
	width:115px;
	padding: 0 0 0 0;
}
.alt5 span {
	float:left;
	text-align:left;
	font-size:12px;
}
.alt5 small {
	float:right;
	text-align:right;
	font-size:11px;
	color:#333;
}

.alt6 {
	width:115px;
	padding: 0 0 0 0;
}
.alt6 span {
	float:left;
	text-align:left;
	font-size:12px;color:#c166a8; font-weight:bold;
}
.alt6 small {
	float:right;
	text-align:right;
	font-size:11px;
	color:#c166a8;
}

/* Postbit
   ================================================== */
.share_post {  width:360px;}
.av-post {
	padding: 3px;
	background: #FFF;
	border: 1px solid #ccc;
	-moz-box-shadow: 0 1px 5px #ccc;
 	-webkit-box-shadow: 0 1px 5px #ccc;
 	box-shadow: 0px 1px 5px #ccc;

}
.pro-mem1 {
	padding:2px;
	text-align:right;
	color:#333;
	background:#FFF;
	border-bottom: solid 1px #d5d5d5;
	border-right: solid 1px #d5d5d5;
	border-left: solid 1px #d5d5d5;
}

.pro-mem1 span { text-align:left; font-size:10px;}

.pro-mem2 {
	padding:2px;
	text-align:right;
	color:#666;
	background:#ecdde8;
	border-top: solid 1px #fbfaf9;
	border-left: solid 1px #d5d5d5;
	border-bottom: solid 1px #d5d5d5;
	border-right: solid 1px #d5d5d5;

}
.pro-mem2 span {text-align:left;  font-size:10px; color:#91437c;}

.contact-mem {
	text-align:right;
	color:#666;
	background:#FAFAFA;
	border-top: solid 1px #d4d4d4;
	border-left: solid 1px #d4d4d4;
	border-bottom: solid 2px #d4d4d4;
	border-right: solid 2px #d4d4d4;
	margin: 13px 0 0 0;
}
.contact-mem-border {padding:5px;border: solid 1px #fefefe;}
.smallfont2 {
	font-size:10px;
	color:#666;
	padding: 0 0 5px 0;
}
.fontuser { font-size:14px;}
.texthead{position:relative; right:0;top:-26px;width:98px;color:#2b8eb9;background-color:#FAFAFA;border-color:#DDD #DDDDDD #FAFAFA;border-style:solid;border-width:1px;padding:4px
2px 1px 0;}
.textads ul{position:relative}
.textads span .inner{background-color:#FAFAFA;border-color:#DDD #DDDDDD #FAFAFA;border-style:solid;border-width:2px;display:block;padding:4px
11px 1px;position:relative;}
.textads span .outer{background-color:#EEE;border:1px solid #E6E8E9;border-bottom:none;font-size:10px;height:13px;padding:3px;position:absolute;right:15px;top:-19px;}
.textads span. inner:after{background-color:#fafafa;bottom:-2px;content:".";height:3px;left:0;overflow:hidden;position:absolute;width:100%;}
div.syntaxhighlighter{font-size:11px !important;background:none !important;width:625px !important;}
.syntaxhighlighter .line .number{padding:2px
!important}
.box_forum { background:#574c82;}

/* Footer
   ================================================== */
.footer_a {
	width:100%;
	min-height:140px;
	font-size:11px;
	background-image: url(images/bg_grad.png);
	background-position:bottom center;
	background-repeat:repeat-x;
	-webkit-box-shadow: #222 0px 0px 3px;box-shadow: #222 0px 0px 3px;
    
}
.footer_b {width:90%; height:140px; position:relative; margin:0 auto 0 auto;background:url(images/bg_header_art.png) no-repeat top left;}
.footer_c {width:90%; height:140px;}
.footer_left {width:450px; height:140px;float:left; text-align:left; font-size:11px; color:#FFF;}
.footer_left .navostyle { position:absolute; left:0; top:0px; width:400px; height:35px; float:left;}
.footer_left .navostyle select {padding:4px;}
.footer_left .share { position:absolute; top:40px; left:0px; width:450px; height:70px; margin:0; }
.footer_left .share .facebook_button { position: relative; left:0px; top:0; width:80px; height:70px;  float:left;}
.footer_left .share .facebook_button .fb { position:absolute; top:0; left:15px;height:70px; width:80px; }
.footer_left .share .google_button { position: relative; left:0px; top:0; width:80px; height:70px; float:left;}
.footer_left .share .google_button .gg { position:absolute; top:0; left:10px;height:70px; width:70px;}
.footer_left .share .twitter_button { position: relative; left:0px; top:0px; width:80px; height:70px; float:left;}
.footer_left .share .twitter_button .tt { position:absolute; top:0; right:0;height:70px; width:70px;}
.footer_left .share .groupsub { position: relative; right:0px; top:0; width:202px; height:70px; float:right;}
.footer_left .share .groupsub form { float:right; margin-top:7px;}
.footer_left .share .groupsub .pos { font-size:14px; color:#FFF; font-family:Arial, Helvetica, sans-serif; font-weight:bold; float:right; padding-right:21px; background:url(images/icons/group-icon.png) no-repeat top right; text-align:right;}
.footer_left .copy {width:450px; height:20px;float:left; text-align:left; font-size:11px; position:absolute; top:120px; left:0;}
.footer_right {width:450px; height:140px; float:right; text-align:left; font-size:11px; color:#FFF;}
.footer_right .textco {width:450px; height:100px;float:right; text-align:center; font-size:11px; position:absolute; top:0px; right:0;}
.footer_right .textco .logo_footer {width:390px; height:45px;float:right; text-align:right; font-size:12px; background:url(images/Logo_footer.png) no-repeat top right; padding:5px 60px 3px 0;}
.footer_right .url_bar {width:450px; height:30px;float:right; text-align:center; font-size:11px; position:absolute; top:110px; right:0; line-height:30px;}

.footer_right .like {width:480px; height:50px; float:right; text-align:right;position:relative; top:10px; right:0;}
.footer_right .sol {width:480px; height:35px; float:right; text-align:right;position:relative; top:10px; right:0;}


/*************** Forum ***************/
.page {color: #666;margin:0;padding:0;}
td, th, p, li {font-size:11px;font-family: tahoma, verdana, geneva, lucida, arial, helvetica, sans-serif;}
.tborder {border:1px solid #dedede;}
.tcat {font-weight:bold;font-size:11px;font-family: tahoma, verdana, geneva, lucida, arial, helvetica, sans-serif;}

.thead {font-weight:bold;font-size:11px;font-family: tahoma, verdana, geneva, lucida, arial, helvetica, sans-serif}


.alt1, .alt1Active {
	background: #fdfdfd;
	color: #000000;
	font-size:12px;
}
.alt2, .alt2Active {
	background: #f7f7f7;
	color: #000000;
	border-left:1px solid #f9f9f9;
	border-bottom:1px solid #f9f9f9;
}
select {padding:5px;font-size:11px;font-family: tahoma, verdana, geneva, lucida, arial, helvetica, sans-serif;}
.button {padding:3px;font-size:11px;font-family: tahoma, verdana, geneva, lucida, arial, helvetica, sans-serif; border:none;}
.smallfont{font-size:11px;font-family: tahoma, verdana, geneva, lucida, arial, helvetica, sans-serif;}

.navbar {font-size:11px;font-family: tahoma, verdana, geneva, lucida, arial, helvetica, sans-serif;}
.panelsurround {background:#e1e1e1 url(images/gradients/gradient_panelsurround.gif) repeat-x top left; color:#000000;}
.panel {background:#eeeeee url(Game-Addicts-v5-2StepsTeam/images/gradients/gradient_panel.gif) repeat-x top left;padding: 5px;border: 2px outset; color:#000000;}
.highlight { color:#972727; font-weight:bold;}
.inlinemod { background:#FFFFCC; color:#333;}
legend { color:#333; font-size:11px;font-family: tahoma, verdana, geneva, lucida, arial, helvetica, sans-serif;border:none;}
.bginput {font-size:11px;font-family: tahoma, verdana, geneva, lucida, arial, helvetica, sans-serif;}

/* ***** styling for 'big' usernames on postbit etc. ***** */
.bigusername { font-size: 14px; }

/* ***** small padding on 'thead' elements ***** */
td.thead, th.thead, div.thead { padding: 4px; }

/* ***** basic styles for multi-page nav elements */
.pagenav a { text-decoration: none; }
.pagenav td { padding: 2px 4px 2px 4px; }

/* ***** de-emphasized text */
.shade, a.shade:link, a.shade:visited { color: #777777; text-decoration: none; }
a.shade:active, a.shade:hover { color: #FF4400; text-decoration: underline; }
.tcat .shade, .thead .shade, .tfoot .shade { color: #DDDDDD; }

/* ***** define margin and font-size for elements inside panels ***** */
.fieldset { margin-bottom: 6px; }
.fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 11px; }
/***********************************/
form input, textarea {
			border: 1px solid #c5cdd0;
			padding: 3px;
			margin: 2px 1px 1px 1px;
			color: #444;
			font-family: tahoma, Arial, sans-serif;
			font-size: 12px;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
			
}
form input[type=text]:focus, textarea:focus {
				border: 1px solid #74ceeb;
				-moz-box-shadow: #74ceeb 0px 0px 5px;
				-webkit-box-shadow: #74ceeb 0px 0px 5px;
				box-shadow: #74ceeb 0px 0px 5px;
				
}
form input[type=submit] {
			font-family: tahoma, Arial, sans-serif;
			margin: 0px 2px 0 0;
			padding: 2px 5px 2px 5px;
		    clear: both;
			cursor: pointer;		
}




form input[type=radio] {border:0;padding:0;margin:1px 2px 0 2px;}
form input[type=checkbox] {border:0;}
form input[type=image] {border:0;}


.vbmenu_control { 
	font-family:Tahoma, Arial, geneva, lucida, helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	padding: 3px 6px 3px 6px;
    white-space: nowrap;
}
.vbmenu_control a:link, .vbmenu_control_alink {color: #FFFFFF;text-decoration: none;}
.vbmenu_control a:visited, .vbmenu_control_avisited {color: #FFFFFF;text-decoration: none;}
.vbmenu_control a:hover, .vbmenu_control a:active, .vbmenu_control_ahover {color: #FFFFFF;text-decoration: underline;}
.vbmenu_popup {background:#FFF; color:#000000;border: 1px solid #bdbebf;}
.vbmenu_option {
	background: #EEE;
	color: #000000;
	font: 11px tahoma, verdana, geneva, lucida, arial, helvetica, sans-serif;
	white-space: nowrap;
	cursor: pointer;
}
.vbmenu_option a:link, .vbmenu_option_alink { color: #666; text-decoration: none;}
.vbmenu_option a:visited, .vbmenu_option_avisited {color: #666;text-decoration: none;}
.vbmenu_option a:hover, .vbmenu_option a:active, .vbmenu_option_ahover {color: #333;text-decoration: none;}

.vbmenu_hilite {
	background: #e5e5e5;
	color: #7e7e7e;
	font: 11px tahoma, verdana, geneva, lucida, arial, helvetica, sans-serif;
	white-space: nowrap;
	cursor: pointer;
}
.vbmenu_hilite a:link, .vbmenu_hilite_alink { color: #333; text-decoration: none;}
.vbmenu_hilite a:visited, .vbmenu_hilite_avisited {color: #333;text-decoration: none;}
.vbmenu_hilite a:hover, .vbmenu_hilite a:active, .vbmenu_hilite_ahover{color: #333;text-decoration: none;}

.wysiwyg {background: #fbfbfb;color: #000000;font: 11px tahoma, verdana, geneva, lucida, arial, helvetica, sans-serif;margin: 5px 10px 10px 10px;padding:5px;border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;}

textarea, .bginput {font: 11px tahoma, verdana, geneva, lucida, arial, helvetica, sans-serif;}
.bginput option, .bginput optgroup {font-size: 11px;font-family: tahoma, verdana, geneva, lucida, arial, helvetica, sans-serif;}
.fjsel {background: #EEE;color: #444;}
.fjdpth0 {background: #c7c7c7;color: #222;}

</pre></body></html>