@CHARSET "UTF-8";

body {
	background-color:#ffffff;
	background-image: url(../images/cell1.jpg);
	color: #000000;
	font-family: Arial, Helvetica, sans-serif, "標楷體", Osaka, "新細明體";
	margin: 0 auto;
	text-align: center;
}

#wrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	display: block;
	background-color: #0066CC;
	color:#FFF;
	height:80px;
	line-height:80px;
	text-align:center;
}

#footer {
	clear: both;
	background-color:#0066CC;
	color:#FFF;
	height:50px;
	line-height:50px;
	text-align:center;
}

hr {
	border:0;
	height:0.5;
	background-color:#FFFFFF;
	color:#FFFFFF	/* IE6 */
}

#content_wrap {
	overflow: hidden;
}

#menubar {
	float: left;
	width: 150px;
}

#content {
	float: right;
	width: 850px;
	text-align: left;
	background-color: #E0F2FF;
	min-height : 600px;
}

#article {
	margin: 50px;	
}

#question {
	margin: 30px;
	height: 600px;
}

.indent2 {
	margin-left: 5%;
	margin_right: 5%;
}

.center2 {
	margin: 0px auto;
}

.red {
	color: red;	
}

.blue {
	color: blue;	
}

.subtitle {
	font-size:30px;
	font-weight:bolder;
}

.subtitle2 {
	font-size:24px;
	font-weight:bold;
}

.chart {
	padding: 20px;
	text-align: center;
}

#nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav li{
	margin: 0;
	padding: 0;
	background: #D8D8D8;
	
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

#nav a{
	display: block;
	color:#424242;
	text-decoration: none;
	line-height: 2.5;
	border-bottom: 1px solid #FFF;

	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;

}

#nav a:hover {
	background: #D8F6CE;
}

#nav li.current a {
	background: #F8FBEF;
	color: #000000;
	font-weight: bold;	
}

.cell {
	display:block;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	color: #0F76BF;
	font-size: 1.5em;
}

.branch {
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
}

.leaf {
	text-decoration: none;
	font-size: 1.3em;
	padding-left: 30px;
}

.leaf:hover, :visited, :link {
	color: #3366cc;
}

.attrarc {
	color: red;
	font-size: 10px;
}
.attrarc:hover {
	cursor: pointer;
}

#attrs {
	padding: 4px;
	border: solid 1px;
	background-color: #EBFFEE;
	font-size:16px;
	color: #1905F7;
	position:absolute;
	text-align: left;
}

.eg {
	font-size: 1.1em;
	color: blue;
}


.hide {
	display: none;
}

.selected {
	color: green;
}

#line {
	margin : 0.5em 0;
	border-bottom : 1px dotted #CCCCCC;
}

#criteria {
	margin-left : 0.5em;
	color: #8945aF;
}

#choices {
	margin-left : 1em;
}

#submit {
	margin-left : 300px;
}

#result {
	margin-left : 0.5em;
}

/*--------------------- Button ------------------------*/
.css_btn_class {
	font-size:16px;
	font-family:Arial;
	font-weight:bold;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #337fed;
	padding:9px 18px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	background:-ms-linear-gradient( top, #3d94f6 5%, #1e62d0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #3d94f6), color-stop(100%, #1e62d0) );
	background-color:#3d94f6;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #1570cd;
 	-webkit-box-shadow:inset 1px 1px 0px -16px #97c4fe;
 	-moz-box-shadow:inset 1px 1px 0px -16px #97c4fe;
 	box-shadow:inset 1px 1px 0px -16px #97c4fe;
}.css_btn_class:hover {
	background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
	background:-ms-linear-gradient( top, #1e62d0 5%, #3d94f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #1e62d0), color-stop(100%, #3d94f6) );
	background-color:#1e62d0;
}.css_btn_class:active {
	position:relative;
	top:1px;
}
/* This css button was generated by css-button-generator.com */
