
/*

	WebCreator TabGroups Style

*/


div.wcr-tabgroup{
	background: transparent;
	}
div.wcr-tabgroup a.wcr-tab{
	line-height: 100%;
	display: block;
	float: left;
	padding: 9px 22px 8px 12px;
	border: solid #cbd0d9;
	background: #ffffff;
	border-width: 1px 1px 0 1px;
	font-size: 10pt;
	text-decoration: none;
	color: #222222;
	margin: 0 0 0 0;
	font-weight: normal;
	}
div.wcr-tabgroup a.wcr-activeTab{
	line-height: 100%;
	display: block;
	float: left;
	padding: 9px 22px 8px 12px;
	border: solid #cbd0d9;
	background: #cc000f;
	border-width: 1px 1px 0 1px;
	font-size: 10pt;
	text-decoration: none;
	color: #ffffff;
	margin: 0 0 0 0;
	font-weight: normal;
	}

div.wcr-tabgroup div.wcr-tabgroup-tabs{
	clear: both;
	background: #ffffff;
	border: solid #cbd0d9;
	border-width: 2px 1px 2px 1px;
	}
	
div.wcr-tabgroup-tabs div.wcr-tabcontent{
	display: none;
	padding: 20px 10px;
	background: #f0f2f5 url('../../img/layout/gradient_tabgroup.jpg') top left repeat-x;
	line-height: 150%;
	font-size: 10pt;
	color: #333333;
	}
		
			
	
	
	