/* CSS Document */

@charset "UTF-8";

/* SpryTabbedPanels.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */


/*---------------------------------------------------------*/
/*----------This is the Thumbnails Section-----------------*/
/*---------------------------------------------------------*/

.TabbedPanels2 {
	margin:5px 100px 5px 100px;
	padding:0;
	border: none;
	width: 80%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	height:auto;
}

.TabbedPanels2:after {	content: ".";	display: block;	height: 0;	clear: both;	visibility: hidden; }
.TabbedPanels2 { display: inline-block; }
/* Hides from IE-mac \*/
* html .TabbedPanels2 { height: 1%; }
.TabbedPanels2 {	display: block; }

.TabbedPanelsTabGroup2 {
	margin:0;
	padding:0;
	position: relative;
	top:30px;
	left:10px;
	z-index:1;
	padding: 0;
	border: none;
	height: 200px;
	width:450px;
	text-align:center;
	float:left;
}

/*.TabbedPanelsTabGroup2 p {
 font-family:Arial, Helvetica, sans-serif;
	font-size:10px; 
	font-weight:bold;
	color:#333333;
	font-style:italic;
}*/

.TabbedPanelsTab2 {
 display:block;
	width:150px;
	height:95px;
	padding:0;
	margin:0;
	margin-bottom:20px;
	margin-top:15px;	
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	cursor: hand;
	z-index:1;
	overflow:hidden;
	border:2px solid #ffffff;
	}
	.TabbedPanelsTab2 img {
 width:150px;
 height:auto;
 /*position:relative;
 left:200px;
 top:0;*/
 margin:0;
 padding:0;
}

.TabbedPanelsTabHover2 {
	padding:0;
	margin:0;
}

.TabbedPanelsTabSelected2 {
	padding:0;
	margin:0;
	border:inherit;
}
	
.TabbedPanelsTabSelected2 {
 filter:alpha(opacity=50);
 -moz-opacity:.50;
	opacity:.50;
}

.TabbedPanelsTab2 a {
	padding:0;
	margin:0;
	text-decoration:none;
	}

.TabbedPanelsContentGroup2 {
 display:block;
	width:550px;
	height:auto;
	padding:0;
	margin:0;
	float:right;
	/*position:relative;
	top:-345px;
	bottom:0px;
	left:0px;
	z-index:0;*/
}

.TabbedPanelsContent2 {
	padding:0;}

.TabbedPanelsContent2 img {
 width:550px;
 height:auto;
 /*position:relative;
 left:200px;
 top:0;*/
 margin:0;
 padding:0;
	border:2px solid #ffffff;
}

/*.TabbedPanelsContent2 h3{	
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000000;
	border-bottom:2px solid #990000;
	padding:3px 15px 3px 15px;
	margin:5px 10px 5px 10px;
}
.TabbedPanelsContent2 p{	
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	padding:0;
	margin:5px 10px 5px 10px;
}*/

.TabbedPanelsContentVisible2 {
}

.VTabbedPanels2 .TabbedPanelsTabGroup2 {
	float: left;
	width: 10em;
	height: 20em;
	position: relative;
	border: solid 1px #999;
}

.VTabbedPanels2 .TabbedPanelsTab2 {
	float: none;
	margin: 0px;
	border: none;
}

.VTabbedPanels2 .TabbedPanelsTabSelected2 {
	border:1px solid #000000;
}

.VTabbedPanels2 .TabbedPanelsContentGroup2 {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}


/*---------------------------------------------------------*/
/*----------This is the Tabs Contect Section---------------*/
/*---------------------------------------------------------*/

.TabbedPanels {
	margin: auto;
	padding: 0px;
	float: none;
	clear: both;
	width: 90%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	font: bold 0.7em sans-serif;
	background-color:#FFFFCC;
	list-style: none;
	border: solid 1px #D4A352;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}

.TabbedPanelsTabHover {
	background-color:#B38868;
}

.TabbedPanelsTabSelected {
	background-color: #efe2bf;
	border-bottom: 1px solid #efe2bf;
}

.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
	border: solid 1px #D4A352;
	background-color: #efe2bf;
}

.TabbedPanelsContent {
	padding: 4px;
	padding-top:10px;
}

.TabbedPanelsContentVisible {
}

.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	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 .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}

.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}

/*---------------------------------------------------------*/
/*----------This is the Thumbnails Section-----------------*/
/*---------------------------------------------------------*/

#tabsleft {width:250px; height:inherit; float:left;}
#tabsleft ul {width:100%; height:inherit; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}
#tabsleft li {padding:3px 7px 3px 15px; margin:0; height:14px; list-style:none; text-align:right; }

#tabsright {width:250px; height:inherit; float:left;}
#tabsright ul {width:100%; height:inherit; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}
#tabsright li {padding:3px 3px 3px 15px; margin:0; height:14px; list-style:none; text-align:left;}

#smallcontainer{width:inherit; height:inherit; margin:auto; padding:0;}

#tabsleft2 {width:160px; height:inherit; float:left;}
#tabsleft2 ul {width:100%; height:inherit; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}
#tabsleft2 li {padding:3px 7px 3px 5px; margin:0; height:14px; list-style:none; text-align:right; }

#tabsright2 {width:100px; height:inherit; float:left;}
#tabsright2 ul {width:100%; height:inherit; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}
#tabsright2 li {padding:3px 3px 3px 15px; margin:0; height:14px; list-style:none; text-align:left;}

#smallcontainer2{background-color:#efe2bf; border:1px solid #D4A352; float:left; width:300px; margin:10px; padding:5px 10px;}

.frame {
scrollbar-face-color: #300;
scrollbar-shadow-color: #600;
scrollbar-highlight-color: #600;
scrollbar-3dlight-color: #600;
scrollbar-darkshadow-color: #600;
scrollbar-track-color: #300;
scrollbar-arrow-color: pink;
}

.panel {font-size:12px; font-style:italic; font-family:Verdana, Arial, Helvetica, sans-serif; margin:10px 5px 5px 20px;}