﻿body
{
    font-size:12px;
}
a
{
    color:Black;
}
.bar_td
{
 cursor:hand;
 width:108px;
 height:26px; 
 text-align:center; 
  background-image:url(Images/menu/tbl_select.gif); 
  background-position:top;
  background-repeat:no-repeat;
}
.bar_td_selected
{
 cursor:hand;
 width:108px;
 height:26px; 
 text-align:center; 
  background-image:url(Images/menu/tbl_selected.gif); 
  background-position:top;
  background-repeat:no-repeat;
  
}
.line
{
    background-position:top;
    background-repeat:repeat;
    background-image:url(Images/menu/tbl_bg.gif);
}
.frm_Main
{
   height:795px;
   width:100%;
   top:0px;   
}
.tbl_register input
{
  border:solid 1px silver;
  background-color:ButtonHighlight;    
}
.tbl_register td
{
  border-bottom:solid 1px silver;
  border-right:solid 1px silver;    
}
.leftline
{
  border-left:solid 1px silver;
}
.topline
{
     border-top:solid 1px silver;
}
.QueryUrl a
{
   text-decoration:none;
   color:black;   
}
.QueryUrl a:hover
{
   text-decoration:none;
   color:red;
}