﻿@charset "utf-8";

/*******Content CSS*******/

#content {
	padding: 0 254px 90px 46px;
	margin: 0;
	min-height: 640px;
}

#content h1, #content h2, #content h3, #content h4, #content h5 {
	font-weight: 500;
	margin: 0;
	padding: 15px 0 16px 0;
}

#content h1{
	font-size: 1.538em;
	color: #1f661a;
}

#content h2{
	font-size: 1.385em;
	color: #1f661a;
}

#content h2 a{
	text-decoration: none;
}

#content h3{
	font-size: 1.231em;
	color: #1f661a;
}

#content h4{
	font-size: 1.154em;
	color: #1f661a;
}

#content h5{
	font-size: 1.077em;
	color: #1f661a;
}

#content p {
	margin: 0;
	padding: 0 0 16px 0;
	line-height: 18px;
	text-align: justify;
}

#content a {
    color: #006566;
    text-decoration: underline;
}

#content a:hover {
    color: #dd5900;
}

#content > ul {
	padding: 0 0 16px 0;
}

#content ul {
	margin: 0;
	list-style-type: none;
	line-height: 18px;
}

#content ul li {
	background: url(../images/bullet.png) no-repeat 0 6px;
	padding: 0 0 0 10px;
	margin: 0 0 0 18px;
}

#content > ol {
	padding: 0 0 16px 0;
}

#content ol {
	padding: 10px 0 0 16px;
	margin: 0;
	line-height: 18px;
}

#content ol li {
	/*padding: 0 0 10px 0;*/
	margin: 0 0 0 18px;
}

#content ol.lower-alpha {
	list-style: lower-alpha;
}

#content ol.upper-alpha {
	list-style: upper-alpha;
}

#content ol.decimal-bracket {
	padding: 10px 0 0 16px;
	margin: 0;
	list-style-type: none !important;
	counter-reset: list;
	line-height: 18px;
}

#content ol.decimal-bracket li {
	padding: 0 0 10px 24px;
	margin: 0;
	list-style-type: none !important;
	position: relative;
}

#content ol.decimal-bracket li:before {
	left: 0;
	position: absolute;
	content: " (" counter(list, decimal) ") ";
	counter-increment: list;
}

#content table{
	width: 100%;
	margin: 0 0 16px 0;
}

#content table tr th {
    background-color: #0a5081;
    border: 1px solid #d0e3e7;
    color: #fff;
    font-weight: bold;
    line-height: 20px;
    padding: 10px;
	vertical-align: top;
}

#content table tr th.v_th {
	text-align: left;
}

#content table tr td {
    background-color: #fff;
	border: 1px solid #d0e3e7;
    color: #333;
    line-height: 20px;
    padding: 10px;
}

#content table tr.even td {
    background-color: #fffee4;
}

#content table tr th.nowrap {
	white-space: nowrap;
}

#content table tr td.nowrap {
	white-space: nowrap;
}

#content table tr td.thicker_line{
	font-size: 0;
	line-height: 0;
	border: 0;
	padding: 1px 0;
	border: 0;
}

#content table tr td.thicker_line .gold_line{
	width: 100%;
	height: 1px;
	background-color: #fccb0f;
}

#content table.valigntop tr th, #content table.valigntop tr td{
	vertical-align: top;
}

#content .f_left{
	float: left;
}

#content .f_right{
	float: right;
}

#content .f_left_space{
	padding-left: 10px;
}

#content .f_right_space{
	padding-right: 10px;
}

#content .al_center{
	text-align: center;
}

#content .img_desc{
	display: block;
	margin: 5px 0 0 0;
}

#content_wrap{
	position: relative;
	background: url(../images/bg_content.jpg) no-repeat bottom;
	background-size: contain;
	background-color: #fff;
	display: block;
}

#content_wrap .section_title{
	padding: 46px 0 50px 46px;
	position: relative;
	z-index: 9;
}

#content_wrap #right_cnt{
	float:left;
	width:600px;
}

#content .content_bg_fill_outer{
	width: 600px;
	margin: 0 0 20px 0;
	padding: 3px;
	background-color: #fccb0f;
}

#content .content_bg_fill_inner{
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

#content a.btn_del {
	background: url(../images/btn_del_ppl.png) no-repeat right 0;
	margin-top: 5px;
	margin-bottom: 15px;
	padding-right: 32px;
	width: 70px;
	color:#006566;
	font-size: 13px;
	height: 22px;
	line-height: 22px;
}
#content a.btn_del:hover {
	color:#dd5900;
}
#content a.btn_add{
	width: 60px;
	height: 40px;
	display: block;
	background: url(../images/btn_add_ppl.png) no-repeat 0 0;
	/**margin: 0 7px 0 0;**/
	padding: 0;
	text-indent: -9999px;
}

#content p.indented{
	padding-left: 23px;
}
#content .btn_checkbox{
	float: left;
	width: 21px;
	height: 36px;
	background: url(../images/checkbox_unchecked.png) no-repeat 0 50%;
	margin: 0 10px 0 0;
	text-indent: -9999px;
}

#content .btn_checkbox a{
	color: #013035;
	text-decoration: none;
}

#content .btn_checkbox.checked{
	background: url(../images/checkbox_checked.png) no-repeat 0 50%;
}

#content ul.btn_radiobutton{
	width: 99px;
	margin: 0 0 0 20px;
	padding: 25px 0 0 0;
}

#content ul.btn_radiobutton li{
	cursor: pointer;
	padding: 0;
	margin: 0 0 15px 0;
	background: none;
}

#content ul.btn_radiobutton li.selected{
	background: url(../images/arr_wite.png) no-repeat right 50%;
}

#content ul.btn_radiobutton li a{
	color: #013035;
	text-decoration: none;
	width: 100px;
	background: url(../images/btn_radio_off.png) no-repeat 0 50%;
	margin: 0;
	padding: 0 0 0 22px;
}

#content ul.btn_radiobutton li.selected a{
	background: url(../images/btn_radio_on.png) no-repeat 0 50%;
}

#content .inline{
	display: inline-block;
}

#content iframe{
	padding: 0 0 16px 0;
}

/***** Login Page: Start *****/

#content .content_bg_login{
	width: 530px !important;
}

/***** Login Page: End *****/

/***** Update Account Information: Start *****/

#content .form_editing_table, #content .form_editing_table td, #content .form_editing_table th{
	margin: 0;
	padding: 0;
	background-color: #fff;
	border: 0;
	color: #013035;
	font-weight: normal;
	text-align: left;
}


#content .form_editing_table caption, #content .highlighted{
	color: #b3343b;
	font-weight: bold;
	font-style: italic;
	padding: 20px 0 10px 0;
	text-align: left;
}

#content .ud_row{
	width: 502px;
}

#content .ud_name{
	float: left;
	width: 100px;
	margin: 10px 0 7px 20px;
}

#content .ud_name.input{
	margin-bottom: 5px;
}

#content .ud_organization{
	float: left;
	width: 90px;
	margin: 10px 0 7px 0;
}

#content .ud_date{
	float: left;
	width: 225px;
	margin: 10px 0 7px 0;
}

#content .ud_date span{
	display: block;
	padding: 0 0 7px 0;
}

#content .ud_amount{
	float: left;
	width: 67px;
	margin: 10px 0 7px 0;
}

#content .ud_amount span{
	display: block;
	padding: 0 0 7px 0;
}

#content .ud_start_date{
	width: 148px;
	height: 46px;
}

#content .ud_label{
	margin-bottom: 3px;
}

#content .ud_end_date{
	width: 148px;
	height: 46px;
}

#content .not_ready_msg{
    color: red;
    padding: 0 0 0 20px;
}

#content .ud_pay_amount{
	width: 129px;
	height: 46px;
}

#content .content_bg.white_bg{
	width: 455px;
	margin: 0 20px 20px 0;
	padding: 15px 15px 35px 15px;
	background-color: #fff;
}

#content .orange_bg{
	margin: 0 20px 20px 0;
}
#content .ud_date table, #content .ud_date td, #content .ud_date th{
	margin: 0;
	padding: 0;
	background-color: #fff;
	border: 0;
	color: #013035;
	font-weight: normal;
}
#content .ud_date table{
	width: 290px;
}
#content .ud_date th{
	text-align:left;
	font-size: 10px;
}

#content .ud_date tbody{
	background-color: #fccf0b;
}

#content .ud_date div{
	background: #fccf0b;
	height: 36px;
	width: 90px;
	padding: 5px;
	margin-bottom: 10px;
	margin-right: 5px;
}
#content .ud_date input{
	width: 70px;
	margin-left: 5px;
	margin-top : 5px;
	outline: none;
	border: none;
	background: #fccf0b;
}
/***** Update Account Information: End *****/

#content .content_bg{
	width: 100%;
	margin: 0 0 20px 0;
	padding: 30px 20px;
	background-color: #fccb0f;
}

#content .content_bg.no_padding{
	padding: 0;
}

#content .content_bg a.linkbutton{
	height: inherit;
	line-height: inherit;
	text-align: left;
	color: #013035;
	padding: 0;
	margin: 0 0 0 10px;
	display: block;
}

#content .content_bg_row{
	width: 100%;
	height: 36px;
	line-height: 36px;
	padding: 0;
	margin: 0 0 10px 0;
}

#content .content_bg_row.fix{
	width: 660px;
}

#content .content_bg_row.no_bottom_space{
	margin: 0;
}

#content .content_bg_row.left_space{
	margin-left: 60px;
}
#content div.textinput_bg{
	width: 180px;
	padding: 0 10px;
	text-decoration: none;
	border: 0;
	margin: 0;
	text-align: center;
	height: 36px;
	line-height: 36px;
	background-color: #fff;
}
#content div.ForgetPW-long-textfield{
	width: 380px;
}
#content div.textinput_bg.orange{
	width: 130px;
	background-color: #fff7bf;
}

#content div.textinput_bg span{
	float: left;
	width: 10px;
	color: #b3343b;
	height: 36px;
	line-height: 36px;
}

#content div.textinput_bg.orange input[type="text"], #content div.textinput_bg.orange input[type="password"]{
	width: 100px;
	height: 36px;
	background-color: #fff7bf;
}

#content div.textinput_bg.account_no{
	width: 307px;
}

#content .ud_pay_amount .textinput_bg{
	width: 129px !important;
}

#content div.textinput_bg.account_no input{
	width: 277px !important;
}

#content div.textinput_bg input[type="text"], #content div.textinput_bg input[type="password"]{
	width: 150px;
	margin: 0;
	padding: 0;
	border: 0;
	min-height: 36px;
	height: 36px;
	line-height: 36px;
	font-family: Arial, 新細明體, Helvetica, sans-serif;
	outline: none;
}

#content div.ForgetPW-long-textfield input[type="text"], #content div.ForgetPW-long-textfield input[type="password"]{
	width: 350px;
}
#content input.inputbox_date{
	width: 100px;
}

#content input[type="checkbox"]{
	margin: 0;
	padding: 0;
	border: 0;
	width: 36px;
	min-width: 36px;
	height: 36px;
	min-height: 36px;
	line-height: 36px;
	outline: none;
	background-color: #bbe3c9;
}

#content input.watermark, #content textarea.watermark {
	color: #013035;
}

#content input.marked, #content textarea.marked {
	color: #013035;
}

#content a.linkbutton{
	border: 0;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 36px;
	line-height: 36px;
	color: #006566;
}
#content a.linkbutton:hover{
	color:#dd5900;
}
#content a.button{
	padding: 10px 20px;
	text-decoration: none;
	border: 0;
	margin:  0 ;
	color: #006566;
	text-align: center;
	height: 36px;
	line-height: 36px;
}

#content a.button.orange{
	background-color: #ffef80;
}

#content a.button.orange:hover{
	background-color: #006566;
	color: #ffef80;
}

#content a.button.green{
	background-color: #bae3ca;
}

#content a.button.green:hover{
	background-color: #006566;
	color: #bae3ca;
}

/***** Registration Form: Start *****/

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #013035;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #013035;
   opacity:  1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #013035;
   opacity:  1;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #013035;
}
 
#content .error-msg{
	color:#FF0000;
	margin: 0 0 10px 60px;
}

#content .form-circular_edge{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#content h2 > span.numbering{
	position: absolute;
	line-height:25px;
}
#content h2 > span.numbered-question{
	margin-left:25px;
	display:block;
	line-height:25px;
}
#content > #registration-form, #content > #member-info-form {
	width: 660px;
}

#content > #registration-form fieldset, #content > #member-info-form fieldset, #content fieldset{
	border:  0;
	padding: 10px;
	width: 600px;
	margin:0;
}

#content .group-selection-row h2{
	font-size: 15px;
	line-height: 60px;
	height: 90px;
	width: 60px;
	color: #013035;
}
#content .group-selection-row{
	width: 660px;
	padding:0;
	margin:0;
	margin-bottom: 20px;
	display: inline-block;
}

#content .group-selection-row .required{
	color:#b3343b;
}

#content .group-selection-row .btn_radio{
	margin: 0 15px;
	position: relative;
	width: 90px;
	height: 90px;
	text-indent: -9999px;
}
#content .group-selection-row .btn_radio:first-child{
	margin-left: 0;
}
#content .group-selection-row a, #content .group-selection-row span{
	width: 100%;
	height: 100%;
	display: block;
}

#content .change-password-row{
	width: 640px;
	display:block;
	margin-bottom: 20px;
}

#content .change-password-row fieldset{
	background-color: #fccf0b;
	width: 600px;
	padding: 10px;
}

/*#content #registration_form .group-selection-row fieldset{
	margin-bottom: 25px;
	width: 130px;
}

#content #registration_form .change-password-row{
	width: 600px;
	display:block;
	margin: 0 0 37px 60px;
	display:block;

}

#content #registration_form .change-password-row fieldset{
	background-color: #fccf0b;
	width: 600px;
	padding: 10px;
	margin:0;
	
}*/
#content #registration_form .open_only{
	font-size: 10px;
	line-height: 15px;
}

/******************************************/
#content .group-member-info-row{
	width: 660px;
	display:block;
	margin-bottom: 37px;
	display:block;

}

#content .member{
	width:60px;	height:40px;
	color: #dd5900;
	padding: 0;
	margin:0;
	text-indent: -9999px;
}

#content #member_1 .member{
	background: url(../images/number_01.png) no-repeat 0 0;
}
#content #member_2 .member{
	background: url(../images/number_02.png) no-repeat 0 0;
}
#content #member_3 .member{
	background: url(../images/number_03.png) no-repeat 0 0;
}
#content #member_4 .member{
	background: url(../images/number_04.png) no-repeat 0 0;
}
#content #member_5 .member{
	background: url(../images/number_05.png) no-repeat 0 0;
}
#content #member_6 .member{
	background: url(../images/number_06.png) no-repeat 0 0;
}
#content #member_7 .member{
	background: url(../images/number_07.png) no-repeat 0 0;
}
#content #member_8 .member{
	background: url(../images/number_08.png) no-repeat 0 0;
}
#content #member_9 .member{
	background: url(../images/number_09.png) no-repeat 0 0;
}
#content #member_10 .member{
	background: url(../images/number_10.png) no-repeat 0 0;
}
#content .group-member-info-row fieldset, #content .change-password-row fieldset{
	background-color: #fccf0b;
	width: 600px;
	padding: 15px;
	margin:0;
	
}
#content .group-member-info-row .star{
	color:#b3343b;
	width: 5px;
	height: 36px;
	position: absolute;
	padding-left: 10px;
}
#content .group-member-info-row .member_info_plain{
	width: 155px;
	height: 20px;
	margin:17px;
	overflow: auto;
}
#content .group-member-info-row input, #content .change-password-row input, #content .ddcommon{
	border:  0;
	outline: none;
	/*background-color: #fff;*/
	width: 155px;
	height: 20px;
	min-height: 20px;
	line-height: 20px;
	color: #013035;
	margin-top: 8px;
	margin-left: 18px;
}

#content .group-member-info-row textarea{
	border:  0;
	outline: none;
	width: 155px;
	height: 30px;
	margin-left: 18px;
	margin-top: 3px;
	font-size: 10px;
	resize: none;
	font-family: Arial, 新細明體, Helvetica, sans-serif;
}

#content .ddcommon#ddlTeamDistrict_msdd{
	width: 155px !important;
}
#content .different-School{
	line-height:36px;
}

#content .short-textfield, #content .long-textfield{
	margin: 5px;
	padding: 0 ;
	display: block;
	background-color: #fff;
	width: 180px;
	min-height: 36px;
	height: 36px;
	line-height: 36px;
}
#content .short-textfield{
	width: 180px;
}
#content .long-textfield{
	width: 370px;
}
#content .long-textfield .member_info_plain{
	width: 345px;
}
#content .long-textfield input, #content .long-textfield .dd div{
	width: 345px;
}
#content .noneditable-textfield, #content .noneditable-textfield input[type="text"], #content .noneditable-textfield textarea{
	color: #013035;
	text-shadow: none;
	background-color: #fddb57;
}
#content  .group-member-info-row .emyano_under{
	width: 190px;
}
#content .group-member-info-row .emyano_under .short-textfield{
	margin-bottom: 0;
}
#content  .group-member-info-row .emyano_under a {
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 10px;
}
#content .group-member-info-row .emyano_right{
	height: 50px;
	width: 380px;
}
#content .group-member-info-row .emyano_right a {
	
	height: 35px;
	width: 190px;
	padding-left: 10px;
	padding-top: 5px;
}

#content .captcha-wrap{
	margin-left: 60px;
}

/******************************************/
#content  #confirm-row{
	width: 600px; 
	height: 36px;
	margin: 50px 0;
	display: block;
	line-height: 36px;
	margin-bottom: 60px;
	
}
#content  #confirm-row.left_space{
	margin-left: 60px;
}
#content  #confirm-row > .terms-and-condition input[type="checkbox"] {
	display:none;
	cursor: pointer;
}

#content  #confirm-row> .terms-and-condition input[type="checkbox"]+label{
	line-height: 36px;
	height: 36px;
	width: 250px;
	display:block;
	cursor: pointer;
}

#T_C_content{
	padding: 20px;
	width: 640px;
	display: none;
	text-align: justify;
}

#T_C_content h2{
	font-size: 1.385em;
	color: #1f661a;
}

#T_C_content > ol {
	padding: 0 0 16px 0;
}

#T_C_content ol {
	padding: 10px 0 0 16px;
	margin: 0;
	line-height: 18px;
}

#T_C_content ol li {
	padding: 0 0 10px 0;
	margin: 0 0 0 18px;
}

/***** Registration Form: End *****/

/***** Sponsors and Supporting Organisations: Start *****/

#content .sponsors_wrapper{
	padding: 0;
}

#content .sponsors_group_title{
	padding: 0 0 30px 0;
}

#content .sponsors_title{
	padding: 0 0 30px 0;
}

#content .sponsors_image{
	text-align: center;
	padding: 0 0 100px 0;
}

/***** Sponsors and Supporting Organisations: Start *****/

/***** Online Quiz: Start *****/

#content .oq_row{
	width: 515px;
}

#content .oq_name{
	float: left;
	width: 195px;
	margin: 15px 0 17px 20px;
}

#content .oq_progress{
	float: left;
	width: 150px;
	margin: 15px 0 17px 0;
}

#content .oq_result{
	float: left;
	width: 150px;
	margin: 15px 0 17px 0;
}

#content .icon_tick{
	width: 36px;
	height: 50px;
	background: url(../images/icon_tick.png) no-repeat 0 50%;
	display: block;
	text-indent: -9999px;
	margin: 0 5px 0 0;
}

#content .quiz_game_name{
	color: #1f661a;
	font-size: 1.231em;
	padding: 0 0 8px 0;
	display: block;
}

#content .quiz_game_bg_01{
	width: 653px;
	height: 280px;
	background: url(../images/quiz_game_bg_01.jpg) no-repeat 0 0;
	display: block;
	position: relative;
}

#content .online_quiz_result{
	padding: 0 0 23px 60px;
	font-size: 1.538em;
	font-style: italic;
	color: #1f661a;
}

#content .online_quiz_result span{
	font-size: 2.100em;
	font-weight: bold;
	font-style: italic;
	line-height: 120%;
	color: #1f661a
}

#content .quiz_game_bg_02{
	width: 653px;
	height: 390px;
	background: url(../images/quiz_game_bg_02.jpg) no-repeat 0 0;
	display: block;
	position: relative;
	padding: 61px 198px 0 35px;
}

#content .quiz_game_bg_03{
	width: 653px;
	height: 480px;
	background: url(../images/quiz_game_bg_03.jpg) no-repeat 0 0;
	display: block;
	position: relative;
	padding: 63px 42px 0 33px;
}

#content .quiz_game_bg_03_blank{
	width: 653px;
	height: 480px;
	background: url(../images/quiz_game_bg_03_blank.jpg) no-repeat 0 0;
	display: block;
	position: relative;
	padding: 63px 42px 0 33px;
}

#content .quiz_game_bg_04{
	width: 653px;
	height: 280px;
	background: url(../images/quiz_game_bg_04.jpg) no-repeat 0 0;
	display: block;
	padding: 68px 98px 0 228px;
	text-align: center;
}

#content .quiz_game_bg_04 p{
	font-size: 1.077em;
	color: #000;
	line-height: 18px;
	text-align: center;
}

#content .quiz_game_bg_04 .online_quiz_result{
	padding: 5px 0 0 0;
	font-size: 2em;
	font-weight: bold;
	color: #b3343b;
}

#content .quiz_game_bg_04 .online_quiz_result span{
	font-size: 1.692em;
	font-weight: bold;
	color: #b3343b;
}

#content .qawrap{
	margin: 0 0 15px 30px;
	position: relative;
}

#content .question_content{
	width: 486px;
	padding: 0 0 10px 0;
	margin: 0;
}

#content .question_content:before{
	position: absolute;
	left: -30px;
	top: 0;
	counter-increment: section;
	content: counter(section) ". ";
}

#content .ans_content{
	width: 505px;
	padding: 9px 13px 11px 13px;
	margin: 0;
	background-color: #fccb0f;
	display: none;
}

#content .ans_a{
	width: 60px;
	height: 35px;
	background: url(../images/ans_a.png) no-repeat 0 0;
	display: block;
	text-indent: -9999px;
}

#content .ans_b{
	width: 60px;
	height: 35px;
	background: url(../images/ans_b.png) no-repeat 0 0;
	display: block;
	text-indent: -9999px;
}

#content .ans_c{
	width: 60px;
	height: 35px;
	background: url(../images/ans_c.png) no-repeat 0 0;
	display: block;
	text-indent: -9999px;
}

#content .timer_num{
	width: 78px;
	height: 29px;
	text-indent: -9999px;
	position: absolute;
	bottom: 38px;
	left: 50px;
}

#content .timer_num .timer_minutes_ten{
	width: 16px;
	height: 29px;
	float: left;
	margin: 0 2px 0 0;
}

#content .timer_num .timer_minutes{
	width: 16px;
	height: 29px;
	float: left;
}

#content .timer_num .timer_num_dot_dot{
	width: 10px;
	height: 29px;
	background: url(../images/timer_num_dot_dot.png) no-repeat 0 0;
	float: left;
}

#content .timer_num .timer_seconds_ten{
	width: 16px;
	height: 29px;
	float: left;
	margin: 0 2px 0 0;
}

#content .timer_num .timer_seconds{
	width: 16px;
	height: 29px;
	float: left;
}

#content .bg_top{
	width: 653px;
	height: 63px;
	background: url(../images/bg_top.jpg) no-repeat 0 0;
}

#content .bg_bottom{
	width: 653px;
	height: 26px;
	background: url(../images/bg_bottom.jpg) no-repeat 0 0;
}

#content .bg_loop{
	width: 653px;
	background: url(../images/bg_loop.jpg) repeat-y 0 0;
	padding: 0 40px 0 35px;
	counter-reset: section;
}

/***** Online Quiz: End *****/

/***** The Rules and Results: Start *****/

#content .rules-results-photos{
	width: 433px;
	padding: 20px 0;
}

#content .rules-results-photos img{
	margin: 0 0 5px 0;
}

#content .rules-results-photos p{
	padding: 0 25px 36px 25px;
}

#content .rules-results-videos iframe{
	padding: 0 0 5px 0;
	margin: 0;
}

/***** The Rules and Results: End *****/