@charset "utf-8";
/* CSS Document */
/* nav list */
body.Den {
margin-left: 20px;
}
 #navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
font:Verdana, Arial, Helvetica, sans-serif;
border-bottom: 1px ridge #6E6E6E;
}

#navcontainer ul li { 
display: inline; 
font:Verdana, Arial, Helvetica, sans-serif;
margin: -3px;}

#navcontainer ul li a
{
text-decoration:none;
font-size: .6em;
font:Verdana, Arial, Helvetica, sans-serif;
font-weight:bolder;
padding: .05em .5em;
color: #000;
background-color: #fff;
text-transform:uppercase;
}

#navcontainer ul li a:hover
{
color: #8A192E;
text-decoration:underline;
}

/* tabbed panels */

.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}
.TabbedPanels-g {
	background-color:#C0DCC0;
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}
.TabbedPanels-b {
	background-color:#A6CAF0;
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

.TabbedPanelsTabGroup,
.TabbedPanelsTabGroupCompact,
.TabbedPanelsTabGroup-b{
	margin: 0px;
	padding: 0px;
}
.TabbedPanelsTabGroup-b{
background-color:#A6CAF0; }


.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	font: bold 0.7em sans-serif;
	background-color: #DCE7E6;
	color:  #303030;
	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;
}
table .TabbedPanels .TabbedPanelsTab {
	font: bold 1em sans-serif;
}
.bigTab {
	padding: 10px 10px 5px 10px;
	font: bold 0.8em sans-serif;
	vertical-align:middle;

}
.TabbedPanelsTabHover {
	background-color: #DFFFFF;
	color: #303030;
}
.TabbedPanelsTabSelected {
	background-color:  #F5F5F5;
	color: #303030;
}

.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

/* This is the selector for the ContentGroup. The ContentGroup container houses
 * all of the content panels for each tabbed panel in the widget. 
 */
.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: #F5F5F5;
}
.noLines {
	border: none;
	}
.TabbedPanelsContentGroupMid, 
.TabbedPanelsContentGroupCompact {
	clear: both;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	background-color: #F5F5F5;
}


/* This is the selector for the Content panel. The Content panel holds the
 * content for a single tabbed panel. 
 */
.TabbedPanelsContent {
	padding: 10px;
}
.TabbedPanelsContent h2.Bar {
	background-color: #363; 
	color: #FFF;
	padding: 5px;
	margin: 0px 0px 5px 0px;}

/* This selector is an example of how to change the appearnce 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 {
}

.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	margin-left: 10px;
	width: 11em;
	height: 65em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}
.VTabbedPanels .TabbedPanelsTabGroupWide {
	float: left;
	margin-left: 10px;
	width: 12em;
	height: 65em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}
.VTabbedPanels .TabbedPanelsTabGroupMid {
	float: left;
	margin-left: 10px;
	width: 11em;
	height: 45em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}
.VTabbedPanels .TabbedPanelsTabGroupCompact {
	float: left;
	margin-left: 10px;
	width: 11em;
	height: 45em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}


/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}
.VTabbedPanels .TabbedPanelsTabGray {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}

/* This selector floats the content panels for the widget so that they
 * render to the right of the tabbed buttons.
 */
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 35em;
	height: 65em;
}
.VTabbedPanels .TabbedPanelsContentGroupWide {
	clear: none;
	float: left;
	padding: 0px;
	width: 43em;
	height: 65em;
}

.VTabbedPanels .TabbedPanelsContentGroupMid {
	clear: none;
	float: left;
	padding: 0px;
	width: 25em;
	height: 45em;
}

.VTabbedPanels .TabbedPanelsContentGroupCompact {
	clear: none;
	float: left;
	padding: 0px;
	width: 23em;
	height: 45em;
}

