/* users dashboard styles */
/* BEGIN PAGE */

body {
 margin-top: 0px;
 font: 12px/1.5em Arial;
 color:#990000;
 background-color:#FFFFFF;
 }

.wrapper{
  margin-top: 0px;
  padding:0px;
  width:990px;
  border: 1px solid #990000;
  background-color:#FFE188;
}

.page_layout{
  margin-top: 0px;
  padding:0px;
  padding-top:none;

}

.header_box{
    height:130px;
  padding-bottom:1px;
  background-color:#FFF1C6;
  background-image: url(images/pp_head756x133_grad.png);
  background-position: left;
  background-repeat: repeat-x;
}

.header{
    height:130px;
  padding:0px;
/*  background-color:#FFF1C6; */
  background-image: url(images/pp_head756x133.png);
  background-position: left;
  background-repeat: no-repeat;
}

.header_img{
    float:right;
    position: relative;
    padding-top:10px;
    padding-right:20px;
}

.header_title{
    float:right;
    padding-top:5px;
    padding-right:4px;
    font-family: Trebuchet MS, Tahoma;
    font-size:24px;
    font-weight: bold;
    font-style: italic;
    color:#FFFFFF;
    line-height: 1.2em;
}



.top_box{
    background-color:#FFF1C6;

}



/* END PAGE */

/* BEGIN TABS */

.tabmenu{
    padding: 3px 0;
    padding-left:10px;
    margin-left: 0px;
    font: bold 12px Verdana;
    border-bottom: 1px solid #CC0000;
    list-style-type: none;
    text-align: left;
    margin-bottom: 0px;
    margin-top: 10px;

}

.tabmenu li{
    display: inline;
    margin: 0;
}

.tabmenu li a{
    text-decoration: none;
    padding: 3px 7px;
    margin-right: 3px;
    border: 2px solid #CC0000;
    border-bottom: none;
    background-color: #FFF1D5;
    color: #CC6600;
}

.tabmenu li a:visited{
    color: #CC6600;
}

.tabmenu li a:hover{
    background-color: #FFFF99;
    color: #FF0000;
    border: 2px solid #FF0000;
    border-bottom: none;
}

.tabmenu li a:active{
    color: black;
}

.tabmenu li.selected a{
    position: relative;
    top: 1px;
    padding-top: 4px;
    background-color: #FFE188;
    color: #990000;
}


/* END TABS */

/* BEGIN MAIN CONTENT  */

.page_main{
  padding:12px;

}

.content_main{
  padding:8px;
    border: 1px solid #990000;
    background-color: #FFF1D5;
    font-weight:normal;
}

/* END MAIN CONTENT */

/* begin forum */



.maintable {border: 0px ; width: 100%; padding: 0px; background-color: #FFFFFF} /*main table for forum*/

.regrow {font-family: Verdana,Sans-serif; color: #990000; font-weight: bold; background-color: #FFFFFF;font-size: 12px;} /*registration row, mainly here for symetry*/

.headline {font-family: Verdana,Sans-serif;font-weight: bold;color: #FFFFFF;background-color: #990000;font-size: 11px;} /*headline row, the first row that says forum name, topics, posts and such*/

.forumrow {font-family: Verdana,Sans-serif; color: #990000;background-color: #FFF1D5;font-size: 12px;} /*color of the forum rows*/

.mainrow a:link, a:visited,  a:active { text-decoration: none; color:#0000FF;}

.mainrow {font-family: Verdana,Sans-serif; color: #990000;background-color: #FFF1D5;font-size: 12px; a:link, a:visited, a:active { text-decoration: none}} /*color of the forum rows*/

.maintables{background-color: #FFFFFF; width: 95%; padding: 0px; border: 1px solid; cellspacing: no} /*main table for forum*/


/* end forum */