@charset "utf-8";
/* CSS Document */

/* ********************************************************************************************* */
/* MAIN TABS */

.tabs_white,
.tabs_grey {
	position:relative;
	border-bottom:1px solid #e7e7e7;	
	height:37px;
	margin-bottom:0px;
}
.tabs_white {
	background-color:#f8f8f8;
	border-top:1px solid #e7e7e7;	
	margin-bottom:10px;
}
.tab_on, 
.tab_off {
	margin-top:7px;
	padding-top:7px;
	height:23px;
	padding-left:10px;
	padding-right:10px;
	float:left;
	border-top:1px solid #e7e7e7;
	border-left:1px solid #e7e7e7;
	border-right:1px solid #e7e7e7;	
	margin-left:5px;
}
.tab_off {
	background-image:url(../images/tabs/background_tab.jpg);
}
.tabs_white .tab_on {
	background-color:#ffffff;
}
.tabs_grey .tab_on {
	background-color:#f8f8f8;
}
.tab_on a:link, 
.tab_on a:visited, 
.tab_on a:active, 
.tab_off a:link, 
.tab_off a:visited, 
.tab_off a:active {
	color:#5266a7;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}
.tab_off a:hover, 
.tab_on a:hover {
	color:#5266a7;
	text-decoration:underline;
	font-size:14px;
	font-weight:bold;	
}

/* TABS CONTENT */

.tab_content_grey {
	background-color:#f8f8f8;
	border-top:1px solid #f8f8f8;
	border-bottom:1px solid #e7e7e7;
	margin-top:0px;
	margin-bottom:10px;
	padding:10px;
}
.tab_content_white {
}

.third_tabs {
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;
	height:20px;
}
.third_tabs a:link,
.third_tabs a:visited,
.third_tabs a:hover,
.third_tabs a:active {
}
.third_tabs .selected_small_link:link,
.third_tabs .selected_small_link:visited,
.third_tabs .selected_small_link:hover,
.third_tabs .selected_small_link:active {
	background-color:#5266a7;
	padding:3px 10px;
	color:#ffffff;
	font-size:13px;
	text-decoration:none;
}
