@charset "UTF-8";

/* SpryTabbedPanels.css - Revision: Spry Preview Release 1.4 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

.TabbedPanels {
	margin: 0px;
	padding: 0px;
	height:380px;
	padding-top:1px;
	clear: none;
}

.TabbedPanelsTabGroup {
	position:absolute;
	display:block;
	width:946px;
	top:500px;
	margin: 0px;
	background-color:#565656;
	padding-bottom:0px;
	padding-left:10px;
	padding-right:10px;
	padding-top:8px;
	height:22px;
	background-image: url(../images/bg_clickproj_home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.TabbedPanelsTab {
	position: relative;
	width:11px;
	height:11px;
	background-color: #e9e9e9;
	top: 0px;
	float: right;
	padding: 0px;
	margin: 0px 10px 0px 0px;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	color: #ffffff;
	border: 2px solid #e9e9e9;
	outline-style: none;
	-moz-outline-style:none;
}

.TabbedPanelsTabHover {
	position: relative;
	width:11px;
	height:11px;
	background-color: #7fa312;
	top: 0px;
	float: right;
	padding: 0px;
	margin: 0px 10px 0px 0px;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	color: #ffffff;
	border: 2px solid #e9e9e9;
	outline-style: none;
	-moz-outline-style:none;
}

.TabbedPanelsTabSelected {
	position: relative;
	width:11px;
	height:11px;
	background-color: #a8c958;
	top: 0px;
	float: right;
	padding: 0px;
	margin: 0px 10px 0px 0px;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	color: #ffffff;
	border: 2px solid #7fa312;
	outline-style: none;
	-moz-outline-style:none;
}

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

.TabbedPanelsContentGroup {
	clear: both;
	height:350px;
	background-color: #FFFFFF;
}

.TabbedPanelsContent {
	padding: 0px;
	height:35px;
}

.TabbedPanelsContentVisible {
}

.VTabbedPanels .TabbedPanelsTabGroup {
	height: 30px;
	background-color: #565656;
	position: relative;
}

.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
}

.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #a8c958;
}

.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	height: 20px;
}
