@charset "UTF-8";

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	font-family: Futura, Tahoma, Geneva;
	list-style-type: none;
	font-size: 100%;
	width: auto;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Futura, Tahoma, Geneva;
	font-size: 95%;
	position: relative;
	text-align: left;
	width: 10em;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	font-family: Futura, Tahoma, Geneva;
	z-index: 1020;
	cursor: default;
	width: 10.2em;
	position: absolute;
	left: -1000em;
	text-align: center;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 200%;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	background-color: #a3cbd1;
	padding: 0.75em 0.35em;
	color: #25626A;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #F0FFFF;
	color: #CCC;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #F0FFFF;
	color: #a3cbd1;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}


<style type="text/css">

td {
	font-family: verdana;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	border: none;
}
.text2 {
	font-family: verdana;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	border: none;
	line-height: 17px;
}
.text {
	font-family: verdana;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	border: none;
	line-height: 15px;
}
.caption {
	font-family: verdana;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	border: none;
	line-height: 12px;
}
img {
	text-decoration: none;
	border: none;
}
.rev9 {
	font-family: verdana;
	font-size: 9px;
	color: #afcdd1;
	border: none;
	font-weight: normal;
}
.rev10 {
	font-family: verdana;
	font-size: 10px;
	color: #afcdd1;
	border: none;
	font-weight: bold;
}
.rev12 {
	font-family: verdana;
	font-size: 12px;
	color: #afcdd1;
	border: none;
	font-weight: normal;
}
.rev14 {
	font-family: verdana;
	font-size: 14px;
	color: #afcdd1;
	border: none;
	font-weight: bold;
}
.mid9 {
	font-family: verdana;
	font-size: 9px;
	font-weight: bold;
	color: #739da3;
}
.mid10 {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #739da3;
}
.mid12 {
	font-family: verdana;
	font-size: 12px;
	color: #739da3;
	line-height: 18px;
}
.mid14 {
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: #739da3;
}
.mid21 {
	font-family: verdana;
	font-size: 21px;
	color: #739da3;
}
.dark9 {
	font-family: verdana;
	font-size: 9px;
	font-weight: bold;
	color: #25626a;
}
.dark10 {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #25626a;
}
.dark12 {
	font-family: verdana;
	font-size: 12px;
	color: #25626a;
	line-height: 18px;
}
.dark14 {
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: #25626a;
}

 */
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

/* This is the selector for the TabGroup. The TabGroup container houses
 * all of the tab buttons for each tabbed panel in the widget.
 */
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

/* This is the selector for the TabbedPanelsTab.
*/
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	font: bold 0.7em sans-serif;
	background-color: #DDD;
	list-style: none;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}

/* "TabbedPanelsTabHover" 
*/
.TabbedPanelsTabHover {
	background-color: #CCC;
}

/* This selector is an example of how to change the appearance of a tab button
 * container after the user has clicked on it to activate a content panel.
 * For our default style, tab buttons are positioned 1 pixel down from where it would normally render. When the tab button is selected, we change its bottom border to match the background color of the content panel so that it looks like the tab is part of the content panel.
 */
.TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: 1px solid #EEE;
}

.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	background-color: #EEE;
}
.TabbedPanelsContent {
	padding: 4px;
}

/* This selector is an example of how to change the appearance of the currently
 * active container panel. The class "TabbedPanelsContentVisible" is programatically added and removed from the content element as the panel is activated/deactivated.
 */
.TabbedPanelsContentVisible {
}

</style>
