/* Start RTL Dir css for PBBoard 3.0.2 */
body,
html {
margin: 0 auto;
padding: 0;
width: auto;
line-height: 17px;
-webkit-font-smoothing: subpixel-antialiased;
text-rendering: optimizeLegibility;
}
body {
display: bl4ock;
}
body,.overlay_bg_div {
background-image: url(../images/overlay_bg.png);
}
.overlay_bg_div {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 1;
}
.body_bg_img {
position: fixed;
z-index: -1;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.body_bg_img img {
min-width: 100%;
min-height: 100%;
vertical-align: middle;
-ms-interpolation-mode: bicubic;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
}
a {
color: #2E3539;
text-decoration: none;
}
a:hover {
color: #000000;
}
/*
 * ========================================
 * Start Off Old PBBoard Logo And Header
 * After Converting Skin By Samy Demashky
 * ========================================
header {
background-color: #79838B;
background-image:url('../images/background/header-background.png');
width: 100%;
position: absolute;
top: 47px;
left: 0px;
height: 141px;
z-index: 0;
}
#logo{
margin-right: 17px;
margin-top: 12px;
float: right;
width: 200px;
height: 50px;
background: url(../images/logo.png) no-repeat, url(../images/background/logo-bg.png) repeat;
display: block;
padding-top: 3px;
padding-bottom: 3px;
border: 1px solid #3E88CB;
border-radius: 7px;
-webkit-box-shadow:  0px 0px 1px 1px rgba(204,255,255,0.7);
-moz-box-shadow:  0px 0px 1px 1px rgba(204,255,255,0.7);
box-shadow:  0px 0px 1px 1px rgba(204,255,255,0.7);
}
 * ========================================
 * End Off Old PBBoard Logo And Header
 * After Converting Skin By Samy Demashky
 * ========================================
 */
/*
 * ========================================
 * Start New css Header
 * After Converting Skin By Samy Demashky
 * ========================================
 */
header {
background-color: #79838B;
background-image:url('../images/background/header-background.png');
width: 100%;
height: 120px;
}
#logo{
background: url(../images/logo.gif) no-repeat, url(../images/background/logo-bg.png) repeat;
float: left;
margin-left: 0px;
margin-top: 0px;
width: 630px;
height: 97px;
}
/*
 * ========================================
 * End New css Header
 * After Converting Skin By Samy Demashky
 * ========================================
 */
/* start dropdown login box */
nav ul {
top: 0px;
line-height: 22px;
list-style: outside none none;
position: relative;
float: left;
*background: #eee;
*border-bottom: 1px solid #FF0000;
*-moz-border-radius: 3px;
*-webkit-border-radius: 3px;
*border-radius: 3px;
}
nav li {
float: left;
}
nav #login {
border-right: 1px solid #ddd;
-moz-box-shadow: 1px 0 0 #FFFFFF;
-webkit-box-shadow: 1px 0 0 #FFFFFF;
box-shadow: 1px 0 0 #FFFFFF;
}
nav .tabsup a{
display: inline-block;
*display: inline;
*zoom: 1;
float: left;
background: #FFFFFF;
border-bottom: 1px solid #000000;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
height: 25px;
line-height: 25px;
font-weight: bold;
padding: 0 8px;
text-decoration: none;
color: #79838B;
text-shadow: 0 1px 0 #FFFFFF;
font-size: 13px;
margin-left: 3px;
text-shadow: 0 1px 1px #FFF;
}
nav #login .active,
nav .tabsup li:hover {
background: #FFFFFF;
}
nav #login-content {
display: none;
position: absolute;
top: 24px;
right: 0;
z-index: 999;
background: #FFFFFF;
background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
background-image: -webkit-linear-gradient(top, #fff, #eee);
background-image: -moz-linear-gradient(top, #fff, #eee);
background-image: -ms-linear-gradient(top, #fff, #eee);
background-image: -o-linear-gradient(top, #fff, #eee);
background-image: linear-gradient(top, #fff, #eee);
padding: 15px;
-moz-box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);
-webkit-box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);
box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);
-moz-border-radius: 3px 0 3px 3px;
-webkit-border-radius: 3px 0 3px 3px;
border-radius: 3px 0 3px 3px;
}
nav li #login-content {
right: 10px;
width: 250px;
}
nav #sup {
padding-right: 1px;
color: #fff;
margin-right: -1px;
font-family:Tahoma, arial;
font-size:11px;
}
/*--------------------*/
#inputs input {
background: #f1f1f1;
padding: 6px 5px;
margin: 0 0 5px 0;
width: 238px;
border: 1px solid #ccc;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: 0 1px 1px #ccc inset;
-webkit-box-shadow: 0 1px 1px #ccc inset;
box-shadow: 0 1px 1px #ccc inset;
}
#inputs input:focus {
background-color: #FFFFFF;
border-color: #e8c291;
outline: none;
-moz-box-shadow: 0 0 0 1px #e8c291 inset;
-webkit-box-shadow: 0 0 0 1px #e8c291 inset;
box-shadow: 0 0 0 1px #e8c291 inset;
}
/*--------------------*/
#login #actions {
margin: 10px 0 0 0;
}
.tabsup .submit-id {
background-color: #4184C8;
background-image:url('../images/background/tcat_bg.png');
background-repeat: repeat-x;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
text-shadow: 0 1px 0 rgba(0,0,0,.5);
-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
border: 1px solid #50AFE4;
float: left;
height: 25px;
padding: 0;
width: 100px;
cursor: pointer;
font: bold 14px Arial, Helvetica;
color: #000000;
}
#login .submit-id:hover,
#login .submit-id:focus {
background: #50AFE4 linear-gradient(#4184C8, #50AFE4) repeat scroll 0% 0%;
}
#login .submit-id:active {
outline: none;
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
}
#login .submit-id::-moz-focus-inner {
border: none;
}
#login label {
float: right;
line-height: 30px;
}
#login label input {
position: relative;
top: 2px;
right: 2px;
}
/*--------------------*/
/* End dropdown login box */
nav .tabsup a {
border-left: 0px solid #ddd;
}
nav #alerts-content {
display: none;
position: absolute;
top: 24px;
z-index: 9999;
background: #FFFFFF;
background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
background-image: -webkit-linear-gradient(top, #fff, #eee);
background-image: -moz-linear-gradient(top, #fff, #eee);
background-image: -ms-linear-gradient(top, #fff, #eee);
background-image: -o-linear-gradient(top, #fff, #eee);
background-image: linear-gradient(top, #fff, #eee);
padding: 15px;
-moz-box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);
-webkit-box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);
box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);
-moz-border-radius: 3px 0 3px 3px;
-webkit-border-radius: 3px 0 3px 3px;
border-radius: 3px 0 3px 3px;
}
nav li #alerts-content {
width: 180px;
right: 124px;
}
nav #userlink_menu {
display: none;
position: absolute;
top: 30px;
right: 0;
z-index: 99102;
background: #FFFFFF;
box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.2);
border: 1px solid #50AFE4;
border-radius: 3px;
padding: 10px;
opacity: 1;
width: 250px;
right: 10px;
}
nav #userlink_menu li{    width: 250px;
margin: 2px;
}
nav #userlink_menu a{
color: #2A5CA0;
}
nav #userlink_menu .Menu_item a{
line-height: 17px;
color: #285382;
font-family: "Droid Arabic Kufi","tahoma",sans-serif;
font-size: 13px;
font-weight: normal;
}
nav #userlink_menu .Menu_title
{
padding-top: 5px;
padding-bottom: 5px;
background:#e5e5e5;
line-height: 17px;
font-family: "Droid Arabic Kufi","tahoma",sans-serif;
font-size: 13px;
font-weight: normal;
color: #222222;
}
nav #userlink_menu .Menu_sep hr
{border-top:1px solid #50AFE4;
}
nav #userlink_menu .view_profile{
font-family: "Droid Arabic Kufi","tahoma",sans-serif;
font-size: 13px;
font-weight: bold;
color: #333;
position: absolute;
top: 10px;
left: -30px;
text-align:center;
width: 200px;
}
nav #userlink_menu .view_profile a{
font-family: "Droid Arabic Kufi","tahoma",sans-serif;
font-size: 10px;
color: #285382;
}
nav #userlink_menu .view_profile .user_title{
display:inline-block;
font-family: "Droid Arabic Kufi","tahoma",sans-serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
color: #333;
margin-top: 10px;
max-width: 137px;
}
nav #userlink_menu .view_profile .a_view_profile{
margin-top: 5px;
color: #333;
font-weight: bold;
}
.PBB-WBS-Menu {
border-style:solid;
border-width:22px;
border-left-color:transparent;
border-top-style:none;
border-bottom-color:#FFFFFF;
border-right-color:transparent;
float:right;
margin-top: -18px;
}
#usercptools-trigger {
-moz-border-radius: 3px 0 0 3px;
-webkit-border-radius: 3px 0 0 3px;
}
li #usercptools-content {
display: none;
position: absolute;
z-index: 100;
background: #FFFFFF;
background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
background-image: -webkit-linear-gradient(top, #fff, #eee);
background-image: -moz-linear-gradient(top, #fff, #eee);
background-image: -ms-linear-gradient(top, #fff, #eee);
background-image: -o-linear-gradient(top, #fff, #eee);
background-image: linear-gradient(top, #fff, #eee);
padding: 7px;
-moz-box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);
-webkit-box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);
box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);
-moz-border-radius: 3px 0 3px 3px;
-webkit-border-radius: 3px 0 3px 3px;
border-radius: 3px 0 3px 3px;
}
#usercptools-content {
width: 160px;
}
#pages-trigger {
-moz-border-radius: 3px 0 0 3px;
-webkit-border-radius: 3px 0 0 3px;
}
li #pages-content {
display: none;
position: absolute;
z-index: 100;
background: #FFFFFF;
background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
background-image: -webkit-linear-gradient(top, #fff, #eee);
background-image: -moz-linear-gradient(top, #fff, #eee);
background-image: -ms-linear-gradient(top, #fff, #eee);
background-image: -o-linear-gradient(top, #fff, #eee);
background-image: linear-gradient(top, #fff, #eee);
padding: 7px;
-moz-box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);
-webkit-box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);
box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);
-moz-border-radius: 3px 0 3px 3px;
-webkit-border-radius: 3px 0 3px 3px;
border-radius: 3px 0 3px 3px;
}
#pages-content {
width: 160px;
}
.br{
margin-bottom: 5.5em;
}
/* nav Breadcrumb */
.btn-group,.btn-group-vertical{
position:relative;
display:inline-block;
vertical-align:middle;
margin: 5px 10px 5px 2px;
}
.btn-group>.btn,.btn-group-vertical>.btn{
position:relative;
float:right
}
.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{
z-index:2
}
.btn-group>.btn:focus,.btn-group-vertical>.btn:focus{
outline:0
}
.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{
margin-left:-1px
}
.btn{
display:inline-block;
margin-bottom:0;
font-weight:400;
text-align:center;
vertical-align:middle;
cursor:pointer;
background-image:none;
border:1px solid transparent;
white-space:nowrap;
padding:12px 6px;
font-size:14px;
line-height:1.428571429;
border-radius:4px;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
-o-user-select:none;
user-select:none
}
.btn:focus{
outline:thin dotted;
outline:5px auto -webkit-focus-ring-color;
outline-offset:-2px
}
.btn:hover,.btn:focus{
color:#333;
text-decoration:none
}
.btn:active,.btn.active{
outline:0;
background-image:none;
-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
box-shadow:inset 0 3px 5px rgba(0,0,0,.125)
}
.btn.disabled,.btn[disabled],fieldset[disabled] .btn{
cursor:not-allowed;
pointer-events:none;
opacity:.65;
filter:alpha(opacity=65);
-webkit-box-shadow:none;
box-shadow:none
}
.btn-default{
color:#333;
background-color:#FFFFFF;
border-color:#ccc
}
.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{
color:#333;
background-color:#ebebeb;
border-color:#adadad
}
.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{
background-image:none
}
.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{
background-color:#FFFFFF;
border-color:#ccc
}
.btn-default .badge{
color:#FFFFFF;
background-color:#333
}
/** The Magic **/
.btn-breadcrumb .btn:not(:last-child):after {
content: " ";
display: block;
width: 0;
height: 0;
border-top: 17px solid transparent;
border-bottom: 17px solid transparent;
border-right: 10px solid white;
position: absolute;
top: 50%;
margin-top: -17px;
right: 100%;
z-index: 3;
}
.btn-breadcrumb .btn:not(:last-child):before {
content: " ";
display: block;
width: 0;
height: 0;
border-top: 17px solid transparent;
border-bottom: 17px solid transparent;
border-right: 10px solid rgb(173, 173, 173);
position: absolute;
top: 50%;
margin-top: -17px;
margin-right: 1px;
right: 100%;
z-index: 3;
}
/** The Spacing **/
.btn-breadcrumb .btn {
padding:6px 24px 6px 12px;
}
.btn-breadcrumb .btn:first-child {
padding:6px 10px 6px 6px;
}
.btn-breadcrumb .btn:last-child {
padding:6px 24px 6px 18px;
}
/** Default button **/
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
border-right: 10px solid #FFFFFF;
}
.btn-breadcrumb .btn.btn-default:not(:last-child):before {
border-right: 10px solid #ccc;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
border-right: 10px solid #ebebeb;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
border-right: 10px solid #adadad;
}
#nav_header_bar {
float:right;
background: none;
}
#nav_header_bar li{
line-height: auto;
}
/* search arrows */
/* div container containing the form */
#searchContainer {
margin-left:10px;
float:left;
background: transparent;
}
#searchContainer li{
display:inline-block;
list-style:none;
margin-left:-3px;
margin-right:-4px;
padding:0px;
vertical-align:top;
cursor:pointer;
white-space:nowrap;
background: transparent;
}
/* Style the search input field. */
#field {
float:left;
width:100px;
height:23px;
text-indent:8px;
font-family:Tahoma, arial;
font-size:13px;
color:#8B8B8B;
background: #FFFFFF;
border-top:solid 1px #c0c0c0;
border-bottom:solid 1px #c0c0c0;
border-right:none;
border-left:none;
margin: 0px;
clear: both;
}
#field:hover {
-moz-box-shadow: 1px 0 0 #4C9CF1;
-webkit-box-shadow: 1px 0 0 #4C9CF1;
box-shadow: 1px 0 0 #4C9CF1;
text-shadow: 0 1px 0 #4C9CF1;
font-size:13px;
font-family:Tahoma, arial;
}
/* Syle the search button. Settings of line-height, font-size, text-indent used to hide submit value in IE */
#advanced_search {
width:35px;
height: 27px;
margin: 0px;
color: transparent;
background: url(../images/button-advanced-search.png) no-repeat #FFFFFF center;
border: 1px solid #c0c0c0;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-top-left-radius:17px;
border-bottom-left-radius:17px;
overflow: hidden;
}
/* Style the search button hover state */
#advanced_search:hover {
background: url(../images/button-advanced-search.png) no-repeat center #EFEFEF;
border: 1px solid #c0c0c0;
}
/* Syle the search button. Settings of line-height, font-size, text-indent used to hide submit value in IE */
.submit-id {
width:35px;
height: 29px;
margin-top: -1px;
color: transparent;
background: url(../images/ico-search.png) no-repeat #4C9CF1 center;
border: 1px solid #3079ED;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-top-right-radius:17px;
border-bottom-right-radius:17px;
cursor:pointer;
}
/* Style the search button hover state */
#searchContainer .submit-id:hover {
background: url(../images/ico-search.png) no-repeat center #357AE8;
border: 1px solid #2F5BB7;
}
/* Clear floats */
.fclear {clear:both}
.over_flow
{
border:thin inset;
padding:6px;
height:175px;
overflow:auto;
}
.body_wrapper {
/*background: transparent url("../images/body_top_shadow.png") no-repeat scroll 0% 0% / 98.5% auto */
!important;
border-radius: 0px;
position: relative;
z-index: 998;
padding-top: 26px;
}
/* End css for PBBoard 3.0.2 */
.tcat{
background-image:url('../images/background/tcat_bg.png');
background-repeat: repeat-x;
color:#000000;
font-family:"Droid Arabic Kufi","tahoma",sans-serif;
font-weight: bold;
font-size:10px;
line-height: 27px;
height:27px;
padding-top:0px;
padding-bottom:0px;
padding-left:1px;
padding-right:6px;
}
.tcat a:link{
background-color: transparent;
color:#000000;
text-decoration:none;
}
.tcat a:visited{
background-color: transparent;
color:#000000;
text-decoration:none;
}
.tcat a:hover, .tcat a:active{
background-color: transparent;
color:#FF0000;
text-decoration:none;
}
.tbar{
background: #EDF7FF none repeat scroll 0% 0%;
background: #EDF7FF url("../images/background/thead.png") repeat;
color: #333;
border: 1px solid #AAC9DC;
padding: 6px;
font-size: 12px;
font-weight: bold;
}
.tbar_writer_info{
background-color: #FFFFFF;
color:#696757;
font: normal 11px Tahoma;
border:2px;
padding:5px;
}
.writer_info{
color:#222;
margin:1px;
padding:1px;
font-family: "Droid Arabic Kufi","tahoma",sans-serif;
font-size: 11px;
font-weight: normal;
width: auto;
}
.tbar_review{
background-color:#AAC9DC;
color: #696757;
font: 11px Tahoma;
border: 2px none;
padding: 5px;
}
.thead{
background-image:url('../images/background/thead.png');
background-repeat: repeat;
color: #ffffff;
border-bottom: 1px solid #AAC9DC;
padding: 6px;
font-family: "Droid Arabic Kufi","tahoma",sans-serif;
font-size: 11px;
font-weight: normal;
}
.thead a:link{
background-color: transparent;
color:#ffcc00;
text-decoration:none;
}
.thead a:visited{
background-color: transparent;
color:#ffcc00;
text-decoration:none;
}
.thead a:hover, .thead a:active{
background-color: transparent;
color:#ffffff;
text-decoration:none;
}
.thead1{
background-image:url('../images/background/thead.png');
background-repeat: repeat;
color: #ffffff;
border-bottom: 1px solid #AAC9DC;
padding: 6px;
font-size: 12px;
font-weight: bold;
text-align:right;
}
.thead1 a:link{
background-color: transparent;
color:#ffcc00;
text-decoration:none;
}
.thead1 a:visited{
background-color: transparent;
color:#ffcc00;
text-decoration:none;
}
.thead1 a:hover, .thead1 a:active{
background-color: transparent;
color:#ffffff;
text-decoration:none;
}
font.highlight{
background-color: transparent;
color:#FF0000;
font-weight:bold;
}
.main_bar{
background-image:url('../images/background/row1-light.png');
color:#4C2E2E;
font: normal 8pt tahoma;
padding:4px;
text-align:center;
}
.main_bar a:link{
background-color: transparent;
color:#4C2E2E;
text-decoration:none;
}
.main_bar a:visited{
background-color: transparent;
color:#4C2E2E;
text-decoration:none;
}
.main_bar a:hover, .main_bar a:active{
background-color: transparent;
color:#4C2E2E;
text-decoration:none;
}
.mainbar{
background-color: #0000ff;
font: normal 8pt tahoma;
color:#0000ff;
font-size:10pt;
text-align:center;
margin:0;
padding:1px;
}
#header_bar{
background-color: #4488C5;
background: url(../images/background/header_bar_bg.png) repeat top;
margin-left:auto;
margin-right:auto;
border-bottom:1px solid #181812;
font-family: "Droid Arabic Kufi";
font-style: normal;
font-weight: normal;
padding-left:2px;
padding-right:2px;
padding-top:6px;
height:30px;
}
#header_bar li{
display:inline-block;
padding-left:1px;
list-style:none;
}
#header_bar .smallfont a{
background-color: transparent;
color:#333333;
float:left;
text-decoration:none;
text-align:right;
}
#header_bar ul{
padding:0 10px 0 0;
margin:0 10px 0 0;
}
#header_bar .UserPhotoli{
padding-bottom:6px;
margin-bottom:6px;
}
#buttons_close{
border: none;
font-family: "Droid Arabic Kufi","tahoma",sans-serif;
font-size: 11px;
font-weight: normal;
padding: 2px 10px 2px 10px;
display: inline-block;
margin: 1px;
text-transform: uppercase;
outline: none;
position: relative;
-webkit-transition: none;
-moz-transition: none;
transition: none;
background: #E9EDF0;
color: #75520F;
box-shadow: 0 4px #E2CCD0;
border-radius: 7px;
margin-left:3px;
margin-right:3px;
}
#buttons_close a{
text-decoration:none;
}
.buttons_no_link{
border: none;
font-family: "Droid Arabic Kufi","tahoma",sans-serif;
font-size: 11px;
font-weight: normal;
padding: 2px 10px 2px 10px;
display: inline-block;
margin: 1px;
text-transform: uppercase;
outline: none;
position: relative;
-webkit-transition: none;
-moz-transition: none;
transition: none;
background: #FFFFFF;
color: #75520F;
border:1px solid #75520F;
box-shadow: 0 4px #FFCD48;
border-radius: 7px;
}
#primary_nav{
margin-left:auto;
margin-right:auto;
margin-top:84px;
position: relative;
width:97%;
font-size: 11px;
background: url(../images/background/primary_nav_bg.png) repeat top;
padding-top:-2px;
border-width: 1px;
border-style: solid;
border-color: #50AFE4;
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
border-image: none;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
#primary_nav li{
display:inline-block;
padding-left:1px;
padding-top:0px;
list-style:none;
height: 28px;
}
#primary_nav li:first-child{
padding-right:15px;
}
#primary_nav a{
padding-top:4px;
padding-bottom:2px;
padding-left:8px;
padding-right:8px;
color:#EDEDED;
font-family: "Droid Arabic Kufi","tahoma",sans-serif;
font-size:11px;
font-weight:bold;
display:block;
line-height:17px;
}
#primary_nav li a:hover{
background-color: #ff9900;
color:#333333;
display:block;
font-family: "Droid Arabic Kufi","tahoma",sans-serif;
font-size:11px;
font-weight:bold;
text-decoration:none;
line-height:17px;
}
.primary_tabon li a{
background-color: #FCFFFF;
color:#333333;
display:block;
height:24px;
font-size:11px;
font-weight:bold;
}
#primary_nav .primary_tabon a{
background-color: #ffcc00;
color:#333333;
display:block;
border-top-left-radius:2px;
border-top-right-radius:2px;
border-bottom-right-radius:0;
border-bottom-left-radius:0;
height:20px;
font-family: "Droid Arabic Kufi","tahoma",sans-serif;
font-size:11px;
font-weight:bold;
}
#primary_nav .primary_oof a{
color:#FFFFFF;
display:block;
height:24px;
border-top-left-radius:2px;
border-top-right-radius:2px;
border-bottom-right-radius:0;
border-bottom-left-radius:0;
font-family: "Droid Arabic Kufi","tahoma",sans-serif;
font-size:11px;
font-weight:bold;
}
#primary_nav ul{
padding:0;
display:inline-block;
margin:0;
}
#subnavigation{
background: url(../images/background/breadcrumb_bg.png) repeat top;
position: relative;
margin-left:auto;
margin-right:auto;
width:97.1%;
font-family: "Droid Arabic Kufi","tahoma",sans-serif;
font-size:11px;
font-weight:normal;
}
#subnavigation li{
display:inline-block;
padding-left:0px;
list-style:none;
border-left-style: solid;
border-left-width: 0px;
border-left-color: #D6BCBC;
height:27px;
}
#subnavigation a{
color:#333333;
clear:both;
min-height:28px;
font-size:12px;
font-weight:normal;
margin:0;
padding:0 5px;
display:block;
line-height:24px;
text-decoration:none;
height:1%;
-webkit-border-radius:4px;
border-radius:4px;
}
#subnavigation ul{
padding:0;
display:inline-block;
margin:0;
}
#subnavigation li span{
font-family: "Droid Arabic Kufi","tahoma",sans-serif;
font-size:9px;
font-weight: bold;
}
.pbbList_inline li{
display:inline-block;
margin:3px 3px 3px 3px;
padding-left:4px;
list-style:none;
}
.pbbList_inline .r-right{
padding:0;
}
.address_bar{
background-color: #FFFFFF;
background-image:url('../images/navbit-home.png');
background-repeat: no-repeat;
background-position:center right 7px;
margin:auto;
width:98%;
border:1px solid #A5C8E0;
-webkit-border-radius:5px;
border-radius:4px;
font-family: "Droid Arabic Kufi","tahoma",sans-serif;
font-size:10px;
font-style:normal;
color:#003300;
}
.address_bar a{
font-family: "Droid Arabic Kufi","tahoma",sans-serif;
font-size:10px;
color:#003300;
font-style:normal;
line-height: 24px;
}
.btn-nav{
background-color:#FFFFFF;
position:relative;
display:inline-block;
vertical-align:middle;
padding-right: 1px;
padding-left: 13px;
}
/** The Magic **/
.btn-nav:after {
content: "";
border-top: 11px solid transparent;
border-bottom: 10px solid transparent;
border-right: 10px solid #A5C8E0;
position: absolute;
z-index: 3;
top: 50%;
margin-top: -11px;
margin-right: 1px;
padding-bottom: 4px;
}
.btn-nav:before {
content: "";
border-top: 11px solid transparent;
border-bottom: 10px solid transparent;
border-right: 10px solid #FFFFFF;
position: absolute;
z-index: 4;
top: 50%;
margin-top: -11px;
padding-bottom: 4px;
}
.visitors_bar{
background-color: #FFFFE6;
background-image:url('../images/alert.gif');
background-repeat: no-repeat;
background-position:center right;
margin-left:auto;
margin-right:auto;
width:98%;
border:1px solid #F9AA00;
-webkit-border-radius:5px;
border-radius:5px;
padding-top:10px;
padding-bottom:10px;
font: normal 8pt tahoma;
color:#905757;
}
.r-right, .usercp_right{
float:right;
}
.l-left, .usercp_left{
float:left;
}
.pager-left{
float:left;
padding-left:25px;
}
.hide{
display:none;
}
.inactive{
font-size:11px;
min-width:200px;
}
.switch{
float:left;
width:auto !important ;
}
span.unreadpm{
color:#FF0000;
}
a:link.pm, a:active.pm, a:visited.pm{
color:#696757;
text-decoration:none;
}
td.header_menu{
background-color:#D6FCF4;
border-color:#D6FCF4;
}
td.header_welc{
background-color:#F3EDF7;
}
.context{
background-color:#FFFFFF;
border:1px solid #DEDEDE;
width:100%;
}
.select{
background-color:#FFFFFF;
font: normal 11px tahoma;
border:1px solid #DEDEDE;
}
.row1 {
background: #FBFDFF url('../images/background/row1-light.png') repeat;
border-top: 1px dotted #C9C9C9;
clear: both;
padding: 6px;
line-height:18px;
font-family: "Droid Arabic Kufi","tahoma",sans-serif;
font-size:11px;
font-weight:bold;
text-align:right;
}
.row2{
background: #FFFFFF none repeat scroll 0% 0%;
border-top: 1px dotted #C9C9C9;
clear: both;
padding: 6px;
line-height:18px;
font-family: "Droid Arabic Kufi","tahoma",sans-serif;
font-size:11px;
font-weight:bold;
text-align:right;
}
.row3{
background: #FFFFFF none repeat scroll 0% 0%;
border-top: 1px dotted #C9C9C9;
clear: both;
padding-bottom: 2px;
}
.row4{
background: #FBFDFF url('../images/background/row1-light.png') repeat;
border-bottom: 1px dotted #AAC9DC;
color:#184383;
clear: both;
padding-bottom: 6px;
padding-right: 6px;
padding-top: 6px;
font-family: "Droid Arabic Kufi","tahoma",sans-serif;
font-size: 11px;
font-weight: normal;
}
.row5{
background: #FBFDFF url('../images/background/row1-light.png') repeat;
border-bottom: 1px dotted #AAC9DC;
clear: both;
padding-bottom: 2px;
}
.darkrow{
background: #CFCBCC none repeat scroll 0% 0%;
border-width: 1px;
border-style: solid;
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
border-image: none;
border-color: #FFF #AAC9DC #AAC9DC #FFF;
}
.small{
font-size:11px;
}
a:hover.pm{
text-decoration:underline;
}
p.main{
color:#000000;
}
span.spical{
color:#696757;
}
p.main1{
font-size:13px;
font-weight:bold;
color:#FFFFFF;
}
font.main2{
color:#FFFFFF;
}
.title_font,.title_font a{
font-family: "Droid Arabic Kufi","tahoma",sans-serif;
font-size: 11px;
font-weight: normal;
color: #333;
}
p.main2{
color:#FFFFFF;
}
font.online{
color:#008080;
}
font.offline{
color:#FF0000;
}
.news-item,.news-item a{
font-family: "Droid Arabic Kufi","tahoma",sans-serif;
font-size: 12px;
font-weight: normal;
color: #FFF;
}
div.pbb_content{
width: 97%;
margin-left: auto;
margin-right: auto;
margin-top: -25px;
}
div.pbb_main{
width: 98%;
margin: auto;
}
div.pbboard_body{
padding: 15px 0;
position: relative;
background-color:#79838B;
border-bottom-style: solid;
border-bottom-width: 5px;
border-bottom-color: #79838B;
border-right-style: solid;
border-right-width: 1px;
border-right-color: #79838B;
border-left-style: solid;
border-left-width: 1px;
border-left-color: #79838B;
width: 99.9%;
float: right;
}
.border{
background-color:none;
border: 1px solid;
padding:0;
border-spacing: 0px;
border-collapse: separate;
padding-bottom: 0px;
*background: #fff;
}
.border .row1,
.border .row2{
padding: 6px;
font-family: "Droid Arabic Kufi","tahoma",sans-serif;
font-size:11px;
font-weight:bold;
color:#222222;
}
.border .row1 a,
.border .row2 a{
line-height:18px;
font-family: "Droid Arabic Kufi","tahoma",sans-serif;
font-size:11px;
font-weight:bold;
color:#000000;
}
.lastpostContent a{
color:#176093;
}
#lasts_posts_bar {
margin: 0 auto;
background-color: #FFF;
border: 1px solid #50AFE4;
}
#ticker {
height: 40px;
overflow: hidden;
}
#ticker li {
height: 40px;
}
.ticker {
height: 40px;
overflow: hidden;
margin: 0;
padding: 0;
list-style: none;
border-radius: 0px;
}
.ticker li {
height: 30px;
border-bottom: 1px dotted #DDD;
padding: 5px;
margin: 0px 5px;
}
.info_bar{
border:1px solid #E8E8E8;
padding:1px;
}
input.radio{
background-color:transparent;
border:0;
margin:0;
}
input[type="checkbox"]{
background-color:transparent;
padding:0;
margin:0;
}
.smallfont{
font: normal 11px tahoma;
}
.smallfont a{
font: normal 11px tahoma;
}
td.smbox{
background-color:#FFFFFF;
font: normal 9pt tahoma;
color:#696757;
padding:0;
}
.perpage{
color:#4C2E2E;
font: normal 9pt tahoma;
margin:1px 0 1px 0;
padding:0 1px 0 1px;
border:1px solid #E8E8E8;
}
.text{
font-family: "Droid Arabic Kufi","tahoma",sans-serif;
font-weight: normal;
font-size: 15px;
color:#000;
padding:2px;
margin:2px;
}
.text a:link{
color:#008FDC;
text-decoration:underline;
}
.text a:visited{
color:#0099CC;
text-decoration:underline;
}
.text a:hover, .text a:active{
color:#FF5050;
text-decoration:underline;
}
.special_1{
background-color:#FFF3DA;
background-image:url('../images/special.png');
background-repeat:no-repeat;
background-size: 100px;
background-position: top 45px left 30px;
}
/* General button style (reset) */
span.pbbmenu a
{
color: #FFFFFF;
}
.button,
#buttons_link,
.buttons,
.pbbmenu,
.popmenubutton {
font-family: "Droid Arabic Kufi","tahoma",sans-serif;
font-size: 11px;
font-weight: normal;
cursor: pointer;
padding: 2px 10px 2px 10px;
display: inline-block;
margin: 1px;
text-transform: uppercase;
outline: none;
position: relative;
-webkit-transition: none;
-moz-transition: none;
transition: none;
background: #50AFE4;
color: #FFFFFF;
border-width: 0 0 4px 0;
border-color: #0098DB;
border-radius: 7px;
border-style:solid;
}
.popmenubutton {
margin-top: -2px;
margin-bottom:5px;
}
.readonly{
font: normal 8pt tahoma;
background-color:#F0EEE1;
border-color:#C0C0DC;
border-width:1px;
color:#D1CFC0;
}
textarea{
background-color:#ffffff;
border:1px solid #B4B4B4;
color:#000000;
font-family: Arial, Times New Roman;
font-weight:bold;
font-size: 15px;
padding:2px;
padding-right:6px;
padding-left:6px;
}
form{
margin:0px;
}
.footer_bar{
padding:0;
margin:auto;
width:98%;
font-family: "Droid Arabic Kufi","tahoma",sans-serif;
font-size: 11px;
font-weight: normal;
clear:both;
color:#2E3539;
}
.footer_bar li{
background-color:#;
color: #2E3539;
display:inline-block;
padding:6px;
margin-top:2px;
list-style:none;
}
.footer_bar a{
color:#2E3539;
}
#copyright{
color:#2E3539;
text-align:left;
text-shadow:0 1px 0 #fff000;
padding:1px 5px 4px 5px;
margin:7px 0 5px 9px;
font-family: Tahoma, Times New Roman, Arial;
font-size: 12px;
}
#copyright a{
color:#848484;
}
.inputbox{
width:540px;
height:250px;
}
.editoriframe{
background-color:#ffffff;
border:1px solid #E8E8E8;
font-family: "Droid Arabic Kufi","tahoma",sans-serif;
font-size: 12px;
font-weight: normal;
color:#000000;
width:98%;
height:250px;
display:none;
padding:2px;
padding-right:6px;
padding-left:6px;
}
.editoriframemini{
background-color:#ffffff;
border:1px solid #E8E8E8;
font-family: "Droid Arabic Kufi","tahoma",sans-serif;
font-size: 12px;
font-weight: normal;
color:#000000;
width:98%;
height:120px;
display:none;
padding:2px;
padding-right:6px;
padding-left:6px;
}
.editortoolbar{
background-color:#FFFFFF;
font-family: "Droid Arabic Kufi","tahoma",sans-serif;
font-size: 12px;
font-weight: normal;
padding:0;
margin:0;
text-align:right;
color:#694040;
}
.editoricon{
background-color:#FFFFFF;
text-align:right;
font-family: "Droid Arabic Kufi","tahoma",sans-serif;
font-size: 12px;
font-weight: normal;
padding:0;
margin:0;
color:#694040;
}
.editorselect{
color:#333333;
background-color:#FAFAFA;
font-family: "Droid Arabic Kufi","tahoma",sans-serif;
font-size: 12px;
font-weight: normal;
border:1px solid #A9B8C2;
padding:1px;
margin-top:-8px;
}
.time{
font: normal 11px tahoma;
font-weight:bold;
color:#ffffff;
float:left;
margin-left:12px;
display:inline-block;
clear:both;
}
.adsense_downfoot{
clear:both;
padding:11px;
}
.describe{
color:#65987A;
font: normal 11px tahoma;
padding-right:8px;
}
.darkfont{
color:#91BB26;
font: normal 11px tahoma;
}
#loading{
position:absolute;
top:40%;
left:0%;
height:25%;
width:100%;
text-align:center;
line-height:0;
}
#imageData{
padding:0 10px;
color:#666;
}
#imageData #imageDetails{
width:70%;
float:left;
text-align:left;
}
#imageData #caption{
font-weight:bold;
}
#imageData #numberDisplay{
display:block;
clear:left;
padding-bottom:1.0em;
}
#imageData #bottomNavClose{
width:66px;
float:right;
padding-bottom:0.7em;
}
#overlay{
position:absolute;
top:0;
left:0;
z-index:90;
width:100%;
height:500px;
background-color:#000;
}
#pm_popup{
position:absolute;
width:45%;
margin-right:0;
margin-left:0;
left: 230px;
top: 1px;
z-index:74899;
cursor:move;
border-radius: 7px;
-moz-box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);
-webkit-box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);
box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);
}
#pm_popup .border
{
background: #FBFDFF url("../images/background/row1-light.png") repeat;
border-radius: 7px;
padding:10px;
}
table.guest_border{
border:1px solid #EAE3D1;
background-color:#EDF7FF;
}
.quotetop{
background-color: #FFFFFF;
background-image:url('../images/lastpost.gif');
background-repeat:no-repeat;
background-position:12px 5px;
border-top-left-radius:9px;
border-top-right-radius:9px;
border-bottom-right-radius:9px;
border-bottom-left-radius:9px;
border:2px solid #C6C9C9;
color:#C70917;
font: normal 11px tahoma;
text-align:right;
padding-right:11px;
padding-top:3px;
padding-bottom:3px;
width:auto;
max-width:30%;
margin:15px 35px -24px 18px;
position:relative;
}
.quotemain{
background-color: #FFFFFF;
background-image:url('../images/css_img_quote.gif');
background-repeat:no-repeat;
background-position:top 7px left 7px;
margin-right:auto;
margin-left:auto;
border-top-left-radius:14px;
border-top-right-radius:14px;
border-bottom-right-radius:14px;
border-bottom-left-radius:14px;
border:2px solid #C6C9C9;
color:#694040;
padding-top:13px;
padding-right:8px;
padding-left:8px;
padding-bottom:9px;
width:95%;
}
.codemain{
background-color: transparent;
background-image:url('../images/css_img_code.gif');
background-repeat: no-repeat;
color:#465584;
font: normal 12px tahoma;
margin-right:auto;
margin-left:auto;
margin-top:5px;
margin-bottom:5px;
padding-top:30px;
padding-bottom:20px;
padding-right:5px;
padding-left:5px;
border:1px solid #dbdbdb;
max-height: 50px;
min-height: 100px;
width:auto;
direction:ltr;
overflow:scroll;
}
.preview{
background-color:#FFFFFF;
font-family: Arial, Times New Roman;
font-size: 15px;
padding-top:10px;
padding-bottom:10px;
}
.top_forum_bar{
background: transparent;
font: normal 11px tahoma;
padding:1px;
text-align:right;
}
#top_forum_bar .popmenubutton{
color:#FFFFFF;
text-decoration:none;
}
#top_topic_bar{
background-color:#79838B;
text-align:right;
font-family: Tahoma, Times New Roman, Arial;
color:#0000ff;
font-size:11px;
padding:1px;
font-weight:bold;
}
#top_topic_bar ul{
padding:0;
margin:0;
}
#top_topic_bar .pbbList_inline a{
color:#FFFFFF;
text-decoration:none;
}
.border_radius #top_topic_bar{
border-top-left-radius:2px;
border-top-right-radius:2px;
border-bottom-right-radius:0;
border-bottom-left-radius:0;
}
.options_subject_bar{
border:0;
}
.redirect{
background-color:#F0F4F7;
font: normal 11px tahoma;
color:#FFFFFF;
border-bottom-style: solid;
border-bottom-width: 1px;
border-bottom-color: #FF0000;
border-right-style: solid;
border-right-width: 1px;
border-right-color: #E8E8E8;
border-left-style: solid;
border-left-width: 1px;
border-left-color: #E8E8E8;
}
.searchlite{
background-color:yellow;
font-weight:bold;
color:red;
}
.syntaxhighlighter a, .syntaxhighlighter div, .syntaxhighlighter code, .syntaxhighlighter table, .syntaxhighlighter table td, .syntaxhighlighter table tr, .syntaxhighlighter table tbody, .syntaxhighlighter table thead, .syntaxhighlighter table caption, .syntaxhighlighter textarea{
background:none !important ;
border:0 !important ;
bottom:auto !important ;
float:none !important ;
height:auto !important ;
left:auto !important ;
line-height:1.1em !important ;
margin:0 !important ;
outline:0 !important ;
overflow:visible !important ;
padding:0 !important ;
right:auto !important ;
text-align:left !important ;
top:auto !important ;
vertical-align:baseline !important ;
width:auto !important ;
box-sizing:content-box !important ;
font-family:"Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important ;
font-weight:normal !important ;
font-style:normal !important ;
font-size:1em !important ;
min-height:auto !important ;
}
.syntaxhighlighter.source{
overflow:hidden !important ;
}
.syntaxhighlighter .bold{
font-weight:bold !important ;
}
.syntaxhighlighter .italic{
font-style:italic !important ;
}
.syntaxhighlighter .line{
white-space:pre !important ;
}
.syntaxhighlighter table{
width:100% !important ;
}
.syntaxhighlighter table caption{
text-align:left !important ;
padding:0.5em 0 0.5em 1em !important ;
color:black !important ;
}
.syntaxhighlighter table td.code{
width:100% !important ;
}
.syntaxhighlighter table td.gutter .line{
text-align:right !important ;
padding:0 0.5em 0 1em !important ;
}
.syntaxhighlighter table td.code .line{
padding:0 1em !important ;
}
.syntaxhighlighter.nogutter td.code .container textarea, .syntaxhighlighter.nogutter td.code .line{
padding-left:0 !important ;
}
.syntaxhighlighter.show{
display:block !important ;
}
.syntaxhighlighter.collapsed table{
display:none !important ;
}
.syntaxhighlighter.collapsed .toolbar span{
display:inline !important ;
margin-right:1em !important ;
}
.syntaxhighlighter.collapsed .toolbar span a{
padding:0 !important ;
display:none !important ;
}
.syntaxhighlighter.collapsed .toolbar span a.expandSource{
display:inline !important ;
}
.syntaxhighlighter .toolbar span.title{
display:inline !important ;
}
.syntaxhighlighter .toolbar a{
display:block !important ;
text-align:center !important ;
text-decoration:none !important ;
padding-top:1px !important ;
color:white !important ;
}
.syntaxhighlighter .toolbar a.expandSource{
display:none !important ;
}
.syntaxhighlighter.ie{
font-size:0.9em !important ;
padding:1px 0 1px 0 !important ;
}
.syntaxhighlighter.ie .toolbar{
line-height:8px !important ;
}
.syntaxhighlighter.ie .toolbar a{
padding-top:0 !important ;
}
.syntaxhighlighter.printing .line.alt1 .content, .syntaxhighlighter.printing .line.alt2 .content, .syntaxhighlighter.printing .line.highlighted .number, .syntaxhighlighter.printing .line.highlighted.alt1 .content, .syntaxhighlighter.printing .line.highlighted.alt2 .content{
background:none !important ;
}
.syntaxhighlighter.printing .line .number{
color:#bbbbbb !important ;
}
.syntaxhighlighter.printing .line .content{
color:black !important ;
border:none !important ;
}
.syntaxhighlighter.printing .toolbar{
display:none !important ;
}
.syntaxhighlighter.printing a{
text-decoration:none !important ;
}
.syntaxhighlighter.printing .plain, .syntaxhighlighter.printing .plain a{
color:black !important ;
}
.syntaxhighlighter.printing .comments, .syntaxhighlighter.printing .comments a{
color:#008200 !important ;
}
.syntaxhighlighter.printing .string, .syntaxhighlighter.printing .string a{
color:blue !important ;
}
.syntaxhighlighter.printing .keyword{
color:#006699 !important ;
font-weight:bold !important ;
}
.syntaxhighlighter.printing .preprocessor{
color:gray !important ;
}
.syntaxhighlighter.printing .variable{
color:#aa7700 !important ;
}
.syntaxhighlighter.printing .value{
color:#009900 !important ;
}
.syntaxhighlighter.printing .functions{
color:#ff1493 !important ;
}
.syntaxhighlighter.printing .constants{
color:#0066cc !important ;
}
.syntaxhighlighter.printing .script{
font-weight:bold !important ;
}
.syntaxhighlighter.printing .color1, .syntaxhighlighter.printing .color1 a{
color:gray !important ;
}
.syntaxhighlighter.printing .color2, .syntaxhighlighter.printing .color2 a{
color:#ff1493 !important ;
}
.syntaxhighlighter.printing .color3, .syntaxhighlighter.printing .color3 a{
color:red !important ;
}
.syntaxhighlighter.printing .break, .syntaxhighlighter.printing .break a{
color:black !important ;
}
.syntaxhighlighter{
background-color:white !important ;
}
.syntaxhighlighter .line.alt1{
background-color:white !important ;
}
.syntaxhighlighter .line.alt2{
background-color:white !important ;
}
.syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2{
background-color:#e0e0e0 !important ;
}
.syntaxhighlighter .line.highlighted.number{
color:black !important ;
}
.syntaxhighlighter .gutter{
color:#afafaf !important ;
}
.syntaxhighlighter .gutter .line{
border-right:1px solid #5C868D;
}
.syntaxhighlighter .gutter .line.highlighted{
background-color:#5C868D !important ;
color:white !important ;
}
.syntaxhighlighter.collapsed{
overflow:visible !important ;
}
.syntaxhighlighter.collapsed .toolbar{
color:blue !important ;
background:white !important ;
border:#5C868D solid 1px !important ;
}
.syntaxhighlighter.collapsed .toolbar a{
color:blue !important ;
}
.syntaxhighlighter.collapsed .toolbar a:hover{
color:red !important ;
}
.syntaxhighlighter .toolbar{
color:white !important ;
background-color:#5C868D;
border:none !important ;
}
.syntaxhighlighter .toolbar a:hover{
color:black !important ;
}
.syntaxhighlighter .plain, .syntaxhighlighter .plain a{
color:black !important ;
}
.syntaxhighlighter .comments, .syntaxhighlighter .comments a{
color:#008200 !important ;
}
.syntaxhighlighter .string, .syntaxhighlighter .string a{
color:blue !important ;
}
.syntaxhighlighter .keyword{
color:#006699 !important ;
font-weight:bold !important ;
}
.syntaxhighlighter .preprocessor{
color:gray !important ;
}
.syntaxhighlighter .variable{
color:#aa7700 !important ;
}
.syntaxhighlighter .value{
color:#009900 !important ;
}
.syntaxhighlighter .functions{
color:#ff1493 !important ;
}
.syntaxhighlighter .constants{
color:#0066cc !important ;
}
.syntaxhighlighter .script{
font-weight:bold !important ;
color:#006699 !important ;
}
.syntaxhighlighter .color1, .syntaxhighlighter .color1 a{
color:gray !important ;
}
.syntaxhighlighter .color2, .syntaxhighlighter .color2 a{
color:#ff1493 !important ;
}
.syntaxhighlighter .color3, .syntaxhighlighter .color3 a{
color:red !important ;
}
.pp-name{	display: block;
padding-bottom: 0px;
padding-top: 125px;
position: relative;
height: 200px;
background-size: cover;
background-repeat: no-repeat;
background-position: 50% center;
box-shadow: 0px 0px 30px #525AA4 inset;
font-size: 16px;
border: 1px solid #AAC9DC;
}
#PageHead_special {
border-radius: 4px 4px 0px 0px;
padding: 15px;
color: #000000;
position: relative;
background-image: url(../images/background/header-background.png);
background-position: center top;
background-size: 8% 100%;
background-repeat: repeat;
}
.pp-name h3{
margin:0;
padding:0 0 5px 0;
font-size:24px;
}
.pp-contentbox-back{
background-color:#FFFFFF;
padding:6px;
border:1px solid #E0E8EE;
}
.pp-tabclear{
background: #50AFE4 url("../images/background/header_bar_bg.png") repeat scroll 0px 0px;
border:0;
border-bottom:1px solid #E0E8EE;
color:#FFFFFF;
font-family: Arial, Times New Roman;
font-weight:bold;
font-size: 15px;
margin:0;
padding:8px;
border-right-style: solid;
border-right-width: 1px;
border-right-color: #E0E8EE;
border-left-style: solid;
border-left-width: 1px;
border-left-color: #E0E8EE;
}
.pp-tabon{
background-color: #0098DB;
color:#FFFFFF;
padding:8px;
float:right;
width:auto;
margin-top:3px;
font: normal 11px tahoma;
cursor:pointer;
padding:9px;
}
.pp-taboff, .pp-tabshaded{
background: #E6EEF5 url(../images/background/tcat_bg.png);
color:#000000;
float:right;
width:auto;
margin-top:3px;
font: normal 11px tahoma;
cursor:pointer;
border-right-style: solid;
border-right-width: 1px;
border-right-color: #FFFFFF;
border-left-style: solid;
border-left-width: 1px;
border-left-color: #FFFFFF;
display:block;
padding:9px;
text-shadow:1px 0 1px #FFFFFF;
}
.pp-tabon a:link, .pp-tabon a:visited, .pp-tabon a:active{
text-decoration:none;
color:#FFFFFF;
}
.pp-taboff a:link, .pp-taboff a:visited, .pp-taboff a:active, .pp-tabshaded a:link, .pp-tabshaded a:visited, .pp-tabshaded a:active{
text-decoration:none;
color:#3363A1;
}
.pp-tabwrap{
background:#FFFFFF;
height:34px;
margin:0;
padding:0;
}
.borderwrap{
background:#FFFFFF;
padding:0;
margin:0;
}
td.Code_td{
background-color:#FFFFFF;
font-family: Arial, Times New Roman;
font-weight:bold;
font-size: 15px;
padding:2px;
}
.Code_table{
background-color:#E7E9EB;
border-top-style: solid;
border-top-width: 1px;
border-top-color: #E8E8E8;
border-bottom-style: solid;
border-bottom-width: 1px;
border-bottom-color: #E8E8E8;
border-right-style: solid;
border-right-width: 1px;
border-right-color: #E8E8E8;
border-left-style: solid;
border-left-width: 1px;
border-left-color: #E8E8E8;
}
ul.post_controls{
padding:0;
margin:0 0 10px 0;
clear:both;
}
ul.post_controls li{
display:inline-block;
font-size:12px;
float:left;
list-style:none;
}
ul.post_controls a{
height:22px;
line-height:22px;
padding:0 12px;
color:#1d3652;
text-decoration:none;
margin-left:4px;
display:block;
}
ul.post_controls a:hover{
color:#1F497D;
}
.Button_secondary{
font: normal 10px tahoma;
background-color:#79838B;
border:1px solid #dbdbdb;
box-shadow:0 1px 0 rgba(255, 255, 255, 1) inset, 0 1px 0 rgba(0, 0, 0, 0.3);
color:#1F497D;
display:inline-block;
white-space:nowrap;
margin-left:2px;
margin-right:2px;
padding:3px;
border-radius: 5px;
}
.Button_secondary a{
color:#1F497D;
background-color:#f6f6f6;
}
.Button_secondary:hover{
color: #1F497D;
background-color:#FFFFFF;
border:1px solid #dbdbdb;
}
ul.writer_controls{
padding:0;
margin:0 0 10px 0;
clear:both;
}
ul.writer_controls li{
display:inline-block;
font-size:12px;
}
ul.writer_controls a{
height:22px;
line-height:22px;
padding:0 10px;
font-size:12px;
text-decoration:none;
margin-left:4px;
display:block;
background-color:#FFFFFF;
border-color:#E9EEEF;
}
ul.writer_controls a:hover{
color:#1F497D;
}
.welcomelink{
color:#333333;
font-size:12px;
}
.memberlink{
padding:0 6px 0 6px;
font-size:11px;
color:#333333;
}
.username_link{
font-size:11px;
color:#333333;
font-weight:bold;
}
#header_bar span.memberlink a{
color:#333333;
}
#header_bar span.username_link a{
color:#333333;
}
.UserPhotoLink:hover .UserPhoto{
border-color:#333333;
}
.UserPhoto_mini{
background-color: transparent;
width:32px;
height:32px;
}
.UserPhoto_portal_last_news img{
background-color:#FFFFFF;
width: 45px;
height: 45px;
padding:2px;
border: 1px solid #d5d5d5;
box-shadow:0 2px 2px rgba(0, 0, 0, 0.1);
margin:5px;
}
.UserPhoto_large{
max-height: 250px;
*overflow: auto;
}
.UserPhoto_large img{
background-color:#FFFFFF;
max-width: 140px;
max-height: 240px;
padding:2px;
border: 1px solid #d5d5d5;
box-shadow:0 2px 2px rgba(0, 0, 0, 0.1);
}
.UserPhoto_xlarge img, img.UserPhoto_xlarge, .UserPhoto_xlarge::after {
display: block;
height: 140px;
width: 140px;
padding:0px;
background-color: #FFF;
border: 1px solid #d5d5d5;
border-radius: 2px;
box-shadow:0 2px 2px rgba(0, 0, 0, 0.1);
}
.UserPhoto{
padding:1px;
border:1px solid #d5d5d5;
background-color:#FFFFFF;
box-shadow:0 2px 2px rgba(0, 0, 0, 0.1);
}
.UserPhotoli{
float:right;
}
.img-submit{
height:22px;
line-height:22px;
font: normal 10px tahoma;
background-color:#f6f6f6;
border:1px solid #dbdbdb;
box-shadow:0 1px 0 rgba(255, 255, 255, 1) inset, 0 1px 0 rgba(0, 0, 0, 0.3);
color:#1F497D;
display:inline-block;
white-space:nowrap;
margin-left:2px;
margin-right:2px;
}
.img-quote-on{
height:22px;
line-height:22px;
font: normal 10px tahoma;
background: #FEEACF linear-gradient(#DAE7F8, #A8CAEC) repeat scroll 0% 0%;
border:1px solid #C8D3DB;
box-shadow:0 1px 0 rgba(255, 255, 255, 1) inset, 0 1px 0 rgba(0, 0, 0, 0.3);
color:#FFFFFF;
display:inline-block;
white-space:nowrap;
margin-left:2px;
margin-right:2px;
}
.Button_redirect{
background-color: transparent;
width:60%;
margin-right:220px;
}
#border_redirect{
background-color: transparent;
width:60%;
text-align:center;
margin-right:220px;
margin-top:150px;
}
#border_redirect .tcat{
background-color: transparent;
border-top-left-radius:6px;
border-top-right-radius:6px;
border-bottom-right-radius:0;
border-bottom-left-radius:0;
padding:4px;
}
#border_msg{
background-color: #FFFFE6;
background-image:url('../images/alert.gif');
background-repeat: no-repeat;
background-position:top 15px right 10px;
margin-left:auto;
margin-right:auto;
width:70%;
border:1px solid #F9AA00;
-webkit-border-radius:5px;
border-radius:17px;
padding-right:23px;
padding-top:10px;
padding-bottom:10px;
font: normal 8pt tahoma;
color:#222222;
}
body #border_msg{
background-color: #FFFFE6;
text-align:right;
margin: 0 auto;
width: 400px;
}
.msg_row1{
background-color: #FFFFE6;
border-top: 0px dotted #C9C9C9;
text-align:right;
width: 380px;
}
#border_msg .tcat{
background-color: transparent;
border-top-left-radius:6px;
border-top-right-radius:6px;
border-bottom-right-radius:0;
border-bottom-left-radius:0;
padding:4px;
color:#905757;
}
.menu_open{
background-color: transparent;
background-image:url('../images/menu_open.gif');
background-repeat: no-repeat;
background-position:center;
text-align:center;
padding:9px;
}
.writer_photo_thumb{
background-color: transparent;
float:right;
margin-top:2px;
margin-left:8px;
margin-right:4px;
}
.Ajax-static{
padding:1px;
border:1px solid #50AFE4;
background-color:#FFFFFF;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
#static{
padding:0px;
margin:0px;
}
.right-mainbox{
background-color: transparent;
float:right;
border:1px solid #B5C5CB;
margin:1px;
padding:1px;
width:26%;
}
.left-mainbox{
background-color: transparent;
float:left;
border:1px solid #B5C5CB;
margin:1px;
padding:1px;
width:72%;
}
.pp-tabon3{
background: url("../images/background/thead.png") repeat;
font: bold 11px tahoma;
padding: 6px;
border-left:1px solid #fff;
border-bottom: 1px solid #AAC9DC;
float:right;
color:#FFFFFF;
}
.pp-taboff3{
background: transparent url("../images/background/pp-tab.png") repeat;
font: bold 11px tahoma;
padding: 6px;
border-left:1px solid #fff;
border-bottom: 1px solid #AAC9DC;
float:right;
color:#000000;
}
.forumtcat, .forumtcatleft, .forumtcatright{
background-color: #0098DB;
font: bold 10pt tahoma;
color:#FFFFFF;
padding:10px;
}
.forumtcat a:link, .forumtcatleft a:link, .forumtcatright a:link{
background-color: transparent;
color:#FFFFFF;
text-decoration:none;
}
.forumtcat a:visited, .forumtcatleft a:visited, .forumtcatright a:visited{
background-color: transparent;
color:#FFFFFF;
text-decoration:none;
}
.forumtcat a:hover, .forumtcatleft a:hover, .forumtcatright a:hover{
background-color: transparent;
color:#FFFFFF;
text-decoration:none;
}
.pag_row{
background-image:url('../images/background/row1.png');
border:1px solid #AAC9DC;
font-family: Arial, Times New Roman;
font-weight:bold;
font-size: 15px;
padding:2px;
border-radius: 5px;
width:2%;
}
.multi_pages{
background-color:none;
*border: 1px solid #50AFE4;
padding:0;
border-spacing: 0px;
border-collapse: separate;
height:0px;
width:277px;
clear: both;
}
.multi_pages .mainbar{
border-radius: 5px;
width:2%;
padding:0;
}
.morwidth{
width:70%;
clear: both;
margin-top:-55px;
}
.multi_pages .main_bar{
background-color: #fff;
border:1px solid #AAC9DC;
font-family: Arial, Times New Roman;
font-weight:bold;
font-size: 15px;
padding:2px;
width:2%;
border-radius: 5px;
}
.multi_pages .pagesnum{
display: none;
}
.textemain{
background-color:#FFFFFF;
color:#694040;
font-family: Arial, Times New Roman;
font-weight:bold;
font-size: 15px;
margin-right:auto;
margin-left:auto;
margin-top:1px;
margin-bottom:2px;
padding-top:1px;
padding-bottom:2px;
padding-right:10px;
padding-left:10px;
border:1px solid #dbdbdb;
height:200px;
width:750px;
overflow:scroll;
}
.clthead{
background-color: #E6EEF5;
color:#4C2E2E;
font: normal 8pt tahoma;
text-align:center;
padding:2px;
}
.clthead1{
background-color: #4F3030;
background-image:url('../images/row-td.gif');
background-repeat: repeat-x;
color:#000000;
font: normal 8pt tahoma;
text-align:center;
padding:2px;
}
.clthead2{
background-color: #4AA0DB;
background-image:url('../images/background/tcat_bg.png');
background-repeat: repeat-x;
color:#FFFFFF;
font: normal 8pt tahoma;
text-align:center;
padding:2px;
}
.blocks_info{
background: #FBFDFF none repeat scroll 0% 0%;
border: 1px dotted #C9C9C9;
clear: both;
padding: 6px;
line-height:18px;
font-family: "Droid Arabic Kufi","tahoma",sans-serif;
font-size:11px;
font-weight:bold;
text-align:right;
}
.full_image{
opacity:0.4000000059604644775390625;
}
.full_image:hover{
opacity:1;
}
.h_tag{
background-color:#FAFAFA;
color:#696757;
padding:10px;
margin:10px;
border:1px solid #B5C5CB;
opacity:0.4000000059604644775390625;
}
.h_tag:hover{
opacity:1;
}
.h_tag h1,.h_tag h3{
font-family: Arial, Times New Roman;
font-weight:bold;
font-size: 15px;
margin: 8px;
}
.rowthumb{
background-color: #F6F1F1;
background-image:url('../images/loading.gif');
background-repeat: no-repeat;
background-position:center;
width:200px;
height:200px;
text-align:center;
}
.rowthumb img{
border:1px solid #BBB893;
padding:2px;
}
.LastNews-tabclear{
background: #4184C8 url("../images/background/tcat_bg.png") repeat;
color:#FFFFFF;
font-family: Arial, Times New Roman;
font-weight:bold;
font-size: 15px;
margin:0;
padding-top:8px;
padding-bottom:8px;
text-align:center;
}
.LastNews-tabclear a{
background-color: transparent;
color:#FFFFFF;
}
.theadv{
background: #fff linear-gradient(#fff, #E6EEF5) repeat scroll 0% 0%;
color:#694040;
font: normal 11px tahoma;
text-align:right;
padding-top:11px;
padding-right:3px;
padding-bottom:11px;
font-weight:bold;
}
#read_more_button{
background-color: transparent;
background-image:url('../images/read_more_button.png');
background-repeat: no-repeat;
background-position:center left;
padding-top:9px;
padding-right:0;
padding-bottom:9px;
}
.read_more_button{
color: transparent;
background: url(../images/read_more_button.png) no-repeat center;
margin: 0px;
padding-right: 21px;
padding-left: 6px;
padding-top: 6px;
padding-bottom: 6px;
}
.theadv a:link, .theadv a:visited, .theadv a:hover, .theadv a:active{
background-color: transparent;
color:#694040;
text-decoration:none;
}
.sticky{
background-color:#CC0000;
font: normal 11px tahoma;
padding-left:5px;
padding-right:5px;
padding-top:2px;
padding-bottom:3px;
-webkit-border-radius:7px;
border-radius: 7px;
margin-left:1px;
margin-right:1px;
color:#ffffff;
}
.menu_popup{
background-color:#FFFFFF;
color:#006A74;
font: normal 11px tahoma;
text-decoration:none;
padding:3px;
text-align:right;
border:1px solid #FFFFFF;
}
.menu_popup a{
background-color:#FFFFFF;
color:#0A3F63 !important;
text-decoration:none;
}
.drop_menu{
background-color: transparent;
position:absolute;
z-index:1;
padding:0;
border:1px solid #E9E4E6;
}
#primary_nav div.drop_menu a{
background:transparent;
margin:0px;
text-shadow:none;
border:0px;
text-decoration:none;
padding:0px;
display:inline-block;
height:auto !important;
font-family: Tahoma, Times New Roman, Arial;
font-size:11px;
font-weight:normal;
line-height:13px;
}
#primary_nav div.drop_menu a:hover{
background:transparent;
margin:0px;
text-shadow:none;
border:0px;
text-decoration:none;
padding:0px;
display:inline-block;
height:auto !important ;
font-family: Tahoma, Times New Roman, Arial;
font-size:11px;
font-weight:normal;
line-height:13px;
}
#subnavigation div.drop_menu a{
background-color:transparent;
margin:0;
text-shadow:none;
border:0;
text-decoration:none;
padding:0;
display:inline-block;
height:auto !important ;
}
#subnavigation div.drop_menu a:hover{
background-color:transparent;
margin:0;
text-shadow:none;
border:0;
text-decoration:none;
padding:0;
display:inline-block;
height:auto !important ;
}
.side-list {
*box-shadow: 0px 1px 1px #50AFE4;
vertical-align: top;
*background: #F3F9FE;
*border: 1px solid #50AFE4;
margin-top:14px;
padding:3;
}
.sidebarlist {
width:100%;
}
.sidebar {
list-style: none;
background-color: transparent;
*margin-right:-5px;
*margin-left:0px;
*margin-top:12px;
margin:0px;
padding:0px;
}
.sidebar .tcat{
border-top-right-radius: 4px;
border-top-left-radius: 4px;
}
.row_sidebar{
background:#F3F9FE url('../images/background/row-sidebar.png') repeat;
border:1px solid #50AFE4;
font: normal 11px Tahoma;
padding:6px;
}
.row_sidebar .username , .password {
background: #f1f1f1;
padding: 6px 5px;
margin: 0 0 5px 0;
width: 94%;
border: 1px solid #ccc;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: 0 1px 1px #ccc inset;
-webkit-box-shadow: 0 1px 1px #ccc inset;
box-shadow: 0 1px 1px #ccc inset;
}
.row_sidebar .username:focus , .password:focus{
background-color: #FFFFFF;
border-color: #e8c291;
outline: none;
-moz-box-shadow: 0 0 0 1px #e8c291 inset;
-webkit-box-shadow: 0 0 0 1px #e8c291 inset;
box-shadow: 0 0 0 1px #e8c291 inset;
}
.sections {
width:100%;
display:inline-block;
vertical-align: top;
margin-bottom:14px;
}
.row_sidebar .button{
width:99%;
margin-bottom:14px;
}
.categorys {
list-style: none;
clear:both;
margin:0px;
padding:0px;
border-top-right-radius: 4px;
border-top-left-radius: 4px;
}
.category {
background-image:url('../images/background/tcat_bg.png');
color:#000000;
font-family:"Droid Arabic Kufi","tahoma",sans-serif;
font-size:10px;
font-weight:bold;
line-height: 25px;
margin:0px;
border-top-right-radius: 4px;
border-top-left-radius: 4px;
padding-top:3px;
padding-bottom:3px;
padding-left:1px;
padding-right:1px;
}
.category a{
color:#000000;
font-size:10px;
font-weight:bold;
}
.category span{
padding-right:10px;
}
.sub_forums {
font: 11px Tahoma;
background-color: #DBDEE0;
vertical-align: top;
text-decoration: none;
border: 1px solid #50AFE4;
padding-bottom: 3px;
margin-bottom: 1px;
margin-top: -2px;
list-style: outside none none;
float: right;
width: 99.7%;
}
.sub_forums:hover{
}
.sub_forums:last-child{
margin-bottom:12px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.forum-icon{
background:none repeat scroll 0 0 #FFFFFF;
display: inline-block;
vertical-align: top;
padding:8px;
margin:6px;
border-radius: 1px 21px 1px 21px;
border:1px solid #A5C8E0;
}
.forum-stats{
display: inline-block;
vertical-align: top;
width: 50%;
}
.Photo_lastPoster{
display: inline-block;
position: relative;
left: 0px;
right: 0px;
vertical-align: middle;
}
.UserPhoto{
background: #fff none repeat scroll 0% 0%;
}
.UserPhotoLink {
padding-right:8px;
}
a.UserPhotoLink {
position: relative;
}
.UserPhoto_mini{
width:34px;
height:34px;
border-radius:22px;
border: 1px solid #EBEBEB;
}
.title_n{
font-family: "Droid Arabic Kufi","tahoma",sans-serif;
font-size: 11px;
font-weight: bold;
padding-top:8px;
padding-right:8px;
}
.last_subject{
font: normal 11px tahoma;
color:#545454;
margin-left:6px;
margin-top:3px;
clear:both;
padding-left:6px;
padding-top:3px;
display:inline-block;
}
.last_date{
margin: 0px;
padding: 0px;
color: rgb(150, 150, 150);
display: inline;
}
.lastpost.icon_topic_latest {
background-image: url("../images/lastpost.gif");
padding-left: 10px;
padding-top: 10px;
}
span.lastpost {
display: inline-block !important;
background: transparent none no-repeat scroll 0px 0px;
margin: 0px;
padding: 0px;
width: 0px;
height: 0px;
overflow: hidden;
}
.post{
text-align:right;
float:right;
margin-left:30px;
display:inline-block;
}
.no_post{
padding:13px;
display:inline-block;
}
.numrs{
font: normal 12px tahoma;
padding:4px;
margin-top:8px;
margin-bottom:8px;
}
.numrs .subject_num_icon,.numrs .reply_num_icon,.numrs .online_num_icon{
background-color:#FFFFFF;
color:#2E3539;
font-family: "Droid Arabic Kufi","tahoma",sans-serif;
font-size: 10px;
font-weight: normal;
text-shadow: 0px 1px 0px #FFF;
margin: 3px;
padding-left: 3px;
padding-right: 5px;
padding-top: 1px;
padding-bottom: 1px;
border:1px solid #A5C8E0;
border-radius: 4px 4px 4px 4px;
width: 188px;
}
.login-links {
border: 1px solid #C8DEEE;
background: #EDF7FF url("../images/background/header-background.png") repeat;
margin-bottom: 0px;
margin-top: 10px;
display: block;
padding: 5px;
}
.link-wrapper {
background: transparent url("../images/leftarrow.png") no-repeat scroll right center;
color: #666 !important;
padding-right: 20px;
font-weight: bold;
}
.whatis_new .last_posts {
border-bottom: 1px dotted #CFCFCF !important;
font: normal 11px Tahoma;
padding: 0px 6px 20px 0px;
margin-top: 0px;
line-height: 18px;
color: #333;
}
.whatis_new .last_p {
background: transparent url("../images/bullet.png") no-repeat scroll right 2px;
border-bottom: 1px dotted #CFCFCF !important;
padding-left: 10px;
padding-right: 6px;
padding-bottom: 3px;
padding-top: 3px;
}
.last_subjectid {
font: normal 11px Tahoma;
}
.last_p .photo_thumb {
position: absolute;
z-index: 1;
padding-right:195px;
display:inline-block;
}
.whatis_new .last_date {
font: normal 11px Tahoma;
color: color: rgb(150, 150, 150);
margin: 0px;
}
.row_sidebar ul{
padding: 0px;
list-style: none;
position: relative
}

/* buttons */
.sbp_buton {
background: transparent url(../images/sidebar_toggle_right.png) no-repeat;
width: 29px;
height: 35px;
display: block;
cursor: pointer;
margin-top: 37px;
margin-right: -55px;
position: relative;
left: -25px;
top: 15px;
}
.sbp_tbuton {
background: transparent url(../images/sidebar_toggle_left.png) no-repeat;
width: 29px;
height: 35px;
display: block;
cursor: pointer;
margin-top: 37px;
margin-right: -55px;
position: relative;
left: -25px;
top: 15px;
}
.forum-last-post{
background-image:url('../images/background/sub-forums.png');
border:1px solid #A5C8E0;
float:left;
font-family:"Droid Arabic Kufi","tahoma",sans-serif;
line-height:18px;
margin:4px;
padding:8px;
border-radius: 15px 0px 15px 0px;
width:270px;
}
.UserPhoto_tiny{
border:1px solid #222;
width:22px;
height:20px;
min-height: 20px;
float:right;
padding:1px;
margin-left:3px;
background-color:transparent;
border-radius: 0px;
background-position: center;
background-repeat: no-repeat;
background-size: 30px;
display: inline-block;
}
.UserPhoto_tiny_RCS {
border:1px solid #A5C8E0;
float:right;
padding:2px;
background-color:transparent;
border-radius: 2px;
display: block;
}
.UserPhoto_tiny_RCS img {
width:40px;
height:40px;
text-align:center;
}
.User-Picture-forum-Home{
width: 40px;
height: 40px;
background-position: center;
background-repeat: no-repeat;
background-size: 40px;
display: inline-block;
vertical-align: middle;
}
nav .UserPhoto_Menu{
border:1px solid #222;
width:95px;
height:95px;
min-height: 95px;
float:right;
padding:1px;
margin-left:3px;
background-color:transparent;
border-radius: 0px;
background-position: center;
background-repeat: no-repeat;
background-size: 95px;
display: inline-block;
}
.PBB-WBS {
width:0px;
height:0px;
border-style:solid;
border-width:7px;
border-left-style:none;
border-top-color:transparent;
border-bottom-color:transparent;
border-right-color:#82ACD8;
float:right;
margin-top:12px;
padding-left:4px;
}
.Info_last_Reply {
float:none;
font-size:11px;
padding-right:5px;
}
.awaiting_approval{
background-color:#FFFFFF;
color:#65987A;
font: normal 11px tahoma;
margin: 5px;
padding-right: 5px;
padding-left: 3px;
padding-top: 2px;
padding-bottom: 3px;
border:1px solid #A5C8E0;
border-radius: 4px 4px 4px 4px;
width: 188px;
}
.NewsUser {
float:none;
font-size:11px;
padding-right:5px;
display: block;
}
.NewsTime {
float:none;
font-size:11px;
padding-right:5px;
display: block;
}
.IconNewsTime {
color:#82ACD8;
font-size:15px !important;
text-shadow:0 1px 0 #FFFFFF;
padding-top:2px;
padding-right:5px;
}
.Iconchevron {
color:#4B619A;
font-size:15px !important;
float:left;
margin-top:4px;
}
.Info_last_post {
margin-right:5px;
}
.last_time_ago{
color:#FF0000;
}
.f_redirect{
width: 32px;
height: 32px;
background: url(../images/f_redirect.png) no-repeat center;
display: block;
vertical-align: middle;
border-top-left-radius: 13px;
border-top-right-radius: 13px;
border-bottom-right-radius: 13px;
border-bottom-left-radius: 13px;
box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3) inset, 0px 1px 0px #FFF;
opacity: 0.6;
}
.f_pass_unread{
width: 32px;
height: 32px;
background: url(../images/f_pass_unread.png) no-repeat center;
display: block;
vertical-align: top;
border-top-left-radius: 13px;
border-top-right-radius: 13px;
border-bottom-right-radius: 13px;
border-bottom-left-radius: 13px;
box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3) inset, 0px 1px 0px #FFF;
opacity: 0.6;
}
.f_unread{
width: 32px;
height: 32px;
background: url(../images/f_unread.png) no-repeat center;
display: block;
vertical-align: top;
border-top-left-radius: 13px;
border-top-right-radius: 13px;
border-bottom-right-radius: 13px;
border-bottom-left-radius: 13px;
box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3) inset, 0px 1px 0px #FFF;
opacity: 0.6;
}
.f_read{
width: 32px;
height: 32px;
background: url(../images/f_read.png) no-repeat center;
display: block;
vertical-align: top;
border-radius: 13px;
border-top-left-radius: 13px;
border-top-right-radius: 13px;
border-bottom-right-radius: 13px;
border-bottom-left-radius: 13px;
box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3) inset, 0px 1px 0px #FFF;
opacity: 0.6;
}
.home-moderators-lain{
color:#65987A;
font-family:"Droid Arabic Kufi","tahoma",sans-serif;
padding-right:8px;
}
.home-sub-forums-lain{
color:#65987A;
font-family:"Droid Arabic Kufi","tahoma",sans-serif;
padding-right:8px;
}
.home-sub-forums-columns{
display: inline-block;
list-style: none;
padding-right:0px;
}
.div-sub-forums-columns{
display: inline-block;
padding-right:0px;
width:800px;
}
.home-sub-forums-columns-2{
display: inline-block;
list-style: none;
padding-right:0px;
}
.home-sub-forums {
display: inline-block;
background-color: #FFFFFF;
background-image:url('../images/bullet.png');
background-repeat: no-repeat;
background-position:top 4px right 0px;
background-position-x: 98%;
background-position-y: 50%;
padding-right:11px;
padding-left:8px;
padding-top:2px;
padding-bottom:2px;
border-bottom: 1px dotted #CFCFCF !important;
font: normal 11px Tahoma;
line-height: 20px;
color: #333;
width: 160px;
}
.sub-forums-title {
color:#65987A;
font-family:"Droid Arabic Kufi","tahoma",sans-serif;
padding-right:8px;
}
.border_radius{
background: #FFFFFF;
width:100%;
*display: inline-block;
}
.fa {
display: inline-block;
}
.CollapseIcon
{
color:#1058A0;
float:left;
font-size: 18px !important;
padding-left:7px;
padding-top:1px;
cursor: pointer;
*text-shadow: 0px 1px 1px #C9E1FA;
}
.arrow_y{
color:#222222;
font-family:arial, Tahoma;
font-size: 10px !important;
padding-right:2px;
padding-left:0px;
position: relative;
top:2px;
}
.border_forums{
padding-right:0px;
padding-left:0px;
border:1px solid #50AFE4;
background-color:#FFFFFF;
width:100%;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.border_forums .row1{
border-top: 1px dotted #C9C9C9;
border-bottom: 1px dotted #C9C9C9;
}
.rUlRow{
list-style: none;
padding:0px;
margin:0px;
}
.r_msg{
padding-right:5px;
margin-right:5px;
margin-bottom:10px;
padding-top:6px;
}
.border_forums li{
font-family:"Droid Arabic Kufi","tahoma",sans-serif;
font-size: 12px !important;
}
.border_radius .tcat{
width:99.3%;
border-top-right-radius: 4px;
border-top-left-radius: 4px;
}
.usericon{
background: #DBDEE0 !important;
vertical-align: top;
padding: 10px;
margin: 6px;
}
.statesicon{
background: #DBDEE0  !important;
vertical-align: top;
padding: 10px;
margin: 6px;
}
.user-icon{
width: 50px;
height: 50px;
background: transparent url("../images/users_online.png") no-repeat scroll center center;
display: inline-block;
vertical-align: top;
}
.states-icon{
width: 50px;
height: 50px;
background: transparent url("../images/forum_stats.png") no-repeat scroll center center;
display: inline-block;
vertical-align: top;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.states-num{
display: inline-block;
width:90%;
}
.pp-tab{
background: transparent url("../images/background/pp-tab.png") repeat;
color: #333;
border-bottom: 1px solid #AAC9DC;
font-size: 12px;
font-weight: bold;
text-align:right;
display:inline-block;
padding: 0px;
width: 100%;
}
.chat_ee{
max-height:180px;
overflow-y:auto;
}
.chat_ee .row1{
background: #FFFFFF !important;
border-bottom: 1px dotted #C9C9C9;
border-top: 0px dotted #C9C9C9;
padding-right: 7px;
padding-top: 6px;
padding-bottom: 6px;
display:block;
width:100%;
}
.rUlRow .row_sidebar{
border:0px solid #50AFE4;
width:100%;
padding:0px;
}
#chat-content #box_text{
height:33px;
background-color: #FFFFFF;
}
#chat-content .editortoolbar{
background-color: #FFFFFF;
}
#chat-content #box_text:hover,
#chat-content #box_text:focus {
background-color: #FFFFFF;
}
#chat-content{
display:none;
width:98.3%;
margin-right: 11px;
}
.butsup {
display: inline-block;
background-color: #F3F9FE;
background: url("../images/background/thead.png") repeat;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
text-shadow: 0 1px 0 rgba(0,0,0,.5);
-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
border: 1px solid #94CDF3;
height: 18px;
padding: 3px;
margin-top: 2px;
margin-right: 6px;
margin-bottom: 3px;
width: 80px;
cursor: pointer;
font-family: "Droid Arabic Kufi","tahoma",sans-serif;
font-size: 11px;
font-weight: normal;
color: #222222;
}
.submit:hover,
.submit:focus {
background-color: #EDF7FF;
background-image: -webkit-gradient(linear, left top, left bottom, from(#F3F9FE), to(#EDF7FF));
background-image: -webkit-linear-gradient(top, #F3F9FE, #EDF7FF);
background-image: -moz-linear-gradient(top, #F3F9FE, #EDF7FF);
background-image: -ms-linear-gradient(top, #F3F9FE, #EDF7FF);
background-image: -o-linear-gradient(top, #F3F9FE, #EDF7FF);
background-image: linear-gradient(top, #F3F9FE, #EDF7FF);
}
.submit:active {
outline: none;
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
}
.submit::-moz-focus-inner {
border: none;
}
.rRow {
width: 98.5%;
margin-right: 6px;
display: block;
clear: both;
}
.rRow li{
list-style: none;
}
.rRow #searchContainer li{
vertical-align:none;
margin-top:-16px;
float:right;
}
.rRow .submit-id{
height: 27px;
clear: both;
margin-top: 2px;
}
.rRow #field{
margin-top: 2px;
height:23px;
display: inline-block;
}
.rRow #advanced_search{
height: 27px;
clear: both;
margin-top: 2px;
}
.abso-relative{
position:relative;
z-index:100;
}
.abso-relative .row1{
border-top: 0px dotted #C9C9C9;
border-bottom: 1px dotted #C9C9C9;
padding: 1px;
text-align:right;
}
.abso-relative .menu_popup{
cursor: pointer;
font-family: "Droid Arabic Kufi","tahoma",sans-serif;
font-size: 11px;
font-weight: normal;
}
.border .tbar{
border: 0px solid #AAC9DC;
font-family:Tahoma, arial;
font-size:11px;
}
.whoposted{
cursor: pointer;
color: #184383;
font-size: 13px;
font-weight: bold;
}
.bigusername {
color: #184383;
cursor: pointer;
font-size: 12pt;
}
.userbar{
margin-left: 5px;
margin-right: 10px;
padding: 0px;
}
.userbar_icon ,
.userbar{
color: #FFFFFF;
font-size: 23px;
margin-right: 4px;
margin-left: 1px;
margin-top: 0px;
}
.userlogout{
font-size: 26px;
margin-right: 4px;
margin-left: 1px;
margin-top: 1px;
}
#userlink-trigger{
font-family:Tahoma, arial;
font-size: 16px;
line-height: 4px;
color: #FFFFFF;
vertical-align: middle;
text-shadow: 0 1px 1px #222;
}
.tabsup .g_icon {
font-size: 16px;
color: #3877CB;
vertical-align: middle;
text-shadow: 0 1px 1px #FFF;
}
.usermenu{
color: #FFFFFF;
margin-right: 1px;
margin-left: 1px;
}
#userbar a ,
#userbar span{
color: #FFF;
font-size: 15px;
vertical-align: middle;
cursor: pointer;
}
.show{
background-color:none;
border: 1px solid #50AFE4;
padding:0;
border-spacing: 0px;
border-collapse: separate;
padding-bottom: 0px;
}
.show .row2:nth-child(2){
float: left;
width: 95%;
}
.collapsed{
width: 13px;
height: 13px;
background: url(../images/collapsed.png) no-repeat left;
display: block;
margin-top: 4px;
}
.expanded{
width: 13px;
height: 13px;
background: url(../images/expanded.png) no-repeat left;
display: block;
margin-top: 4px;
}
ul.Button_split
{
margin:0;
padding:0;
list-style:none;
display:inline-block;
float:left;
}
ul.Button_split > li
{
float:left;
}
.app_button
{
font-size:13px;
font-weight:500;
text-align:center;
text-decoration:none;
text-shadow:none;
white-space:nowrap;
display:inline-block;
vertical-align:middle;
padding:10px 20px;
border-radius:3px;
border:1px solid rgba(0,0,0,0.1);
-webkit-transition:0.1s all linear;
-moz-transition:0.1s all linear;
-ms-transition:0.1s all linear;
-o-transition:0.1s all linear;
transition:0.1s all linear;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
-o-user-select:none;
user-select:none;
-webkit-font-smoothing:antialiased;
}
.app_button:not( .Button_noHover ):hover
{
cursor:pointer;
text-decoration:none;
background-image:-moz-linear-gradient(top, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.08) 100%);
background-image:-webkit-linear-gradient(top, rgba(255,255,255,0.08) 0%,rgba(255,255,255,0.08) 100%);
background-image:-o-linear-gradient(top, rgba(255,255,255,0.08) 0%,rgba(255,255,255,0.08) 100%);
background-image:-ms-linear-gradient(top, rgba(255,255,255,0.08) 0%,rgba(255,255,255,0.08) 100%);
background-image:linear-gradient(to bottom, rgba(255,255,255,0.08) 0%,rgba(255,255,255,0.08) 100%);
}
.app_button:active
{
box-shadow:1px 1px 4px rgba(0,0,0,0.3) inset;
border:1px solid rgba(0,0,0,0.4);
background-image:-moz-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 100%);
background-image:-webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 100%);
background-image:-o-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 100%);
background-image:-ms-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 100%);
background-image:linear-gradient(to bottom, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 100%);
}
.Button_overlaid
{
background:rgba(0,0,0,0.5);
opacity:0.9;
color:#fff;
}
.Button_split #add_friend
{
background:#FF0000;
color:#fff;
}
.Button_overlaid:hover
{
background:#000;
color:#fff;
opacity:1;
}
.Button_overlaid:active
{
background:#fff;
}
.Responsive_inline
{
color:#FFFFFF;
display:inline !important;
}
#add_friend a
{
color:#FFFFFF;
}
.PBBMenu
{
background:#fff;
box-shadow:0px 7px 20px rgba(0, 0, 0, 0.2);
border:1px solid #ebebeb;
border-radius:3px;
z-index:10000;
position:absolute;
}
ul.PBBMenu, .PBBMenu ul
{
list-style:none;
padding:0;
margin:0;
}
.PBBMenu_auto
{
width:150px;
min-width:150px;
max-width:300px;
}
.PBBHide
{
display:none;
}
.PBBMenu.PBBMenu_bottomCenter:after
{
border-color:transparent transparent #fff transparent;
left:50%;
margin-left:-15px;
bottom:100%;
}
.PBBMenu.PBBMenu_bottomCenter:before
{
border-color:transparent transparent #ebebeb transparent;
left:50%;
margin-left:-16px;
margin-top:-1px;
bottom:100%;
}
.PBBMenu.PBBLoading
{
min-height:100px;
}
.PBBLoading
{
position:relative;
}
.PBBLoading:before
{
font-family:'icomoon';
content:'e97b';
display:block;
color:#444;
position:absolute;
top:50%;
left:50%;
margin-top:-25px;
margin-left:-25px;
font-size:50px;
line-height:1 !important;
}
.PBBLoading:not( .PBBLoading_noAnim ):before
{
-webkit-animation:spinner 0.75s infinite linear;
animation:spinner 0.75s infinite linear;
}
.PBBMenu .PBBMenu_item:first-child a, .PBBMenu .PBBMenu_item:first-child > span
{
border-top-left-radius:5px;
border-top-right-radius:5px;
}
.PBBMenu .PBBMenu_item:last-child a, .PBBMenu .PBBMenu_item:last-child > span
{
border-bottom-left-radius:5px;
border-bottom-right-radius:5px;
}
.PBBMenu_item
{
padding:1;
margin:1;
}
.PBBMenu_item a
{
text-align:right;
line-height:1.4;
font-family: "Droid Arabic Kufi","tahoma",sans-serif;
font-size: 13px;
font-weight: normal;
padding:1;
margin:1;
}
#eledit_photo_menu
{
top: 58px; position: absolute; z-index: 60; display:none;
}
#eledit_photo_menu .PBBMenu_item
{
padding:6px;
}
#friend_menu
{
display:none;
}
.PBBDialog
{
position:absolute;
top:0;
left:0;
bottom:0;
right:0;
z-index:20000;
padding-bottom:15px;
}
.PBBDialog > div
{
display:block;
width:70%;
max-width:1200px;
background:#fff;
margin:-20% auto 0 auto;
box-shadow:0px 5px 55px rgba(0,0,0,0.4);
position:relative;
}
.PBBDialog .PBBDialog_fixed
{
position:fixed;
}
.PBBDialog .PBBDialog_loading
{
background-color:#fff;
height:200px;
}
.PBBDialog.PBBDialog_narrow > div
{
max-width:500px;
}
.PBBDialog.PBBDialog_medium > div
{
max-width:850px;
}
.PBBDialog.PBBDialog_wide > div
{
max-width:1000px;
}
.PBBDialog_close
{
position:absolute;
top:0;
display:block;
color:#000;
width:44px;
height:44px;
line-height:48px;
font-size:34px;
font-weight:300;
text-align:left;
z-index:1000;
-webkit-transition:0.2s all linear;
-moz-transition:0.2s all linear;
-ms-transition:0.2s all linear;
-o-transition:0.2s all linear;
transition:0.2s all linear;
left:0;
}
.PBBDialog_title
{
color:#333;
font-size:26px;
font-weight:300;
text-align:right;
line-height:1.2;
white-space:nowrap;
text-overflow:ellPBBis;
overflow:hidden;
margin:4;
padding:12px 15px 0 15px;
}
#pbb_dialog_upload_photo
{
display:none;
}
.PBBbad .row1
{
color:#000000;
}
.PBBAttachment_dropZone
{
height:200px;
background: #FFFFFF;
text-align:center;
margin:0 auto;
padding-top:30px;
font-size:16px;
line-height:2;
border:3px dashed transparent;
-webkit-transition:all 0.2s linear;
-moz-transition:all 0.2s linear;
-ms-transition:all 0.2s linear;
-o-transition:all 0.2s linear;
transition:all 0.2s linear;
color:#50AFE4;
}
.PBBAttachment_dropZone:not( .PBBAttachment_dropZoneSmall ) > i:first-child
{
font-size:60px;
display:block;
}
.PBBAttachment_dropZone.PBBAttachment_dropZoneSmall
{
height:auto;
padding:15px;
text-align:left;
line-height:1;
}
.pbbFieldRow ,
.pbbFieldRow a
{
color:#333;
font-size:12px;
line-height:28px;
padding:0 15px;
}
.PBBFieldRow_label{
font-size:15px;
font-weight:bold;
margin-bottom:5px;
display:inline-block;
padding-top:5px;
float:right;
padding-left:15px;
text-align:right;
}
.PBBFieldRow_required
{
font-size:10px;
text-transform:uppercase;
color:#c02222;
font-weight:normal;
}
.PBBFieldRow_content
{
margin-left:95px;
}
.PBBFieldRow_checkbox .PBBFieldRow_content
{
margin-right:24px;
}
.PBBFieldRow.PBBFieldRow_shortTitle:not( .PBBFieldRow_checkbox ) .PBBFieldRow_content
{
margin-left:95px;
}
.pbbFieldRow:not( :last-child )
{
margin-bottom:15px;
}
.pbbClearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.PBBButton_primary
{
background:#50AFE4;
color:#ffffff;
}
.PBBButton_verySmall
{
font-size:12px;
line-height:28px;
padding:0 15px;
}
#cover_browse
{
display:none;
}
.PBBPad li
{
padding-bottom:8px;
}
.PBBList_reset
{
margin:0;
padding:0;
list-style:none;
}
.left-cover{
background-color: #EDF7FF;
float:left;
border:1px solid #B5C5CB;
margin:1px;
padding:5px;
width:99%;
font-size:10px;
text-transform:uppercase;
color:#222222;
font-weight:normal;
direction:ltr;
text-align:left;
}

table {
margin: 0 auto;
}
.right_text_align{
text-align:right;
}
.left_text_align{
text-align:left;
}
.center_text_align{
text-align:center;
}
.rows_space{
text-align:center;
}
div.center_text_align,div.left_text_align,div.right_text_align{
margin: 0 auto;
}
.collapse{
border-spacing: 0px;
border-collapse: collapse;
width:98%;
}
select {
font-family: "Droid Arabic Kufi","tahoma",sans-serif;
font-size: 11px;
font-weight: normal;
color: #000;
background: #FFF url("../images/clear.png") repeat scroll 0% 0%;
padding: 0px;
margin:0px;
border-width: 1px;
border-style: solid;
border-color: #C0C0C0 #4C77B6 #4C77B6 #C0C0C0;
border-radius: 3px;
outline: 0px none;
overflow:scroll;
}
fieldset {
font-family: "Droid Arabic Kufi","tahoma",sans-serif;
font-size: 13px;
font-weight: normal;
border: 1px solid #50AFE4;
background: #FFFFFF;
border-radius: 5px;
padding: 2px;
margin: 5px;
}
fieldset legend {
background: #FFFFFF;
color: #1F497D;
padding: 2px 2px ;
font-family: "Droid Arabic Kufi","tahoma",sans-serif;
font-size: 11px;
font-weight: normal;
border-radius: 5px;
border: 1px solid #50AFE4;
margin: 5px;
}
fieldset .a-center{
text-align:right;
}
.tbar_writer_info .center_text_align i,
.tbar_review .center_text_align i{
display:inline;
background: #FF0000;
color: #333;
box-shadow: 0 0 0 1px #ddd;
padding: 7px;
margin-top: 10px;
border-radius: 5px;
font-family: tahoma,sans-serif;
font-size: 11px;
font-weight: normal;
font-style: normal;
float:right;
width:18%;
clear: both;
}
.reason_edit b{
display:inline;
background: #0000FF;
color: #c02222;
box-shadow: 0 0 0 1px #ddd;
padding: 7px;
margin-top: 10px;
margin-bottom: 10px;
border-radius: 5px;
font-family: tahoma,sans-serif;
font-size: 11px;
font-weight: normal;
font-style: normal;
float:right;
width:18%;
clear: both;
}
#signature
{
width:50%;
border-spacing:1px;
margin-top: 150px;
clear: both;
}
.information{
background:#fff;
opacity: 0.6;
font: normal 11px tahoma;
position:absolute;
top:163px;
display:block;
color:#000;
width:auto;
text-align:right;
float:right;
z-index:100;
right:5px;
display: inline-block;
vertical-align: middle;
padding-top: 4px;
padding-bottom: 4px;
border-radius: 3px;
}
.information a{margin-top: 8px;
color:#000;
}
.information .dirc{
direction:ltr;
}
.information:hover a{
color:#000;
}
.information:hover
{
background:#fff;
color:#000;
opacity:1;
}
#calendar {
width: 100%;
max-width: 100%;
margin: 0 auto;
}
#calendar th{
background-color: #4488C5;
background-image:url('../images/background/header_bar_bg.png');
background-repeat: repeat-x;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
padding: 8px;
color:#fff;
}
#calendar button {
background-color: #EDF7FF;
}
#calendar div {
background-color: #EDF7FF;
}
.renametitle {
padding-left: 2px;
padding-right: 2px;
color: #000;
}
.attach_field_img
{
width:auto;
display: inline-block;
}
.attach_field_files
{
width:40%;
display: inline-block;
}
.attach-cover{
background-image:url('../images/background/row1-light.png');
background-color: #EDF7FF;
float:left;
border:1px solid #50AFE4;
margin:1px;
padding:5px;
width:auto;
font: normal 11px tahoma;
text-transform:uppercase;
color:#222222;
font-weight:normal;
text-align:right;
border-radius: 3px;
}
.extension{
background-image:url('../images/background/row1-light.png');
position:relative;
left:9px;
top:-15px;
float:left;
background-color: #EDF7FF;
border:1px solid #50AFE4;
padding-left:4px;
padding-right:4px;
font-weight:normal;
border-radius: 4px;
}
.farss i{
color: #50AFE4;
margin-top:-0px;
}
.faarrow i{
color: #888888;
margin-top:-4px;
}
.special-bar{
width:100%;
}
.custom_theme {
background: transparent url("../images/color_picker.png") no-repeat scroll 50% 5px;
cursor: pointer;
width: 37px;
height: 26px;
float: right;
}
.custom_theme .btn-jscolor {
height: 26px;
width: 37px;
}
.custom_theme .btn-jscolor, .custom_theme .jscolor{
border: 0px none !important;
background: transparent none repeat scroll 0% 0% !important;
text-indent: -999px !important;
font-size: 0px;
padding: 0px;
margin: 0px;
cursor: pointer;
opacity: 0;
display: block;
}
.v-align-t{
vertical-align:top;
}
.chat{
width: 98%;
margin: auto;
}
.lasts_p{
width: 98%;
margin: auto;
}
.vis_content{
margin-right:23px;
}
.addr_bar{
margin-right:29px;
}
.sbp_show {
display: none;
}
.user_awards{
width:170px;
height:150px;
overflow-x: hidden;
overflow-y: auto;
float: left;
}
img{
max-width:auto;
}
.table {
display:table!important;
table-layout:fixed;
}
.inline-table {
display:inline-table!important;
table-layout:fixed;
}
dl, .dl {
display:table-row!important
}
dt{
display:none;
}
dd, .dd {
display:table-cell!important;
vertical-align:middle;
word-wrap:break-word;
}
.mrgTable {
margin-left:auto;
margin-right:auto
}
.rightTable {
margin-left:auto
}
.leftTable {
margin-right:auto
}
.w_absent {
margin-right:10px;
width: 170px;
}
.w_name_rate {
position: relative;
left:5px;
right:5px;
top:0px;
text-align:center;
}
.w_others {
vertical-align: top;
width: auto;
}
.w_infos {
width: 170px;
max-width:15%;
vertical-align: top;
}
.w_awards {
vertical-align: top;
max-width:15%;
margin-left:4px;
margin-right:4px;
}
.w_lasts marquee
{
height: 100px;
}
.w_lasts {
vertical-align: top;
width: 170px;
max-width:5%;
margin-left:4px;
margin-right:4px;
}
.w_photo{
width: 15%;
text-align:right;
}
.w_toggle {
display: none;
cursor: pointer;
}
.w_writer {
padding-right: 3px
}
.writers_info dd {
vertical-align: top;
max-width:15%;
}
.forum_sub_n_rep, .forum_sub_n_vis, .forum_sub_n_lasts ,.member-list-hide span{
background-color: #F3F9FE;
margin: 3px;
padding: 3px;
border: 1px solid #A5C8E0;
border-radius: 4px;
display: inline-block;
}
.n_lasts_guest, .n_lasts-rep, .n_lasts_date{
display: inline-block;
}
.f-details-s, .f-details-m{
display: inline-table;
margin-bottom: 10px;
}
.f-details-s{
min-width: 170px;
}
.f-details-m{
min-width: 355px;
}
.p-lasts-pager{
float: left;
}
.prof-left{
width: 25%;
}
.prof-right{
width: 75%;
}
.wd150n{
width:150px;
}
.wd120n{
width:120px;
}
.wd100n{
width:100px;
}
.wd40n{
width:40px;
}
.wd15n{
width:15px;
}
.wd100{
width:100%;
}
.wd98{
width:98%;
}
.wd97{
width:97%;
}
.wd95{
width:95%;
}
.wd90{
width:90%;
}
.wd88{
width:88%;
}
.wd85{
width:85%;
}
.wd82{
width:82%;
}
.wd80{
width:80%;
}
.wd78{
width:78%;
}
.wd75{
width:73.1%;
}
.wd72{
width:72%;
}
.wd70{
width:70%;
}
.wd60{
width:60%;
}
.wd50{
width:50%;
}
.wd49{
width:49%;
}
.wd48{
width:48%;
}
.wd40{
width:40%;
}
.wd38{
width:38%;
}
.wd35{
width:35%;
}
.wd33-3{
width:33.3%;
}
.wd31{
width:31%;
}
.wd30{
width:30%;
}
.wd28{
width:28%;
}
.wd25{
width:25%;
}
.wd20{
width:20%;
}
.wd17{
width:17%;
}
.wd15{
width:15%;
}
.wd14{
width:14%;
}
.wd12{
width:12%;
}
.wd10{
width:10%;
}
.wd8{
width:8%;
}
.wd6{
width:6%;
}
.wd5{
width:5%;
}
.wd4{
width:4%;
}
.wd3{
width:3%;
}
.wd2{
width:2%;
}
.wd1{
width:1%;
}
#colors-content {
display: none;
position: absolute;
z-index: 9999;
top: 150px;
left: 95px;
}
.reset{
display: block;
padding: 3px;
height:18px;
border: 1px solid rgb(187, 187, 187);
color: rgb(0, 0, 0);
font: 12px sans-serif;
text-align: center;
cursor: pointer;
line-height: 18px;
}
.ck-editor{
width:79%;
margin:1px;
display:block;
}
.brd0{
border: 0;
}
.brd1{
border: 1px solid #FFF;
}
.clp0{
padding: 0;
}
.clp2{
padding: 2px;
}
.clp3{
padding: 3px;
}
.clp8{
padding: 8px;
}
.clpc0{
border-spacing: 0px;
}
.clpc1{
border: 0px solid;
}
.clpc3{
border-spacing: 3px;
}
.va-t{
vertical-align: top;
}
.va-m{
vertical-align: middle;
}
.va-b{
vertical-align: bottom;
}
.nwrp{
white-space: nowrap;
}
.a-center{
text-align: center;
margin-left: auto;
margin-right: auto;
}
.a-left{
text-align: left;
margin-left: 0;
margin-right: auto;
}
.a-right{
text-align: right;
margin-left: auto;
margin-right: 0;
}
.cp-reput-hide, .cp-attach-hide, .member-list-hide{
display: none !important;
margin:0;
}
.wd2 .forum_sub_dotrev ,.wd2 forum_sub_icon{
text-align: right;
width: 1%;
}
.pagetext_visitorMessage{
width: 660px;
}
.fc-content {
color: #000;
}
@media (max-width:1200px) {
.cked_fast{
width: 80%;
}
.attach_field_files
{
width:45%;
}
}
@media (max-width:980px) {
.f-details-l{
width: 60%;
}
.forum-stats{
width: 40%;
}
.member-lists-bar dd{
display: inline-block !important;
margin:0px 3px;
}
.special-bar{
width: 100%;
}
.smiles-bbcode{
width:30%;
}
#pm_popup{
width:65%;
left: 18%;
}
.sbp_buton {
left: -20px;
}
.forum-last-post {
width: 230px;
padding: 8px 2px;
}
.w_lasts,.w_awards,.w_absent{
display:none !important;
}
.cked_fast{
width: 85%;
}
.attach_field_files
{
width:60%;
}
.div-sub-forums-columns{
width:600px;
}
}
@media (min-width:795px) {
.usercp_right{
width: 20%;
margin:0;
}
.usercp_left{
width: 80%;
margin:0;
}
.usercp_menu{
width: 95%;
}
.div-sub-forums-columns{
width:400px;
}
}
@media (max-width:794px) {
.register-infos dd, .register-invite{
display: block !important;
margin : 0px;
}
.f-details-l{
width: 65%;
}
.usercp_right{
width: 100%;
margin:0;
}
.usercp_left{
width: 100%;
margin:10px 0;
}
.usercp_menu{
width: 100%;
}
}
@media (min-width:790px) and (max-width:980px) {
.lasts-news dd{
display: inline-block !important;
margin: 0;
}
.lasts-news textarea{
width: 96%;
}
}
@media (min-width:751px) {
.sbp_foot, .sbp_tfoot{
display:none !important;
}
.cked_fast{
width: 88%;
}
}
@media (min-width:750px) and (max-width:870px) {
.right-mainbox,.left-mainbox {
float: none;
width: auto;
}
}
@media (max-width:750px) {
.prof-left, .prof-right{
width: 100%;
}
.f-details-l{
width: 70%;
}
.member-lists-susp{
display: none !important;
}
.member-lists-search{
display: inline-block !important;
}
.member-lists-arrangement dd,
.prof-left, .prof-right{
display: block !important;
margin : 0px;
}
.cked_fast{
width: 90%;
}
.w_others{
display: none !important;
}
#pm_popup{
width:75%;
left: 13%;
}
.forum-last-post
{
width:200px;
padding:8px 2px;
}
.div-sub-forums-columns
{
width:300px;
}
.sbp_forum, .sbp_sbar
{
width:100% !important;
}
.sb_btn, .sb_tbtn{
display:none !important;
}
.sbp_buton,.sbp_tbuton {
background: transparent !important;
width: auto;
height: auto;
margin-top: 0px;
margin-left: 0px;
}
.sbp_show {
display: block !important;
float: left;
background-color: #4184C8;
background-image:url('../images/background/tcat_bg.png');
background-repeat: repeat-x;
margin-bottom: 10px;
border-radius: 4px;
-webkit-border-radius: 4px;
text-align: center;
width: 100%;
}
.sbp_buton, .sbp_tbuton{
left: 0px !important;
top: 0px !important;
padding: 6px;
color: #FFF;
font-family: "Droid Arabic Kufi","tahoma",sans-serif;
font-size: 13px;
float:none !important;
margin-top: 0px !important;
}
.attach_field_files
{
width:85%;
}
}
@media (min-width:651px) {
.forum_sub_n_rep, .forum_sub_n_vis{
display: none !important;
}
}
@media (max-width:650px) {
#ytplayer,.jwplayer-html5-item{
width: 250px;
height: 250px;
max-width:250px;
max-height:250px;
word-break: break-all;
margin:0;
}
div.pagetext_visitorMessage{
width: 300px;
}
.f-details-l{
width: 80%;
}
.smiles-bbcode, .ck-editor{
width:96%;
margin:1px;
display:inline-block !important;
}
.avatar-list, .friend_name, .friend_iagree, .friend_noagree{
width: 96%;
margin: 1px;
display:inline-block !important;
}
#pm_popup{
width:94%;
left: 3%;
}
.special-bar{
width: 92%;
}
.special-row, .cp-reput-hide, .cp-attach-hide, .member-list-hide{
display: block !important;
margin-right:15px;
}
.right-mainbox,.left-mainbox {
float: none;
width: auto;
}
.writers_info dd {
max-width:100% !important;
}
.cked_fast{
width: 95%;
}
.attach_field_files
{
width:90%;
}
.forum_sub_vis, .forum_sub_rep, .forum_sub_icon, .sm_sub_lasts, .resp-susp{
display: none !important;
}
.forum-last-post {
margin: auto;
float: none;
width: 98%;
padding: 8px 2px;
}
.forum-stats{
width: 45%;
}
}
@media (max-width:520px) {
.lasts-news dd{
display: inline-block !important;
margin: 0;
}
.lasts-news textarea{
width: 96%;
}
}
@media screen and (min-width: 481px) {
.forum_sub_n_lasts{
display: none !important;
}
}
/* for 480px or less */
@media screen and (max-width: 480px) {
#ytplayer, .jwplayer-html5-item
{
width: 250px;
height: 250px;
max-width:250px;
max-height:250px;
word-break: break-all;
margin:0;
}
div.pagetext_visitorMessage{
width: 250px;
max-width:250px;
word-break: break-all;
}
div.pagetext_visitorMessage div{
width: 250px;
max-width:250px;
word-break: break-all;
}
.information{
max-width:120px;
width: auto;
word-wrap: break-word;
white-space: pre-wrap;
clear: both;
}
.morwidth {
width: 100% !important;
margin-top: -75px !important;
}
.w_toggle {
display: block;
background-color:#FFFFFF;
color:#2E3539;
font-family: "Droid Arabic Kufi","tahoma",sans-serif;
font-size: 10px;
font-weight: normal;
text-shadow: 0px 1px 0px #FFF;
margin: 3px;
padding-left: 3px;
padding-right: 5px;
padding-top: 1px;
padding-bottom: 1px;
border:1px solid #A5C8E0;
border-radius: 4px 4px 4px 4px;
max-width:120px;
width: auto;
cursor: pointer;
}
.f-details-l{
width: 99%;
}
nav li #alerts-content{
width: 90%;
right: 10px;
border-radius: 3px;
-webkit-border-radius: 3px;
}
.element_menu{
margin: 0px !important;
padding: 0px !important;
}
nav #userlink_menu, nav #userlink_menu li{
width: 100%;
}
.max-input{
width: 90%;
}
body #border_msg, #border_msg .row1{
width: 80%;
}
.attach_field_files
{
width:92%;
}
#pm_popup{
width:98%;
left: 1%;
}
.lastP_user a{
color: #F00;
}
.lastP_date{
min-width: 60px;
}
.resize_img{
font-size: 8px;
}
.sm_sub_rep, .sm_sub_vis, .forum_sub_lasts,
#header_bar #searchContainer,
.forum-icon,
.UserPhoto_tiny_RCS,.PBB-WBS{
display: none;
}
table,td,h1,textarea{
*height: auto;
outline:0 !important ;
left:auto !important ;
right:auto !important ;
min-height:auto !important
}
.Iconchevron{	left:auto !important ;
right:auto !important ;
float: none;
}
.row1,.row2,.row3,.row4,usericon,statesicon{
padding: 0px;
height: auto;
border: 0px solid;
}
.UserPhoto_large img {
width: 50px;
height: auto;}
.pbbList_inline{
list-style:inherit;
display: inline-block;
}
#primary_nav,#subnavigation
{
z-index: 998;
}
.body_wrapper
{
top:33px;
}
.select_jump
{
width:100px;
}
nav li #login-content {
right: 0px;
width: 240px;
border-radius: 3px;
-webkit-border-radius: 3px;
}
.w_photo, .w_name_rate, .w_infos, .mod_box, .topic_links, .pager_box{
margin: 5px;
display: inline-block !important;
}
.f_sub_link, .f_sub_pager{
margin: 10px 0px;
display: inline-block !important;
}
.cked_fast{
width: 98%;
}
.row1, .row2{
border-top: 2px dotted #C9C9C9 !important;
}
.register-birth{
display: block !important;
margin : 0px;
}
.multi_pages{
width: auto;
}
.multi_pages .mainbar, .multi_pages .pag_row a{
padding: 4px 6px;
}
.p-lasts-pager{
float: none;
}
.writer_info{
display: none;
}
.information{
display: none;
}
#elEditProfile{
display: none;
}
.forum-stats{
width: auto;
}
}
@media screen and (max-width: 404px) {
.information{
display: none;
}
#elEditProfile{
display: none;
}
.app_button{
display: none;
}
.f-details-s, .f-details-m{
width: 100%;
min-width: 100%;
}
.sub_tools{
direction: ltr;
}
#subject_tools{
direction: rtl;
}
.text img{
max-width: 100% !important;
}
.writer_info{
display: none;
}
}
@media (max-width:300px) {
.information{
display: none;
}
#elEditProfile{
display: none;
}
.app_button{
display: none;
}
.lasts-news table {
width: 98%;
}
.text img{
max-width: 100% !important;
}
.writer_info{
display: none;
}
}
@media (min-width:981px) and (max-width:1100px) {
.forum-stats{
width: 45%;
}
}

/*
 * ========================================
 * Start All New CSS
 * After Converting Skin By Samy Demashky
 * ========================================
 */
.row6{
background: #000000 url('../images/background/row6.png') repeat;
padding:4px 10px 0px 0px;
border: 1px solid;
}
 .news-mid {
	float:left;
	background: url('../images/news-mid.png') repeat-x;
	margin: 0px;
	width: 100%;
	height: 50px;
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-family: Droid Arabic Kufi;
	font-weight: bold;
	font-size: 10px;
	color: #000;
}

.news-left {
	float:left;
	background: url('../images/news-left.png') no-repeat left top;
	margin: 0px;
	width: 100%;
	height: 50px;
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-family: Droid Arabic Kufi;
	font-weight: bold;
	font-size: 10px;
	color: #000;
}

.news-right {
	float:right;
	background: url('../images/news-right.png') no-repeat right top;
	margin: 0px;
	width: 100%;
	height: 50px;
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-family: Droid Arabic Kufi;
	font-weight: bold;
	font-size: 10px;
	color: #000;
}

.newstext {
	margin: 0px;
	width: 100%;
	height: 50px;
	vertical-align: middle;
	padding: 12px 0px 0px 0px;
	text-align: center;
	font-family: Droid Arabic Kufi;
	font-weight: bold;
	font-size: 10px;
	color: #000;
}

.catheadmid {
	float:left;
	background: url('../images/cathead_mid.png') repeat-x;
	display: inline;
	border-bottom: 0px solid #000;
	margin: 0px;
	width: 100%;
	height: 45px;
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-family: Droid Arabic Kufi;
	font-weight: bold;
	font-size: 10px;
	color: #000;
}

.catheadleft {
	float:left;
	background: url('../images/cathead_left.png') no-repeat left top;
	display: block;
	border-bottom: 0px solid #000;
	margin: 0px;
	width: 100%;
	height: 45px;
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-family: Droid Arabic Kufi;
	font-weight: bold;
	font-size: 10px;
	color: #000;
}

.catheadright {
	float:right;
	background: url('../images/cathead_right.png') no-repeat right top;
	display: inline;
	border-bottom: 0px solid #000;
	margin: 0px;
	width: 100%;
	height: 45px;
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-family: Droid Arabic Kufi;
	font-weight: bold;
	font-size: 10px;
	color: #fff;
}

.catheadtext {
	margin: 0px;
	width: 100%;
	height: 45px;
	vertical-align: middle;
	padding: 12px 0px 0px 0px;
	text-align: center;
	font-family: Droid Arabic Kufi;
	font-weight: bold;
	font-size: 10px;
	color: #000;
}

.catheadtext a:link,
.catheadtext a:visited,
.catheadtextcollapse a:link,
.catheadtextcollapse a:visited {
	background: transparent;
	color: #000;
	text-decoration: none;
}

.catheadtext a:hover,
.catheadtext a:active,
.catheadtextcollapse a:hover,
.catheadtextcollapse a:active {
	background: transparent;
	color: #C50000;
}

.catfoot {
  	float:left;
	background: url('../images/catfoot_mid.png') repeat-x;
	border-top: 0px solid #000;
	margin: 0px;
	width: 100%;
	height: 50px;
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-family: Droid Arabic Kufi;
	font-weight: bold;
	font-size: 10px;
	color: #000;
}

.catfoot_left {
  	float:left;
  	background: url('../images/catfoot_left.png') no-repeat left top;
	border-top: 0px solid #000;
	margin: 0px;
	width: 100%;
	height: 50px;
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-family: Droid Arabic Kufi;
	font-weight: bold;
	font-size: 10px;
	color: #000;
}

.catfoot_right {
	float:right;
	background: url('../images/catfoot_right.png') no-repeat right top;
	border-top: 0px solid #000;
	margin: 0px;
	width: 100%;
	height: 50px;
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-family: Droid Arabic Kufi;
	font-weight: bold;
	font-size: 10px;
	color: #000;
}

.catheadmid2 {
	float:left;
	background: url('../images/cathead_mid2.png') repeat-x;
	display: inline;
	border-bottom: 0px solid #000;
	margin: 0px;
	width: 100%;
	height: 45px;
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-family: Droid Arabic Kufi;
	font-weight: bold;
	font-size: 10px;
	color: #000;
}

.catheadleft2 {
	float:left;
	background: url('../images/cathead_left2.png') no-repeat left top;
	display: block;
	border-bottom: 0px solid #000;
	margin: 0px;
	width: 100%;
	height: 45px;
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-family: Droid Arabic Kufi;
	font-weight: bold;
	font-size: 10px;
	color: #000;
}

.catheadright2 {
	float:right;
	background: url('../images/cathead_right2.png') no-repeat right top;
	display: inline;
	border-bottom: 0px solid #000;
	margin: 0px;
	width: 100%;
	height: 45px;
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-family: Droid Arabic Kufi;
	font-weight: bold;
	font-size: 10px;
	color: #fff;
}

.catheadtext2 {
	margin: 0px;
	width: 100%;
	height: 45px;
	vertical-align: middle;
	padding: 12px 0px 0px 0px;
	text-align: center;
	font-family: Droid Arabic Kufi;
	font-weight: bold;
	font-size: 10px;
	color: #000;
}

.catheadtext2 a:link,
.catheadtext2 a:visited,
.catheadtextcollapse2 a:link,
.catheadtextcollapse2 a:visited {
	background: transparent;
	color: #000;
	text-decoration: none;
}

.catheadtext2 a:hover,
.catheadtext2 a:active,
.catheadtextcollapse2 a:hover,
.catheadtextcollapse2 a:active {
	background: transparent;
	color: #C50000;
}

.footerbarbg {
	float:left;
	background: url('../images/background/footer_bar_bg.png') repeat-x;
	display: inline;
	border-bottom: 0px solid #C50000;
	margin: 0px;
	width: 100%;
	height: 50px;
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-family: Droid Arabic Kufi;
	font-weight: none;
	font-size: 9px;
	color: #fff;
}
/*
 * ========================================
 * End All New CSS
 * After Converting Skin By Samy Demashky
 * ========================================
 */