/* CSS Document */

body { background: #FFFFFF; margin: 20px 0px 20px 0px; }

#top { background: url(../images/top.gif) repeat-x top left; }

#bot { background: url(../images/bot.gif) repeat-x top left; }

#left { background: url(../images/l.gif) repeat-y top left; }

#right { background: url(../images/r.gif) repeat-y top left; }

#main { background: #ffffff url(../images/logo.gif) no-repeat top left; }

#menuBox { padding: 0 5 0 0; }

#textBox { padding: 40px 10px 10px 10px;
vertical-align: top;
height: 550px; }

#textarea1, #textarea1 td, #textarea2, #textarea2 td { font: 12px Arial, Helvetica, sans-serif;
color:#666666;
vertical-align:top; }

#edit { text-align:right;
padding: 0px 4px 0px 0px; }

#copyright { vertical-align: top;
font: 9px Arial, Helvetica, sans-serif;
color: #CCCCCC;
padding: 0px 0px 0px 6px; }

.memberslogin {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #666666; }

.forgotpw { font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #666666; }

#membership_register { font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #666666; }

a { color: #828EA4; text-decoration: underline; }

a:hover { color:#000000; }

a img { border-color: #8a7c30; }

a:hover img { border-color: #999999;
opacity: .8;
filter: alpha(opacity=80); }

a#button { 
white-space: nowrap;
font: bold 11px Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
 padding: 0 10 0 10;
  border: 1px solid #cccccc;
  background: #828EA4;
  font-variant: small-caps;
}

a#button:hover { 
text-decoration: none; color: #000000; border: 1px solid #999999;
}

#visible_area{
	width:640px;/*required*/
	overflow:hidden;/*required*/
	position:relative;/*required*/
	height:70px;/*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:absolute; top: 10px; left: 10px; z-index:1; }