@charset "utf-8";
/* CSS Document */

#tab_headers{
	width: 100%;
	height: 24px;
}

.open_tab_header{
	float: left;
	width: 115px;
	height: 17px;
	background-repeat: no-repeat;	
	color: white;
	cursor: pointer;
	padding-top: 7px;
	padding-left: 5px;
}

#tab_headers .header_1{
	float: left;
	width: 115px;
	height: 17px;
	background-repeat: no-repeat;	
	color: white;
	cursor: pointer;
	padding-top: 7px;
	padding-left: 5px;
	background-image: url('/images/tab.gif'); background-color:#F00;
}

#tab_headers .header_2{	
	float: left;
	width: 115px;
	height: 17px;
	background-repeat: no-repeat;	
	color: white;
	cursor: pointer;
	padding-top: 7px;
	padding-left: 5px;
	background-image: url('/images/tab1.gif');
}

#tab_headers .header_3{
	float: left;
	width: 115px;
	height: 17px;
	background-repeat: no-repeat;	
	color: white;
	cursor: pointer;
	padding-top: 7px;
	padding-left: 5px;
	background-image: url('/images/tab2.gif');
}

#tab_headers .header_4{	
	float: left;
	width: 115px;
	height: 17px;
	background-repeat: no-repeat;	
	color: white;
	cursor: pointer;
	padding-top: 7px;
	padding-left: 5px;
	background-image: url('/images/tab4.gif');
}

#tab_headers .header_5{
	float: left;
	width: 115px;
	height: 17px;
	background-repeat: no-repeat;	
	color: white;
	cursor: pointer;
	padding-top: 7px;
	padding-left: 5px;
	background-image: url('/images/tab3.gif');
}


.closed_tab_header{
	float: left;
	width: 115px;
	height: 17px;
	background-image: url('/images/background_tab.gif');
	background-repeat: no-repeat;
	color: white;
	cursor: pointer;
	padding-top: 7px;
	padding-left: 5px;
}

.tab_content{
	width: 100%;
	border: 1px solid #CCCCCC;
	border-width: 1px 0 0 0;
	display: none;
}


.search_header{
	float: left;
	width: 115px;
	height: 17px;
	background-repeat: no-repeat;	
	color: white;
	cursor: pointer;
	padding-top: 7px;
	padding-left: 5px;
	background-image: url('/images/tab3.gif');
}
