/*
  The original phpbb004 Theme for phpBB version 2+
  Created by Aivah design
  http://www.aivah.com
*/


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {background:#93a4b5 url(images/bg.gif)repeat-x; margin:10px;}

/* General font families for common tags */
font,th,td,p {font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif; color:#000;}
a:link,a:active,a:visited {color:#0d2d54;}
a:hover {color:#C7C7C7; text-decoration:underline;}
hr	{border:solid #58708d 0px; border-top-width:0; height:0px;}

table.bg {background:#d9dee1 url(images/top-forum.jpg) right no-repeat;}

/* This is the border line & background colour round the entire page */
.bodyline	{background:#fff; border:0px #D0D0D0 solid;}

/* This is the outline round the main forum tables */
.forumline {background:#c3cacf; border:1px #c3cacf solid;}

/* This is the top Navivation Links */
.topnav {font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif; font-size:11px; text-decoration:none;}
a.topnav:link,a.topnav:active,a.topnav:visited {color:#0d2d54; text-decoration:none;}
a.topnav:hover {text-decoration:underline; color:#000;}

/* Main table cell colours and backgrounds */
td.row1 {background:#f6f6f6; color:#0d2d54; padding:10px;}
td.row2 {background:#e1e1e1; color:#0d2d54; padding:10px;}
td.row3 {background:#cdcdcd; color:#0d2d54; padding:10px;}


/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {background:#4e4e4e url(images/cellpic_gr.jpg) repeat-y;}

/* Header cells - the blue and silver gradient backgrounds */
th	{background:#646464 url(images/nav_bg.gif); color:#000000; font-size: 11px; font-weight:bold; height:30px;}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {background:#646464 url(images/cellpic_g.gif); color:#0d2d54; font:11px Tahoma,Verdana,Arial,Helvetica,sans-serif; height:31px;}


/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {border-width:0px; height:30px;}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {font-weight:bold; height:30px;}
td.row3Right,td.spaceRow {background:#fff; width:90%;}

th.thHead,td.catHead {border-width:0; font-size:11px;}
th.thSides,td.catSides,td.spaceRow {border:0;}
th.thRight,td.catRight,td.row3Right {border:0;}
th.thLeft,td.catLeft {border:0;}
th.thBottom,td.catBottom {border:0;}
th.thTop {border:0;}
th.thCornerL {border:0;}
th.thCornerR {border:0;}


/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2 {color:#0a213d; font:bold 13px Tahoma,Verdana,Arial,Helvetica,sans-serif; line-height:110%; text-decoration:none;}


/* General text */
.gen {font-size:11px;}
.genmed {font-size:11px;}
.gensmall {font-size:10px;}
.gen,.genmed,.gensmall {color:#0d2d54;}
a.gen,a.genmed,a.gensmall {color:#0d2d54; text-decoration:none;}
a.gen:hover,a.genmed:hover,a.gensmall:hover	{color:#0d2d54; text-decoration:underline;}


/* The register, login, search etc links at the top of the page */
.mainmenu {color:#000; font-size:11px;}
a.mainmenu {color:#646464; text-decoration:none;}
a.mainmenu:hover {color:#E1B402; text-decoration:underline;}

/* Forum category titles */
.cattitle {color:#646464; font-weight:bold; font-size:11px;}
a.cattitle {color:#646464; text-decoration:none;}
a.cattitle:hover {text-decoration:underline;}

/* Forum title: Text and link to the forums used in: index.php */
.forumlink {color:#646464; font-weight:bold; font-size:11px;}
a.forumlink {color:#E1B402; text-decoration:none;}
a.forumlink:hover{color:#C4C4C4; text-decoration:underline;}

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav {font-weight:bold; font-size:11px; color:#0a213d;}
a.nav {text-decoration:none; color:#0a213d; }
a.nav:hover {text-decoration:underline;}

/* titles for the topics: could specify viewed link colour too */
.topictitle {color:#fe9409; font-weight:bold; font-size:10px;}
a.topictitle:link {color:#fe9409; text-decoration:none;}
a.topictitle:visited {color:#fe9409; text-decoration:none;}
a.topictitle:hover {color:#FFDB54; text-decoration:underline;}

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name {font-size:11px; color:#000;}

/* Location, number of posts, post date etc */
.postdetails {color:#0d2d54; font-size:10px; padding:10; text-align:justify;}

/* The content of the posts (body of text) */
.postbody {color:#0d2d54; font-size:11px; padding:10; text-align:justify;}
a.postlink:link	{color:#fe9409; text-decoration:none;}
a.postlink:visited {color:#fe9409; text-decoration:none;}
a.postlink:hover {color:#fe9409; text-decoration:underline;}

/* Quote & Code blocks */
.code {background:#FAFAFA; border:0px; color:#006600; font:11px Courier,'Courier New',sans-serif;}
.quote {background:#FAFAFA; border:0px; color:#444; font:11px/125% Tahoma,Verdana,Arial,Helvetica,sans-serif;}

/* Copyright and bottom info */
.copyright {color:#444; font:10px Tahoma,Verdana,Arial,Helvetica,sans-serif;}
a.copyright {color:#444; text-decoration:none;}
a.copyright:hover {color:#000; text-decoration: underline;}

/* Form elements */
input,textarea, select {border:#fff solid 0; color:#000; font:normal 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;}

/* The text input fields background colour */
input.post, textarea.post, select {background:#FEF3B9;}

input {border:1px inset #fff; text-indent:2px;}

/* The buttons used for bbCode styling in message post */
input.button {background:#FEF3B9; color:#000; font:11px Tahoma,Verdana,Arial,Helvetica,sans-serif;}

/* The main submit button option */
input.mainoption {background:#FAFAFA; font-weight:bold;}

/* None-bold submit button */
input.liteoption {background:#FAFAFA; font-weight:normal;}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline {background:#D4D4D4; border-style:none;}

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");
