@import "common/jquery.countdown.css";
#search_body{ /* fix for ie */
zoom: 1;
}

a {
cursor:pointer;
}

.sexybuttonfont{
	font-family: sans-serif;
	font-size:16px;
	font-weight:bold;
}
a{
	text-decoration:none;
	color : #27D;
}
a:hover{
	text-decoration:none;
	color : #27D;
}

#questionnaire{
	padding: 10px;
	margin-top: 20px;
	display: none;
	width: 85%;
	height: 30px;
	
	background: #EEE;
	border-bottom-left-radius: 10px 10px;
	border-bottom-right-radius: 10px 10px;
	border-top-left-radius: 10px 10px;
	border-top-right-radius: 10px 10px;
	border: solid 1px #999;

}

.info_past{
color: #aaa;
}

.info_today{
color: green;
font-weight: bold;
}

.info_exam{
padding: 10px 5px;
}

.info_desc{
padding: 5px 0 0 10px;
}

.info_exam_name{
	font-size: 17px;
	padding: 5px 10px;
	background: #3371A3;
	color: #fff;

}

body{
	overflow-y:scroll;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #eee;
	color: #555;
	font-size: 15px;
	line-height: 1.5em;
	margin: 0;
}
#wrapper{
	width: 955px;
	margin: 0 auto;
	padding:20px 0;
}
#header {
	/* firefox */
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	/* opera, chrome, safari */
	border-top-left-radius:10px;
	border-top-right-radius:10px;

	height: 130px;
	line-height: 1em;
	background: #3371A3;
	color: #fff;
	padding: 0px 20px;
	overflow: hidden;
	position: relative;
}
#content{
	position:relative;
	background: #fff;
	padding: 20px;
	padding-top: 0px;
	
	/* firefox */
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	/* opera, chrome, safari */
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
#footer{
	padding: 15px 0px;
}
#message{
	text-align: right;
	border-top: solid 1px #999;
	background: #eee;
	color: #000;
	font-size: 13px;
	padding: 1px 10px;
}
#scoremessage{
	text-align: right;
	color: #000;
	font-size: 13px;
	padding: 1px 10px;
	padding-top: 15px;
}
.divAds{
	padding: 5px;
	text-align: center;
}

/* header styles */

#header h1{
	padding-top: 10px;
}

.menu{
	position: absolute;
	bottom: 0px;
	padding: 5px 0px;
	font-size: 13px;
}

.menu li{
	display: inline;
}
.menu a{
	padding: 5px 15px;
	
	/* firefox */
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	/* opera, chrome, safari */
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	color: #fff;
}
.menu a:hover{
	padding: 5px 15px;
	background: #333;
}
.menu .selected{
	background: #fff;
	color: #666;
}
.menu .selected:hover{
	background: #fff;
	color: #666;
}

/* talbe styles */

table{
	border: 0;
	margin: 0;
	border-collapse: collapse;
}
td, th{
    word-wrap: break-word;
	padding: 0.5em;
	border-bottom: 1px solid white;
}
thead, .tableheader{
	background: #3371A3;
	color: #fff;
}
tbody td{
	border-bottom: 1px solid #999;
}

#result{
margin:0 auto;
}

#result td, #restrict td{
	text-align: center;
}

/* picture styles */

ul,li
{
	list-style:none;
	margin:0;
	padding:0;
}

.photoDiv{
 /*height: 145px;*/
}

img 
{ 
	border:0px; 
}
.mList
{
	float:left;
	display:block;
	position:relative;
	margin:0;
	padding:0;
}
.mList li
{
	float:left;
	list-style-type:none;
	margin:0;
}

.mList li a
{
	color:#666;
}

.mList li a:hover
{
	text-decoration:none;
	color:#0071bc;
}
.mItem
{
	width:100px;
	height:120px;
	margin:5px 0 ;
	padding:5px;
}

.mItem:hover
{
	background-color:#EEE;
}
.mEmpty
{
	width:140px;
	margin:5px 0 ;
}
.mNfound
{
	width:90%;
	/*height:120px;*/
	margin:5px 0;
}
.mPic
{
	width:90px;
	height:90px;
	border:1px solid #CCCCCC;
	text-align:center;
	display:block;
	margin:0 auto;
	padding:2px;
	margin-bottom:5px;
}
.mTitle  
{
	height:2.0em;
	margin:0 auto;
	font-size:small;
	line-height:1.2em;
	overflow:hidden;
}

/* tables */

table.tablesorter thead tr .header {
	background-image: url(image/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(./image/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(./image/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #2C618C;
}

#icons{
text-align:right;
}

#defaultCountdown { width: 200px; height: 25px; padding:15px;color:#fff;-webkit-text-size-adjust:none;
border-top-left-radius: 30px;border-bottom-right-radius: 15px; /* css3 compatible */
-moz-border-radius-topleft: 30px;-moz-border-radius-bottomright: 15px;/* fixed for firefox */
}
#countdown {top:20px;position:absolute;right:30px;}
#countText {text-align:right;padding-bottom:5px;}
.countdown_section{font-size:9px;}
.countdown_amount{font-size:20px;}

#scoreForm th{
width:85px;
}

#notice{
display:none;
background:#FFE2DF;
text-align:center;
padding:5px 0;
width:0px;
height:0px;
margin-bottom:10px;
border: solid 1px red;
/* firefox */
-moz-border-radius:5px;
/* opera, chrome, safari */
border-radius:5px;
}
#noticetext{
display:none;
color:red;
font-weight: bold;
}
#noticedisplay{
	display:none;
	position:absolute;
	top: 0px;
	left:0px;
	font-size:12px;
}
a.noticea{
	color:#9D0000;
}
#noticewrapper{
	padding-top:5px;
position:relative;
}

.sexybutton {
text-shadow: 0 0 0, 0 0 0; /* fix for Chrome */
}

.sexybutton.sexysimple { 
text-shadow: 0 0 0, 0 0 0; /* fix for Chrome */
}

#cross_dept{
text-align:center;
}

#cross_dept .left{
text-align:left;
}

#cross_dept .odd{
	background-color: #e9e9e9;
}

#cross_menu{
padding-top:100px;
padding-bottom:100px;
margin-left: 235px;
}

#cross_menu ul{
list-style-type: none;
}

#cross_menu li{
display:inline;
}

#cross_menu a{
color: #666;
background-color: #ddd;
padding: 30px 40px;
}

#cross_menu a:hover{
background-color: #000;
color: #FFF;
}

#cross_menu_top ul{
margin-left:225px;
margin-top: 10px;
margin-bottom: 0px;
list-style-type: none;
}

#cross_menu_top li{
display:inline-block;
width:150px;
background-color: #ddd;
text-align:center;
}

#cross_menu_top a{
display:block;
color: #666;
margin: 0 auto;

padding: 3px 0px;
}

#cross_menu_top a:hover{
background-color: #000;
color: #FFF;
}

area:hover{
background:#000;
}

#cross_highschool_list td{
width:225px;
}

#cross_senior_class{
	margin: 0 140px;
}

#cross_senior_class li{
display:inline-block;
padding:10px 0px;
}

#cross_senior_class a{
padding: 5px 20px;
width: 80px;
}

#cross_senior_class a:hover{
background:#000;
color:#fff;
}

#cross_colledge td{
width:255px;
height:30px;
padding: 0px;

}

#cross_colledge a{
display:block;
}

#cross_colledge td:hover{
background:#eee;
}



#cross_highschool_list ul{
width:780px;
margin-right:10px;
}

#list_highschool li{

float:left;
display:inline-block;
width:250px;
border-bottom: 1px solid #666;
}

#list_highschool a{
display:block;
padding:5px;
}

#list_highschool a:hover{
background:#eee;
}


#cross___ a{
display:block;
height:30px;
padding:5px 7px;

}

#cross___ a:hover{
background:#f6f6f6;
}

#cross___ ul{
letter-spaceing:-4px; font-size:0;
}

#cross___ .ok{
}

#cross___ li{
float:left;
display:inline-block;
width:305px;
padding: 0px;
border-bottom: 1px solid #666;
letter-spaceing:0; font-size:size;
position:relative;
}

#cross___ .date{
font-size:12px;
right:0px;
position:absolute;
top:3px;
}

#cross___ .date .partial{
color:blue;
font-weight:bold;
line-height:5px;
}

#cross___ .date .partial .remain{
color:#aaa;
font-weight:normal;
position:absolute;
}


#cross___ .date .upcoming{
color:#aaa;
}

.rank{
padding:3px;
border-bottom: 1px solid #666;
border-right: 1px solid #666;
}

.rank.onboard{
background:#C2000E;
color: #fff;
}

.rank.secondary{
background:green;
color: #fff;
}

.rank.fail{
color:#999;
background:#ccc;
}

.rank.small{
font-size:12px;
}

.rank.notready{
color:#999;
border: 0px;
}

.colledge_logo{
float:left;width:30px;margin-right:5px;
}

.valign{
vertical-align: middle;
}

.tick{
margin-right:10px;
}

#cross_dept_list .date{
font-size:12px;
text-align:center;
}

#cross_dept_list .expect{
color:#aaa;
}

#result .odd{
	background-color: #e9e9e9;
}

#result .left{
	text-align:left;
}

.icon {
   background: url(/image/csg-4dac5a4c5c1dd.png) no-repeat top left;
}

.sprite-facebook{ background-position: 0 0; width: 48px; height: 48px; float:right; margin-bottom:10px;} 
.sprite-mining{ background-position: -53px 0; width: 142px; height: 60px; } 
.sprite-plurk{ background-position: -200px 0; width: 48px; height: 48px; float:right; margin-bottom:10px; } 
.sprite-tick{ background-position: -253px 0; width: 30px; height: 30px; margin-left:10px; float:right; } 
.sprite-twitter{ background-position: -288px 0; width: 48px; height: 48px; float:right; margin-bottom:10px; } 


.crown{
	background-image:url('/image/crown.png');
	background-repeat: no-repeat;
	width:43px;
	height:30px;
	float:left;
	position:relative;
	margin-left:-20px;
	margin-top:-5px;
}


/* 分數預測 */
th.subject{
	font-size:0.9em;
}

#guess_table tr{
	cursor:pointer;
}

tr.highlight{
	background:#666;
	color:#fff;
}

td.guess{
	font-weight:bold;
	color: #3371A3;
	font-size:1.2em;
}

tr.highlight td.guess{
	color: #FFF039;
}

td.userscore{
	font-weight:bold;
	/*color:#05662A;*/
}

tr.highlight td.userscore{
	color:#FFAFF3;
}

#guess_table{
	-webkit-text-size-adjust: none;
}

#guess_table > thead > tr > th{
	padding-right:14px;
}
label.tooltip{
	text-decoration:underline;
}

label.tooltip:hover{
	cursor:pointer;
}

label.subject{
	font-size:0.9em;
}

.desc_highlight{
	font-weight:bold;
	color: #666;
}

.subject_name{
	padding-left:5px;
}

td.userdiff{
	white-space: nowrap;
	font-size:0.7em;
}

