
/*

	WebCreator TabGroups Style

*/


div.wcr-tabgroup{
	background: transparent;
	}
div.wcr-tabgroup a.wcr-tab{
	line-height: 100%;
	display: block;
	float: left;
	padding: 9px 5px 7px 5px;
	border: solid #d1dde9;
	background: #4c81b6;
	border-width: 1px 1px 0 1px;
	font-size: 8pt;
	text-decoration: none;
	color: #ffffff;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	margin: 0 0 0 0;
	}
div.wcr-tabgroup a.wcr-activeTab{
	line-height: 100%;
	display: block;
	float: left;
	padding: 9px 5px 7px 5px;
	border: solid #d1dde9;
	background: #f4f8ff !important;
	border-width: 1px 1px 0 1px;
	font-size: 8pt;
	text-decoration: none;
	color: #054688;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	margin: 0 0 0 0;		
	}

div.wcr-tabgroup div.wcr-tabgroup-tabs{
	clear: both;
	background: #ffffff;
	border: solid #d1dde9;
	border-width: 1px;
	}
	
div.wcr-tabgroup-tabs div.wcr-tabcontent{
	display: none;
	padding: 10px;
	background: #f4f8ff;
	line-height: 150%;
	font-size: 10pt;
	color: #333333;
	}
		
			
	
	
	
