/* CSS Document */

body {background:#cccccc; margin:0px;}

#header {border-bottom:5px solid #000000; }

#textarea1, #textarea1 td, #textarea2, #textarea2 td { color: #333333; 
	font-family: verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt;
	vertical-align:top; }
	
#textBox { padding:15px;
vertical-align:top;
background:#ffffff;
height:300px;}

#textBox3 { padding:10px 5px;}

#menuBox {background:#24d5f7;
border:2px solid #24d5f7;
vertical-align:top; }

a {color: #3366CC;text-decoration:underline}
a:hover {color: #24d5f7;text-decoration:none}

#textarea1 a img, #textarea1 td a img, #textarea2 a img, #textarea2 td a img { border-color: #3366CC;
opacity: 1;
filter: alpha(opacity=100); }

#textarea1 a:hover img, #textarea1 td a:hover img, #textarea2 a:hover img, #textarea2 td a:hover img { 
opacity: .85;
filter: alpha(opacity=85); }

a#button { 
white-space: nowrap;
font: bold 11px trebuchet ms, Verdana, Arial, Helvetica, sans-serif;
text-transform:uppercase;
  font-weight: bold;
  color: #333333;
  text-decoration: none;
 padding: 0px 10px;
  border: 1px solid #999999;
  background: #e5e6e8;
}

a#button:hover { 
text-decoration: none; color: #ffffff; background: #24d5f7; border: 1px solid #333333;
}

#members { border:1px solid #3366CC; }

#memBox { padding: 15px 0px 20px 0px;
vertical-align:top; }

#membersHeader { background:#3366CC; 
font: bold 11px Arial, Helvetica, sans-serif;
color: #ffffff;
padding: 4px 11px 3px 11px; }

.memberslogin, .forgotpw, #membership_register, .style2, .loginerror { font-family: Arial, Helvetica, sans-serif;
font-size: 11px !important;
font-weight: bold;
color: #333333; }

#member_pass, #member_email { size:24;
border: 1px solid #5f73b0; 
font-size: 12px; 
color: #24d5f7; 
background: #333333;
padding: 0px 3px 0px 3px; }

#visible_area{
	width:450px;/*required*/
	overflow:hidden;/*required*/
	position:relative;/*required*/
	height:60px;/*required but obviously adjustable*/
}

#visible_area_menu {
	width:678px;/*required*/
	overflow:hidden;/*required*/
	position:relative;/*required*/
	height:150px;/*required but obviously adjustable*/
}

#testscroller, #testscroller2 {
	white-space:nowrap;
} 

#testscroller a, #testscroller2 a {
	display: inline-block;
	padding: 0 1 0 0; }
	
#mid { vertical-align:middle; }

#mid a { width: 30px;
opacity: 1;
filter: alpha(opacity=100);}

#mid a:hover { opacity: .85;
filter: alpha(opacity=85);}

#visible_area #bridgetools, #visible_area_menu #bridgetools { position:absolute; top: 10px; left: 10px; z-index:1; }