
/* tab styles */
#tabrow {
 margin:0;
 font-size:small;
 letter-spacing:0.3pt;
 line-height:1;
 height:31px;
 }

#tabrow ul {
  margin:0;
  padding:0;
  list-style:none;
  position:absolute;
  z-index:2;
}

#tabrow li {
  float:left;
  background-color:#E0DFE3;
  color:#757575;
  -webkit-border-top-left-radius:5px;
  -webkit-border-top-right-radius:5px;
  -moz-border-radius-topleft:5px;
  -moz-border-radius-topright:5px;
  border-top:solid #9B9B9B 1px;
  border-left:solid #9B9B9B 1px;
  border-right:solid #9B9B9B 1px;
  border-bottom-width:0;
  border-bottom-color:transparent;
  cursor:pointer;
  font-family:verdana;font-weight:bold;font-style:italic;font-size:15px;
  list-style-image:none;
  text-align:center;
  width:101px;
  letter-spacing:0pt;
 
}

#tabrow li.select {
 background-color:#ffffff;
 color:#2470c4;
 height:22px;
}


#tabrownew {
 margin:0;
 padding-left:1ex;
 font-size:small;
 letter-spacing:0.3pt;
 line-height:1;
 height:25px;
 margin-top:16px;
}

#tabrownew ul {
  margin:0;
  padding:0;
  list-style:none;
  position:absolute;
  z-index:2;
}

#tabrownew li {
  float:left;
  background-color:#E0DFE3;
  color:#000;
  margin-right:5px;
  padding:5px;
  -webkit-border-top-left-radius:5px;
  -webkit-border-top-right-radius:5px;
  -moz-border-radius-topleft:5px;
  -moz-border-radius-topright:5px;
  border-top:solid #9B9B9B 1px;
  border-left:solid #9B9B9B 1px;
  border-right:solid #9B9B9B 1px;
  border-bottom-width:0;
  border-bottom-color:transparent;
  cursor:pointer;
  font-family:verdana;font-weight:bold;font-size:11px;
  list-style-image:none;
  line-height:1.4em;
 
}

#tabrownew li.select {
 background-color:#ffffff;
 color:#2470c4;
 height:16px;
}

#midbox {
  border: solid #9b9b9b 1px;
  background-color:#ffffff;
  
  height:332px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
#midbox p {
  margin:0;
  padding-bottom:1ex;
}

/* page styles */
#midboxnew {
  height:305px;
  width:215px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
#midboxnew {
  border: solid #9b9b9b 1px;
  background-color:#ffffff;
}
#midboxnew p {
  margin:0;
  padding-bottom:1ex;
}

h1, #topbox h2 {
  margin:0 15pt;
  padding: 5pt 0;
}
div.subpage {
  padding:0.7em;
    width:197px !important;
}




/*VS styles  */

#headerTitle{
width:960px;height:38px;color:#3F81CB;font-family:Georgia;font-size:27px;font-weight:bold;font-style:italic;text-align:center;
padding-top:5px;

}