@charset "utf-8";
/* CSS Document */


#floater {
position: fixed;
right: 150px;
top: 25px;
display: none;
z-index: 2;
background-color: #ffffff;
width: 500px;
padding: 0px;
border: double 5px #FF95C2;
}

.labelHead { font:18px Verdana, Arial, Helvetica, sans-serif; margin:3px; display:block;}

#floaterHeader { 
background-color:#FD6BA8; 
color: #CCFFFF; 
float:left; 
height:22px; 
font-weight:bold; 
width:500px; 
}

.headerBG { background-color:#FFCC99; }
tr.altColor td { background-color: #DEFFFF; }

#floaterContent { 
clear:both; 
background-color: #ffffef;
color: #000000; 
clear:both; 
height:300px; 
padding:2px; 
overflow:hidden;
}

#floaterDetails { float:left; background:#FFFFFF; padding: 5px; height:285px; width:250px; overflow:auto; border-right: solid 1px #000000; }

#detailDesc { font-weight:bold; float:left; text-align:left; width:100px; clear:left; white-space:nowrap; margin-top: 10px;}
#detailData { padding-left:5px; float:left; overflow:hidden; white-space:nowrap; width:140px; margin-top: 10px; overflow:hidden;}
#detailAddy { clear:both; }

.style1 {font-size: 10px;}

#floaterActions{ width:200px; height:290px; float:left; padding:5px; overflow:hidden; }
#floaterActions input {margin-bottom: 5px; margin-top: 5px;}

#buttonWrap { float:right; clear:none; }
#floaterTitle { float:left; padding:1px 0px 0px 6px; }
.closeButton{ background-color:#CCCCCC;}
#floatMessage { color:#FF0000; font-weight:bold; }

.question {padding: 25px 10px 0px 80px; background: top left no-repeat url(../images/q.gif); height:35px; font-weight:bold; font-size:12px; clear:both;}
.answer {  min-height:75px;
  height:auto !important;
  height:75px;padding: 25px 10px 0px 120px; background: top left no-repeat url(../images/a.gif); margin-bottom:25px;}

