/*=============== (globle) ===============*/
	.clearBoth {
		clear: both;
	}
/*========================================*/
/*============ (Calendar) ================*/
	.calendar{
		width: 						749px;
		border-width: 				1px 1px 1px 1px;
		border-color: 				#993d00;
		border-style: 				solid solid solid solid;
		color: 						#fff;
		background-color: 			#333333;
		margin: 10px 10px 10px 10px;
	}
	.calendar_nav_case{
		width: 						740px;
		margin: 10px 10px 10px 10px;
	}
	.calendar_nav{
		height:						20px;
		width: 						80px;
		text-align:					center;
		border-width: 				1px 1px 1px 1px;
		border-color: 				#ffffff;
		border-style: 				solid solid solid solid;
	}
	.calendar_main_title{
		font-weight: 				bold;
		font-size: 					16px;
		background-color: 			#CC3300;
		
	}
	.calendar_top{
		width: 						100%;
		background-color:          #CCCCCC;
		text-align:					center;
		color:                      #CC3300;
	}
	.colum{
		float: 						left;
	}
	.calendar_title_day{
		color: 						#102e05;
		background-color: 			#ffffff;
		height:						20px;
		text-align:					center;
		border-width: 				1px 1px 1px 1px;
		border-color: 				#ffffff;
		border-style: 				solid solid solid solid;
	}
	.days, .off_day, .current_day{
		height:						50px;
		border-width: 				1px 1px 1px 1px;
		border-style: 				solid solid solid solid;
		border-color: 				#a9bba2;
		text-align:					right;
		padding:	                0px 0px 0px 0px;
		margin:	                    0px 0px 0px 0px;
	}
	.colum a:link,  .colum a:visited {
		font-weight: 				bold;
		color: 						#993d00;
	}
	.colum a:hover, .colum a:hover {
		font-weight: 				bold;
		color: 						#2c4b1f;
	}
	
	td.list_nav a:link, td.list_nav a:visited , #list_title  a:link, #list_title a:visited{
		color: #ffffff;
		font-weight: bold;
		margin: 2px;
		padding: 0px;
		text-decoration: none;
	}
	.days{
		color: 						#102e05;
		background-color: 			#ffffff;
	}
	.off_day{
		color: 						#102e05;
		background-color: 			#484848;
	}
	.current_day{
		color: 						#102e05;
		background-color: #CCCCCC;
	}
	.full{
		background-image: url(images/full.gif);
		background-repeat: no-repeat;
		color: 						#ffffff;
	}
	.morning{
		background-image: url(images/morning.gif);
		background-repeat: no-repeat;
	}
	.afternoon{
		background-image: url(images/afternoon.gif);
		background-repeat: no-repeat;
	}
	.calendar_blackout{
		background-image: url(images/nor.gif);
		background-repeat: no-repeat;
	}
/*========================================*/
