#pageheader {
 background: #707a93 url(themes/forum_themes/grey/images/bg_header.jpg) repeat-x left top;
 border-bottom: 1px solid #666;
}

#topBar {  
 background: #65677D url(themes/forum_themes/grey/images/bg_page_topbar.jpg) repeat-x left top;
}

.topBarLinks { 
 color:             #fff;
 background:        transparent;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 text-align:		center;
 padding:           8px 30px 6px 20px;
}
.topBarLinks a:link { 
 color:             #fff;
 background:        transparent;
 text-decoration:   underline;
} 
.topBarLinks a:visited { 
 color:             #fff;
 background:        transparent;
 text-decoration:   underline;
}
.topBarLinks a:hover { 
 color:             #333;    
 background:        transparent;
 text-decoration:   none;
}

.rightheader {  
 background-color:  transparent;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 color:				#fff;
 text-align:		left;
 padding:			0 22px 0 20px;
}
.rightheader a:link { 
 color:             #fff;
 background:        transparent;
 text-decoration:   underline;
} 
.rightheader a:visited { 
 color:             #fff;
 background:        transparent;
 text-decoration:   underline;
}
.rightheader a:hover { 
 color:             #333;    
 background:        transparent;
 text-decoration:   none;
}

.privatemessagebox{
 background:        #616c86;
 padding:			3px;
 border:		1px solid #ccc;
 color: #fff;
}

#subheader {
 background: 		#F0F0F2 url(themes/forum_themes/grey/images/bg_breadcrumb.jpg) repeat-x left top;
 padding: 			4px 25px 3px 27px;
 border-bottom:		1px solid #8285AE;
}

.itempad {
padding: 2px 0 2px 0;
}

.itempadbig {
padding: 5px 0 5px 0;
}

.bottompad {
padding: 0 0 2px 0;
}

.marginpad {
 margin: 12px 0 10px 3px;
}

.leftpad {
 padding: 0 0 0 4px;
}

.breadcrumb {  
 background-color:  transparent;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         10px;
}
.breadcrumb a:link { 
 color:             #3b4254;
 background:        transparent;
 text-decoration:   none;
} 
.breadcrumb a:visited { 
 color:             #3b4254;
 background:        transparent;
 text-decoration:   none;
}
.breadcrumb a:hover { 
 color:             #6c768f;    
 background:        transparent;
 text-decoration:   underline;
}

.currentcrumb {
 color:  #38394B;
 font-weight: bold;
}
.breadcrumbspacer {
 color:  #6B6B85;
}