/* GLOBAL */
body { font-family: Georgia, "Times New Roman", Times, serif; font-size: 13; margin: 0; padding: 0; background: #FFF;}
table { border: 0; font-size: 13;}
th { text-align: left; }
td { font-family: Georgia, "Times New Roman", Times, serif; font-size: 13; }   
input.big { font-family: sans-serif,arial;font-size: 120%;  border: 1px solid gray} 
a:link { color: #336699; text-decoration: none;}
a:visited { color: #336699; text-decoration: none;}
a:hover { text-decoration: underline; }
 
  

#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
 
.quote {
   border:1px solid white; 
   background:white url('img/quote-left.gif') no-repeat left top; 
   margin-left: 7%; 
   margin-right: 7%;
   padding-top: 10px;
   padding-left: 30px; 
   font-style:normal; 
   font-variant:normal; 
   font-weight:normal; 
   font-size:11px; 
   font-family:Arial
}

.quote div {background: transparent url(img/quote-right.gif) right bottom no-repeat;
 padding-right: 30px;
 padding-bottom: 10px;
}
 

.commentbox{
background-color: #ececec;
width: 450px;
padding: 10px;
}

.commentfooter{
background: url(img/arrow.gif) 20px 0 no-repeat; /*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
padding-left: 58px;
padding-top: 1px;
margin-bottom: 2em;
font-size: 90%;
color: #4A4A4A;
}
 
