@charset "UTF-8";
#TabMethod, #TabSearch{}
#TabSearch{ margin-bottom:6px;}
.TabbedPanels {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	clear: none;
	width: 100%;
	outline: none;
}

.TabbedPanels li{
	outline: none;
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

.TabbedPanelsTab {
	position: relative;
	top: 1px; color:#4e4e4e;
	float: left;
	padding: 4px 0;
	width:113.5px;
	margin: 0px;
	font: normal 15px sans-serif;
	background:url(/images102/bgSearchTab.png) repeat-x;
	border-width:1px 1px 2px 1px; border-style:solid;
	border-color:#b1b1b1 #b1b1b1 #c5c5c5 #fff;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer; text-align:center;
}

#TabSearch .frist{ border-left:1px solid #CEF2FF;}
#TabSearch .TabbedPanelsTabSelected, #TabSearch .TabbedPanelsTabHover{
	background:url(/images102/bgSearch.png) repeat-x;
	border-width:2px 1px 1px 1px;
	color:#e10012; font-weight:bold; border-color:#e10012 #f8d19a #fff #f8d19a;
}

.TabbedPanelsTabHover a{color:#496b92;}
.TabbedPanelsTabSelected a:link{color:#000000;}
.TabbedPanelsTabSelected a span{color:#ff0000;}

.TabbedPanelsTab a {
	color:#4e4e4e; text-decoration:none;
}
.TabbedPanelsTab span {
	color:#496b92; 
}


.TabbedPanelsContent {
	overflow: hidden;
	padding: 10px;
	/*text-align: center;*/
	
}
.TabbedPanelsContent h6{
	overflow: hidden;
	padding: 2px;
	width:80px;
	/*text-align: center;*/
	
}
.TabbedPanelsContentGroup {
	clear: both;
	border:1px solid #f8d19a; border-top-color:#ff6c00;
	background:url(/images102/bgSearch.png) 0 bottom repeat-x;
}

/* TabMethod */
#TabMethod .TabbedPanelsTab{border-style:solid; border-width:1px; border-color:#e5e5e5 #e5e5e5 #c0d3e1 #e5e5e5; width:auto; padding:4px 25px;font-size:13px;}
#TabMethod .TabbedPanelsTab{ background:url(/images102/bgMethodTab.png) 0 bottom repeat-x;  margin-left: -1px;
    padding-left: 26px;
}
#TabMethod.TabbedPanels .TabbedPanelsTabSelected, #TabMethod.TabbedPanels .TabbedPanelsTabHover{border:1px solid #c0d3e1; background:url(/images102/bgMethodTabOn.png) 0 bottom repeat-x; border-bottom:1px solid #e0f6ff; font-weight:normal;border-width:1px;}
#TabMethod.TabbedPanels .TabbedPanelsTabSelected{}

#TabMethod.TabbedPanels .TabbedPanelsTabSelected a, #TabMethod.TabbedPanels .TabbedPanelsTabHover a{ color:#333;}
#TabMethod .TabbedPanelsContentGroup{border:1px solid #c0d3e1; background:none;}

#TabMethod .TabbedPanelsContentGroup{border:1px solid #c0d3e1; background:none; height:249px;overflow:hidden;}
#TabMethod .TabbedPanelsContent{border-width:7px 3px; border-color:#e4f8ff; border-style:solid; height:215px;}
.TabbedPanelsContentVisible {}
#TabMethod .TabbedPanelsContent a{color:#0072bc;}
#TabMethod .TabbedPanelsContent {}
#TabMethod .TabbedPanelsContent dt {color: #000000; float:left;  clear:left; width:75px;font-size:13px;line-height:20px;}
#TabMethod .TabbedPanelsContent dt .title2{color: #000000; float:left;  clear:left; width:120px;font-size:13px;line-height:20px;}
#TabMethod .TabbedPanelsContent dd{  float: left;width: 450px;}
#TabMethod .TabbedPanelsContent dd ul{ margin:0;}
#TabMethod .TabbedPanelsContent dd ul li{ font-size:13px;line-height:20px;float: left;margin: 0 5px;-margin: 0 3px;padding: 1px 0;width: 5em;/* float校正ie7 */} /* 職務類別 width:5em; */
#TabMethod .frist{ border-left:1px solid #e5e5e5; margin-left:0;}

#TabMethod .TabbedPanelsContent{border-width:7px 3px; border-color:#e4f8ff; border-style:solid;}
.TabbedPanelsContentVisible {
}
#TabMethod .TabbedPanelsContent a{color:#0072bc;}
#TabMethod .TabbedPanelsContent {}
#TabMethod .TabbedPanelsContent ul li{ display:inline-block; padding:4px 0; width:5em; margin:0 4px;}
#TabMethod .frist{ border-left:1px solid #e5e5e5; margin-left:0;}
.VTabbedPanels {
	overflow: hidden;
	zoom: 1;
}

.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;
}

/* Styles for Printing */
@media print {
.TabbedPanels {
	overflow: visible !important;
}
.TabbedPanelsContentGroup {
	display: block !important;
	overflow: visible !important;
	height: auto !important;
}
.TabbedPanelsContent {
	overflow: visible !important;
	display: block !important;
	clear:both !important;
}
.TabbedPanelsTab {
	 overflow: visible !important;
	 display: block !important;
	 clear:both !important;
}

.red{color:#F00;}