/* CSS Document */
#sectordisplay input.groovybutton
{
   font-size:13px;
   font-family:Tahoma, Arial;
   font-weight:bold;
   color:#FFFFFF;
   background-color:#BDDAEA;
   width:300px;
   height:40px;
   background-image:url(../Images/backa.gif);
   border-style:none;
   font-style:italic;
}
#sectordisplay input.groovybutton:hover
{
   color:#006699;
   width:300px;
   height:40px;
   background-image:url(../Images/backb.gif);
   border-style:none;
   cursor:pointer;
}
#sectordisplay input.groovybuttonsmall
{
   font-size:13px;
   font-family:Tahoma,Verdana,sans-serif;
   font-weight:bold;
   color:#FFFFFF;
   background-color:#BDDAEA;
   width:280px;
   height:40px;
   background-image:url(../Images/backas.gif);
   border-style:none;
   font-style:italic;
}
#sectordisplay input.groovybuttonsmall:hover
{
   color:#006699;
   width:280px;
   height:40px;
   background-image:url(../Images/backbs.gif);
   border-style:none;
   cursor:pointer;
}
#sectordisplay td.base {
padding: 10px 25px 10px 25px;
}
