.tab_holder .tab_content
{
	font-size: 0.85em;
	padding: 15px;
	clear: both; height: 200px; overflow: auto;
	background-color: #EFF7FF;
	border: 2px solid #CFE7FF;
}
.tab_holder .tab_content a strong{ font-weight: normal; }

.tab_holder .holder{ color: #0855A7; }

.tab_holder .holder div
{
	float: left; clear: none; position: relative;
	padding: 4px 15px 5px 15px; margin: 0 7px 0 0;
	font-size: 11px; cursor: pointer; text-align: center;
	background-color: white; color: #1B5A98;
	border: 2px solid #CFE7FF; border-bottom-width: 0;
}

.tab_holder .holder div strong{ font-weight: normal; }

.tab_holder .holder .selected
{
	background-color: #EFF7FF; color: #002268;
	cursor: default;
	border-bottom-width: 2px; border-bottom-color: #EFF7FF;
	margin-bottom: -2px;
}

.tab_holder .holder .over { background-color: #EFF7FF; }
.tab_holder .holder .out { background-color: white; }