/* Basic */

a:link { color: #FFFFFF; text-decoration: underline;}
a:visited { color: #FFFFFF; text-decoration: underline; }
a:hover { color: #FFFFFF; text-decoration: underline; }
a:active { color: #FFFFFF; text-decoration: underline; } 

td, body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF;}

.bullet { color: #FFF000; font-weight: bold; filter:dropshadow(color=#000000, offx=1, offy=1, positive=true);text-decoration: none;}
.bullet a:link { color: #FFF000; font-weight: bold; filter:dropshadow(color=#000000, offx=1, offy=1, positive=true);text-decoration: none;}
.bullet a:visited { color: #FFF000; font-weight: bold; filter:dropshadow(color=#000000, offx=1, offy=1, positive=true);text-decoration: none;}
.bullet a:hover { color: #FFF000; font-weight: bold; filter:dropshadow(color=#000000, offx=1, offy=1, positive=true);text-decoration: underline;}
.bullet a:active { color: #FFF000; font-weight: bold; filter:dropshadow(color=#000000, offx=1, offy=1, positive=true);text-decoration: underline;}

.tiny { color: #FFFFFF; font-size: 9px;filter:dropshadow(color=#000000, offx=1, offy=1, positive=true);}
.tiny a:link { color: #FFFFFF; filter:dropshadow(color=#000000, offx=1, offy=1, positive=true);text-decoration: none;}
.tiny a:visited { color: #FFFFFF; filter:dropshadow(color=#000000, offx=1, offy=1, positive=true);text-decoration: none;}
.tiny a:hover { color: #FFFFFF;  filter:dropshadow(color=#000000, offx=1, offy=1, positive=true);text-decoration: underline;}
.tiny a:active { color: #FFFFFF; filter:dropshadow(color=#000000, offx=1, offy=1, positive=true);text-decoration: underline;}

.big { font-size: 13px;filter:dropshadow(color=#000000, offx=1, offy=1, positive=true);}
.big a:link { font-weight: bold; filter:dropshadow(color=#000000, offx=1, offy=1, positive=true);text-decoration: none;}
.big a:visited {font-weight: bold; filter:dropshadow(color=#000000, offx=1, offy=1, positive=true);text-decoration: none;}
.big a:hover {  font-weight: bold; filter:dropshadow(color=#000000, offx=1, offy=1, positive=true);text-decoration: underline;}
.big a:active { font-weight: bold; filter:dropshadow(color=#000000, offx=1, offy=1, positive=true);text-decoration: underline;}

/* Background Elements */

.bgleft {
 background-image: url(../layout/bg/bgleft_trans.gif);
 background-position: right top;
 background-repeat: repeat-y;
}


.bgright {
 background-image: url(../layout/bg/bgright_trans.gif);
 background-position: left top;
 background-repeat: repeat-y;
}


.bgbottomleft {
 background-image: url(../layout/bg/bgbottom_left.gif);
 background-position: right top;
 background-repeat: repeat-y;
}


.bgbottomright {
 background-image: url(../layout/bg/bgbottom_right.gif);
 background-position: left top;
 background-repeat: repeat-y;
}


Body, {
        scrollbar-arrow-color:#CF0000;
	scrollbar-base-color:#333333;
	scrollbar-shadow-color:#000000;
	scrollbar-face-color:#333333;
	scrollbar-highlight-color:#666666;
	scrollbar-dark-shadow-color:#000000;
	scrollbar-3d-light-color:#666666;
}

/* Forms */

.searchBox {
    border-top: 0px solid #4C0000;
    border-bottom: 0px solid #BC0000;
    border-left: 0px solid #4C0000;
    border-right: 0px solid #BC0000;
    padding: 4px 3px 0px 3px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;  
    color: #000000;   
    text-decoration: none;
    background: transparent;    
}

select { font-size: 10px; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; }
input { font-size: 10px; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; }