/****************************************************************/
/* 1. IMPORTED STYLESHEETS */
/****************************************************************/

/* Import the basic setup styles */
@import url(imports/base.css);
/* Import the colour scheme */
@import url(imports/nevred_cs.css);

/****************************************************************/
/* 2. TEXT SETTINGS */
/****************************************************************/

/* 2.1 This sets the default Font Group */

.pun, .pun INPUT, .pun SELECT, .pun TEXTAREA, .pun OPTGROUP {
	FONT-FAMILY: Tahoma; text-align:right; direction:rtl
}

.pun {FONT-SIZE: 11pt; LINE-HEIGHT: normal; direction:rtl}

/* IEWin Font Size only - to allow IEWin to zoom. Do not remove comments \*/
* HTML .pun {FONT-SIZE: 93.75%; text-align:right; direction:rtl}

/* Set font size for tables because IE requires it */
.pun TABLE, .pun INPUT, .pun SELECT, .pun OPTGROUP, .pun TEXTAREA, DIV.postmsg P.postedit {font-size: 11pt}

/* 2.2 Set the font-size for preformatted text i.e in code boxes */

.pun PRE {FONT-FAMILY: monaco, "Bitstream Vera Sans Mono", "Courier New", courier, monospace}

/* 2.3 Font size for headers */

.pun H2, .pun H4 {font-size: 11pt}
.pun H3 {font-size: 11pt}
#brdtitle H1 {font-size: 11pt}

/* 2.4 Larger text for particular items */

DIV.postmsg P {LINE-HEIGHT: 1.4}
DIV.postleft DT {font-size: 11pt}
.pun PRE {font-size: 11pt}

/* 2.5 Bold text */

DIV.postleft DT, DIV.postmsg H4, TD.tcl H3, DIV.forminfo H3, P.postlink, DIV.linkst LI,
DIV.linksb LI, DIV.postlinksb LI, .blockmenu LI, #brdtitle H1, .pun SPAN.warntext, .pun P.warntext {FONT-WEIGHT: bold}

/****************************************************************/
/* 3. LINKS */
/****************************************************************/

/* 3.1 Remove underlining for main menu, post header links, post links and vertical menus */

#brdmenu A:link, #brdmenu A:visited, .blockpost DT A:link, .blockpost DT A:visited, .blockpost H2 A:link,
.blockpost H2 A:visited, .postlink A:link, .postlink A:visited, .postfootright A:link, .postfootright A:visited,
.blockmenu A:link, .blockmenu A:visited {
	TEXT-DECORATION: none
}

A:hover
{
    TEXT-DECORATION:underline;   /* Menuy Sarawa */ 
    background-image:url('http://webchinupload.com/files/11111111.gif');
    }
/****************************************************************/
/* 4. BORDER WIDTH AND STYLE */
/****************************************************************/

/* 4.1 By default borders are 3px solid */

DIV.box, .pun TD, .pun TH, .pun BLOCKQUOTE, DIV.codebox, DIV.forminfo, DIV.blockpost LABEL {
	BORDER-STYLE: solid;
	BORDER-WIDTH: 3px
}

/* 4.2 Special settings for the board header. */

#brdheader DIV.box {BORDER-TOP-WIDTH: 6px}

/* 4.3 Borders for table cells */

.pun TD, .pun TH {
	BORDER-BOTTOM: none;
	BORDER-RIGHT: none
}

.pun .tcl {BORDER-LEFT: none}

/* 4.4 Special setting for fieldsets to preserve IE defaults */

DIV>FIELDSET {
	BORDER-STYLE: solid;
	BORDER-WIDTH: 3px
}

/****************************************************************/
/* 5. VERTICAL AND PAGE SPACING */
/****************************************************************/

/* 5.1 Page margins */

HTML, BODY {MARGIN: 0;PADDING: 0; text-align: right;direction:rtl}
#punwrap {
margin:14px 22px;}

/* 5.2 Creates vertical space between main board elements (Margins) */

DIV.blocktable, DIV.block, DIV.blockform, DIV.block2col, #postreview {MARGIN-BOTTOM: 14px}
#punindex DIV.blocktable, DIV.blockpost {MARGIN-BOTTOM: 8px}
DIV.block2col DIV.blockform, DIV.block2col DIV.block {MARGIN-BOTTOM: 0px}

/* 5.3 Remove space above breadcrumbs, postlinks and pagelinks with a negative top margin */

DIV.linkst, DIV.linksb {MARGIN-TOP: -12px}
DIV.postlinksb {MARGIN-TOP: -6px}

/* 5.4 Put a 14px gap above the board information box in index because the category tables only
have a 8px space beneath them */

#brdstats {MARGIN-TOP: 14px}

/****************************************************************/
/* 6. SPACING AROUND CONTENT */
/****************************************************************/

/* 6.1 Default padding for main items */

DIV.block DIV.inbox, DIV.blockmenu DIV.inbox {PADDING: 5px 8px}
.pun P, .pun UL, .pun DL, DIV.blockmenu LI, .pun LABEL, #announce DIV.inbox DIV {PADDING: 4px 0}
.pun H2 {PADDING: 6px 8px}

/* 6.2 Special spacing for various elements */

.pun H1 {PADDING: 5px 0px 0px 0}
#brdtitle P {PADDING-TOP: 0px}
DIV.linkst {PADDING: 10px 8px 5px 8px}
DIV.linksb, DIV.postlinksb {PADDING: 5px 8px 10px 8px}
#brdwelcome, #brdfooter DL A, DIV.blockmenu LI, DIV.rbox INPUT  {LINE-HEIGHT: 1.4em}
#viewprofile DT, #viewprofile DD {PADDING: 0 5px; LINE-HEIGHT: 2em}

/* 6.4 Create some horizontal spacing for various elements */

#brdmenu LI, DIV.rbox INPUT, DIV.blockform P INPUT  {MARGIN-RIGHT: 14px}

/****************************************************************/
/* 7. SPACING FOR TABLES */
/****************************************************************/

.pun TH, .pun TD {PADDING: 6px 8px}
.pun TD P {PADDING: 7px 0 0 0}

/****************************************************************/
/* 8. SPACING FOR POSTS */
/****************************************************************/

/* 8.1 Padding around left and right columns in viewtopic */

DIV.postleft DL, DIV.postright {PADDING: 6px; border-color: #CEBBE3;}

/* 8.2 Extra spacing for poster contact details and avatar */

DD.usercontacts, DD.postavatar {MARGIN-TOP: 7px}
DD.postavatar {MARGIN-BOTTOM: 7px}

/* 8.3 Extra top spacing for signatures and edited by */

DIV.postsignature, DIV.postmsg P.postedit {PADDING-TOP: 17px}

/* 8.4 Spacing for code and quote boxes */

DIV.postmsg H4 {MARGIN-BOTTOM: 12px}
.pun BLOCKQUOTE, DIV.codebox {MARGIN: 7px 17px 17px 17px; PADDING: 10px}

/* 8.5 Padding for the action links and online indicator in viewtopic */

DIV.postfootleft P, DIV.postfootright UL, DIV.postfootright DIV {PADDING: 12px 8px 7px 8px}

/* 8.6 This is the input on moderators multi-delete view */

DIV.blockpost INPUT, DIV.blockpost LABEL {
	PADDING: 5px;
	DISPLAY: inline
}

P.multidelete {
	PADDING-TOP: 17px;
	PADDING-BOTTOM: 7px
}

/* 8.7 Make sure paragraphs in posts don't get any padding */

DIV.postmsg P {PADDING: 0}

/****************************************************************/
/* 9. SPECIAL SPACING FOR FORMS */
/****************************************************************/

/* 9.1 Padding around fieldsets */

DIV.blockform FORM, DIV.fakeform {PADDING: 22px 22px 17px 22px}
DIV.inform {PADDING-BOTTOM: 12px}

/* 9.2 Padding inside fieldsets */

.pun FIELDSET {PADDING: 0px 14px 0px 14px}
DIV.infldset {PADDING: 11px 0px 14px 0}
.pun LEGEND {PADDING: 0px 8px}

/* 9.3 The information box at the top of the registration form and elsewhere */

DIV.forminfo {
	MARGIN-BOTTOM: 14px;
	PADDING: 11px 12px
}

/* 9.4 BBCode help links in post forms */

UL.bblinks LI {PADDING-RIGHT: 22px}

UL.bblinks {PADDING-BOTTOM: 12px; PADDING-LEFT: 6px}

/* 9.5 Horizontal positioning for the submit button on forms */

DIV.blockform P INPUT {MARGIN-LEFT: 14px}

/****************************************************************/
/* 10. POST STATUS INDICATORS */
/****************************************************************/

/* 10.1 These are the post status indicators which appear at the left of some tables. 
.inew = new posts, .iredirect = redirect forums, .iclosed = closed topics and
.isticky = sticky topics. By default only .inew is different from the default.*/

DIV.icon {
	FLOAT: right;
	MARGIN-TOP: 0.1em;
	MARGIN-right: 0.4em;
	DISPLAY: block;
/*	BORDER-WIDTH: 0.6em 0.6em 0.6em 0.6em;
	BORDER-STYLE: solid*/
	HEIGHT: 34px;
	WIDTH: 34px; text-align:right; direction:rtl
}

DIV.searchposts DIV.icon {MARGIN-LEFT: 0}

/* 10.2 Class .tclcon is a div inside the first column of tables with post indicators. The
margin creates space for the post status indicator */

TD DIV.tclcon {MARGIN-LEFT: 2.3em; direction:rtl; text-align:right; color:#4E07A6}

/****************************************************************/
/* MOD MODERN BB-CODE STYLE INDICATORS */
/****************************************************************/

/****************************************************************/
/* MOD MODERN BBCODE: OVERRIDES FOR STANDART PUNBB STYLE INDICATORS */
/****************************************************************/

#post textarea, #post input.longinput, #edit textarea, #edit input.longinput {
    border: 2px #4E07A6 solid; 
}

/****************************************************************/
/* MOD MODERN BBCODE: TOOLBAR AND TOOLBUTTON STYLE INDICATORS */
/****************************************************************/

DIV.toolbar {
    background: #8711B2;
    border-left: 2px #4E07A6 solid;
    border-top: 2px #4E07A6 solid;
    border-right: 2px #4E07A6 solid;
}

DIV.toolbar .draghandle {
    border-left: 3px #360162 dotted;
}

DIV.toolbar .separator {
    border-left: 2px #360162 solid;
}

DIV.toolbar a.tool_btn, DIV.toolbar a.dropdown, DIV.toolbar a.dropdown_OPENed {
    border: 2px #360162 solid;
    color: #DEDFDF;
}

DIV.toolbar a.tool_btn:visited, DIV.toolbar a.dropdown:visited, DIV.toolbar a.dropdown_OPENed:visited {
    color: #DEDFDF;
}

DIV.toolbar a.tool_btn:hover, DIV.toolbar a.dropdown:hover {
    border: 2px #9CF solid;
    color: #FFF;    
    background: #360162;
}

DIV.toolbar a.dropdown {
    background: url(/../../img/modern_bbcode/oxygen_arrow.png) no-repeat top right;
}

DIV.toolbar a.dropdown_OPENed, DIV.toolbar a.dropdown_OPENed:hover, DIV.toolbar a.dropdown_OPENed:visited {
    color: #FFF;
    border: 2px #360162 solid;
    background: #360162 url(/../../img/modern_bbcode/oxygen_arrow_OPENed.png) no-repeat top right;
}

DIV.toolbar a.dropdown:hover {
    background: #360162 url(/../../img/modern_bbcode/oxygen_arrow_hover.png) no-repeat top right;
}

/****************************************************************/
/* MOD MODERN BBCODE: POPUP PALETTE INDICATORS */
/****************************************************************/

/* 0. Common popup panel indicators */

#colorpalette #colorbtn, #smilespanel #smilesbtn, #sizepanel #sizebtn, #imgpanel #imgbtn, #listpanel #listbtn {
    border-left: 2px #4D03B1 solid;
    border-right: 2px #4D03B1 solid;
    color: #3E8AC7;
    background: #4D03B1;
}

#colorpalette #colorcontent, #smilespanel #smilescontent, #sizepanel #sizecontent, #imgpanel #imgcontent, #listpanel #listcontent {
    border: 2px #4D03B1 solid; 
    background: #4D03B1;
}

/* 1. Smileys popup panel indicators */

#smilespanel #adv a, #smilespanel #adv a:visited {
    color: #FFF;
}

#smilespanel #adv a:hover {
    color: #4D03B1;
}

/* 2. Colors popup panel indicators */

#colorpalette #colorcontent a {
    border: 2px #06F3FC solid;
}

#colorpalette #colorcontent a:hover {
    border: 2px #9CF solid;
}

/* 3. Font-sizes, Images and Lists popup panel indicators */

#sizepanel #sizecontent a, #imgpanel #imgcontent a, #listpanel #listcontent a {
    border: 2px solid #4D03B1;
    color: #FFF;
    background: #4D03B1;
}

#sizepanel #sizecontent a:hover, #imgpanel #imgcontent a:hover, #listpanel #listcontent a:hover  {
    border: 2px #4D03B1 solid;
    color: #FFF;    
    background: #4D03B1;    
}

/****************************************************************/
/* MOD MODERN BBCODE: ADDITIONAL BBCODE INDICATORS */
/****************************************************************/

code {
    color: #B42000;
}

div.postmsg li {
    color: #666;
}

DIV.spoilerbox p {
    color: #F1F1F1;
}

DIV.spoilerbox p:hover {
    color: #333;
}

IMG.postimg {
    padding: 2px;
    margin: 3px 6px;
    border: 2px solid #0066B9;
    background: #FFF;
}

DIV.postmsg a:hover IMG.postimg {
    border: 2px solid #B42000;
}

span.Administrators a:link, span.Administrators a:visited {
    color: #ff9900;
    font-size: 11pt;
}    
span.Administrators a:hover {
    color: #ff9966;
    font-size: 11pt;
    text-decoration: underline;
}
span.Moderators a:link, span.Moderators a:visited {
    color: #009900;
    font-size: 11pt;
}
span.Moderators a:hover {
    color: #00bb00;
    font-size: 11pt;
    text-decoration: underline;
}
/*** ADDED ***/

/* Override the base.css hiding of board info header */

#brdstats H2 {
  position:relative;
  width:auto;
  left:0
}

/* Username, avatar etc. structure settings */

DIV.postleft DT, DIV.postleft DD.usertitle, DIV.postleft DD.postavatar {
  text-align:center;
  background:none;
  border:0
}

DIV.postleft DD.postavatar IMG, DIV.postleft DD {
  border-width:1px;
  BORDER-COLOR: #A802FE;
  border-style:solid;
  padding:1px
}

DIV.postleft DD {
  padding:3px;
  margin-bottom:1px;
  margin-top:0
}

/*****/