body,html{ 
	margin:0;padding:0;
	color:#000; 
	font-family: Arial;
    font-size: 12px;
    text-align: left;
    
    height:100%;
	/*height:auto !important;
	height:100%; */

}
body a,html a{ 
	color:#115ca4;
}
img { border: 0; }

table {
	border-collapse:collapse;
	width:100%;
}
table td{
	vertical-align:top;
	text-align:left;
	padding: 0px 0px 0px 0px;
}
.clearing { clear: both; height: 1px; font-size: 1px; }

a { text-decoration:underline;  outline-style:none;  }
a:hover { text-decoration:none }




#message {
	display:none;
	
	background:#fff;
	border:3px solid #2364A8;
	padding: 20px 20px 20px 20px;
	
	position:fixed;
	_position: absolute;
	top:100px;
	left:30%;

	min-width:300px;
	_width:300px;
	
	z-index:999999;
}
input,textarea,select {
	color:#000; 
	font-family: Arial;
	
	font-size:11px;
	
	border:1px solid gray;
	background:lightgray;
	
	padding: 2px 2px 2px 2px;
}
select{
	padding: 2px 10px 2px 2px;
}
input:focus,textarea:focus,select:focus {
	background: #FFFFE0;
}
#password_complexity{
	width:10px;
	height:10px;
	float:left;
	margin: 2px 5px 0px 0px;
	overflow:hidden;
}
textarea {
	height:75px;
}
.input{
	width:98%;
}
.star{
	color:red;
}
.link{
	cursor:pointer;
}
.calendar table, .calendar table{
	border-top:1px solid #2364A8;
	border-left:1px solid #2364A8;
	background:#EDEDED;
}
.calendar table, .calendar table td{
	border-bottom:1px solid #2364A8;
	border-right:1px solid #2364A8;
}
.calendar td{
	text-align:center;
	padding: 3px 3px 3px 3px;
}
.calendar table td{
	vertical-align:middle;
}
.calendar a{
	text-decoration:none;
	color:#000;
}
.calendar a:hover{
	text-decoration:none;
	color:#000;
	font-weight:bold;
}
.calendar .days{
	background:#fff;
	width:20px;
	height:15px;
}
.calendar .cur_month{
	background:#C1DFF0;
}
.calendar .cur_day{
	background:#D1D1D1;
}
.edit_caption{
	font-weight:bold;
	padding: 5px 0px 10px 0px;
}
.line td{
	padding: 2px 0px 2px 0px;
}
.line_1 td{
	background:#EDEDED;
	padding: 2px 0px 2px 0px;
}
.line_2 td{
	padding: 2px 0px 2px 0px;
}
.f_l{
	float:left;
}
.f_r{
	float:right;
}
.table_header td{
	width:10px;
	white-space:nowrap;
	text-align:center;
	background: gray;
	font-weight:bold;
	color:#fff;
	padding: 0px 10px 0px 10px;
}
.table_header .title{
	width:auto;
	text-align:left;
}
.center{
	text-align:center;
}
.t_a_right{
	text-align:right;
}
.t_a_left{
	text-align:left;
}

.pages{
	text-align:center;
	padding: 3px 5px 5px 5px;
}
.pages a{
	text-decoration:none;
	border:1px solid gray;
	padding: 0px 2px 2px 2px;
	font-weight:bold;
	color:gray;
	background:#fff;
}
.pages a.current_page{
	border:1px solid gray;
	background:gray;
	color:#fff;
}
.td_padding_3 td{
	padding: 3px 3px 3px 3px;
}
.bold{
	font-weight:bold;
}

#choose_login_form{
	width:500px;
	height:30px;
	margin-top:200px;
	margin-bottom:100px;
}
#login_form{
	width:400px;
	height:120px;
	margin-top:200px;
	margin-bottom:100px;
}
.button{
	padding: 3px 10px 5px 10px;
	font-size:12px;
}
