@charset "utf-8";

/************************************************************************************
ALL
*************************************************************************************/
body {
	font: 1em/150% Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}
*:focus{
	border:none;
	outline:0px;
}
a {
	color: black;
	text-decoration: none;
}
a:link, a:visited {
	color:#38A015 !important;
}

a:hover {
	text-decoration: none;
	color: #38A015 !important;
}
img a: {
	border:0px !important;
	outline:none !important;
}
	
#main {
	padding: 5px;
	width: 960px;
	margin: 10px auto;
}
#header {
	padding: 0;
	z-index:1000;
	margin-top:10px;
}
#logo {
	float: left;
	margin-top: -56px;
	margin-right: 30px;
	margin-left: 0;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.top_bar {
	font-size: .84em; 
	clear: both; 
	border-bottom: 1px solid #ddd; 
	margin: 0 0 15px;
	min-height:35px;
	border-top: 1px dotted #ddd;
	padding-top: 10px;
	float: left;
	width: 100%;
}
#currentPage {
	font-weight: bold;
	float: left;
}
#search_box {
	float: left;
	width:auto;
	margin-right: 54px;
	padding-top: 2px;
}
.search_item{
	overflow: auto;
	float:left;
	width:142px;
	height:20px;
	border: 1px solid #999 !important;
	background-color: white !important;
	padding-left:5px;
}
.search_item:focus{
	border: 1px solid black !important;
}
.search_button {
	height:20px;
	float: right;
	color:#999;
	/*
	width:20px;
	background-image: url(./images/search.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	*/
	background-color: transparent !important;
	border:none;
    cursor:pointer;
}
.search_button:hover{
	color:black;
}

#menuIcon{
	float:right;
	width:auto;
	height:24px;
	margin-right: 5px;
}

#contents{
	height: 630px;
	overflow: hidden;
	margin-bottom: 20px;
	font: .84em Arial, Helvetica, sans-serif;
	float:left;
	width:100%;
}

.section_title, .section_title a {
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	clear: both;
	overflow: hidden;
	padding-right: 5px;
	padding-left: 5px;
	color: white !important;
	font-weight: normal !important;
	margin-bottom:5px;
}

#search_mainCard {
	height: 610px!important;
    border: 1px solid #38A015;
    border-radius: 5px;
	display:none;

	/*
	background-color: #38A015 !important;
	*/
}
#closeButton {
	height: 24px;
	width: 24px;
	/*position: relative;
	top: -12px;
	float: left;
	*/
	cursor:pointer !important;
	display:none;
}
#search_contentCard {
	height:95%;
	width:95%;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}

/******** FOOTER ********/
#footer {
	clear: both;
	margin-top:5px;
	border: 1px solid #38A015;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	height:120px;
	font-size: .84em;
}
#footer p{
	margin: 0px;
}
#footer .col img{
	float:left;
	margin-right:10px;
}
#leftCol {
	width: 32%;
	float: left;
	padding: 5px 10px;
}
#centerCol {
	width: 30%;
	float: left;
	padding: 5px 10px;
	/*
	border-left:1px solid #38A015;
	border-right:1px solid #38A015;
	*/
}
/******** LOGIN ********/
#login {
	width: 32%;
	padding: 5px 0px;
	float: right;
	margin:0px;
	text-align:right;
}
#login p{
	margin: 2px;
}
#login label{
	font-weight: bold;	
	margin-right:10px;
	color:#38A015;
}
#login input{
    border: 1px solid;
    border-radius: 3px;
	padding-left:5px;
	padding-top:3px;
	padding-bottom:2px;
}
#login input[type="submit"] {
    border: none !important;
	border: none;
	background-color:transparent;
	cursor:pointer;
	color:#38A015;
}

#login textarea:-webkit-autofill,#login  select:-webkit-autofill {
    background-color: #FFF !important;
}
#login input, #login input[type="password" i], #login input[type="search" i] {
	-webkit-appearance: textfield;
    background-color: #FFF !important;
}
#welcome{
	float:right;
}
#blOut{
	float:right;
}
#help{
	float: left;
	width: 16px;
	margin-left: 3px;
	margin-top: 5px;
	cursor:pointer;
}
.fSet {
	border: 1px solid #38A015;
	width:auto;
	color:black;
	float: right;
	margin-top:5px;
}
.fSet legend{
	font-weight:bold !important;
}
.fSet a, .fSet a:hover, .fSet a:visited{
	color:black;
	/*font-weight:normal !important;*/
}

/************************************************************************************
CMS
*************************************************************************************/
#btnCK{
	position: absolute;
	background: #777;
	opacity: 0.9;
	z-index:10000;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	cursor: pointer !important;
}
.cmsButtons{
	float: right;
	display: block;
	background: white;
	color: green;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-right: 5px;
	font-size: 11pt;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
}
.cmsButtons:hover { 
	color:red;
	cursor: pointer !important;
}

/************************************************************************************
CONTENTS
*************************************************************************************/
.line { clear: both; border-bottom: 1px solid #ddd; margin: 0 0 25px; }
#left_col {
	margin-right: 2%;
}

#center_col {
	margin-top: 0px;
	margin-right: 2%;
}

#right_col {
}
#left_col, #center_col, #right_col {
	width: 30%;
	height: 95%;
	overflow: auto;
	padding: 5px 1%;
	float: left;
	margin-bottom: 10px;
}
#extend{
	width: 64%;
	height: 98%;
	overflow: auto;
	padding: 5px 1%;
	float: left;
	margin-bottom: 10px;
}
#right_of_extend {
	width: 30%;
	height: 98%;
	overflow: auto;
	padding: 5px 1%;
	float: right;
	margin-bottom: 10px;
}
#left_of_extend {
	width: 30%;
	height: 98%;
	overflow: auto;
	padding: 5px 1%;
	float: left;
	margin-bottom: 10px;
	margin-right: 2%;
}

#terc_map{
	height: 90%;
	width: 100%;
}

#full_page_content{
	width: 98%;
	height: 95%;
	overflow: auto;
	padding: 5px 1%;
	float: left;
	margin-bottom: 10px;
}

#yearBar{
	width: 260px;
	margin-right:15px;
	margin-bottom:10px;
	float:right;
}
.yearButton{
	width: 55px;
	color:#38A015;
    border: 1px solid #38A015 !important;
    border-radius: 3px;
	cursor:pointer;
	background-color: transparent;
	margin-left:5px;
}
.ne_list{
	width: 98%;
	height: 95%;
	overflow: auto;
	padding: 5px 1%;
	float: left;
	margin-bottom: 10px;
	display:none;
}
.ne_list .left_col, .ne_list .center_col, .ne_list .right_col {
	width: 30%;
	height: 300px;
	overflow: auto;
	padding: 5px 1%;
	float: left;
	margin-bottom: 10px;
}

/************************************************************************************
FORMAT
*************************************************************************************/
.clBase, .clBase a:link, .clBase a:visited {
	color:#38A015 !important;
}
.bgBase {
	background-color: #38A015 !important;
}
.bdBase {
	border: 1px solid #38A015 !important;
}

/************************************************************************************
TOOLS
*************************************************************************************/
input { border: 1px solid gray !important; }
textarea { border: 1px solid gray !important; }
.indent_left_10, indent_left_10 a {
	margin-left: 10px !important;
	margin-bottom: 5px !important;
	line-height:30px;
}
.linked {
	cursor:pointer !important;
}

.clear { clear: both; }
.bordered { border: 1px solid gray; }
.normal { font-weight: normal; }
.bold { font-weight: bold !important; }
.uLine {
	text-decoration: underline;
}
.right {
	float: right !important;
	margin-right: 5px;
}
.left {
	float: left !important;
}
.fs_08{
	font-size: 0.8em !important;
}
.fs_075{
	font-size: 0.75em !important;
}
.fs_072{
	font-size: 0.72em !important;
}
.h_60{
	max-height: 60px !important;
	overflow:hidden;
}
.grayed{
	background-color: #f2f2f2 !important;
}
.ellipse{
	background-image: url('../_images/ellipse.png');
	background-position: right bottom;
	background-repeat: no-repeat;
}

.tblMap{
	width: 100%;
	border:1px solid #ccc;
	font-size: 1.1em !important;
	padding:10px;
	margin-top:20px;
    border-radius: 10px;
}
.tblMap td{
	height: 30px;
}
.tblMap a{
	height: 20px;
	padding:5px;
}
.tblMap tr:hover a{
	height: 20px;
	background-color:#38A015 !important;
	color:white !important;
}
.tblMap tr:hover td:a{
	height: 20px;
	background-color:#38A015 !important;
	color:white !important;
}

/************************************************************************************
SCROLLBAR
*************************************************************************************/
#left_col::-webkit-scrollbar,
#center_col::-webkit-scrollbar,
#right_col::-webkit-scrollbar,
#extend::-webkit-scrollbar,
#right_of_extend::-webkit-scrollbar,
#left_of_extend::-webkit-scrollbar {
    width: 9px;
	cursor:pointer;
}
/* Track */
#left_col::-webkit-scrollbar-track, 
#center_col::-webkit-scrollbar-track, 
#right_col::-webkit-scrollbar-track,
#extend::-webkit-scrollbar-track,
#right_of_extend::-webkit-scrollbar-track,
#left_of_extend::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0); 
}
/* Handle  */
#left_col::-webkit-scrollbar-thumb,
#center_col::-webkit-scrollbar-thumb,
#right_col::-webkit-scrollbar-thumb,
#extend::-webkit-scrollbar-thumb,
#right_of_extend::-webkit-scrollbar-thumb,
#left_of_extend::-webkit-scrollbar-thumb {
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
	background-color: #38A015;
}
#left_col::-webkit-scrollbar-thumb:window-inactive,
#center_col::-webkit-scrollbar-thumb:window-inactive,
#right_col::-webkit-scrollbar-thumb:window-inactive,
#extend::-webkit-scrollbar-thumb:window-inactive,
#right_of_extend::-webkit-scrollbar-thumb:window-inactive,
#left_of_extend::-webkit-scrollbar-thumb:window-inactive {
	background: #38A015; 
}
#left_col::-webkit-scrollbar-button,
#center_col::-webkit-scrollbar-button,
#right_col::-webkit-scrollbar-button,
#extend::-webkit-scrollbar-button,
#right_of_extend::-webkit-scrollbar-button,
#left_of_extend::-webkit-scrollbar-button {
  background: #205A0C;
}

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* for 990px or less */
@media screen and (max-width: 990px) {
	#main {
		width: auto;
	}
	#left_col {
		width: 47%;
		float: left;
		margin-right: 15px;
	}
	#center_col {
		width: 47%;
		margin: 0px;
		float: right;
	}
	#right_col {
		width: 100% !important;
		float: left !important;
		margin-top:10px;
		height:300px !important;
		/* clear: both; */
	}
	.extend {
		width: 47% !important;
		margin: 0px;
	}
	
	#header {
		width: auto !important;
		float: none !important;
	}
	#login {
		width:auto !important;
	}
}

/* for 840px or less */
@media screen and (max-width: 840px) {
	#welcome{
		float: left;
		padding-left: 10px;
		width: auto;
		margin-top: -50px;
	}
	#blOut{
		float: none;
		padding-left: 10px;
		padding-top: 10px;
		margin-top: 30px;
		width: 200px;	
	}
	.fSet {
		margin-top: -55px;
	}
}

/* for 760px or less */
@media screen and (max-width: 760px) {
	#contents {
		height:auto;
	}
	#terc_map{
		min-height: 400px;
		width: 100%;
	}
	#left_col {
		float: left;
		margin-right:0px;
	}
	#extend {
		clear: both;
		width: auto;
		float: none;
	}
	#left_of_extend {
		clear: both;
		width: auto;
		float: none;
		margin-bottom: 10px;
	}
	#right_of_extend {
		clear: both;
		width: auto;
		float: none;
		margin-bottom: 10px;
	}
	#center_col {
		float: right;
		clear: right;
	}
	
	#right_col {
		clear: both;
		width: auto !important;
		float: left !important;
		margin-top:10px;
		height:300px !important;
	}
	
	#yearBar{
		float: left;
		clear: both;
		margin-top: 10px;
	}
	#footer {
		height:140px;
	}
}

/* for 650px or less */
@media screen and (max-width: 650px) {
	#currentPage {
		clear:both;
		margin-top: 5px;
	}
	#menuIcon {
		margin-top: 5px;
	}
	#search_box {
		margin-right: 0px;
	}

	#footer {
		height:210px;
	}
	#leftCol {
		float: left;
		margin-right:10px;
	}
	#centerCol {
		float: right;
		padding-right:0px;
	}
	#leftCol, #centerCol {
		margin-bottom:10px;
		width:45%;
	}
	.fSet {
		float: left;
		margin-top:30px;
	}
	#login {
		width:auto !important;
		float:left;
	}
}

/* for 520px or less */
@media screen and (max-width: 520px) {
	#footer {
		height:320px;
	}
	#left_col {
		float: none;
		margin:0px;
		margin-bottom:10px;
		width:auto;
	}
	#center_col {
		float: none;
		clear: both;
		margin-bottom:10px;
		width:auto;
	}
	#right_col {
		float: none;
		clear: both;
		margin-bottom:5px;
		width:auto;
	}
	
	#leftCol, #centerCol {
		float: left;
		margin-right:0px;
		width:100%;
		margin-bottom:10px;
	}
	.fSet {
		float: left;
		margin-top:30px;
	}
	#login {
		display:none;
	}
	#footer {
		height: 230px;
	}
}
/* for 380px or less */
@media screen and (max-width: 380px) {
	#leftCol, #centerCol {
		float: none
		margin:0px;
		margin-bottom:10px;
		width:auto;
	}
	.fSet {
		float: left;
		margin-top:30px;
	}
}
