/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 /*margin-top:1em;*/
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 /*font: bold 12px Verdana, sans-serif;*/
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
/*
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #DDE;
 text-decoration: none;
 */
}

/*
ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }
*/

ul.tabbernav li a:hover
{
 /*color: #000;*/
 background: #AAE;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 /*color: #000;*/
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding: 0 5px 5px 5px;
 border:1px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}


/*
Main Feature Tabber
*/

#mainfeaturetabber {
	margin-bottom: 40px;
	min-height: 200px;
	}
#mainfeaturetabber .tabber {
	min-height: 200px;
	}
#mainfeaturetabber .tabbercontent {
	min-height: 200px;
	background: #fff url(../../images/bg_feature.png) repeat-y 0 0;
	}
#mainfeaturetabber .tabberlive {
	/*background: #fff url(../../images/bg_feature.png) repeat-y 0 0;*/
	min-height: 200px;
	/*border-left: 1px solid #6487ad;
	border-right: 1px solid #6487ad;*/
	}

#mainfeaturetabber .tabbertab {
	min-height: 200px;
	padding: 0 20px 0 30px;
	border: none;
	width: 350px;
	background: transparent;
	}
	
#mainfeaturetabber ul.tabbernav {
	float: right;
	display: block;
	padding: 0px;
	list-style: none;
	border: none;
	min-height: 200px;
	margin-right: 1px;
	}

#mainfeaturetabber ul.tabbernav li {
	display: block;
	width: 184px;
	background-color: transparent;
	border: none;
	border-bottom: 1px dotted #bbb;
	padding: 4px 5px 4px 10px;
	background-image: none;	
	}

#mainfeaturetabber ul.tabbernav li a {
	background-color: transparent;
	border: none;
	margin-left: 10px;
	display: block;
	}

#mainfeaturetabber ul.tabbernav li a:hover {
	background-color: transparent;
	border: none;
	text-decoration: underline;
	}
#mainfeaturetabber ul.tabbernav li.tabberactive {
	background-color: #6487ad;
	border: none;
	}	
#mainfeaturetabber ul.tabbernav li.tabberactive a {
	background-color: transparent;
	border: none;
	text-decoration: none;
	color: #fff;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 14px;
	}
#mainfeaturetabber ul.tabbernav li.tabberactive a:hover {
	background-color: transparent;
	border: none;
	}
	

/* 
Mission Activities
*/

#missionactivities {
	min-height: 200px;
	}
#missionactivities ul.tabbernav {
	border-bottom: 1px solid #6487ad;
	padding: 0;
	padding-left: 20px;
	margin: 0;
	}
#missionactivities ul.tabbernav li {
	background-image: none;
	margin: 0px;	
	padding: 0px;
	/*margin-left: 18px;*/
	}
#missionactivities ul.tabbernav li a {
	padding: 5px 11px 3px 10px;	
	margin-left: 0px;
	margin-right: 3px;
	/*border: 1px solid #778;
	border-bottom: none;
	background: #DDE;*/
	border: none;
	background: transparent;
	text-decoration: none;
	color: #941825;
	}
#missionactivities ul.tabbernav li a:hover {
	text-decoration: underline;
	}
#missionactivities ul.tabbernav li.tabberactive a:hover {
	/*color: #000;*/
	text-decoration: none;
	}
#missionactivities ul.tabbernav li.tabberactive a {	
	background: #f0f3f7;
	border: 1px solid #6487ad;
	border-bottom: 2px solid #f0f3f7;
	/*border-bottom: 2px solid red;*/
	color: #444;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 14px;
	/*padding-bottom: 3px;*/
	/*font-weight: bold;*/
	/*background: #f0f3f7 url(../../images/bg_tabs_button_top_right.png) no-repeat top right;*/
	}
#missionactivities .tabberlive .tabbertab {
	padding: 20px 20px 1px 30px;
	border: none;
	/*width: 400px;*/
	/*min-height: 200px;*/
	background-color: #f0f3f7;
	}
	
	
