/* CSS Document */

body { background-color: #CCCCCC; }

.white { background-color: #ffffff; }

#logo { background:#000000; }

#displayDate { padding: 7 0 2 20;
background-image: url(../images/shadow.gif);
background-position: top;
background-repeat: repeat-x;
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px;
font-weight: bold;
color: #000000; }

#displayDateN { padding: 2 20 2 0;
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px;
font-weight: bold;
color: #000000; }

#textBox { background-image: url(../images/shadow.gif);
background-position: top;
background-repeat: repeat-x;
border: 1px solid #666666;
padding: 20 15 20 15; }

#pageHeader { padding: 2 0 2 0; }
#menuBox { background-color: #0f8fe6; }

.title { white-space: nowrap;
background-color: #B7E0E7; }

#copyright { font-family: Arial, Helvetica, sans-serif; 
font-size: 10px;
color: #000000;
font-weight: bold;
border-bottom: 3px solid #ffffff;
text-align: center;
padding-bottom: 8px;
background-color: #B7E0E7;
background: #0f8fe6;  }

#textarea1, #texarea1 td, #textarea2, #texarea2 td {
font-family: Arial, Helvetica, sans-serif; 
font-size: 14px;
color: #000000;
line-height: 120%;
}

a { color: #0f8fe6; text-decoration: underline; }
a:visited { color:#0f8fe6; }
a:hover { color: #0f8fe6; text-decoration: none; }
img, img a, img a:hover { border-color: #000000; }

.bdrTop { border-top: 1px solid #666666; }

#visible_area{
	width:500px;/*required*/
	overflow:hidden;/*required*/
	position:relative;/*required*/
	height:60px;/*required but obviously adjustable*/
}

#testscroller{
	white-space:nowrap;
} 

#testscroller a{
	display: inline-block; }
	
#mid { vertical-align:middle; }

#mid a { width: 30px;
opacity: .9;
filter: alpha(opacity=90);}

#mid a:hover { opacity: .75;
filter: alpha(opacity=75);}

#visible_area #bridgetools { position:relative; top: -38px; }
