* {
		font-family: Verdana, Tahoma, Arial;
		font-size: 11px;
		font-decoration: none;
		color: #a3a3a3;
		}
.text {
		
		font-family: Verdana, Tahoma, Arial;
		font-size: 11px;
		font-decoration: none;
		color: #333333;
		}
.textwhite {
		font-family: Verdana, Tahoma, Arial;
		font-size: 11px;
		font-decoration: none;
		color: #ffffff;
		}
.textblack {
		font-family: Verdana, Tahoma, Arial;
		font-size: 11px;
		font-decoration: none;
		color: #000000;
		}
		
body { 
		background-color: #000000;
		}

.body {
		
		background-image: url(images/line.jpg);
		background-repeat: repeat-x;
		}
.border {
		border-left: solid 1px #4f4f4f;
		border-right: solid 1px #4f4f4f;
		
		}
.border2 {
		border-top: solid 1px #4f4f4f;
		border-bottom: solid 1px #4f4f4f;
		}
.border3 {
		border-right: solid 1px #4f4f4f;
		
		}

.padding{
		
		padding-left: 25px;
		padding-right: 5px;
		
}
.paddinleft {
		padding-left: 7px;
		
}

a {
		font-family: Tahoma, Verdana, Arial, sans-serif;
		font-size: 11px;
		color: #81a3bc;
		text-decoration: none;
		
}
a:hover {
		font-family: Tahoma, Verdana, Arial, sans-serif;
		font-size: 11px;
		color: #ffffff;
		
}

.forma1{
		width: 180px;
		height:15px;
		border: solid 1px #ffffff;
		background-color: #333333;
}
.forma{
		width: 180px;
		height: 50px;
		border: solid 1px #ffffff;
		background-color: #333333;
}
.forma3{
		width: 40px;
		height: 15px;
		border: solid 1px #ffffff;
		background-color: #333333;
}
.gumb{
		width: 60px;
		height: 18px;
		font-weight: normal;
		color: white;
		background-color: #000000;
		cursor: hand;
}

.scroll {
	
	width: 360px;
	height: 350px;
	padding-right: none;
	overflow: auto;
	scrollbar-background-color: #999999;
	scrollbar-3dlight-color: #999999;
	scrollbar-shadow-color: #999999;
	scrollbar-arrow-color: #999999;
	scrollbar-track-color: #999999;

	}
	
	
	
/****************** CALENDAR ************************/
.calendar_table{
	width:130;
}
.calendar_table,.calendar_control_table,.calendar_year_input,.calendar_month_input{
	font-size:11px;
	font-family:arial,verdana;
}

.calendar_full{
	cursor:hand;
}

.calendar_day,.calendar_day_name,.calendar_empty,.calendar_table{
	border:solid 0px white;
	padding-left:1;
	padding-right:1;
}
.calendar_day,.calendar_day_name,.calendar_empty{
	border-top:none;
	border-left:none;
}

.calendar_table{
	border-bottom:none;
	border-right:none;
}
.calendar_day_name{
	border-bottom-width:3px;
}
.calendar_col6,.calendar_day_name7{
	background-color:black;
}
.calendar_col5,.calendar_day_name6{
	background-color:black;
}
.calendar_day,.calendar_day_name{
	color: #ffffff;
}
.calendar_day_over,.calendar_day_name_over{
	background-color:white;
	color:black;
}

.calendar_day_selected{
	back_ground: url(images/plus.gif) no-repeat center center;
	background-color: #81a3bc;
	color:black;
}


TD.calendar_month_input,TD.calendar_year_input{
	background-color:#e10a16;
	color:white;
}

.calendar_control_table{
	background-color:black;
	color:white;
}
INPUT.calendar_year_input,INPUT.calendar_month_input{
	background-color:black;
	border:solid 1px black;
	color:white;
	padding:0;
	height:15px;
	margin:1;
}
INPUT.calendar_year_input{
	width:100%;
}
INPUT.calendar_month_input_focus,INPUT.calendar_year_input_focus,INPUT.calendar_month_input_over,INPUT.calendar_year_input_over{
	border:solid 1px white;
}

INPUT.calendar_month_input{
	width:14px;
	height:14px;
}
/****************** END CALENDAR ************************/