

/* =DASHBOARD TABBED PANELS
----------------------------------------------- */

.TabbedPanels {
	clear: none;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	}
	.TabbedPanelsTabGroup
	{
	float:left; background-color:#00FF00;margin:0; padding:0; 
	}
.TabbedPanelsTab {
	background-color: #fff;
	color: #999;
	cursor: pointer;
	float: left;
	font-weight: bold;
	-khtml-user-select: none;
	list-style: none;
	-moz-user-select: none;
	margin: 0;
	display:block; color:#333; width:360px; padding:10px; border: 1px solid #ccc;
	text-align:center;
	outline: none;
	}
.TabbedPanelsTab:hover { background-color:#ccc;}
.TabbedPanelsTabHover {
	color: #111;
	}
.TabbedPanelsTabSelected {
	background: #eee;
	color: #111;
	}
.TabbedPanelsTab a {
	text-decoration: none;
	}
.TabbedPanelsContentGroup {
	clear: both;
	width:768px;
	/*
	height: 17.1em;
	height: 18.2em;
	margin-bottom: 1.5em;
	max-height: 17.1em;
	max-height: 18.2em;
	max-height: 17.1em;
	max-height: 18.2em;*/
	overflow: hidden;
	}





