body { background-color: #FFFFFF; color: #333333; margin: auto; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 75%; }

a { color: #F6AA00; color: #999999; text-decoration: underline; } a:hover { text-decoration: underline; color: #333333; }

h1 { font-size: 165%; font-variant: normal; }

h2 { font-size: 135%; font-variant: normal; color: #F8981D; }

h3 { font-size:110%; font-variant: normal;  color: #F8981D; }

input, select {
font-family: Verdana, Arial, Helvetica, sans-serif;
border: 1px solid #999999;
background-color: #F8F8F8;
font-size: 100%;
}

#header { 
padding: 5px 0px 5px 0px; 
text-align: right; 
width: 100%; 
height: 90px; 
min-width:750px;
background-color: #FFFFFF; 
background-image: url(../images/header_bg/yellow_chilli.jpg);
background-repeat: no-repeat;
}

#navigation { 
white-space: nowrap;
background-image: url(../images/nav_bg.jpg);
background-repeat: no-repeat;
clear: both; 
z-index:10;
background-color: transparent;
position: relative;
min-width:750px;
float: left;
width: 100%; 
}

#navigation ul { 
white-space: nowrap;
list-style-type: none; 
background-color: #FFFFFF;
padding: 0px; 
margin: 0px;
}

#navigation li { 
white-space: nowrap;
float: right;
text-align: center;
padding: 5px 0px 5px 0px;
border-bottom: 0px;
border-top: 1px solid #999999;
}

#navigation li a { 
background-color: #FFFFFF;
border-bottom: 1px solid #999999;
padding: 5px 15px 4px 15px;
color: #333333;
border-left: 1px solid #999999;

}

#navigation li a:hover { 
background-color: #EEEEEE; 
border-bottom: 1px solid #999999;
}

#navigation li a.link_down {
background-color: #FFE1C0;
border-bottom: 1px solid #FFE1C0;
}

#navigation li a.link_down:hover {
background-color: #FFE1C0;
border-bottom: 1px solid #FFE1C0;
}

#user_tools {
border-top:1px solid #999999;
background-color: #FFE1C0;
margin-top:-1px;
position: relative;
clear:both;
float:left;
width: 100%;
border-bottom: 1px solid #999999;
z-index: 0;
padding: 3px 0px 3px 0px;
}

#user_tools .left {
float: left; 
padding-left: 5px;
}

#user_tools .right {
padding-right: 5px;
float: right;
}

#middle { 
min-width:750px;
clear: both; 
float: left; 
width: 100%; 
background-color: #FFFFFF;
}

#middle #left { 
position: fixed;
/position: absolute;
left:0px;
width: 140px; 
padding: 10px;
background-color: #FFFFFF; 
}

#middle #left ul { 
list-style-type: none; 
padding: 0px; 
margin: 0px; 
border-top: 1px solid #CCCCCC;
}

#middle #left li { 
display: block; 
}

#middle  #left li a { 
display: block; 
width: 140px; 
color: #333333; 
padding: 5px; 
border-bottom: 1px solid #CCCCCC; 
} 

#middle #left li a:hover { 
background-color: #EEEEEE; 
}

#middle #left li a.nav_on {
background-color: #FFE1C0;
}

/*
* html #middle #content {
height:1px;
}
*/

#middle #content { 
line-height:17px;
background-color: #FFFFFF;
padding:5px;
position: relative;
margin-left:175px;
min-height: 450px;
/height: 450px;
}

#middle #content ul li {
list-style-image:url(../images/bullet_point.gif);
}

#middle #content li {
margin-bottom: 10px;
}

#footer { 
min-width:750px;
padding: 5px 0px 5px 0px; 
clear: both; 
float: left; 
width: 100%; 
border-top: 1px solid #CCCCCC; 
background-color: #FFFFFF; 
color: #333333; 
text-align: center;}

table {  font-size: 100%; }
table .title { background-color: #EEEEEE; font-size: 100%; color: #333333; border: 1px solid #999999}
table .box { background-color: #FFFFFF; border: 1px solid #999999; }
table .box2 { background-color: #EEEEEE; border: 1px solid #999999; color: #333333; }

.reference_no  { font-weight: bold; font-size: 120%;}

.reference { margin-bottom: 10px;}

table.no_border { border: 0px; font-size: 100%; }

/* To display each of the forums and the threads within that forum */
.forums {
border:1px solid #999999;
margin-bottom: 10px;
border-bottom:0px;
}

.forums .title {
text-align: center;
font-weight:bold;
border:0px;
border-bottom:1px solid #999999;
background-image: url(../images/backgrounds/topbar.jpg);
background-repeat: repeat-x;
padding:5px;
font-size: 110%;
background-color:#FFFFFF;
color:#333333;
}

.forums .name {
padding:5px;
border-bottom:1px solid #999999;
}

.forums .last_post {
padding:5px;
width:200px;
background-color:#EEEEEE;
border-bottom:1px solid #999999;
}

.forums .noThreads {
padding:5px;
text-align: center;
width:50px;
border-bottom:1px solid #999999;
}

.forums .noPosts {
background-color:#EEEEEE;
text-align: center;
padding:5px;
border-bottom:1px solid #999999;
width:50px;
}

.forums .replies {
padding:5px;
border-bottom:1px solid #999999;
}

.forums .blue {
background-color: #EEEEEE;
padding:10px;
}

.reply {
border:2px outset #FFFFFF;
padding:10px;
}

/* For each of the particular posts in the threads */

.each_post {
width:100%;
margin-bottom:10px;
margin-top:10px;
border:1px solid #999999;
}

.each_post .information {
background-color:#EEEEEE;
width: 150px;
padding: 5px;
}

.each_post .date {
border-bottom:1px solid #999999;
padding:5px;
background-color:#FFFFFF;
background-image:url(../images/backgrounds/topbar.jpg);
background-repeat:repeat-x;
color:#333333;
}

.each_post .information .username a {
text-decoration:none;
font-size: 125%;
}

.each_post .information .username {
margin-bottom:10px;
}

.each_post .information .joindate {
font-size: 90%;
}

.each_post .information .location {
font-size: 90%;
}

.each_post .information .noposts {
font-size: 90%;
}

.each_post .tools1 {
background-color:#EEEEEE;
padding:2px;
}

.each_post .tools2 {
text-align:right;
padding:2px;
}

.each_post .message {}

.each_post .message .title {
border:0px;
border-bottom:1px solid #999999;
background-color:#FFFFFF;
font-weight:bold;
padding-bottom:5px;
margin:5px;
}

.each_post .message .content {
padding:5px;
}

.each_post .message .signature {
padding:5px;
}

.preview {
padding:5px;
}

.quote {
background-color: #EEEEEE;
padding:10px;
margin-bottom:10px;
border:1px inset #FFFFFF;
}

.preview .title {
font-weight: bold;
background-color:#FFFFFF;
background-image: none;
text-align: left;
color:#333333;
border-bottom:1px solid #999999;
}

.preview .content {
padding:5px;
}

.preview .signature {
padding:5px;
}

.showattachments {
margin-top:10px;
background-color:#FFFFFF;
padding:5px;
border:1px solid #999999;
}

.showattachments_posts {
margin-top:10px;
background-color:#FFFFFF;
padding:5px;
border:1px inset #999999;
}

.showattachments .title {
background-color:#FFFFFF;
text-align:left;
color:#333333;
border:0px;
}