﻿body.index_main
{
 height :100%;
 width:100%;
 margin:0px;
 overflow:hidden;
 background-color:#046F96;
 color:#ffffff;
 font-family:Verdana;
 font-size:8pt;
}

form#index_form1 
{
  position:absolute;
  top:0px;
  left:0px;
  height:100%;
  width:100%;
  margin:0px;
}

div#index_topbar 
{
  position:absolute;
  top:0px;
  left:0px;
  height:4px;
  width:100%;
  background-color:#BDDFED;
  font-size:1px;
}

div#index_header
{
 position :relative;
 top:0px;
 margin:0px;
 height:48px;
 width:100%;
 text-align:right;
}

div#index_title 
{
 position :absolute;
 color:#ffffff;
 font-family:Arial,Helvetica,Verdana,sans-serif;
 font-size:1.8em;
 font-weight:normal;
 top:24px;
 left:8px;
 font-size:12pt;
 white-space:nowrap;
}

div#index_close 
{
 position :absolute;
 top:4px;
 right:4px;
 text-align:right;
 white-space:nowrap;
}

a#LinkButton_close 
{
 cursor :pointer;
 cursor:hand;
}

img#Image_close 
{
 vertical-align :middle;
 margin:2px;
}

div#index_content 
{
 position :relative;
 top:0px;
 left:2%;
 margin:0px;
 height:94%;
 width:96%;
}

select#ListBox_index 
{
  width:100%;
  height:100%;
  background-color :#ffffff;
  color :#000000;
  font-family :Verdana;
  font-size :8pt;
  border :none;
}
