.content_table {
	position:relative;
	//position:absolute;
	float:left;
	width:100%;
	height:100%;
	min-height:600px;
	//top:0px;
	//left:0px;
	//bottom:0px;
	//right:0px;
	padding:0px;
	//margin:8px;
	//background-image: -webkit-linear-gradient(top, #c8d6e3 0%, #fcfcfc 100%);
}
.cedar .content_table {
	background-color: #E7E3ED;
}
.content_tabholder {
	position:absolute;
	top:8px;
	left:0px;
	height:30px;
	right:0px;
}
.contenttable_content {
	position:relative;
	float:left;
	//position:absolute;
	//top:37px;
	//bottom:0px;
	//left:0px;
	//right:0px;
	margin-top:37px;
	border:1px solid #1e6ea6;
	display:none;
	width:100%;
}
.cedar .contenttable_content {
	border:1px solid #5f4180;
}
.contenttable_content.active {
	display:block;
	//background-image:-webkit-linear-gradient(top, #94c5e3 0%, #46628d 100%);
}
.cedar .contenttable_content.active {
	border-right: 0px;
	border-left: 0px;
	border-bottom: 0px;
	width: 100%;
	background-color: #FFFFFF;
}
.content_tabholder .content_tholder {
	position:relative;
	float:left;
	height:28px;
	width:150px;
	background-color:#f0f0f0;
	border-radius: 6px 5px 0px 0px;
	border-top:1px solid #1e6ea6;
	border-left:1px solid #1e6ea6;
	//border-bottom:1px solid #1e6ea6;
	margin-right:6px;
}
.cedar .content_tabholder .content_tholder {
	height:29px;
	background-color:#FFFFFF;
	border-radius: 4px 4px 0px 0px;
	border-top:1px solid #5f4180;
	border-left:none;
	border-right:1px solid #5f4180;
	margin-right:0px;
}
.content_tabholder .content_tabfill {
	position:absolute;
	bottom:0px;
	right:-11px;
	width: 0px;
	height: 0;
	border-bottom: 24px solid #f0f0f0; 
	border-right: 11px solid transparent; 
}
.cedar .content_tabholder .content_tabfill {
	display:none;
}
.content_tabholder .content_tabborder {
	position:absolute;
	bottom:-1px;
	right:-13px;
	width: 0px;
	height: 0px;
	border-bottom: 26px solid #1e6ea6; 
	border-right: 13px solid transparent; 
}
.cedar .content_tabholder .content_tabborder {
	border-bottom: 26px solid #5f4180; 
}
.content_tabholder .content_tab {
	position:absolute;
	left:0px;
	right:12px;
	top:0px;
	bottom:0px;
	color:#1e6ea6;
	font-family:Helvetica;
	font-size:13px;
	text-align:center;
	border-radius: 6px 0px 0px 0px;
	padding-top:4px;
}
.cedar .content_tabholder .content_tab {
	color:#5f4180;
}
.content_tabholder .content_tab .content_text {
	font-size:12px;
	font-family:Helvetica;
	//text-shadow:1px 1px 0 #b0c4de;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:12px;
}
.content_tabholder .content_tab .content_count {
	font-size:10px;
	font-family:Helvetica;
	color:#1e6ea6;
	position:absolute;
	bottom:2px;
	left:0px;
	width:100%;
	height:10px;
}
.cedar .content_tabholder .content_tab .content_count {
	color:inherit;
	padding-bottom:2px;
}
.content_tabholder .content_tholder.active {
	background-color:#ffffff;
	z-index:1;
	height:29px;
}			
.cedar .content_tabholder .content_tholder.active {
	background-color:#5A4B81;
	color: #FFFFFF;
}
.content_tabholder .content_tholder.active .content_tab {
	//text-shadow: 1px 1px 0 #b0c4de;
	background-color:#ffffff;
}
.cedar .content_tabholder .content_tholder.active .content_tab {
	color:#ffffff;
	background-color:inherit;
}
.content_tabholder .content_tholder.active .content_tabfill {
	border-bottom: 24px solid #ffffff;
	border-right: 11px solid transparent; 
}
.content_tabholder .content_tholder.active .content_tabborder {
	border-bottom: 25px solid #1e6ea6; 
	border-right: 12px solid transparent; 
	bottom:0px;
	right:-12px;
}
.cedar .content_tabholder .content_tholder.active .content_tabborder {
	border-bottom: 25px solid #5f4180;
}
.content_tabholder .content_tabborder {
	position:absolute;
	bottom:-1px;
	right:-13px;
	width: 0px;
	height: 0px;
	border-bottom: 26px solid #1e6ea6; 
	border-right: 13px solid transparent; 
}
.cedar .content_tabholder .content_tabborder {
	border-bottom: 26px solid #5f4180; 
	display: none;
}
.content_tabholder .content_tab {
	position:absolute;
	left:0px;
	right:12px;
	top:0px;
	bottom:0px;
	color:#1e6ea6;
	font-family:Helvetica;
	font-size:13px;
	text-align:center;
	padding-top:4px;
}
.cedar .content_tabholder .content_tab {
	color:#5f4180;
	width: 100%;
}
.content_tabholder .content_tab .content_text {
	font-size:12px;
	font-family:Helvetica;
	//text-shadow:1px 1px 0 #b0c4de;
	position:absolute;
}
.cedar .content_tabholder .content_tab .content_text {
	padding-top: 2px;
	font-weight: bold;	
}
.content_tabholder .content_tab:hover {
	cursor:pointer;
}
