/*Example CSS for the two demo scrollers*/

#pscroller2{
	width: 800px;
	height: 50px;
	border: 0px solid black;
	padding: 3px;
	color: #000000;
	font: normal 12px Verdana; 
	text-decoration: none; 
    background-color: #FEFEC7;
}

#pscroller2 a{
text-decoration: none;
}
.newsDate{
	color: #13007C;
	font: normal 10px Verdana; 
}
.newsDate2{
	color: #AB3F33;
	font: normal 10px Verdana; 
}
.someclass{ //class to apply to your scroller(s) if desired
}

.indLow
{
  border: 0px;
  font : 11px Tahoma;
  color: #AB3F33;
}
.indBig
{
  border: 0px;
  font : 11px Tahoma;
  color: #008000;
}
.indFrame{
  border: 0px #ffffff;
}

td.navBar { 
	background-image: url('../images/menu_bg.gif');
	background-position: bottom; 
	padding-top: 4;
}

.settingsLayer{
	display: none;
	position: absolute;
}

.navLink {
    text-decoration:none; 
    font: bold 11px Tahoma; 
    color:#291880;
}

.navLink:hover {
    text-decoration:none; 
    font: bold 11px Tahoma; 
    color:#AEBD94;
}

.link {
    text-decoration:none; 
    font: 11px Tahoma; 
    color:#656565;
	cursor: pointer;
}

.button 
{
  background-image: url(../images/btn_bg.gif);
  border: 1px solid #B4B2B4;
  font : bold 11px Tahoma;
  color: #73798B;
  cursor: default;
}
.actB 
{
  border: 1px solid #B4B2B4;
  font : bold 11px Tahoma;
  color: #73798B;
  cursor: pointer;
}

.button:hover, .button_on
{
  background-image: url(../images/btn_bg_on.gif);
  border: 1px solid #FFAA00;
  font : bold 11px Tahoma;
  color: #73798B;
}

input, select{
    text-decoration:none; 
    font: 11px Tahoma; 
    color:#656565;
}

A {
    text-decoration:none; 
    font: 11px Tahoma; 
    color:#291880;
}

A:hover {
    text-decoration: underline; 
    font:11p x Tahoma; color:#000000;
}

table#tMain, table.tMain{
    font: normal 10px Verdana; 
    border: 1px solid black; 
    border-spacing: 1px; 
    border-color: #020202; 
    background-color: #D7D8DA;
    cursor: default;
}

tr.head {
    font: bold 10px Verdana; 
    color: #E9FFFF;
    background-image: url(../images/head_bg.gif);    
    cursor: default;
}

tr#pair, tr.pair, td.pair{
    background-color: #f7f7f7;
}

tr#over, tr.over, td.over{
    background-color: #FFB4B4;
    color: #8F0000;
}

tr#unPair, tr.unPair, td.unPair{
    background-color: #eeeeee;
}

tr#tip, tr.tip, td.tip, .tip{
    background-color: #FFFFD7;
}

th#tMainHeader, td.label, th.tMainHeader{
    cursor: pointer; 
    color: #8F0000; 
    background-color: #cccccc; 
    border-color: #888783; 
    border-style: groove; 
    border-bottom-width: 2px; 
    border-right-width: 2px;  
    border-left-width: 0px; 
    border-top-width: 0px;
}

tr.tMainHeader{
    cursor: pointer; 
    color: #8F0000; 
    background-color: #cccccc; 
    border-color: #888783; 
    border-style: groove; 
    border-bottom-width: 2px; 
    border-right-width: 2px;  
    border-left-width: 0px; 
    border-top-width: 0px;
}

.band{
    font: bold 10px Verdana; 
    border: 1px solid black; 
    border-spacing: 1px; 
    border-color: #888783; 
    background-color: #FFB4B4;
    color: #291800;
}
table.error{
    font: normal 10px Verdana; 
    border: 1px solid black; 
    border-spacing: 1px; 
    border-color: #888783; 
    background-color: #FFB4B4;
    color: #8F0000;
    cursor: default;
}
table.contentTable{
    font: normal 10px Verdana; 
    border: 0px solid black; 
    border-spacing: 1px; 
    border-color: #888783; 
    background-color: #FFffff;
    color: #291800;
}
.resLabel{
    font: bold 12px Verdana; 
    color: #E1EDF7;
	padding-left: 5px;
	height: 18px;
}

a.bottomMenu{
    text-decoration: underline; 
    font: normal 11px Verdana; 
    color: #045EAA;
}
a:hover.bottomMenu{
    color: #000000;
    font: normal 11px Verdana; 
    text-decoration: underline; 
}

.cpr{
    color: #808080;
    font: normal 11px Verdana; 
    text-decoration: none; 
}

.content{
    color: #000000;
    font: normal 12px Verdana; 
    text-decoration: none; 
}

BODY{
    MARGIN-TOP: 10px;
    MARGIN-LEFT: 0px;
    MARGIN-RIGHT: 0px;
    PADDING-LEFT: 0px;
    PADDING-TOP: 0px;

    font: 8px Tahoma;
    color: #291800;
    
    TEXT-DECORATION: none
}

h6 {
	color: #BA000A;
}