html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	width:100%;
	box-sizing: border-box;
	overflow: visible;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/page_background.gif);
	background-repeat: repeat;
	width:100%;
	height:100%;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #333333;
	text-decoration: none;
}



.text a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	
	color: #FF6600;
	text-decoration: none;
}

.text a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #FF6600;
	text-decoration: none;
}

.text a:hover{
	font-family: Arial, Helvetica, sans-serif;
	
	
	color: #000000;
	text-decoration: none;
}


.text_blue a:link{
	font-family: Arial, Helvetica, sans-serif;
	
	color: #006699;
	text-decoration: none;
}

.text_blue a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #006699;
	text-decoration: none;
}

.text_blue a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #FF3300;
	text-decoration: none;
}





.text_orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF3300;
	text-decoration: none;
	font-weight: normal;
}

.text_orange a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF3300;
	text-decoration: none;
	font-weight: normal;
}
.text_orange a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF3300;
	text-decoration: none;
	font-weight: normal;
}
.text_orange a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.login_textfield,textarea{
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding:5px;
	color: #000000;
	background-color: #F6F6F6;
}
.on {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #009900;
	text-decoration: none;
}

.on a:link{
	color: #009900;
	text-decoration: none;
}

.on a:visited{
	color: #009900;
	text-decoration: none;
}

.on a:hover{
	color: #000000;
	text-decoration: none;
}
.off {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

.off a:link{
	color: #FF0000;
	text-decoration: none;
}

.off a:visited{
	color: #FF0000;
	text-decoration: none;
}

.off a:hover{
	color: #000000;
	text-decoration: none;
}


.pending {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3366CC;
	text-decoration: none;
}

.pending a:link{
	color: #3366CC;
	text-decoration: none;
}

.pending a:visited{
	color: #3366CC;
	text-decoration: none;
}

.pending a:hover{
	color: #3366CC;
	text-decoration: none;
}

.rejected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:  #FF9900;
	text-decoration: none;
}

.rejected a:link{
	color:  #FF9900;
	text-decoration: none;
}

.rejected a:visited{
	color:  #FF9900;
	text-decoration: none;
}

.rejected a:hover{
	color:  #FF9900;
	text-decoration: none;
}


.border {
	border: 1px solid #D7D7D7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-collapse: collapse;
	background-color: #FFFFFF;
}

.border td{
	border-top: 1px solid #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px none #CCCCCC;
	padding-top: 4px;
	padding-bottom: 4px;
}

.border tr:hover{
	background-color:#E2E2E2;
	color: #000000;

}

.border table td{
	border:none;
}

.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF3300;
	text-decoration: none;
}
.notice_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	line-height: 22px;
}
.fine_print {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF6600;
	text-decoration: none;
}
.textfield, select, option {
	padding:5px;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #FFFFFF;
}
.text_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.text_grey {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
.textfield_readonly {


	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #E4E4E4;
}
.text_hint {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
.text_Green {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #009900;
	text-decoration: none;
	font-weight: bold;
}
.text_Red {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
	font-weight: normal;
}
.text_Grey {



	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(images/table_header_background.gif);
	background-repeat: repeat-x;
	background-position: center center;
	border-collapse:collapse;
}

.header td{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.yes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #009900;
	text-decoration: underline;
}
.no {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
.text_yellow {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFF00;
	text-decoration: none;
	font-weight: bold;
}
.bubble {
	background-color: #FFCC00;
	padding: 6px;
	border-radius:5px;
	border: 1px solid #424142;
}
.outer_border {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	border: 1px dashed #FF0000;
}
.Denied {



	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}
.Agreed {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #009900;
	text-decoration: none;
	font-weight: bold;
}
.plain_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	border: none;
}

.Approved {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #009900;
	text-decoration: none;
	font-weight: bold;
}


.text_11px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}
.submenu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
}

.submenu a:link{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
		font-size: 13px;
	text-decoration: none;
}

.submenu a:visited{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
		font-size: 13px;
	text-decoration: none;
}


.submenu a:hover{
	font-family: Geneva, Arial, Helvetica, sans-serif;

	color: #FF3300;
	text-decoration: none;
	}


.round_outer_border {
	border-radius: 0 0 6px 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	border-top: none #A5A6A5;
	border-right: 2px solid #A5A6A5;
	border-bottom: 2px solid #A5A6A5;
	border-left: 2px solid #A5A6A5;
}

.round_outer_border td{
	padding-right: 10px;
	padding-left: 15px;
}

.plus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: center;
}

.plus a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.plus a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.plus a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.button {
	background-image: url(images/button_bg_dark.jpg);
	background-repeat: repeat-x;
	background-position: center;
	border: 1px solid #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	/*height: 24px;*/
	border-radius:2px;
	margin-left:5px;
	margin-right:5px;
	padding:5px;
}

.button:hover{
	background-image: url(images/button_bg_black.png);
	color: #FFFFFF;
}

.button a:link{
text-decoration:none;
}

.button a:visited{
text-decoration:none;
}

.button a:hover{
text-decoration:none;
}



.text_48px {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #666666;
	text-decoration: none;
}
.reflection {
	background-repeat: no-repeat;
	background-position: left top;
}
.header_dark {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/purple_header.gif);
	background-repeat: repeat-x;
	background-position: center;
	color: #FFFFFF;
	text-transform:capitalize;
}
form {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.text_orang_12px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FD542B;
	text-decoration: none;
}
.panel_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	background-color: #F3F3F3;
	border: 1px solid #D5D5D5;
	border-radius:3px;
	box-shadow: inset 2px 2px 0px 0px white;
	max-width:800px;
	margin:0 auto;
	padding:15px;
	
}
.panel_box_white {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	background-color: #FBFBFB;
	border: 1px solid #D5D5D5;
	border-radius:3px;
	box-shadow: inset 2px 2px 0px 0px white;
}
.text_12px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	text-decoration: none;
}

.text_12px a:visited{
	color: #FF6600;
	text-decoration:none;
}

.text_12px a:link{
	color: #FF6600;
	text-decoration: none;
}

.text_12px a:hover{
	color: #000000;
	text-decoration: none;
}

.text_20px {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #666666;
	text-decoration: none;
}

textarea{
	background-image:none;
}

body.mceContentBody { 
   background: #fff; 
   color:#000;
	padding:10px;
	font-size:15px;
}

.date_table{
	display:table;
	font-size:14px;
}

.date_row{
	display:table-row;
}

.date_cell{
	display:table-cell;
	padding:5px;
}

.admin_menu{
		max-width:99%;
	}

@media screen and (max-width:500px){
	
	.top_banner{
		object-fit: cover;
	}
	
	.admin_menu{
		max-width:99%;
	}
}