/* CSS layout for ox.pl 2008
   @file: oxForum.css
   @created: 11.08.2008
   @last edited: 06.10.2008
   @created by Arkadiusz Kondas
*/

/* ------- forum styles ------- */
#oxForum h3 a {font-size:13px; color:#333; color:#069;}
#oxForum p {padding-left:15px; font-size:11px;float: left;text-align: center;}
#oxForum .pages {float:right;font-size:13px;}
#oxForum .smallTxt {font-size:10px; font-weight:normal; color:#333;}
#oxForum a {color:#069;}

#oxForum table {margin-top:10px;}
#oxForum table th {background:url(../ox/layout2008/bgForumHeading.jpg) repeat-x;}

td.oxForumAuthor {text-align:center;}
td.oxForumAuthor, td.oxForumPost {border-bottom:1px solid #069; padding-bottom:15px;}
.oxForumAvatar {max-width:100px;}

.oxForumDate {font-size:11px; color:#666;}

#oxPostOption {float:right;}
#oxPostOption a {font-size:10px; color:#06C;}

.oxSection1 td, .oxSection2 td, .oxSection3 td, .oxSection4 td, .oxSection5 td, .oxSection6 td, 
.oxSection7 td, .oxSection8 td, .oxSection9 td, .oxSection10 td {border-bottom:1px solid #BCBCBC;}

.oxSection1 td {background:#FFE5A8;}
.oxSection2 td {background:#CEF7CF;}
.oxSection3 td {background:#FFF9E1;}
.oxSection4 td {background:#FECCFF;}
.oxSection5 td {background:#D5EFF0;}
.oxSection6 td {background:#FBDCDB;}
.oxSection7 td {background:#C3FED5;}
.oxSection8 td {background:#D2BDF4;}
.oxSection9 td {background:#D1DCFA;}
.oxSection10 td {background:#F3F3F3;}
