@charset "utf-8";
/* CSS Document */

body {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	width:960px;
	background-color:#FFF;
}

A:link {
	text-decoration:none;
	color:#000;
	}
A:visited {
	text-decoration: none;
	color:#000;
	}
A:active {
	text-decoration: none;
	color:#000;
	}
A:hover {
	text-decoration:underline;
	color:#06F;
	}
	
	
.main_frame {
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:black;
	width: 728px;
	min-height:560px;
	height:auto;
	padding: 10px;
	padding-top:0px;
	border: 2px solid;
	border-color:#FB6808;
	border-top:hidden;
	background-color:#FFF;
	
	
    -webkit-border-radius: 5px;
    border-radius: 5px;
	
}

.hidden_frame {
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	color:black;
	padding: 10px;
	border: 0px solid;
	border-color:#999;
	border-top:hidden;
	display:block;
	
}


.label_red_bold {
	color:#F30;
	font-weight:600;
}

.label_black_bold {
	color:#000;
	font-weight:600;
}

.label_attendance_red {
	color:#FF3300;
	font-weight:900;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
}

.label_attendance_orange {
	color:#FF9900;
	font-weight:900;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
}

.label_attendance_green {
	color: #090;
	font-weight: 900;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
}


.standard_frame {
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:black;
	padding: 10px;
	border: 1px solid;
	border-color:#E6E6E6;
	border-top:hidden;
	background:#FFF;
	background-color:#F0F0F0;
	margin:auto;
	
	-webkit-border-radius: 5px;
    border-radius: 5px;
    
    -webkit-box-shadow:0px 0px 0px #aaa;
    box-shadow:0px 0px 0px #aaa;
}

.caption_frame {
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:black;
	padding: 10px;
	border: 1px solid;
	border-color:#E6E6E6;
	border-top:hidden;
	background-color:#FFF;
	margin:auto;
	
	-webkit-border-radius: 5px;
    border-radius: 5px;
    
    -webkit-box-shadow:0px 0px 0px #aaa;
    box-shadow:0px 0px 0px #aaa;
}

.page_head_frame {
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:black;
	padding: 10px;
	border: 2px solid;
	border-color:#FB6808;
	border-top:hidden;
	background-color:#FFF;
	margin:auto;
	width:700px;
	overflow:hidden;
	
	
    -webkit-border-radius: 5px;
    border-radius: 5px;
    
    -webkit-box-shadow:5px 5px 50px #aaa;
    box-shadow:5px 5px 5px #aaa;
}

.page_button_frame {
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:black;
	padding: 10px;
	border: 2px solid;
	border-color:#999;
	border-top:hidden;
	background-color:#FFF;
	margin:auto;
	width:680px;
	
	-webkit-border-radius: 5px;
    border-radius: 5px;
    
    -webkit-box-shadow:0px 0px 0px #aaa;
    box-shadow:0px 0px 0px #aaa;
}


.page_inside_frame {
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:black;
	padding: 10px;
	border: 1px solid;
	border-color:#FFF;
	background-color:#F0F0F0;
	margin-top:5px;
	width:650px;
	
	
    -webkit-border-radius: 5px;
    border-radius: 5px;
    
    -webkit-box-shadow:2px 2px 2px #aaa;
    box-shadow:2px 2px 2px #aaa;
}

.page_middle_frame {
	float:left;
	clear:both;
	margin-top:10px;
	background-color:#F0F0F0;
	border:1px solid #999;
	width:700px;
	padding:10px;
	margin-left:5px;
	margin-right:5px;
	margin-top:10px;
	
	-webkit-border-radius: 5px;
    border-radius: 5px;
	
	-webkit-box-shadow:0px 0px 0px #aaa;
	box-shadow:0px 0px 0px #aaa;
	text-shadow:1px 1px 1px #fff;
    font:bold 12px Arial;
}

.scroll_frame {
    float:left;
	clear:both;
    background-color:#F0F0F0;
    border:1px solid #999;
    width:700px;
	height: 130px;
    padding:10px;
    margin-left:5px;
	margin-right:5px;
	overflow:auto;
	
   -webkit-border-radius: 5px;
    border-radius: 5px;
    
    -webkit-box-shadow:0px 0px 0px #aaa;
    box-shadow:0px 0px 0px #aaa;
}

.scroll_frame_long {
    float:left;
	clear:both;
    background-color:#F0F0F0;
    border:1px solid #999;
    width:680px;
	height: 400px;
    padding:10px;
    margin-left:5px;
	margin-right:5px;
	margin-top:10px;
	overflow:auto;
	
    -webkit-border-radius: 5px;
    border-radius: 5px;
    
    -webkit-box-shadow:0px 0px 0px #aaa;
    box-shadow:0px 0px 0px #aaa;
}

.scroll_frame_medium {
    float:left;
	clear:both;
    background-color:#F0F0F0;
    border:1px solid #999;
    width:700px;
	height: 250px;
    padding:10px;
    margin:5px;
	
	overflow:auto;
	
    -webkit-border-radius: 5px;
    border-radius: 5px;
    
    -webkit-box-shadow:0px 0px 0px #aaa;
    box-shadow:0px 0px 0px #aaa;
}


.lay_out_frame_small {
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:black;
	padding: 10px;
	border: 1px solid;
	border-color:#999;
	background-color:#F0F0F0;
	margin:5px;
	
		
    -webkit-border-radius: 5px;
    border-radius: 5px;
    
    -webkit-box-shadow:0px 0px 0px #aaa;
    box-shadow:0px 0px 0px #aaa;
}


.lay_out_frame_medium {
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:black;
	padding: 10px;
	border: 1px solid;
	border-color:#999;
	background-color:#F0F0F0;
	margin:5px;
	
		
    -webkit-border-radius: 5px;
    border-radius: 5px;
    
    -webkit-box-shadow:0px 0px 0px #aaa;
    box-shadow:0px 0px 0px #aaa;
}


input.imagebutton{
	background-color:#E1E1E1;
	width:auto;
	min-width:100px;
	height: 24px;
	border:solid;
	border-width:1px;
	border-color:#FB6808;
	cursor:pointer;
	color:#000000;
	font:bold 12px Arial;
	
	border-radius: 5px;
	
	-webkit-box-shadow:0px 0px 0px #CCC;
	box-shadow:0px 0px 0px #CCC;
	
}

input.imagebutton:hover{
	background-color:#E4E4E4;
	width:auto;
	min-width:100px;
	height: 24px;
	border:solid;
	border-width:2px;
	border-color:#FB6808;
	cursor:pointer;
	color:#000000;
	font:bold 12px Arial;
	
	
	border-radius: 5px;
	
	-webkit-box-shadow:5px 5px 5px #666;
	box-shadow:5px 5px 5px #666;
	
}

input.imagebutton:focus{
	background-color:#E4E4E4;
	width:auto;
	min-width:100px;
	height: 24px;
	border:solid;
	border-width:2px;
	border-color:#FB6808;
	cursor:pointer;
	color:#000000;
	font:bold 12px Arial;
	
	
	border-radius: 5px;
	
	-webkit-box-shadow:5px 5px 5px #666;
	box-shadow:5px 5px 5px #666;
	
}



input.dis_imagebutton{
	background-color:#E1E1E1;
	width:auto;
	min-width:100px;
	height: 24px;
	border:solid;
	border-width:1px;
	border-color:#999;
	cursor:not-allowed;
	color:#999;
	font:bold 12px Arial;
	border-radius: 5px;
}



input.linkbutton{
	background-color:#E1E1E1;
    width: 75px;
    height: 18px;
	border:solid;
	border-width:1px;
	border-color:#FB6808;
	cursor:pointer;
	color:#000;
	font:bold 12px Arial;
	border-radius: 5px;
}

input.linkbutton:hover{
	background-color:#E4E4E4;
    width: 75px;
    height: 18px;
	border:solid;
	border-width:2px;
	border-color:#FB6808;
	cursor:pointer;
	color:#000;
	font:bold 12px Arial;
	border-radius: 5px;
}


input.linkbutton2{
	background-color:#E1E1E1;
    width: 100px;
    height: 18px;
	border:solid;
	border-width:1px;
	border-color:#000;
	cursor:pointer;
	color:#000;
	font:bold 12px Arial;
	border-radius: 5px;
}

input.std_button{
	background-color:#FFE9BB;
    width: 125px;
    height: 24px;
	border:solid;
	border-width:1px;
	border-color:#000;
	cursor:pointer;
	color:#7E7E7E;
	font:bold 12px Arial;
	
	
    -webkit-border-radius: 0px;
    border-radius: 0px;
    
    -webkit-box-shadow:0px 0px 0px #aaa;
    box-shadow:0px 0px 0px #aaa;
}

input.text20{
    background:#FFF;
    border: 1px solid #E6E6E6;
    padding: 2px;
    width:20px;
	height:20px;
	color:#000;
}
input.text20:focus{
     border-color:#F90;
}

input.text30{
    background:#FFF;
    border: 1px solid #E6E6E6;
    padding: 2px;
    width:30px;
	height:30px;
	color:#000;
}
input.text30:focus{
     border-color:#F90;
}

input.text40orange{
    background:#FFF;
    border: 1px solid #E6E6E6;
    padding: 2px;
    width:40px;
	height:20px;
	color:#000;
	text-align:right;
}

input.text40orange:focus{
     border-color:#F90;
}

input.text40{
    background:#FFF;
    border: 1px solid #E6E6E6;
    padding: 2px;
    width:40px;
	height:20px;
	color:#000;
}
input.text40:focus{
     border-color:#F90;
}

input.text50{
    background:#FFF;
    border: 1px solid #E6E6E6;
    padding: 2px;
    width:50px;
	height:20px;
	color:#000;
}
input.text50:focus{
     border-color:#F90;
}

input.text60{
    background:#FFF;
    border: 1px solid #E6E6E6;
    padding: 2px;
    width:60px;
	height:20px;
	color:#000;
}
input.text60:focus{
     border-color:#F90;
}

input.text70{
    background:#FFF;
    border: 1px solid #E6E6E6;
    padding: 2px;
    width:70px;
	height:20px;
	color:#000;
}
input.text70:focus{
     border-color:#F90;
}

input.text100{
    background:#FFF;
    border: 1px solid #E6E6E6;
    padding: 2px;
    width:100px;
	height:20px;
	color:#000;
}
input.text100:focus{
     border-color:#F90;
}

input.text60orange{
    background:#FFE9BB;
    border: 1px solid #E6E6E6;
    padding: 2px;
    width:60px;
	height:20px;
	color:#000;
}
input.text60orange:focus{
     border-color:#F90;
}

input.text100a{
    background:#FFF;
    border: 1px solid #E6E6E6;
    padding: 2px;
    width:100px;
	height:20px;
	color:#000;
}input.text100a:focus{
     border-color:#F90;
}

input.text100b{
    background:#FFF;
    border: 1px solid #E6E6E6;
    padding: 2px;
    width:100px;
	height:20px;
	color:#000;
}input.text100b:focus{
     border-color:#F90;
}


input.text150{
   background:#FFF;
    border: 1px solid #E6E6E6;
    padding: 2px;
    width:150px;
	height:20px;
	color:#000;
}
input.text150:focus{
     border-color:#F90;
}

input.text200{
    background:#FFF;
    border: 1px solid #E6E6E6;
    padding: 2px;
    width:200px;
	height:20px;
	color:#000;
}
input.text200:focus{
     border-color:#F90;
}

input.text300{
    background:#FFF;
    border: 1px solid #E6E6E6;
    padding: 2px;
    width:300px;
	height:20px;
	color:#000;
}
input.text300:focus{
     border-color:#F90;
}

textarea.text_box{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
    background:#FFF;
    border: 1px solid #E6E6E6;
    padding: 2px;
    color:#000;    
}
textarea.text_box:focus{
     border-color:#F90;
}

#table_main {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	
	border-collapse:collapse;
	border-spacing:0;
	
	-webkit-border-radius: 5px;
    border-radius: 5px;
		
	border:0px solid #03C;
	width:690px;
}


#table_display {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	font-weight:normal;
	
	border-collapse:collapse;
	border:1px solid #999;
	
    -webkit-border-radius: 5px;
    border-radius: 5px;
    
    -webkit-box-shadow:0px 0px 0px #aaa;
    box-shadow:0px 0px 0px #aaa;
}

#table_display th{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000;
	border-collapse:collapse;
	background-color:#F66;
    border:1px solid #999;
	padding:5px;
	font-weight:bold;
	
	-webkit-border-radius: 5px;
    border-radius: 5px;
	
}

#table_display tr td{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000;
	border-collapse:collapse;
	background-color:#FFF;
    border:1px solid #999;
	padding-left:5px;
	padding-right:2px;
	
	-webkit-border-radius: 5px;
    border-radius: 5px;
	
}

#tableprint {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000;
	font-size:12px;
	
	border-collapse:collapse;
	border:1px solid #999;
	
}

#tableprint th{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000;
	border-collapse:collapse;
	background-color:#CCC;
    border:1px solid #999;
	padding:5px;
	text-align:left;
	font-weight:bold;
	
}

#tableprint tr td{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000;
	border-collapse:collapse;
	background-color:#FFF;
    border:1px solid #999;
	padding-left:5px;
	padding-right:2px;
	text-align:left;
	
}

#table_details_display {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000;
	font-size:12px;
	
	border-collapse:collapse;
	border:1px;
	border-color:#000;
	background-color:#FFF;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    
    -webkit-box-shadow:0px 0px 0px #aaa;
    box-shadow:0px 0px 0px #aaa;
}

#table_details_display tr td{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000;
	
	border-color:#000;
    border:1px solid;
	padding-left:5px;
	padding-right:2px;
}

#dataTable {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000;
	font-size:12px;
	
	border-collapse:collapse;
	border:1px;
	border-color:#000;
	background-color:#FFF;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    
    -webkit-box-shadow:0px 0px 0px #aaa;
    box-shadow:0px 0px 0px #aaa;
}

#dataTable tr td{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000;
	
	border-color:#000;
    border:1px solid;
	padding-left:5px;
	padding-right:2px;
}

#dataTable_1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000;
	font-size:12px;
	
	border-collapse:collapse;
	border:1px;
	border-color:#000;
	background-color:#FFF;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    
    -webkit-box-shadow:0px 0px 0px #aaa;
    box-shadow:0px 0px 0px #aaa;
}

#dataTable_1 tr td{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000;
	
	border-color:#000;
    border:1px solid;
	padding-left:5px;
	padding-right:2px;
}


#dataTable_2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000;
	font-size:12px;
	
	border-collapse:collapse;
	border:1px;
	border-color:#000;
	background-color:#FFF;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    
    -webkit-box-shadow:0px 0px 0px #aaa;
    box-shadow:0px 0px 0px #aaa;
}

#dataTable_2 tr td{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000;
	
	border-color:#000;
    border:1px solid;
	padding-left:5px;
	padding-right:2px;
}

#table_details_display_grey {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	background-color:#CCC;
	color:#000;
	font-size:12px;
	
	
	border-collapse:collapse;
	border:1px solid #999;
	
    -webkit-border-radius: 5px;
    border-radius: 5px;
    
    -webkit-box-shadow:0px 0px 0px #aaa;
    box-shadow:0px 0px 0px #aaa;
}

#table_list {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	border-collapse:collapse;
	border:1px solid #999;
	-webkit-border-radius: 5px;
    border-radius: 5px;
}

#table_list th A:link {
	text-decoration: none;
	color: black;
	font-weight: bold;
}

#table_list th A:hover {
	text-decoration: underline;
	color: black;
	font-weight: bold;
}

#table_list td {
	font-size:11px;
	border:1px solid #999;
	padding:3px 7px 2px 7px;
	color:black;
}
#table_list td a:link {
	color: black;
	text-decoration: none;
	
}
#table_list td a:hover {
	text-decoration: underline;
	
}

#table_list th {
    font-size:11px;
	padding-top:5px;
	padding-bottom:4px;
	padding-right: 4px;
	background-color:#FFE9BB;
	border:1px solid #999;
	border-bottom:double;
	color:black;
}

#table_list tr td {
	color:#000000;
	background-color:#FFF;
	border:1px solid #999;
	padding-left: 5px;
	padding-right: 4px;
}

#table_list tr:nth-child(odd) td {
	color:#000000;
	background-color:#FFE9BB;
	border:1px solid #999;
}

#table_list tr:hover td {
	background-color:#FABA63;
	border:1px solid #999;
}


#table_list_2 {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	border-collapse:collapse;
	border:1px solid #999;
}

#table_list_2 th A:link {
	text-decoration: none;
	color: black;
	font-weight: bold;
}

#table_list_2 th A:hover {
	text-decoration: underline;
	color: black;
	font-weight: bold;
}

#table_list_2 td {
	font-size:11px;
	border:1px solid #999;
	padding:3px 7px 2px 7px;
	color:black;
}
#table_list_2 td a:link {
	color: black;
	text-decoration: none;
	
}
#table_list_2 td a:hover {
	text-decoration: underline;
	
}

#table_list_2 th {
    font-size:11px;
	text-align:left;
	padding-top:5px;
	padding-bottom:4px;
	padding-right: 4px;
	background-color:#FFE9BB;
	border:1px solid #999;
	border-bottom:double;
	color:black;
}

#table_list_2 tr td {
	color:#000000;
	background-color:#FFF;
	border:1px solid #999;
	padding-left: 5px;
	padding-right: 4px;
}

#table_list_2 tr.alt td {
	color:#000000;
	background-color:#FFE9BB;
	border:1px solid #999;
}

#table_list_2 tr:hover td {
	background-color:#FABA63;
	border:1px solid #999;
}



select.select50{
   background:#FFF;
    border: 1px solid #E6E6E6;
    padding: 2px;
    width:50px;
	height:24px;
	color:#000;
}
select.select50:focus{
     border-color:#F90;
}

select.select80{
    background:#FFF;
    border: 1px solid #E6E6E6;
    padding: 2px;
    width:80px;
	height:24px;
	color:#000;
}select.select80:focus{
     border-color:#F90;
}

select.select120{
    background:#FFF;
    border: 1px solid #E6E6E6;
    padding: 2px;
    width:120px;
	height:24px;
	color:#000;
}
select.select120:focus{
     border-color:#F90;
}

select.selectbox120{
    background:#FFF;
    border: 1px solid #ddd;
    padding: 2px;
    width:120px;
	color:#000;
}
select.selectbox120:focus{
     border-color:#F90;
}

select.select160{
    background:#FFF;
    border: 1px solid #E6E6E6;
    padding: 2px;
    width:160px;
	height:24px;
	color:#000;
}
select.select160:focus{
     border-color:#F90;
}

select.selectbox160{
    background:#FFF;
    border: 1px solid #E6E6E6;
    padding: 2px;
    width:160px;
	color:#000;
}
select.selectbox160:focus{
     border-color:#F90;
}

select.selectbox300{
    background:#FFF;
    border: 1px solid #E6E6E6;
    padding: 2px;
    width:300px;
	color:#000;
}
select.selectbox300:focus{
     border-color:#F90;
}

select.selectbox300 option {
width:250px;
}

select.select200{
    background:#FFF;
    border: 1px solid #E6E6E6;
    padding: 2px;
    width:200px;
	height:24px;
	color:#000;
}
select.select200:focus{
     border-color:#F90;
}

select.select250{
    background:#FFF;
    border: 1px solid #E6E6E6;
    padding: 2px;
    width:250px;
	height:24px;
	color:#000;
}
select.select250:focus{
     border-color:#F90;
}

select.select300{
    background:#FFF;
    border: 1px solid #E6E6E6;
    padding: 2px;
    width:300px;
	height:24px;
	color:#000;
}
select.select250:focus{
     border-color:#F90;
}


select.select_no_arrow{
	background:#FFF;
    border: 1px solid #E6E6E6;
    padding: 2px;
    width:50px;
	height:24px;
	color:#000;
	
		
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

/*select.select_no_arrow{
	background:#FFF;
    border: 1px solid #E6E6E6;
    padding: 2px;
    width:50px;
	height:24px;
	color:#000;
		
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}*/


label.label_std{
	margin-left:5px;
    line-height:20px;
	padding-top:6px;
    color:#000;
    text-shadow:1px 1px 1px #fff;
    font:bold 12px Arial;
}

label.label_plain{
	margin-left:5px;
    line-height:20px;
	padding-top:6px;
    color:#000;
    font:bold 12px Arial;
}

label.star{
	color:#F00;
	font:bold 18px Arial;
}


label.label_small{
	margin-left:5px;
    line-height:10px;
	padding-top:6px;
    color:#F00;
    text-shadow:1px 1px 1px #fff;
    font:bold 9px Arial;
}

label.label_large{
	margin-left:5px;
    line-height:20px;
	padding-top:6px;
    color:#000;
    text-shadow:1px 1px 1px #fff;
    font:bold 16px Arial;
}

label.label_end{
	margin-left:5px;
    line-height:20px;
	padding-top:6px;
    color:#7E7E7E;
    text-shadow:1px 1px 1px #fff;
    font:bold 10px Arial;
	text-align:left;
}

label.label_page_head{
	margin-left:5px;
    line-height:20px;
	padding-top:6px;
    color:#FB6808;
    
    font:bold 24px Arial;
}

label.label_page_head_2{
	
	margin-left:5px;
    line-height:20px;
	padding-top:10px;
    color:#000;
    
    font:bold 18px Arial;
}



#table_calendar {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	border-collapse:collapse;
	border:0px solid #999;
	background-color:#F0F0F0;
	
	-webkit-border-radius: 5px;
    border-radius: 5px;
}
#table_calendar tr td{
	font:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	border-collapse:collapse;
	border:0px solid #999;
}

#wait {
  background-color:transparent;
  position:fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  opacity: 1.0; /* also -moz-opacity, etc. */
  z-index: 10;
}


.main_frame {
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:black;
	width: 728px;
	min-height:560px;
	height:auto;
	padding: 10px;
	padding-top:0px;
	border: 2px solid;
	border-color:#FB6808;
	border-top:hidden;
	background-color:#FFF;
	
	
    -webkit-border-radius: 5px;
    border-radius: 5px;
	
}

.hidden_frame {
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	color:black;
	padding: 10px;
	border: 0px solid;
	border-color:#999;
	border-top:hidden;
	display:block;
	
}

/*p.std {
    float:left;
	clear:both;
    margin:5px 0px;
    background-color:#CEE0FD;
    border:1px solid #fff;
    width:575px;
    padding:5px;
    margin-left:5px;
	margin-right:5px;
      
    border-radius: 0px;
    
    -webkit-box-shadow:0px 0px 0px #aaa;
    box-shadow:0px 0px 0px #aaa;
}

p.label:std_label {
	line-height:26px;
	margin-left:5px;
    color:#000;
    text-shadow:0px 0px 0px #fff;
    font:bold 12px Arial;
}*/

.bold_red_label {
	color:#F30;
	font-weight:600;
}

.bold_black_label {
	color:#000;
	font-weight:600;
}

.attendance_label_red {
	color:#FF3300;
	font-weight:900;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
}

.attendance_label_orange {
	color:#FF9900;
	font-weight:900;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
}

.attendance_label_green {
	color: #090;
	font-weight: 900;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
}


.standard_frame {
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:black;
	padding: 10px;
	border: 1px solid;
	border-color:#E6E6E6;
	border-top:hidden;
	background:#FFF;
	background-color:#F0F0F0;
	margin:auto;
	
	-webkit-border-radius: 5px;
    border-radius: 5px;
    
    -webkit-box-shadow:0px 0px 0px #aaa;
    box-shadow:0px 0px 0px #aaa;
}

.caption_frame {
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:black;
	padding: 10px;
	border: 1px solid;
	border-color:#E6E6E6;
	border-top:hidden;
	background-color:#FFF;
	margin:auto;
	
	-webkit-border-radius: 5px;
    border-radius: 5px;
    
    -webkit-box-shadow:0px 0px 0px #aaa;
    box-shadow:0px 0px 0px #aaa;
}

.page_head_frame {
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:black;
	padding: 10px;
	border: 2px solid;
	border-color:#FB6808;
	border-top:hidden;
	background-color:#FFF;
	margin:auto;
	width:700px;
	overflow:hidden;
	
	
    -webkit-border-radius: 5px;
    border-radius: 5px;
    
    -webkit-box-shadow:5px 5px 50px #aaa;
    box-shadow:5px 5px 5px #aaa;
}

.page_button_frame {
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:black;
	padding: 10px;
	border: 2px solid;
	border-color:#999;
	border-top:hidden;
	background-color:#FFF;
	margin:auto;
	width:680px;
	
	-webkit-border-radius: 5px;
    border-radius: 5px;
    
    -webkit-box-shadow:0px 0px 0px #aaa;
    box-shadow:0px 0px 0px #aaa;
}

.select_button_frame {
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:black;
	padding: 10px;
	border: 2px solid;
	border-color:#999;
	background-color:#F0F0F0;
	margin:auto;
	width:680px;
	
	
    -webkit-border-radius: 5px;
    border-radius: 5px;
    
    -webkit-box-shadow:0px 0px 0px #aaa;
    box-shadow:0px 0px 0px #aaa;
}

.select_button_inside_frame {
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:black;
	padding: 10px;
	border: 2px solid;
	border-color:#FFF;
	background-color:#F0F0F0;
	margin-top:5px;
	width:650px;
	
	
    -webkit-border-radius: 5px;
    border-radius: 5px;
    
    -webkit-box-shadow:2px 2px 2px #aaa;
    box-shadow:2px 2px 2px #aaa;
}

.page_middle_frame {
	float:left;
	clear:both;
	margin-top:10px;
	background-color:#F0F0F0;
	border:1px solid #999;
	width:700px;
	padding:10px;
	margin-left:5px;
	margin-right:5px;
	margin-top:10px;
	
	-webkit-border-radius: 5px;
    border-radius: 5px;
	
	-webkit-box-shadow:0px 0px 0px #aaa;
	box-shadow:0px 0px 0px #aaa;
	text-shadow:1px 1px 1px #fff;
    font:bold 12px Arial;
}

.scroll_frame {
    float:left;
	clear:both;
    background-color:#F0F0F0;
    border:1px solid #999;
    width:700px;
	height: 130px;
    padding:10px;
    margin-left:5px;
	margin-right:5px;
	overflow:auto;
	
   -webkit-border-radius: 5px;
    border-radius: 5px;
    
    -webkit-box-shadow:0px 0px 0px #aaa;
    box-shadow:0px 0px 0px #aaa;
}

.scroll_frame_long {
    float:left;
	clear:both;
    background-color:#F0F0F0;
    border:1px solid #999;
    width:680px;
	height: 400px;
    padding:10px;
    margin-left:5px;
	margin-right:5px;
	margin-top:10px;
	overflow:auto;
	
    -webkit-border-radius: 5px;
    border-radius: 5px;
    
    -webkit-box-shadow:0px 0px 0px #aaa;
    box-shadow:0px 0px 0px #aaa;
}

.scroll_frame_medium {
    float:left;
	clear:both;
    background-color:#F0F0F0;
    border:1px solid #999;
    width:700px;
	height: 250px;
    padding:10px;
    margin:5px;
	
	overflow:auto;
	
    -webkit-border-radius: 5px;
    border-radius: 5px;
    
    -webkit-box-shadow:0px 0px 0px #aaa;
    box-shadow:0px 0px 0px #aaa;
}


.message_frame {
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:black;
	padding: 10px;
	border: 1px solid;
	border-color:#999;
	background-color:#F0F0F0;
	margin:auto;
	
	-webkit-border-radius: 5px;
    border-radius: 5px;
}

/*.pop_frame {
	float: left;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:black;
		
	padding: 10px;
	border: 1px solid;
	border-color:#CEE1F0;
	background-color:#E6E6E6;
	display:block;
	
	-webkit-border-radius: 5px;
    border-radius: 5px;
    
    -webkit-box-shadow:0px 0px 0px #aaa;
    box-shadow:0px 0px 0px #aaa;
	z-index: 99;
}*/

.small_lay_out_frame {
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:black;
	padding: 10px;
	border: 1px solid;
	border-color:#999;
	background-color:#F0F0F0;
	margin:5px;
	
		
    -webkit-border-radius: 5px;
    border-radius: 5px;
    
    -webkit-box-shadow:0px 0px 0px #aaa;
    box-shadow:0px 0px 0px #aaa;
}

input.imagebutton{
	background-color:#E1E1E1;
	width:auto;
	min-width:100px;
	height: 24px;
	border:solid;
	border-width:1px;
	border-color:#FB6808;
	cursor:pointer;
	color:#000000;
	font:bold 12px Arial;
	
	border-radius: 5px;
	
	-webkit-box-shadow:0px 0px 0px #CCC;
	box-shadow:0px 0px 0px #CCC;
	
}

input.imagebutton:hover{
	background-color:#E4E4E4;
	width:auto;
	min-width:100px;
	height: 24px;
	border:solid;
	border-width:2px;
	border-color:#FB6808;
	cursor:pointer;
	color:#000000;
	font:bold 12px Arial;
	
	
	border-radius: 5px;
	
	-webkit-box-shadow:5px 5px 5px #666;
	box-shadow:5px 5px 5px #666;
	
}

input.imagebutton:focus{
	background-color:#E4E4E4;
	width:auto;
	min-width:100px;
	height: 24px;
	border:solid;
	border-width:2px;
	border-color:#FB6808;
	cursor:pointer;
	color:#000000;
	font:bold 12px Arial;
	
	
	border-radius: 5px;
	
	-webkit-box-shadow:5px 5px 5px #666;
	box-shadow:5px 5px 5px #666;
	
}



input.dis_imagebutton{
	background-color:#E1E1E1;
	width:auto;
	min-width:100px;
	height: 24px;
	border:solid;
	border-width:1px;
	border-color:#999;
	cursor:not-allowed;
	color:#999;
	font:bold 12px Arial;
	border-radius: 5px;
}



input.linkbutton{
	background-color:#E1E1E1;
    width: 50px;
    height: 18px;
	border:solid;
	border-width:1px;
	border-color:#FB6808;
	cursor:pointer;
	color:#000;
	font:bold 12px Arial;
	border-radius: 5px;
}

input.linkbutton:hover{
	background-color:#E4E4E4;
    width: 50px;
    height: 18px;
	border:solid;
	border-width:2px;
	border-color:#FB6808;
	cursor:pointer;
	color:#000;
	font:bold 12px Arial;
	border-radius: 5px;
}


input.linkbutton2{
	background-color:#E1E1E1;
    width: 100px;
    height: 18px;
	border:solid;
	border-width:1px;
	border-color:#000;
	cursor:pointer;
	color:#000;
	font:bold 12px Arial;
	border-radius: 5px;
}

input.std_button{
	background-color:#FFE9BB;
    width: 125px;
    height: 24px;
	border:solid;
	border-width:1px;
	border-color:#000;
	cursor:pointer;
	color:#7E7E7E;
	font:bold 12px Arial;
	
	
    -webkit-border-radius: 0px;
    border-radius: 0px;
    
    -webkit-box-shadow:0px 0px 0px #aaa;
    box-shadow:0px 0px 0px #aaa;
}

input.text20{
    background:#FFF;
    border: 1px solid #E6E6E6;
    padding: 2px;
    width:20px;
	height:20px;
	color:#000;
}
input.text20:focus{
     border-color:#F90;
}

input.text40orange{
    background:#FFF;
    border: 1px solid #E6E6E6;
    padding: 2px;
    width:40px;
	height:20px;
	color:#000;
	text-align:right;
}

input.text40orange:focus{
     border-color:#F90;
}

input.text40{
    background:#FFF;
    border: 1px solid #E6E6E6;
    padding: 2px;
    width:40px;
	height:20px;
	color:#000;
}
input.text40:focus{
     border-color:#F90;
}

input.text50{
    background:#FFF;
    border: 1px solid #E6E6E6;
    padding: 2px;
    width:50px;
	height:20px;
	color:#000;
}
input.text50:focus{
     border-color:#F90;
}

input.text60{
    background:#FFF;
    border: 1px solid #E6E6E6;
    padding: 2px;
    width:60px;
	height:20px;
	color:#000;
}
input.text60:focus{
     border-color:#F90;
}

input.text100{
    background:#FFF;
    border: 1px solid #E6E6E6;
    padding: 2px;
    width:100px;
	height:20px;
	color:#000;
}
input.text100:focus{
     border-color:#F90;
}

input.text60orange{
    background:#FFE9BB;
    border: 1px solid #E6E6E6;
    padding: 2px;
    width:60px;
	height:20px;
	color:#000;
}
input.text60orange:focus{
     border-color:#F90;
}

input.text100a{
    background:#FFF;
    border: 1px solid #E6E6E6;
    padding: 2px;
    width:100px;
	height:20px;
	color:#000;
}input.text100a:focus{
     border-color:#F90;
}


input.text150{
   background:#FFF;
    border: 1px solid #E6E6E6;
    padding: 2px;
    width:150px;
	height:20px;
	color:#000;
}
input.text150:focus{
     border-color:#F90;
}

input.text200{
    background:#FFF;
    border: 1px solid #E6E6E6;
    padding: 2px;
    width:200px;
	height:20px;
	color:#000;
}
input.text200:focus{
     border-color:#F90;
}

input.text300{
    background:#FFF;
    border: 1px solid #E6E6E6;
    padding: 2px;
    width:300px;
	height:20px;
	color:#000;
}
input.text300:focus{
     border-color:#F90;
}

textarea.text_box{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
    background:#FFF;
    border: 1px solid #E6E6E6;
    padding: 2px;
    color:#000;    
}
textarea.text_box:focus{
     border-color:#F90;
}

#table_main {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	
	border-collapse:collapse;
	border-spacing:0;
	
	-webkit-border-radius: 5px;
    border-radius: 5px;
		
	border:0px solid #03C;
	width:690px;
}


#tabledisplay {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	font-weight:normal;
	
	border-collapse:collapse;
	border:1px solid #999;
	
    -webkit-border-radius: 5px;
    border-radius: 5px;
    
    -webkit-box-shadow:0px 0px 0px #aaa;
    box-shadow:0px 0px 0px #aaa;
}

#tabledisplay th{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000;
	border-collapse:collapse;
	background-color:#F66;
    border:1px solid #999;
	padding:5px;
	text-align:left;
	font-weight:bold;
	
	-webkit-border-radius: 5px;
    border-radius: 5px;
	
}

#tabledisplay tr td{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000;
	border-collapse:collapse;
	background-color:#FFF;
    border:1px solid #999;
	padding-left:5px;
	padding-right:2px;
	text-align:left;
	
	-webkit-border-radius: 5px;
    border-radius: 5px;
	
}

#tableprint {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000;
	font-size:12px;
	
	border-collapse:collapse;
	border:1px solid #999;
	
}

#tableprint th{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000;
	border-collapse:collapse;
	background-color:#CCC;
    border:1px solid #999;
	padding:5px;
	text-align:left;
	font-weight:bold;
	
}

#tableprint tr td{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000;
	border-collapse:collapse;
	background-color:#FFF;
    border:1px solid #999;
	padding-left:5px;
	padding-right:2px;
	text-align:left;
	
}

#tabledetailsdisplay {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000;
	font-size:12px;
	
	border-collapse:collapse;
	border:1px solid #999;
	
    -webkit-border-radius: 5px;
    border-radius: 5px;
    
    -webkit-box-shadow:0px 0px 0px #aaa;
    box-shadow:0px 0px 0px #aaa;
}

#tabledetailsdisplay tr td{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000;
	border-collapse:collapse;
	background-color:#FFF;
    border:1px solid #999;
	padding-left:5px;
	padding-right:2px;
}

#tabledetailsdisplay_grey {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	background-color:#CCC;
	color:#000;
	font-size:12px;
	
	
	border-collapse:collapse;
	border:1px solid #999;
	
    -webkit-border-radius: 5px;
    border-radius: 5px;
    
    -webkit-box-shadow:0px 0px 0px #aaa;
    box-shadow:0px 0px 0px #aaa;
}

#table_list {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	border-collapse:collapse;
	border:1px solid #999;
	-webkit-border-radius: 5px;
    border-radius: 5px;
}

#table_list th A:link {
	text-decoration: none;
	color: black;
	font-weight: bold;
}

#table_list th A:hover {
	text-decoration: underline;
	color: black;
	font-weight: bold;
}

#table_list td {
	font-size:11px;
	border:1px solid #999;
	padding:3px 7px 2px 7px;
	color:black;
}
#table_list td a:link {
	color: black;
	text-decoration: none;
	
}
#table_list td a:hover {
	text-decoration: underline;
	
}

#table_list th {
    font-size:11px;
	padding-top:5px;
	padding-bottom:4px;
	padding-right: 4px;
	background-color:#FFE9BB;
	border:1px solid #999;
	border-bottom:double;
	color:black;
}

#table_list tr td {
	color:#000000;
	background-color:#FFF;
	border:1px solid #999;
	padding-left: 5px;
	padding-right: 4px;
}

#table_list tr:nth-child(odd) td {
	color:#000000;
	background-color:#FFE9BB;
	border:1px solid #999;
}

#table_list tr:hover td {
	background-color:#FABA63;
	border:1px solid #999;
}


#table_list_2 {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	border-collapse:collapse;
	border:1px solid #999;
}

#table_list_2 th A:link {
	text-decoration: none;
	color: black;
	font-weight: bold;
}

#table_list_2 th A:hover {
	text-decoration: underline;
	color: black;
	font-weight: bold;
}

#table_list_2 td {
	font-size:11px;
	border:1px solid #999;
	padding:3px 7px 2px 7px;
	color:black;
}
#table_list_2 td a:link {
	color: black;
	text-decoration: none;
	
}
#table_list_2 td a:hover {
	text-decoration: underline;
	
}

#table_list_2 th {
    font-size:11px;
	text-align:left;
	padding-top:5px;
	padding-bottom:4px;
	padding-right: 4px;
	background-color:#FFE9BB;
	border:1px solid #999;
	border-bottom:double;
	color:black;
}

#table_list_2 tr td {
	color:#000000;
	background-color:#FFF;
	border:1px solid #999;
	padding-left: 5px;
	padding-right: 4px;
}

#table_list_2 tr.alt td {
	color:#000000;
	background-color:#FFE9BB;
	border:1px solid #999;
}

#table_list_2 tr:hover td {
	background-color:#FABA63;
	border:1px solid #999;
}


#table_date {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	border-collapse:collapse;
	border:1px solid #999;
	
	-webkit-border-radius: 5px;
    border-radius: 5px;
}

#table_date th A:link {
	text-decoration: none;
	color: black;
	font-weight: bold;
	
}

#table_date th A:hover {
	text-decoration: underline;
	color: black;
	font-weight: bold;
	
}

#table_date td {
	font-size:11px;
	border:1px solid #999;
	padding:3px 7px 2px 7px;
	color:black;
}
#table_date td a:link {
	color: black;
	text-decoration: none;
	
}
#table_date td a:hover {
	text-decoration: underline;
	
}
#table_date th {
    font-size:11px;
	text-align:left;
	padding-top:5px;
	padding-bottom:4px;
	padding-right: 4px;
	background-color:#FFE9BB;
	border:1px solid #999;
	border-bottom:double;
	color:black;
}
#table_date tr td {
	color:#000000;
	border:1px solid #999;
	padding-left: 5px;
	padding-right: 4px;
}

#table_date tr:hover td {
	background-color:#FF9191;
	border:1px solid #999;
	
}

#table_date2 {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	border-collapse:collapse;
	border:1px solid #999;
}

#table_date2 th A:link {
	text-decoration: none;
	color: black;
	font-weight: bold;
	
}

#table_date2 th A:hover {
	text-decoration: underline;
	color: black;
	font-weight: bold;
	
}

#table_date2 td {
	font-size:11px;
	border:1px solid #999;
	padding:3px 7px 2px 7px;
	color:black;
}
#table_date2 td a:link {
	color: black;
	text-decoration: none;
	
}
#table_date2 td a:hover {
	text-decoration: underline;
	
}
#table_date2 th {
    font-size:11px;
	text-align:left;
	padding-top:5px;
	padding-bottom:4px;
	padding-right: 4px;
	background-color:#FFE9BB;
	border:1px solid #999;
	border-bottom:double;
	color:black;
}
#table_date2 tr td {
	color:#000000;
	border:1px solid #999;
	padding-left: 5px;
	padding-right: 4px;
}



/*display arrow for down sort#table_list th.forwardSort
        {
        background:transparent url(../img/small_down_arrow.png) no-repeat 97% 3%;  ;
        }
/*display arrow for up sort#table_list  th.reverseSort
        {
        background:transparent url(../img/small_up_arrow.png) no-repeat 97% 3%;
        }  
/*end of table_list*/

select.select50{
   background:#FFF;
    border: 1px solid #E6E6E6;
    padding: 2px;
    width:50px;
	height:24px;
	color:#000;
}
select.select50:focus{
     border-color:#F90;
}

select.select80{
    background:#FFF;
    border: 1px solid #E6E6E6;
    padding: 2px;
    width:80px;
	height:24px;
	color:#000;
}select.select80:focus{
     border-color:#F90;
}

select.select120{
    background:#FFF;
    border: 1px solid #E6E6E6;
    padding: 2px;
    width:120px;
	height:24px;
	color:#000;
}
select.select120:focus{
     border-color:#F90;
}

select.selectbox120{
    background:#FFF;
    border: 1px solid #ddd;
    padding: 2px;
    width:120px;
	color:#000;
}
select.selectbox120:focus{
     border-color:#F90;
}

select.select160{
    background:#FFF;
    border: 1px solid #E6E6E6;
    padding: 2px;
    width:160px;
	height:24px;
	color:#000;
}
select.select160:focus{
     border-color:#F90;
}

select.selectbox160{
    background:#FFF;
    border: 1px solid #E6E6E6;
    padding: 2px;
    width:160px;
	color:#000;
}
select.selectbox160:focus{
     border-color:#F90;
}


select.selectbox300{
    background:#FFF;
    border: 1px solid #E6E6E6;
    padding: 2px;
    width:300px;
	color:#000;
}
select.selectbox300:focus{
     border-color:#F90;
}

select.selectbox300 option {
width:250px;
}

select.select200{
    background:#FFF;
    border: 1px solid #E6E6E6;
    padding: 2px;
    width:200px;
	height:24px;
	color:#000;
}
select.select200:focus{
     border-color:#F90;
}

select.select230{
    background:#FFF;
    border: 1px solid #E6E6E6;
    padding: 2px;
    width:230px;
	height:24px;
	color:#000;
}
select.select230:focus{
     border-color:#39A751;
}
select.select230 option{
     width:230px;
}

label.label_std{
	margin-left:5px;
    line-height:20px;
	padding-top:6px;
    color:#000;
    text-shadow:1px 1px 1px #fff;
    font:bold 12px Arial;
}

label.label_plain{
	margin-left:5px;
    line-height:20px;
	padding-top:6px;
    color:#000;
    font:bold 12px Arial;
}

label.label_warning{
	margin-left:5px;
    line-height:20px;
	padding-top:6px;
    color:#7E7E7E;
    text-shadow:1px 1px 1px #fff;
    font:bold 12px Arial;
}

label.label_small{
	margin-left:5px;
    line-height:10px;
	padding-top:6px;
    color:#F00;
    text-shadow:1px 1px 1px #fff;
    font:bold 9px Arial;
}

label.label_large{
	margin-left:5px;
    line-height:20px;
	padding-top:6px;
    color:#000;
    text-shadow:1px 1px 1px #fff;
    font:bold 16px Arial;
}

label.label_end{
	margin-left:5px;
    line-height:20px;
	padding-top:6px;
    color:#7E7E7E;
    text-shadow:1px 1px 1px #fff;
    font:bold 10px Arial;
	text-align:left;
}

label.label_page_head{
	margin-left:5px;
    line-height:20px;
	padding-top:6px;
    color:#FB6808;
    
    font:bold 24px Arial;
}

label.label_page_head_2{
	
	margin-left:5px;
    line-height:20px;
	padding-top:10px;
    color:#000;
    
    font:bold 18px Arial;
}

.circle{
	width:150px;
	height:150px;
	border-radius:
	50px;font-size:
	20px;color:#fff;
	line-height:100px;
	text-align:center;
	background-color:#7E7E7E;
}

#table_calendar {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	border-collapse:collapse;
	border:0px solid #999;
	background-color:#F0F0F0;
	
	-webkit-border-radius: 5px;
    border-radius: 5px;
}
#table_calendar tr td{
	font:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	border-collapse:collapse;
	border:0px solid #999;
}



#table_quote {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000;
	font-size:12px;
	
	border-collapse:collapse;
	border:1px solid #999;
	
	
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow:0px 0px 3px #aaa;
    -webkit-box-shadow:0px 0px 3px #aaa;
    box-shadow:0px 0px 3px #aaa;
}

#wait {
  background-color:transparent;
  position:fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  opacity: 1.0; /* also -moz-opacity, etc. */
  z-index: 10;
}
	