/* CSS Document */

body
{
  background-color: #3b3b3b;
  background-repeat: repeat-x;
  background-image: url(images/body_bg.png);
  margin: 20px;
}

div
{
  font-family: Arial;
  font-size: 12px;
}

.web_page
{
  width: 900px; 
  border-left: 0px solid #333333; 
  border-right: 0px solid #333333;
}

.main
{
  background-color: #ffffff;
  padding: 10px 10px 10px 10px;
  text-align: left;
}

.menucol
{
  margin: 5px;
  float: right; 
  width: 187px; 
  float: right;
}

.listthumb
{   
  text-align: left;
  width: 670px;  
}

.thumbbox
{
  width: 210px; 
  float: left; 
  margin: 5px; 
  font-size: 10px; 
  background: #000000;
  overflow: hidden;  
}

.thumbbox a
{
  display: block;
  padding: 5px;
  background: #000000;
  text-decoration: none;
  color: #bcbcbc;
} 

.thumbbox a:hover
{
  display: block;
  padding: 5px;
  background: #555555;
  color: #ffffff;  
} 

.pagenav
{
  padding: 8px;
  text-align: left; 
}

.pagenav a
{
  color: #222222;
  font-size: 12px;
  padding: 0px 2px;  
  text-decoration: none;
}

.pagenav b
{
  color: #222222;
  font-size: 12px;
  text-decoration: none;
}

.pagenav a:hover
{
  color: #ff9900;
  font-size: 12px;
  text-decoration: none;  
}     

#css_menu_bar
{      
  list-style: none;
  margin: 60px 0px 0px 0px;
  padding: 0px;  
}
 
#css_menu_bar li
{
  display: inline;
  padding: 0px;
  margin: 0px;   
  text-align: center; 
}    

#css_menu_bar li a:link, #css_menu_bar li a:active, #css_menu_bar li a:visited 
{
  display: inline-block;
  color: #ffffff;
  text-align: center;
  padding: 5px 10px;  
  font-size: 16px;
  text-decoration: none;    
  font-family: Arial;
  font-weight: bold;
  margin: 0px 1px;
     
}

#css_menu_bar li a:hover, .css_menu_actv
{
  color: #999999;  
  display: inline-block;         
  text-decoration: none;      
}

#sub_menu_bar
{      
  list-style: none;
  margin: 0px 0px 0px 0px;
  background-color: #ffffff;
  border: 1px solid #eeeeee;    
  padding: 0px;  
}
 
#sub_menu_bar li
{
  margin: 0px;   
  text-align: left; 
}

#sub_menu_bar li a
{
  color: #333333; 
  display: block;       
  font-size: 12px;
  padding: 5px 15px;
  background-color: #eeeeee;    
  width: 155px;
  text-decoration: none;   
  font-family: Arial;  
  margin-top: 1px;     
}

#sub_menu_bar li a:hover
{
  color: #333333; 
  background-color: #cccccc;
  text-decoration: none;        
}

.sub_menu_actv
{
  color: #ffffff; 
  display: block;     
  background-color: #333333;  
  background-image: url(images/sub_bg.png); 
  font-size: 14px;
  padding: 5px 10px 5px 10px;
  text-decoration: none; 
  margin: 0px 0px 1px 0px;   
  font-family: Arial;   
}

.pagetitle
{
  background-image: url(images/title_bg.png);  
  color: #eeeeee; 
  padding: 8px; 
  font-size: 14px;
}

a.ptitle
{
  color: #434343;
  font-size: 16px;
  text-decoration: none;
}

a.ptitle:hover
{
  color: black;
  text-decoration: underline;  
}

.pdate
{
  color: #555555;
}

.tool
{
  float: right; 
  width: 150px;
  text-align: right;
  font-size: 11px;
}

.tool a
{
  color: #eeeeee;
}

.tool-content
{
  float: right; 
  width: 150px;
  text-align: right;
  font-size: 11px;
}

.tool-content a
{
  color: #111111;
}

.box-shadow
{   
  border-right: 1px solid #eeeeee; 
  border-bottom: 1px solid #eeeeee;
}

a.tag:hover
{
  color: #000000;
  text-decoration: underline;
}

a.tag
{
  color: #333333;
  text-decoration: none;
}

a.whitelink
{
  color: #ffffff;
  text-decoration: none;
}

.topic-list
{
  padding: 10px 0px;
  border-bottom: 1px dashed #cccccc;  
}

.category-list
{
  padding: 10px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ffffff;
}

.footer
{
  text-align: left; 
  color: #ffffff; 
  width: 900px; 
  background-image: url(images/ft_bg.png); 
  height: 43px;
  font-size: 11px;
}