body {

    font-family: Verdana, Arial, Helvetica, sans-serif;

    font-size: 10px;



     scrollbar-arrow-color: #0089E0;

   scrollbar-base-color: #333333; 

}



table {

    font-family: Verdana, Arial, Helvetica, sans-serif;

    font-size: 10px;

    color: #ffffff;

}

h2 {

    font-family: Verdana, Arial, Helvetica, sans-serif;

    font-size: 12px;

    color: #ffffff;

    text-transform: uppercase;

    font-weight: bold;

}



.small {  

    font-family: Verdana, Arial, Helvetica, sans-serif; 

    font-size: 9px; 

    color: #00CCFF;

}



.title {

    font-family: Verdana, Arial, Helvetica, sans-serif;

    font-size: 12px;

    color: #ffffff;

    font-weight: bold;

    background-image: url(images/title_bg.gif);

    background-repeat: repeat;

    background-position: left top;

}


.category_big {  

    font-family: Verdana, Arial, Helvetica, sans-serif;

    font-size: 12px; 

    color: #ffffff; 

    font-weight: bold; 

}




.category {  

    font-family: Verdana, Arial, Helvetica, sans-serif;

    font-size: 11px; 

    color: #ffffff; 

    font-weight: normal; 

}



.marked {

    background-color: #000000;

    font-weight: bold;

}



a, a:visited, a:active {

    color: #ffffff;

    text-decoration: none;

    font-weight: normal;

}



a:hover {

    color: #0089E0;

    text-decoration: underline;

    font-weight: normal;

}



a.titlelink, a.titlelink:visited, a.titlelink:active {

    color: #ffffff;

    text-decoration: none;

    font-weight: bold;

}



a.titlelink:hover {

    color: #0089E0;

    text-decoration: underline;

    font-weight: bold;

}



a.category, a.category:visited, a.category:active {

    color: #ffffff;

    text-decoration: none;

}



a.category:hover {

    color: #0089E0;

    text-decoration: underline;

}



option, textarea, input, select, file {  

    font-family: Verdana, Arial, Helvetica, sans-serif; 

    font-size: 10px; 

    color: #FFFFFF; 

    background-color: #000000; 

    border: 1px solid #2D2D2D;

}



.footer {color: #FFFFFF

	  size: 10px

			}

			

.form_off {  

    color: #666666; 

    background-color: #DCDCDC; 

    border: 1px solid #666666;

}



.form_on {  

    color: #000000; 

    background-color: #EEEEEE; 

    border: 1px solid #000000;

}



.form_name {

    background-color: #eeeeee;

    border: 1px solid #333333;

    background-image: url(images/name.gif);

    background-repeat: no-repeat;

    background-position: left top;

}



.form_text {

    background-color: #eeeeee;

    border: 1px solid #333333;

    background-image: url(images/message.gif);

    background-repeat: no-repeat;

    background-position: left top;

}



.input { 

    background-color: transparent; 

    border: 1px none; 

    margin-top: 0px;

    margin-bottom: 0px;

}

input, textarea, select {
  border: 1px solid #989898;
  background-color: #F0F0F0;
  font: normal 10px Verdana, Arial, Helvetica, sans-serif;
  color: #666666;
}

input:active, textarea:active, select:active, input:focus, textarea:focus, select:focus {
  border: 1px solid #CCCCCC;
  background-color: #F6F6F6;
  color: #2C2C2C;
}

input[type="radio"], input[type="checkbox"], 
input[type="radio"]:focus, input[type="radio"]:active,
input[type="checkbox"]:focus, input[type="checkbox"]:active {
  border: 0px;
}
    



.code {
  color: #000000;
  text-align: left;
  margin: 0 auto;
  padding: 3px;
  font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}

.codeinner {
  color: #000000;
  font: 11px 'Courier New', Courier, monospace;
}

.codeline0 {
	background-color: #F3F3F3;
	height: 15px;
	padding-left: 3px;
	white-space: nowrap;
}

.codeline1 {
	background-color: #FFFFFF;
	height: 15px;
	padding-left: 3px;
	white-space: nowrap;
}

-color: #0089E0;

   scrollbar-base-color: #333333; 

}

a.category, a.category:visited, a.category:active {

    color: #ffffff;

    text-decoration: none;

}



.form_username {

    background-color: #eeeeee;

    border: 1px solid #333333;

    background-image: url(images/username.gif);

    background-repeat: no-repeat;

    background-position: left top;

}



.form_password {

    background-color: #eeeeee;

    border: 1px solid #333333;

    background-image: url(images/password.gif);

    background-repeat: no-repeat;

    background-position: left top;

}


/* Infomessages - Miscellaneous */
.tooltip {
  position: absolute;
  display: none;
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #DDDDDD;
  border-left: 4px solid #0E8AEA;
  padding: 4px 10px;
  z-index: 100;
  text-align: left;
}

.errorbox {
  background-color: ##333333;
  border: 1px dashed #D60000;
  color: #FFFFFF;
  font-size: 10px;
  width: 350px;
  padding: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}

/* BBCode Tags */
.quote {
  color: #0099FF;
  text-align: left;
  font: normal 9px Verdana, Arial, Helvetica, sans-serif;
  margin: 0 auto;
  padding: 3px;
  border:solid 1px #00000;
}

a.tooltip2,
a.tooltip2:link,
a.tooltip2:visited,
a.tooltip2:active {
position: relative;
text-decoration: none;
font-style: bold;
border-bottom:0px dotted #4dbcf3;
}
a.tooltip2:hover {
background: transparent;
z-index: 100;
}
a.tooltip2 span {
display: none;
text-decoration: none;
}
a.tooltip2:hover span {
display: block;
position: absolute;
top: 30px;
left: 0;
width: 200px;
z-index: 100;
color: #000000;
border: 1px solid;
border-color: #FFFFFF #D5D7DB #D5D7DB #FFFFFF;
border-left: 4px solid #4dbcf3;
padding: 2px 10px 2px 10px;
background: #EEEEEE;
font-family: Verdana, Arial, Helvetica, Sans-serif;
font-style: Normal;
text-align: left;
}