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

#searchbox {
	display: none;
	width: 730px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: url(../img/search_bg.gif) no-repeat bottom;
}

#tabs {
	margin-bottom: 10px;
	overflow: hidden;
	zoom: 1;
}

#tabs li {
	float: left;
	width: 245px;
	height: 43px;
}

#tabs li.tab2 {
	width: 240px;
}

#tabs li a {
	display: block;
	width: 245px;
	height: 43px;
	text-indent: -1000px;
	overflow: hidden;
}

#tabs li.tab2 a {
	width: 240px;
}

#tabs li.tab1 a {
	background: url(../img/tab1.gif) no-repeat bottom;
}

#tabs li.tab2 a {
	background: url(../img/tab2.gif) no-repeat bottom;
}

#tabs li.tab3 a {
	background: url(../img/tab3.gif) no-repeat bottom;
}

#tabs li.tab1 a.currenttab {
	background: url(../img/tab1_on.gif) no-repeat bottom;
}

#tabs li.tab2 a.currenttab {
	background: url(../img/tab2_on.gif) no-repeat bottom;
}

#tabs li.tab3 a.currenttab {
	background: url(../img/tab3_on.gif) no-repeat bottom;
}

#tabview {
	position: relative;
	height: 425px;
	margin: 0px 30px;
}

#tabinview {
	position: relative;
	height: 360px;
}

#tabinselect {
	width: 6em;
	margin-bottom: 14px;
	font-size: 15px;
	font-weight: bold;
}

#tabinmenu {
	margin-bottom: 10px;
	overflow: hidden;
	zoom: 1;
}

.calendar #tabinmenu {
	float: left;
}


#tabinmenu li {
	float: left;
	margin-right: 10px;
	height: 27px;
	font-size: 12px;
	line-height: 27px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
}

.calendar #tabinmenu li {
	width: 48px;
	margin-right: 0px;
	color: #959595;
	background-color: #eaeaea;
}

#tabinmenu li a {
	display: block;
	width: 96px;
	height: 27px;
	color: #000000;
	background: url(../img/tabinmenu_bg.gif) no-repeat;
	text-decoration: none;
}

.calendar #tabinmenu li a {
	width: 48px;
	font-size: 15px;
	font-weight: bold;
	color: #0c4270;
	background: none;
}

#tabinmenu li.currentmenu a,
#tabinmenu li a:hover {
	color: #919296;
	background: url(../img/tabinmenu_bg_on.gif);
}

.calendar #tabinmenu li a:hover {
	color: #0c4270;
	background: none #d5d5d5;
}

#tabinmenu li.currentmenu a {
}

.calendar #tabinmenu li.currentmenu a {
	color: #535353;
	background: none #fdd100;
}

#tabinmenu li.currentmenu a:hover {
}

.calendar #tabinmenu li.currentmenu a:hover {
	background-color: #ffe152;
}

#tabinbutton {
	float: right;
}

#searchmapwindow {
	display: none;
	position: absolute;
	width: 670px;
	height: 400px;
	top: 0px;
	left: 0px;
	background-color: #ffffff;
	border: 1px solid #333388;
}

#searchmapwindowclose {
	position: absolute;
	top: 8px;
	right: 5px;
	cursor: pointer;
}

#searchtitle {
	clear: both;
	margin-bottom: 10px;
	padding: 4px 0px 0px 10px;
	font-size: 16px;
	line-height: 100%;
	font-weight: bold;
	color: #003655;
	vertical-align: baseline;
	background: url(../img/searchtitle_bg.gif) no-repeat left bottom;
}

#searchmapwindow #searchtitle {
	margin: 5px 0px 15px 5px;
}

#scrollbox {
	height: 345px;
	overflow: auto;
}

.calendar #scrollbox {
	height: 305px;
}

#searchmapwindow #scrollbox {
	height: 345px;
	margin: 0px 10px 0px;
}

#scrollbox dl {
	margin: -10px 0px 0px;
}

#scrollbox dt {
	margin: 13px 0px 3px;
	font-size: 120%;
	font-weight: bold;
	color: #0c4270;
}

#scrollbox dt a {
	font-weight: bold;
}

#scrollbox dd {
}

#scrollbox dd a {
	display: inline-block;
	margin-top: 3px;
	padding: 3px 4px;
	font-size: 80%;
	line-height: 100%;
	color: #ffffff;
	background-color: #054d77;
	text-decoration: none;
	border-top: 1px solid #0088d6;
	border-left: 1px solid #0088d6;
	border-bottom: 1px solid #002e49;
	border-right: 1px solid #002e49;
}

#scrollbox dd a:hover {
	background-color: #0d7cbc;
}

#searchmap {
	margin: 20px auto 0px;
	width: 518px;
	height: 381px;
	background: url(../img/searchmap_bg.gif) no-repeat;
}

#tabview .loading {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -8px 0px 0px -8px;
}

