/*
 * jQuery UI screen structure and presentation
 * This CSS file was generated by ThemeRoller, a Filament Group Project for jQuery UI
 * Author: Scott Jehl, scott@filamentgroup.com, http://www.filamentgroup.com
 * Visit ThemeRoller.com
*/

/*
 * Note: If your ThemeRoller settings have a font size set in ems, your components will scale according to their parent element's font size.
 * As a rule of thumb, set your body's font size to 62.5% to make 1em = 10px.
 * body {font-size: 62.5%;}
*/

/*UI tabs*/

ul.ui-tabs-nav {
	margin: 0 0 -1px 5px;
	padding: 0;
	line-height: 1;
	background-color: transparent;
	list-style: none;
}

ul.ui-tabs-nav li {
	margin: 0 0 0 5px;
	padding: 0;
	line-height: 1;
	float: left;
	/* 横幅固定
	width: 150px;
	*/
	text-align: center;
	font-size: 93%;
}

ul.ui-tabs-nav li a {
	padding: 8px 25px;
	display: block;
	/* for IE6 */
	position: relative;
	background-color: #f0f0f0;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}

ul.ui-tabs-nav li.frm1 a {
	/*
	border-top: 1px solid #febd61;
	border-left: 1px solid #febd61;
	border-right: 1px solid #febd61;
	*/
	border-top: 1px solid #1e9cec;
	border-left: 1px solid #1e9cec;
	border-right: 1px solid #1e9cec;
}

ul.ui-tabs-nav li.frm2 a {
	border-top: 1px solid #94b533;
	border-left: 1px solid #94b533;
	border-right: 1px solid #94b533;
}

ul.ui-tabs-nav li.frm3 a {
	border-top: 1px solid #94b533;
	border-left: 1px solid #94b533;
	border-right: 1px solid #94b533;
}

ul.ui-tabs-nav li a:link {
	color: #1e9cec;
}

ul.ui-tabs-nav li a:hover {
	background-color: #ffffff;
	color: #e17009;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}

ul.ui-tabs-nav li.ui-tabs-selected a ,
ul.ui-tabs-nav li.ui-tabs-selected a:hover {
	background-color: #ffffff;
	background-image: none;
	color: #333333;
	font-weight: bold;
	border-bottom: 1px solid #ffffff;
}


div#ui-tab div#fragment-1 {
	border: 1px solid #1e9cec;
}

div#ui-tab div#fragment-2 {
	border: 1px solid #94b533;
}

div#ui-tab div#fragment-3 {
	border: 1px solid #94b533;
}

div.ui-tabs-panel {
	display: block;
	padding: 1em 8px;
/*
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
*/
}

div.ui-tabs-hide {
	display: none !important;
}

div#fragment-1 div#gmap ,
div#fragment-2 table ,
div#fragment-1 p ,
div#fragment-2 p {
	margin-left: 15px;	
	margin-right: 15px;	
}

p.title-fragment-1 {
	/*margin-left: 15px;*/
	font-weight: bold;
	/*color: #db8000;*/
}

p.title-fragment-2 {
	font-weight: bold;
	/*
	margin-left: 15px;
	color: #6a3e00;
	*/
}

/*
p.title-fragment-3 {
	margin-left: 15px;
	font-weight: bold;
	color: #3a6314;
}
*/

div.excerpt {
	padding: 8px 0 0 0;	
}

/*========================

	Contents clearfix

==========================*/

/*--modern browsers --*/
ul.ui-tabs-nav:after ,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*-- IE7 --*/
ul.ui-tabs-nav ,
.clearfix {
	display: inline-block;
}

/*-- legacy IE --*/
/* Hides from IE-mac \*/
* html ul.ui-tabs-nav ,
* html .clearfix {
	height: 1%;
}

ul.ui-tabs-nav ,
.clearfix {
	display: block;
}
/* End hide from IE-mac */