<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dhtmlwindow{
position: absolute;
border: 2px solid black;
visibility: hidden;
background-color: white;
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 1px;
text-indent: 3px;
font: bold 14px Arial;
background-color: #DDF0C7;
color: #DDF0C7;
cursor: move;
overflow: hidden;
width: auto;
/*filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1; */
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
top: 2px;
cursor: pointer;
}

* html .drag-handle{ /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
width: 100%;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
border-top: 1px solid gray;
background-color: white;
color: black;
height: 150px;
padding: 2px;
overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid gray;
background-color: #F8F8F8;
height: 13px; /*height of resize image*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 13px; /*width of resize image*/
height: 13px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}

 /*- Menu Tabs 1---------------------------		*/

 #tabsborder {
      float:left;
      width:100%;
      font-size:93%;
      line-height:normal;
      border-bottom:1px solid #BCD2E6;
	  border-right:1px solid #BCD2E6;
	  border-left:1px solid #BCD2E6;
      }
	  /*- 
	  background:#F4F7FB;
          border-bottom:1px solid #BCD2E6;
		  border-right:1px solid #BCD2E6;
		  border-left:1px solid #BCD2E6;
		 
	  */
    #tabs1 {
	background:#F4F7FB;
      width:100%;
       border-bottom:1px solid #BCD2E6;   
      font-size:93%;
      line-height:normal;
		
      }
    #tabs1 ul {
          margin:0;
          padding:10px 10px 0 50px;
          list-style:none;
      }
    #tabs1 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs1 a {
      float:left;
      background:url("../images/tableft1.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs1 a span {
      float:left;
      display:block;
      background:url("../images/tabright1.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#627EB7;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \
    #tabs1 a span {float:none;}*/
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#627EB7;
      }
    #tabs1 a:hover {
      background-position:0% -42px;
	  
      }
    #tabs1 a:hover span {
      background-position:100% -42px;
      }

      #tabs1 #current a {
              background-position:0% -42px;
      }
      #tabs1 #current a span {
              background-position:100% -42px;
      }
	  #dolphin_inner2{
		  color: black; padding: 5px; font-size: 80%; height: 100%;background:#FFFFFF;
   		  border-bottom:1px solid #BCD2E6;
		  border-right:1px solid #BCD2E6;
		  border-left:1px solid #BCD2E6;
		  }
	#dolphincontainer2{
		position:relative;border-bottom: 0px solid navy; color:#BCD2E6;
		}</pre></body></html>