


/* tabs */

.tabbed-events-framework {
	background: url(/cm/thedailygreen/images/design/layout/tab_Border.gif) repeat-x bottom;
	float: left;
	width: 620px;
}

.tabset-framework {
	list-style: none;
	padding: 5px 0 0 8px;
	margin: 0;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: small;
}

.tabset-framework li {
	padding: 0 0 0 4px;
	margin: 0 1px 0 0;
	float: left;
	background: url(/cm/thedailygreen/images/design/layout/tab_left_low.gif) no-repeat top left;
}

.tabset-framework li.active {
	background: url(/cm/thedailygreen/images/design/layout/tab_left_high.gif) no-repeat top left;
}

.tabset-framework li a, .tabset-framework li a:visited {
	color: #7fa5a6;
	text-decoration: none;
	font-size:14px;
	display: block;
	background: white url(/cm/thedailygreen/images/design/layout/tab_right_low.gif) no-repeat top right;
	font-weight: bold;
	padding: 3px 0;
}

.tabset-framework li a:hover {
	color: #9bc257;
}

.tabset-framework li.active a, .tabset-framework li.active a:visited {
	color: white;
	background: #7fa5a6 url(/cm/thedailygreen/images/design/layout/tab_right_high.gif) no-repeat top right;
}

.tabset-framework li a span {
	display: block;
	margin-left: -4px;
	font-size: 12px;
	/*
	padding: 2px 5px 2px 5px;
	*/
	padding: 2px 7px 1px 7px;
	background: url() repeat-x bottom left;
	
}

.tabset-framework li.active a span, .tabset-framework li.active a:visited span {
	background-position: -100px;
	padding-bottom: 2px;
}


.tab-content-framework ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.tab-content-framework ul li {
	font-size: x-small;
	font-weight: normal;
	border-bottom: 1px solid #e3e3da;
	color: #7f7d6e;
	padding: 5px 0 5px 22px;
	margin: 0;
	
}

.tab-content-framework ul li a, tab-content-framework ul li a:visited {
	font-size: 110%;
	font-weight: normal;
	color: #5a594f;
}

.tab-content-framework ul li a:hover {
	color: red;
}




	/*end replace url*/
	
	

