﻿
/*
------------------------------------------------------- 
	forum CSS 
------------------------------------------------------- 
*/


.whitehead .tlcorner,
.whitehead .trcorner,
.whitehead .panelheaderbar 
{
    height:26px;
    margin:0px !important;
}

.whitehead 
{
    width:168px;
    height:26px;
    margin-top:4px;
}

#subcontent 
{
    padding:12px 4px;
}

#subcontent .whitehead .tlcorner {
	background-image: url(/images/forum_head_tl.gif);
	background-repeat: no-repeat;
}

#subcontent .whitehead .trcorner  {
	background-image: url(/images/forum_head_tr.gif);
	background-repeat: no-repeat;
}

#subcontent .whitehead .panelheaderbar  {
	background-image: url(/images/forum_head_md.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	color:#000000;
	padding-top:8px;
}


textarea {
	width:572px;
}

.forumToolBox, 
.highlight,
#threadNote  {
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px 1px 1px 1px;	
}


.highlight,
#threadNote {
	background:#EEEEEE;
	padding: 2px 2px;
	width:568px;
}

.allread {
	color:#999999;
}

.unread {
    color:#D18935;
}

.sticky, .errorText {
	color:#FF4400 !important;
}

.normal
{
    color:#333333;
}

.current
{
    background:#fcdf93;
/*    border:solid 1px #999999;*/
}

.prioButton 
{
     height:9px;
     width:9px;
     margin:2px 2px 0px 0px !important;
     padding:0px !important;
     border:0px;
}

.warning
{
   background:#FF0000;
   border:solid 1px #880000;
   padding:2px;
   margin-bottom:8px;
}

.warning, .warning a
{  
   color:#FFFFFF;
   font-size:11px;
   font-weight:bold;

}

#folders 
{
    float:left;
    width:175px;
    
}

#folders .boxcontent
{
    padding:5px 1px;
}

#folders .boxcontent
{
    padding:5px 1px;
}
#conferencelist .boxcontent
{
    padding:0;
}
#folders a
{
	margin:0px;
    padding:0px;
    text-decoration:none;
}	

.folderBox, .folderBoxGold
{
    width:160px;
    height:18px;
    margin:0px 0px 1px 1px;
    padding-left:2px;
    padding-top:2px;
}


.threadBox, 
.threadBoxGold,
.threadBoxNav
{
    width:160px;
    height:auto;
    margin:0px 0px 1px 1px;
    padding-left:2px;
    padding-top:2px;
}


.folderBox, 
.threadBox
{    
    background:#F8F8F8;
}

.folderBoxGold,
.threadBoxGold
{
    background:#f3e9cd; /*#FCDF93;*/
}

.threadBoxNav
{
    text-align: center;
    margin:3px 0px 3px 0px !important;
}

.commands
{
    padding:6px;
}


/* messages */

#messages
{
    float:left;
    width:460px !important;
}

#messages .messageBox 
{
    width:460px;
}

.panelcont .messageBox .panelheaderbar, 
.panelcont .messageBox .panelfooterbar,
.panelcont .panelheaderbar .box0,
.messageActions
{
	width:438px;
}

#messages .messageActions {
	text-align:right;
	padding:2px;
}

#messages .threadFilter 
{
    background:#f8f8f8;
    border: solid 1px;
    border-color:#CCCCCC;
	text-align:right;
	margin-top:3px;
	margin-bottom:0;
	padding:4px;
}

.threadNav 
{
    float:right;
    width:120px;
}

.threadNav input{
    display:inline;
    width:23px;
    height:22px;
    padding:0px !important;
    margin:0px !important;
}

#messages .messageBox .panelcont {
	border-style: solid;
	border-color: #FF9900;
	border-width: 0px 1px 0px 1px;
	min-height:0px !important;
	color:#000000;
	margin:0px !important; 
	padding:8px 8px 0px 8px !important;
}

#messages .panelheaderbar, #messages .panelfooterbar {
/*	menu width - 2*panel corner width */
	width:448px;
	font-size:11px;
	font-weight:normal;
}

#messages .panelheaderbar a {
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
}


#messages .messageBox .blcorner{
	background-image: url(/images/conf/bl_corner.gif);
	background-repeat: no-repeat;
}

#messages .messageBox .brcorner {
	background-image: url(/images/conf/br_corner.gif);
	background-repeat: no-repeat;
}

#messages .messageBox .panelfooterbar{
	background-image: url(/images/conf/bottom_mid.gif);
	background-repeat: repeat-x;
}

blockquote
{
   background:#EEEEEE;
   font-style:italic;
   border: solid 1px #CCCCCC; 
   margin:0px 0px 10px 0px;
   padding:4px;
}

.imgscaledown {
    padding:0px;
    max-height:250px;
    max-width:436px;
}
    
.sigimage {
    padding:0px;
    max-height:100px;
    max-width:436px;
}

.emoticons 
{
    padding:0px;
    margin:-2px -0px -6px -0px;
}

.navBox 
{
    width:164px;
    border:solid 1px #CCCCCC !important;
    border-top: 0px !important;
    padding:1px !important;
    margin:0px !important;
}

.hangingPanel
{
    text-align:center;
    padding:6px 0px 6px 0px !important;
    width:166px !important;
}

.threadBold
{
    font-weight:bold !important;
}

.threadNormal
{
    font-weight:normal !important;
}

#messagetop br {
  margin-bottom: 0.8em;
}
        