@import url("forum/styles/prosilver/theme/common.css");
@import url("forum/styles/prosilver/theme/links.css");
@import url("forum/styles/prosilver/theme/content.css");
@import url("forum/styles/prosilver/theme/buttons.css");
@import url("forum/styles/prosilver/theme/cp.css");
@import url("forum/styles/prosilver/theme/forms.css");
@import url("forum/styles/prosilver/theme/tweaks.css");
@import url("forum/styles/prosilver/theme/colours.css");

body{

font-size: 12px; 
color: #FFFFFF;

}

.smalltext{
font-size: 12px;
color: #ffffff;
}

a{
color: #FFFFFF;
}

li.row1{
padding-top: 8px; 
padding-bottom: 15px; 
padding-left: 45px;
background-color: #DEE9D7;
background-image: url(forum/styles/prosilver/imageset/forum_read.gif); 
background-repeat: no-repeat; 
background-position: 5 50%;
border-top: 1px solid #FFFFFF;
}

li.row1:hover{
background-color: #F6F4D0;
}

.error_msg_big{
font-size: 24px;
font-weight: bold;
color: #FF0000;
}


.error_msg{
font-size: 12px;
font-weight: bold;
color: #FF0000;
}

div.toggle {
display: none;
}
div.toggleshow {
background: #fff;
border: #000 solid 1px;
color: #000;
display: block;
} 

input.post{
background-color: #4A4800;
border: 1px solid #7C7A33;
color: #FFFFFF;
}

/* These are the style specifications for the menu layers.  
   Set width to get more browsers' corporation  */
div.menu  { 
  position:absolute; visibility:hidden; 
  width:200px; left:0; top:0; z-index:500;
  font-size:12px; 
  background-color:#eeeeef; 
  border: 2px solid;	border-color: #f7faff #99a #99a #f7faff; 
}

/* Style specifications for menu items and links  */
div.menu ul { margin:.5em 1em .6em 0; padding:0 }
div.menu ul li { line-height:1; list-style-type:none; margin:0 0 .8em .4em; }

div.menu a { text-decoration:none; white-space:nowrap; }  
div.menu a:link { color:#33b }
div.menu a:visited { color:#339 }
div.menu a:hover { color:#33c; border-bottom:1px dashed #33c }