@charset "UTF-8";

.TabbedPanels {
	float: left;
	clear: none;
	width: 255px;
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	width: 85px;
	height: 30px;
	background-image: url(../img/search/search_tab01.jpg);
	background-repeat: no-repeat;
	text-align: center;
	line-height: 30px;
	vertical-align: middle;
	text-decoration: underline;
	font-weight: bold;
	/*
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	font: bold 0.7em sans-serif;
	background-color: #DDD;
	list-style: none;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;*/
}

.tab_img02 {
	background-image: url(../img/search/search_tab02.jpg);
}

.tab_img03 {
	background-image: url(../img/search/search_tab03.jpg);
}

.TabbedPanelsTabHover {
	text-decoration: none;
}

.TabbedPanelsTabSelected {
	/*background-color: #EEE;
	border-bottom: 1px solid #EEE;*/
}

.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
	/*border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	background-color: #EEE;*/
}

.TabbedPanelsContent {
	width: 235px;
	height: 75px;
	padding: 10px;
	background-image: url(../img/search/search_plate01.jpg);
	background-repeat: no-repeat;
	text-align: right;
}

.tab_select01 {
	background-image: url(../img/search/search_plate01.jpg);
}

.tab_select02 {
	background-image: url(../img/search/search_plate02.jpg);
}

.tab_select03 {
	background-image: url(../img/search/search_plate03.jpg);
}

.TabbedPanelsContent p {
	text-align: center;
}

.TabbedPanelsContent .search_bt {
	width: 82px;
	height: 25px;
	border: 0;
	margin: 5px 0px;
	background-image: url(../img/search/search_bt.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.TabbedPanelsContent .search_bt:hover {
	background-position: 0px -25px;
	cursor: pointer;
}

.TabbedPanelsContentVisible {
}

.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}

.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}

