﻿.DefaultTab 
{
  color: #657a90; 
  background-image: url(../images/tabstrip/main_bg.gif);
  font-family: arial; 
  font-weight:bold;
  font-size:11px; 
  cursor:pointer;
  position:relative;
  top:0px;
}

.DefaultTabHover 
{
  color: white;
  background-image: url(../images/tabstrip/main_bg.gif); 
  font-family: arial; 
  font-weight:bold;
  font-size:11px; 
  text-decoration:underline;
  cursor:pointer;
  position:relative;
  top:0px;
}

.SelectedTab 
{
  color:white;
  background-image: url(../images/tabstrip/main_selected_bg.gif);
  font-family: arial; 
  font-size:11px; 
  font-weight:bold;
  cursor:default;
  position:relative;
  top:0px;
}

.Level2Group
{
  background-color:white;
  border:1px solid #657a90;
  border-bottom:none;
  cursor:default;
}

.Level2Tab 
{
  color: #657a90;
  background-image: url(../images/tabstrip/sub_bg.gif);
  font-family: arial; 
  font-size:11px; 
  cursor:pointer;
  position:relative;
  top:-1px;
}

.Level2TabHover 
{
  color: white;
  background-image: url(../images/tabstrip/sub_bg.gif);
  font-family: arial; 
  font-size:11px; 
  text-decoration:underline;
  cursor:pointer;
  position:relative;
  top:-1px;
}

.SelectedLevel2Tab 
{
  color: white; 
  background-image: url(../images/tabstrip/sub_selected_bg.gif);
  font-family: arial; 
  font-size:11px; 
  cursor:default;
  position:relative;
  top:-1px;
}

.TabMultiPage
{
    width:710px;
    height:600px;
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-bottom-color: #657a90;
    border-left-style:solid;
    border-left-width:1px;
    border-left-color: #657a90;
    border-right-style:solid;
    border-right-width:1px;
    border-right-color: #657a90;
    position:relative;
    top:0px;
}

.ddlDefault { color: #000000; font-size: 10px; font-family: Arial; }
.mainlink_large { FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #657a90; FONT-FAMILY: Arial; TEXT-DECORATION: none; }
.mainlink_large:hover { TEXT-DECORATION: underline; }
.maintext_small { FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY: Arial; TEXT-DECORATION: none; }
BODY { FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Arial; TEXT-DECORATION: none; }
A { FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #657a90; FONT-FAMILY: Arial; TEXT-DECORATION: none; }
A:hover { TEXT-DECORATION: underline; }
.multipage_title { line-height: 27px; color: #666666; font-size: 13px; font-family: Arial; font-weight: bold; text-decoration: none } 
