/* -----------------------------------------------------------------------


 Tabs Plugin 0.1 for the Blueprint CSS Framework
 http://blueprintcss.org

   * Copyright (c) 2008-Present. Refer to the main Blueprint license.
   * See README for instructions on how to use this plugin.
   * For credits and origins, see AUTHORS.

----------------------------------------------------------------------- */

.tabs {
  border-bottom:2px solid #151B8D;
  height:1%; /* fixing IE 6 */
  margin:0 0 .75em 0;
  min-height:auto;
  overflow:auto;
}

.tabs li {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-bottom:none;
  float:left;
  line-height:1.5;
  list-style-type:none;
  margin:0 .25em 0 0;
  padding:0;
}

.tabs li:first-child { 
  margin-left: .5em; 
}

.tabs li a {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  background:#ddd;
  border:1px solid #eee;
  border-bottom:none;
  color: #151B8D;
  cursor:pointer;
  display:block;
  float:left;
  font-weight:bold;
  padding:.15em .33em .25em .33em;
}

.tabs li a.selected {
  background:#151B8D;
  border:1px solid #151B8D;
  border-bottom:none;
  color:#fff;
  cursor:default;
}


.tabs li a, .tabs li a:focus, .tabs li a:hover {
  text-decoration:none;
}

.tabs li a:focus, .tabs li a:hover {
  color:#2B60DE;
  outline:none;
}

.tabs li a.selected:focus, .tabs li a.selected:hover {
/*  color:#fafafa; */
  color:#fff;
  background: #2B60DE;
}

.tabs li.label {
  border:none;
  font-weight:bold;
  line-height:1.5;
  margin-right:.5em;
  padding:.25em .33em .25em .33em;
}

/* -----------------------------------------------------------------------

 Credits: Dynamic Drive CSS Library 
 URL: http://www.dynamicdrive.com/style/ 
----------------------------------------------------------------------- */

.shadetabs{
  border-bottom: 1px solid gray;
  margin: 0;
  margin-top: .4em;
  margin-bottom: .8em;
}

.shadetabs ul{
  padding: 3px 0;
  margin-left: 0.5em;
  margin-top: 1px;
  margin-bottom: 0;
  font: bold 12px Verdana;
  list-style-type: none;
  text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
  position: relative;
  top: 1px;
  display: inline;
  margin: 0;
	margin-left: 0.3em;
}

.shadetabs li a{
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  text-decoration: none;
  padding: 3px 7px 2px 7px;
  border: 1px solid #778;
  color: #2d2b2b;
  background: white url(shade.gif) top left repeat-x; 
}

.shadetabs li a:visited{
  color: #2d2b2b;
}

.shadetabs li a:hover{
  text-decoration: underline;
  color: #2d2b2b;
}

.shadetabs li.selected{
	border-bottom: 2px solid white;
}

.shadetabs li a.selected{ /*selected main tab style */
  background-image: url(shadeactive.gif);
  border-bottom-color: white;
  padding: 3px 7px 3px 7px;
}

.shadetabs li a:hover.selected{ /*selected main tab style */
  text-decoration: none;
}

/* ------------------------ */

.csstabs { /* general settings */
  margin: 0;
  border-bottom: 1px solid #6c6; /* set border COLOR as desired */
}	

.csstabs ul { /* general settings */
  text-align: left; /* set to left, right or center */
  margin: 0 0 .8em .1em; /* set margins as desired */
  font: bold 11px verdana, arial, sans-serif; /* set font as desired */
  list-style-type: none;
  padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}
 
.csstabs li { /* do not change */
  display: inline;
}

.csstabs li:first-child { /* do not change */
  margin-left: .5em; /* set margins as desired */
}
 
.csstabs li a { /* settings for all tab links */
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
  border: 1px solid #6c6; /* set border COLOR as desired; usually matches border color specified in #tabnav */
  background-color: #cfc; /* set unselected tab background color as desired */
  color: #666; /* set unselected tab link color as desired */
  margin-right: 0px; /* set additional spacing between tabs as desired */
  text-decoration: none;
  border-bottom: none;
}
 
.csstabs li a:hover { /* settings for hover effect */
  background: #fff; /* set desired hover color */
}

.csstabs li.selected { /* settings for selected tab */
  border-bottom: 1px solid #fff; /* set border color to page background color */
  background-color: #fff; /* set background color to match above border color */
}
 
.csstabs li a.selected { /* settings for selected tab link */
  background-color: #fff; /* set selected tab background color as desired */
  color: #000; /* set selected tab link color as desired */
  position: relative;
  top: 1px;
  padding-top: 4px; /* must change with respect to padding (X) above and below */
}

.csstabs li a:hover.selected {
  text-decoration: none;
}

# Vertically Oriented Menu

#vertmenu {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100%;
  font-weight:bold;
  width: 110px;
  padding: 0px;
  margin: 0px;
}

#vertmenu h1 {
  display: block;
  background-color:#FF9900;
  font-size: 100%;
  padding: 3px 0 5px 3px;
  border: 1px solid #000000;
  color: #333333;
  margin: 0px;
  width:109px;
}

#vertmenu ul {
  font-weight:bold;
  list-style: none;
  margin: 0px;
  padding: 0px;
  border: none;
}

#vertmenu ul li {
  margin: 10px 0 0 0;
  padding: 0px;
}

#vertmenu ul li a {
  font-size: 90%;
/*  display: block;*/
  /*border-bottom: 1px dashed #C39C4E;*/
  padding: 5px 0px 3px 0px;
  text-decoration: none;
  color: #151B8D;
  width:105px;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
  border-bottom:1px dotted #2B60DE;
  color: #2B60DE;
}

.vtabs {
  margin:0;
  padding:0;
  min-height:auto;
  overflow:auto;
  list-style-type:none;
}

.vtabs li {
  line-height:1.5;
  list-style-type:none;
  margin:0 .25em 0 0;
  padding:0;
}
.vtabs li a {
  color:#222;
  cursor:pointer;
  font-weight:bold;
}

.vtabs li a, .vtabs li a:focus, .vtabs li a:hover {
  text-decoration:none;
}

.vtabs li a:focus, .vtabs li a:hover {
  border-bottom:1px dotted #00A;
  color:#555;
}

.vtabs li a.selected:focus, .vtabs li a.selected:hover {
  color:#fafafa;
}

