/* 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);}
.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: 11px;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;}

/* 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;
}

/* Thumb chooser-selector */

.thsel { background: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; background-image: url(../layout/thsel.jpg); }
.thsel a:link { color: #FFFFFF; text-decoration: none; }
.thsel a:visited { color: #FFFFFF; text-decoration: none; }
.thsel a:hover { color: #FFFFFF; text-decoration: underline; }
.thsel a:active { color: #FFFFFF; text-decoration: none; }
