 
@charset "UTF-8";

 
 
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;  
    width: 100%;	
    background-color: #1D354D;
 
 
}
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
    width: 70%;
    margin-right: auto;
}


.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	background-color: #1D354D;
	list-style: none;
	border-left: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-family: sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-image: url(../Library/submenubutton.jpg);
	width: auto;
	height: auto;
}

/***************MENU LINKS**************************/
 #outerWrapper #topNavigation #TabbedPanels1 .TabbedPanelsTabGroup .TabbedPanelsTab a,  a:link {
	color: #COCOFF;   /*lt blue*/
	font-weight: bold;
	text-decoration: none;
}
/*  visited links. */
#outerWrapper #topNavigation #TabbedPanels1 .TabbedPanelsTabGroup .TabbedPanelsTab a:visited {
	color: #1DA1F2;  /*teal*/
	font-weight: bold;
	text-decoration: none;
}
/*  mouseover. */
 #outerWrapper #topNavigation #TabbedPanels1 .TabbedPanelsTabGroup .TabbedPanelsTab a:hover {
	color: #CCC;
 
}
/*   focus. */
#outerWrapper #topNavigation #TabbedPanels1 .TabbedPanelsTabGroup .TabbedPanelsTab a:focus {
	color: #CCC;
}
/*  activated/clicked. */
 #outerWrapper #topNavigation #TabbedPanels1 .TabbedPanelsTabGroup .TabbedPanelsTab a:active {
	color: #COCOFF;   /*lt blue*/
}

/*************end link colors******************/

.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 1px #009;
	border-bottom: solid 1px #009;
	border-top: solid 1px #009;
	border-right: solid 1px #009;
	background-color: #009;
}

.TabbedPanelsContent {
	padding: 4px;
}
 
.TabbedPanelsContentVisible {
}

/* Vertical Tabbed Panels
 *
 * The following rules override some of the default rules above so that the
 * TabbedPanels widget renders with its tab buttons along the left side of
 * the currently active content panel.
 *
 * With the rules defined below, the only change that will have to be made
 * to switch a horizontal tabbed panels widget to a vertical tabbed panels
 * widget, is to use the "VTabbedPanels" class on the top-level widget
 * container element, instead of "TabbedPanels".
 */

/* This selector floats the TabGroup so that the tab buttons it contains
 * render to the left of the active content panel. A border is drawn around
 * the group container to make it look like a list container.
 */
.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 10em;
	background-color: #009;
	position: relative;
	border-top: solid 1px #009;
	border-right: solid 1px #009;
	border-left: solid 1px #009;
	border-bottom: solid 1px #009;
}
.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}
.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #009;
	border-bottom: solid 1px #009;
	background-image: url(../Library/submenubutton.jpg);
}
 
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: auto;
	height: 30px;
}
/*---------------------------------spry tabbed panels end-----------------------------------*/
