﻿a { 
	text-decoration: none;
}

a:hover { 
	text-decoration: none;
}

html, body {
	margin: 0;
	padding: 0;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	background-color:#FFFFFF;
}

img { border:none; }

table {
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
}

p{
	text-align:justify;
}

hr{
	width: 100%;
	border: 1px;
	height: 1px;
	background-color: #cde1f5;
	color: #cde1f5;
}



/*------------------------------------------------------*/
#shell_popup {
	margin: 0 auto;
	width: 500px;
	background: #ffffff;
	padding: 20px;
}

.textbox{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #cccccc;
}




/*------------------------------------------------------
login
/*------------------------------------------------------*/
#logintable {
	width: 460px;
	margin: 0 auto;
	/*padding-bottom: 20px;*/
	background: #eeeeee;
	/*height: 200px;*/
	height: auto;
	min-height: 220px;
}
#logintable h1{
	margin: 0;
	margin-bottom: 30px;
	font-size: 15px;
	line-height: 26px;
	font-weight: bold;
	color:#983201;
	padding: 5px 10px;
	background: #FFCC00;
}


/*login btn*/
#popuplogin {
	width: 60px;
	height: 32px;
	vertical-align: middle;
	float: left;
	margin: 0;
}
#popuplogin a{
	position: relative;
	padding: 4px 6px;
	background-color: #ffcc00;
	color: #990000;
	text-decoration: none; 
}
#popuplogin a:hover{ 
	background-color: #990000;
	color: #ffffff;
}
#portallogin{
	width: 50px;
	float:left;
	padding: 10px;
	text-align:center;
}



/*checkbox btn*/
#checkbox {
	vertical-align:middle;
}


/*forgot id + pw*/
.helpforgot {
	color: #333333;
}
.helpforgot a{
	color: #003399;
	text-decoration: none;
}
.helpforgot a:hover{
	color: #ff9900;
	text-decoration: none;
}



/*------------------------------------------------------
subject
/*------------------------------------------------------*/
#subjecttable {
	
	width: 460px;
	margin: 0 auto;
	/*padding-bottom: 20px;*/
	background: #eeeeee;
	/*height: 200px;*/
	min-height: 220px;
	height: 100%;
}
#subjecttable h1{
	margin: 0;
	/*margin-bottom: 30px;*/
	font-size: 15px;
	line-height: 26px;
	font-weight: bold;
	color:#983201;
	padding: 5px 10px;
	background: #FFCC00;
	width: 100%;
	float: left;
}
/*.subjectbg { width: 400px; height: 40px; margin: 70px auto 50px auto;}*/
.subjectbg { 
	width: 400px; 
	/*height: 40px; 
	margin: 70px auto 50px auto;*/
	/*min-height: 40px;
	margin: 35px 30px 50px 30px;*/
}
ul#selectsub { float:right; display: inline; background: #ffffff; }
ul.selectsub a { color: #003366; display:block; font-size: 13px; text-decoration: none;}
ul.selectsub a:hover { color: #ffffff;}
ul.selectsub, ul.selectsub li, ul.selectsub ul { list-style: none; margin: 0; padding: 0; text-align:center;}
ul.selectsub { position: relative; z-index: 4; float: left; }
/*ul.selectsub li { float: left; text-align:center; line-height: 1.3em; margin: 0 5px; vertical-align: middle; zoom: 1; padding: 0; background: #66cccc; }*/
ul.selectsub li { float: left; text-align:center; line-height: 1.3em; margin: 5px 5px; vertical-align: middle; zoom: 1; padding: 0; background: #66cccc; }
ul.selectsub li:a { position: relative; cursor: default; background: #f7941e;}
ul.selectsub li:hover { position: relative; color: #ffffff; background: #f7941e; cursor: default;}
.selectschclass { color: #ffffff; background: #3399cc; }
#subchi{
	display: block;
	width: 70px;
	float:left;
	padding: 10px;
}
#subeng{
	display: block;
	width: 70px;
	float:left;
	padding: 10px;
}
#submaths{
	display: block;
	width: 70px;
	float:left;
	padding: 10px;
}
#subcs{
	display: block;
	width: 70px;
	float:left;
	padding: 10px;
}

.subjectcs{
	display: block;
	width: auto;
	min-width: 70px;
	float:left;
	padding: 10px;
	margin :10px 0;
}


/*------------------------------------------------------
close
/*------------------------------------------------------*/
#hlinkclose{
	float:right;
	margin: 0px 0px 0 0;
}