@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
/*set the text font, text color and page background color of the body element, also set the width and center
it within the browser display by setting the margin-right and margin-left properties to auto*/
body {
	font-family: 'Noto Sans TC', sans-serif;
	color: #000000;
	background-image: url("ep_naturalwhite.png");
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

/*set the text font of p, input and textarea element*/

p, input, textarea{
	font-family: 'Noto Sans TC', sans-serif;
	resize: none;
}

label {
    cursor: pointer;	
}

.tabcontent label:hover{
	background: #ee8d75;
	 border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

select{
	font-family: 'Noto Sans TC', sans-serif;
	height: 27px;
	line-height: 27px;
	width: 180px;
}

.require{
	color: #cc0000;
}

.requiretext{
	color: #cc0000;
	font-size: 13px;
}

/* Style the tab */
div.tab {
	overflow: hidden;
}

/* Style the buttons inside the tab */
div.tab button {
	background-color: transparent;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 10px 10px;
	transition: 0.3s;
	font-size: 17px;
}

div.tab2 button {
	font-family: 'Noto Sans TC', sans-serif;
	font-weight: ;
	color: #2a1615;
	width: 75px;
	padding: 2px;
	border: 1px solid #ddbab9;
	 border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
	background: #f0c1bf;
	box-shadow: inset 1px 1px 1px #e9ecff;
    -moz-box-shadow: inset 1px 1px 1px #e9ecff;
    -webkit-box-shadow: inset 1px 1px 1px #e9ecff;
	margin-right: 5px;
	cursor: pointer;
}
			
/* Change background color of buttons on hover */
div.tab button:hover {
	background-color: #dddddd;
}

div.tab2 button:hover {
	background: #eedcdb;
}

/* Create an active/current tablink class */
div.tab button.active {
	color: #ab0606;
	font-weight: bold;
}

div.tab2 button.active {
	font-weight: bold;
	border: 2px solid #bd3900;
}
			
/* Style the tab content */
.tabcontent {
	display: none;
}


.buttonarea input {
	font-family: 'Noto Sans TC', sans-serif;
	font-weight: bold;
	color: #2a1615;
	width: 75px;
	padding: 2px;
	border: 1px solid #601814;
	 border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
	background: #d88480;
	box-shadow: inset 1px 1px 1px #e9ecff;
    -moz-box-shadow: inset 1px 1px 1px #e9ecff;
    -webkit-box-shadow: inset 1px 1px 1px #e9ecff;
	margin-right: 5px;
	cursor: pointer;
}

.buttonarea2 input {
	font-family: 'Noto Sans TC', sans-serif;
	font-weight: ;
	color: #000000;
	width: auto;
	padding: 0px 10px;
	border: 1px solid #f0cc5e;
	 border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
	background: #eedda9;
	box-shadow: inset 1px 1px 1px #f0cc5e;
    -moz-box-shadow: inset 1px 1px 1px #f0cc5e;
    -webkit-box-shadow: inset 1px 1px 1px #f0cc5e;
	cursor: pointer;
}

.buttonarea2 input:hover{	
	color: #FFFFFF;
	background: #f6ba00;
}

.buttonarea2 .current{
	color: #db534c;
}

.buttonarea3 {
	font-family: 'Noto Sans TC', sans-serif;
	font-weight: ;
	color: #000000;
	width: 50px;
	padding: 2px;
	border: 1px solid #666666;
	 border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
	background: #bebebe;
	box-shadow: inset 1px 1px 1px #dcdcdc;
    -moz-box-shadow: inset 1px 1px 1px #dcdcdc;
    -webkit-box-shadow: inset 1px 1px 1px #dcdcdc;
	cursor: pointer;
}

.buttonarea4 input {
	font-family: 'Noto Sans TC', sans-serif;
	font-weight: ;
	color: #000000;
	width: 120px;
	padding: 2px;
	border: 1px solid #f0cc5e;
	 border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
	background: #eedda9;
	box-shadow: inset 1px 1px 1px #f0cc5e;
    -moz-box-shadow: inset 1px 1px 1px #f0cc5e;
    -webkit-box-shadow: inset 1px 1px 1px #f0cc5e;
	cursor: pointer;
}

.buttonarea5 input {
	font-family: 'Noto Sans TC', sans-serif;
	font-weight: ;
	color: #000000;
	width: auto;
	padding: 2px 10px;
	border: 1px solid #666666;
	 border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
	background: #bebebe;
	box-shadow: inset 1px 1px 1px #dcdcdc;
    -moz-box-shadow: inset 1px 1px 1px #dcdcdc;
    -webkit-box-shadow: inset 1px 1px 1px #dcdcdc;
	cursor: pointer;
}

.logintitle{
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	box-shadow: inset 0px 0px 5px #85342f;
    -moz-box-shadow: inset 0px 0px 5px #85342f;
    -webkit-box-shadow: inset 0px 0px 5px #85342f;
	border: 0px solid #e9ecff;    
    background: #d88480;
	padding: 0px 10px;
	color: #2a1615;
	font-weight: bold;
}

.form-style-1{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-top: -20px;
	margin-left: -20px;
	margin-right: -20px;    
    box-shadow: inset 0px 0px 0px #8B4513;
    -moz-box-shadow: inset 0px 0px 0px #8B4513;
    -webkit-box-shadow: inset 0px 0px 0px #8B4513;
}

.form-style-2{
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    margin: 30px;
    border: 0px solid #d7d7d7;
    padding: 20px;
    background: #f9dddc;
    box-shadow: inset 0px 0px 5px #85342f;
    -moz-box-shadow: inset 0px 0px 5px #85342f;
    -webkit-box-shadow: inset 0px 0px 5px #85342f;
}

.form-style-3 fieldset{
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    margin: 10px 0px 10px 0px;
    border: 1px solid #d7d7d7;
    padding: 20px;
    background: #eeb2a3;
    box-shadow: inset 0px 0px 0px #5bcaff;
    -moz-box-shadow: inset 0px 0px 0px #5bcaff;
    -webkit-box-shadow: inset 0px 0px 0px #5bcaff;
}

.form-style-3 fieldset fieldset{
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    margin: 10px 0px 10px 0px;
    border: 1px solid #024c00;
    padding: 20px;
    background: #eeb2a3;
    box-shadow: inset 0px 0px 0px #5bcaff;
    -moz-box-shadow: inset 0px 0px 0px #5bcaff;
    -webkit-box-shadow: inset 0px 0px 0px #5bcaff;
}

table.search_table {
	border-collapse: collapse;
}

.search_table td{
	border: 1px solid #2a1615;
}

table.appraisaltable  {
	border-collapse: collapse;
}

.appraisaltable td{
	border: 1px solid #2a1615; 
}

.appraisaltable_view input{
	background: #eeb2a3;
	border: 0px;
	color: #4f89b4;
	font-size: 14px;
	text-align: center;
}

.appraisaltable_view textarea{
	background: #eeb2a3;
	border: 0px solid black;
	color: #4f89b4;
	font-size: 14px;
	resize: none;
}

table#createtable  {
	border-collapse: collapse;
}

#createtable td{
	font-size: 16px;
	text-align: center;
	min-width: 100px;
	padding: 0px 10px;
	border: 1px solid #2a1615;
}

#district_search_table td{
	min-width: 80px;
	padding: 0px 10px;
}

#school_search_table td{
	min-width: 80px;
	padding: 0px 10px;
}


.remark{
	text-align: left;
	font-size: 12px;
	font-style: italic;
}

.readonly{
	cursor: default;
	color: #817e7e;
}

footer .footer{
	text-align: center;
	font-size: 10px;
	color: #b0adad;
}

