body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;

   scrollbar-arrow-color: #0082f3;
   scrollbar-base-color: #707070;  
}

table {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #939292;
}
h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
}

.small {  
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 9px; 
    color: #212121;
}

.title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #212121;
    font-weight: bold;
    background-image:  url(images/title_bg.gif);
    background-repeat: repeat;
    background-position: left top;
}

.category_big {  
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px; 
    color: #ffffff; 
    font-weight: bold; 
}

.category {  
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px; 
    color: #ffffff; 
    font-weight: normal; 
}

.marked {
    background-color: #ffffff;
    font-weight: bold;
}

a, a:visited, a:active {
    color: #939292;
    text-decoration: none;
    font-weight: normal;
    font-size: 11px;
}

a:hover {
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
}

a.titlelink, a.titlelink:visited, a.titlelink:active {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

a.titlelink:hover {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

a.category, a.category:visited, a.category:active {
    color: #333333;
    text-decoration: none;
}

a.category:hover {
    color: #000000;
    text-decoration: none;
}

option, textarea, input, select, file {  
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 10px; 
    color: #939292; 
    background-color: #000000; 
    border: 1px solid #333333;
}

.footer {color: #ffffff
			size: 10px
			}
			
.form_off {  
    color: #666666; 
	background-color: #a0a0a0; 
    border: 1px solid #666666;
}

.form_on {  
    color: #000000; 
    background-color: #EEEEEE; 
    border: 1px solid #ffffff;
}

.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;
}

.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;
}

/* Infomessages - Miscellaneous */
.tooltip {
  position: absolute;
  display: none;
  background-color: #000000;
  color: #939292;
  border: 1px solid #ffffff;
  border-left: 4px solid #5e5e5e;
  padding: 4px 10px;
  z-index: 100;
}

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