/* CSS for all fonts by forumshelp.de */

/* The content of the posts (body of text) */
body
{
  background: #ffffff;
  color: #000000;
  font: 12px Verdana;
  margin: 0px;
  padding: 0px;
  width: 100%;
}

#content 
{

  top: 10px;
  left: 0px;
  width: 100%;
  margin-top: 10px;
}


hr
{
  border: 0px solid #1d2f5d;
  border-top-width:1px;
  height:0px;
}

td.maintitle {
  font: bold 16px Arial;
  text-decoration: none;
  color: #35476f;
}

td.maintitle a 
{
  font: bold 16px Arial;
  text-decoration: none;
  color: #35476f;
} 

/* Category gradients*/
td.cat
{
  font-weight:bold;
  letter-spacing:1px;
  background:#F7F8FD;
  height:29px;
  text-indent:4px;
  background-image: url(images/forum_headeri.jpg);
}

/* Main table cell colours and backgrounds */
td.row1	{
  background-color: #F7F8FD;
  background-image: url(images/bg_row1.gif);
  border: solid 1px #FDFDFD;
  border-right-color: #DEE3F1;
  border-bottom-color: #DEE3F1;
  font-size: 10px;
}

td.row1 a 
{
  color: #000000;
} 

td.row2	{
  background-color: #F3F5FC;
  background-image: url(images/bg_row2.gif);
  border: solid 1px #FDFDFD;
  border-right-color: #DEE3F1;
  border-bottom-color: #DEE3F1;
  font-size: 11px;
}

td.row3 {
  background-color: #EFF2FA;
  background-image: url(images/bg_row3.gif);
  border: solid 1px #FDFDFD;
  border-right-color: #DEE3F1;
  border-bottom-color: #DEE3F1;
  font-size: 11px;
}

.row4
{
  background-color: #F7F8FD;
  background-image: url(images/bg_row1.gif);
  border: solid 1px #FDFDFD;
  border-right-color: #DEE3F1;
  border-bottom-color: #DEE3F1;
  font-size: 11px;
  font-weight: bold;
  width:40%;
}

.row5
{
  background-color: #EFF2FA;
  background-image: url(images/bg_row3.gif);
  border: solid 1px #FDFDFD;
  border-top-color: #DEE3F1;
  border-right-color: #DEE3F1;
  border-bottom-color: #DEE3F1;
  border-left-color: #DEE3F1;
  font-size: 11px;
  font-weight: bold;
  width:40%;
}

td.spacerow
{
  background:#F7F8FD;
}

/* This is for the table cell above the Topics,Post & Last posts on the index.php */
td.rowpic
{
  background:url(images/cellpic2.jpg) #ffffff repeat-y;
}

/* Table Header cells */

th
{
  background:#e4e8f4 url(images/cellpic_navi.jpg);
  color:#ffffff;
  font-size:11px;
  font-weight:bold;
  height:26px;
  white-space:nowrap;
  text-align:center;
  padding-left:8px;
  padding-right:8px
}

.th_right
{
  background:#e4e8f4 url(images/cellpic_navi.jpg);
  color:#ffffff;
  font-size:11px;
  font-weight:bold;
  height:26px;
  white-space:nowrap;
  text-align:right;
  padding-left:8px;
  padding-right:8px
}

/* This is the border line & background colour round the entire page ---------*/
.bodyline	{
  background-color: rgb(242, 242, 242);
}
/* ---------------------------------------------------------------------------*/


/* This is the outline round the main forum tables ---------------------------*/
.forumline {
  background:#ffffff;
  border: 1px solid #cccccc; 
  border-top: 0px solid #cccccc; 
  border-right: 0px solid #cccccc;
  border-bottom: 0px solid #cccccc;
  border-left: 0px solid #cccccc;
}

.forumline_top {
  background:#ffffff;
  border: 1px solid #cccccc; 
  border-top: 0px solid #cccccc; 
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}

/* ---------------------------------------------------------------------------*/


/* Location,number of posts,post date etc */
.postdetails
{
  font-size:10px;color:#1d2f5d
}

/* FI DivExpand - Daz - ForumImages.com - START */
/* Code  */
.codetitle,.code
{
  border:1px solid #a4bad2;padding:2px 2px 3px 3px
}

.codetitle
{
  font-size:11px;background: #d8dfe4;text-indent:2px;font-weight:bold;margin:10px 20px 0 20px
}

.code
{
  background:#fafafa;border-top-width:0;color:#060;
  font:12px Courier,'Courier New',sans-serif;overflow:auto;height:40px;
  margin:0 20px 0 20px
}

/* Quote blocks */
.quotetitle,.quote
{
  color:#475e61;font-size:11px;border: 1px solid #a4bad2;padding:2px 2px 3px 3px
}

.quotetitle
{
  background:#e1e7ec;text-indent:2px;font-weight:bold;margin:10px 20px 0 20px
}

.quote
{
  background:#fafafa;border-top-width:0;color:#444;
  overflow:auto;height:40px;margin:0 20px 10px 20px
}


/* This is for the error messages that pop up */
.errorline
{
  background:#add8e6;border:1px solid #006699
}

/* Form elements */
form
{
  display:inline
}

input
{
  font:11px Verdana,Arial,Helvetica,sans-serif
}

select
{
  background:#ffffff;font:11px Verdana,Arial,Helvetica,sans-serif
}

input.post,textarea.post
{
  background:#ffffff;border:1px solid #000000;
  font:11px Verdana,Arial,Helvetica,sans-serif;padding-bottom:2px;padding-left:2px
}

input.button,input.liteoption,.fakebut
{
  border:1px solid #000000;background:#fafafa;font-size:11px
}

input.catbutton
{
  border:1px solid #000000;background:#fafafa;font-size:10px
}

input.mainoption
{
  border:1px solid #000000;background:#fafafa;font-size:11px;font-weight:bold
}

a.but,a.but:hover,a.but:visited
{
  color:#000000;text-decoration:none
}

/* This is the line in the posting page which shows the rollover
help line. Colour value in row2 */
.helpline
{
  border:0 solid;font-size:10px
}


/* This is the gradient background at the top of the page */
.topbkg
{
  background: #dbe3ee url(images/cellpic_bkg.jpg) repeat-x;
}

.topnav
{
  background: #ffffff url(images/cellpic_navi.jpg) repeat-x;
  font-size:10px;
  font-weight:bold;
  color:#464646;

}



/* Specify the space around images */
.imgtopic,.imgicon
{
  margin-left:3px
}

.imgspace
{
  margin-left:1px;margin-right:2px
}

.imgfolder
{
  margin:1px 4px 1px 4px
}


/* Gets rid of the need for border="0" on hyperlinked images */
img
{
  border:0 solid
}

/* Background images for tables */
.tbl
{
  border-collapse:collapse;
  height:4px;
  width:100%
}

.tbll
{
  background: url(images/tb4_l.gif) no-repeat;
  width:8px
}

.tblbot
{
  background: url(images/tb4_m.gif) repeat-x;
  width:100%
}

.tblr
{
  background: url(images/tb4_r.gif) no-repeat;
  width:8px
}

.orionmenu
{
  padding:2px;
}
