@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:#209949;
	}
	
	
.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:#209949;
	border-top:hidden;
	background-color:#FFF;
	
	
    -webkit-border-radius: 5px;
    border-radius: 5px;
	
}

.spacer_frame {
	float: left;
	border: 0px solid;
	background-color:#F0F0F0;
	margin:5px;
	min-height:10px;
	width:650px;	
}

.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_quote_no {
	color:#209949;
	font-size:18px;	
	font-weight:bold;
}

.label_info {
	color:#209949;
	font-size:10px;	
	/*font-weight:bold;*/
}

.label_warning {
	color:#F30;
	font-size:10px;	
	/*font-weight:bold;*/
}

.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:#209949;
	border-top:hidden;
	background-color:#FFF;
	margin:auto;
	width:700px;
	height:30px;
	background-image:url(../images/head_fill.png);
	background-repeat:repeat-x;
	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:675px;
	
	
    -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;
	min-height:475px;
	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_plain {
    float:left;
	clear:both;
    background-color:#F0F0F0;
    border:0px solid #999;
    width:700px;
	height: 130px;
    padding:10px;
    margin-left:5px;
	margin-right:5px;
	overflow:auto;
}

.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 #FFF;
    width:675px;
	height: 250px;
    padding:10px;
    width:675px;
	
	overflow:auto;
	
	margin-top:5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    
    -webkit-box-shadow:2px 2px 2px #aaa;
    box-shadow:2px 2px 2px #aaa;
}


.lay_out_frame_small {
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:black;
	padding: 5px;
	border: 0px 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:#209949;
	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;
	background-image:url(../images/head_fill.png);
	background-repeat:repeat-x;
	width:auto;
	min-width:100px;
	height: 24px;
	border:solid;
	border-width:1px;
	border-color:#209949;
	cursor:pointer;
	color:#000000;
	font:bold 12px Arial;
	
	
	border-radius: 5px;
	
	-webkit-box-shadow:2px 2px 2px #666;
	box-shadow:2px 2px 2px #666;
	
}

input.imagebutton:focus{
	background-color:#E4E4E4;
	width:auto;
	min-width:100px;
	height: 24px;
	border:solid;
	border-width:2px;
	border-color:#209949;
	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:#209949;
	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:#209949;
	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:#C7DECA;
    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 #C7DECA;
    padding: 2px;
    width:20px;
	height:20px;
	color:#000;
}
input.text20:focus{
     border-color:#209949;
}

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

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

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

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

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

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

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

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


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

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

input.text200:focus{
     border-color:#209949;
	
}


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

input.text400{
    background:#FFF;
    border: 1px solid #C7DECA;
    padding: 2px;
    width:400px;
	height:20px;
	color:#000;
}
input.text400:focus{
     border-color:#209949;
}

input.text500{
    background:#FFF;
    border: 1px solid #C7DECA;
    padding: 2px;
    width:500px;
	height:20px;
	color:#000;
}
input.text500:focus{
     border-color:#209949;
}

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

#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:bold;
	color:#000;
	border-collapse:collapse;
	background-color:#C7DECA;
    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;
	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;
}

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

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

#tableprint_no_border tr td{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000;
	border-collapse:collapse;
	background-color:#FFF;
    border:0px 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 solid #999;
	
    -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-collapse:collapse;
	background-color:#FFF;
    border:1px solid #999;
	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:#C7DECA;
	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:#C7DECA;
	border:1px solid #999;
}

#table_list tr:hover td {
	background-color:#C7DECA;
	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:#C7DECA;
	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:#C7DECA;
	border:1px solid #999;
}

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



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

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

select.select90{
    background:#FFF;
    border: 1px solid #C7DECA;
    padding: 0px;
    width:90px;
	height:24px;
	color:#000;
}
select.select90:focus{
     border-color:#209949;
}

select.select100{
    background:#FFF;
    border: 1px solid #C7DECA;
    padding: 2px;
    width:100px;
	height:24px;
	color:#000;
}
select.select100:focus{
     border-color:#209949;
}

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

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

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

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

select.selectbox400{
    background:#FFF;
    border: 1px solid #C7DECA;
    padding: 2px;
    width:400px;
	color:#000;
}
select.selectbox300:focus{
     border-color:#209949;
}

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

select.selectbox300 option {
width:250px;
}

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

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

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

select.select_no_arrow{
	background:#FFF;
    border: 1px solid #C7DECA;
    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_caption_green{
	margin-left:5px;
    line-height:20px;
	padding-top:6px;
    color:#209949;
    text-shadow:1px 1px 1px #fff;
    font:bold 18px 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:#000;
    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:#209949;
    
    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;
}


