.main_reg_title{
	font-size: 22px;
	font-weight: bold;
	margin: 0px;
	line-height: 30px;
	padding: 2px 5px;
	color: #182068;
	text-align:center;
	border-bottom:solid 2px #C0A840;
	/*
	background-color:#28A7E1;
	*/
}

.main_reg_content{
	padding-top:0px;
	vertical-align:top;
	text-align:left;
	font-size:14px;
}

.content_reg_text{
	color:#000000;
	font-size:13px;
	vertical-align:top;
	padding:5px 15px 50px 20px ;
	text-align:justify;
}

.onlineMsg{
	color:blue;
	font-weight:normal;
}

.online_reg_table{
	border:solid 1px #86765F;
}

.online_reg_table td{
	text-align:left;
}

.reg_form_title{
	font-weight: bold;
	background: #9D3C69;
	color: #ffffff;
	text-align:left !important;
	font-size:15px;
}

.reg_form_title span{
	color:#f37979;	
} 

.reg_cell{
	background-color: #E7E7E8;
	font-weight: bold;
	vertical-align: middle;
}

.reg_cate_cell{
	background-color: #E7E7E8;
	font-weight: bold;
	vertical-align: middle;
	font-size: 13px;
	text-align: center;
}

.submitBtn {
	background-color:#2E70B6;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: 2px double #cccccc;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 12px;
	cursor:	pointer;
}
.submitBtn:hover {
	background-color:#E60012;
}

.banquet_amount, .transfer_amount {
width: 50px;
}

.total, .total_all {
	color: #E60012;
	font-size: 16px;
	font-weight: bold;
}

#num_nights span{
	color:#E60012;
}

.required2{
	color:#DE4F44;
	background-color:#ffffff;
	padding:3px;
}
.required3{
	color:#FFDE00;
	background-color:#ffffff;
	padding:3px;
}

label:hover{
	cursor:pointer;
}

.required{
	color:red;
	font-weight:bold;
}

.reg_workshop_cell{
	/*
	color:blue;
	*/
	background-color:#c3ddf2;	
}

.body_bg{
	background-color:#F4F4F4;
}

.page_content{
	background-color:#ffffff;
	background-position:bottom center;
	width:100%;
	height:100%;
	min-height:737px;
}

.page_banner{
	/*
	padding:10px 8px 0px;
	*/
	vertical-align:top;
}

.total_td_label{
	text-align:right !important;
	font-weight:bold;
	font-size:15px;
	background-color:#dad0e4;
}

.total_td{
	text-align:right !important;
	background-color:#dad0e4;
	min-width:90px !important;
}

.page_footer{
	text-align:right;
	vertical-align:bottom;
}

.footer{
	/*
	border:solid 2px #86765F;
	*/
}

.footer td{
	vertical-align:top;
	text-align:left;
}

.captcha_btn {
    background-color: #0B5A86;
    font-weight: bold;
    color: #ffffff;
    border: solid 1px #cccccc;
    padding: 3px 5px;
}

.myButton_nl {
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f));
	background:-moz-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-webkit-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-o-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-ms-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f',GradientType=0);
	background-color:#f24537;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d02718;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	/*
	font-weight:bold;
	*/
	padding:4px 16px;
	text-decoration:none;
	text-shadow:0px 1px 0px #810e05;
	margin-bottom: 10px;
}

.myButton_nl:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537));
	background:-moz-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-webkit-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-o-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-ms-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537',GradientType=0);
	background-color:#c62d1f;
	color: #fff;
}

.myButton_nl:active {
	position:relative;
	top:1px;
}


.menu_item{
	float:left;
	padding:10px;
}

.attendance_menu:link, .attendance_menu:visited{
	background-color:#DA6931;
	/*
	font-weight:bold;
	*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	border: 0px solid #385D8A;
	font-size: 100%;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-decoration: none;
}
.attendance_menu:hover{
	background-color:#6C970E;
	/*
	font-weight:bold;
	*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 100%;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-decoration: none;
}


.search_button{
	background-color:#274762;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	border: 2px solid #E8DDCB;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	text-decoration: none;
}

.search_button:hover{
	background-color:#274762;
	cursor:pointer;
}

input[type="button" i]:disabled {
    background-color: buttonface;
	color: graytext;
}