.calendar{
	 background-color: #FFF;
	 float:left;
	 text-align: center;
	 width: 168px;
	 padding: 3px;
	 margin: 0;
	 clear:both;
	 border:2px solid #131d36;
	 
}

.period{
	float:right;
	clear:both;
	margin:0.5em 0;
}

.calendar p{
	text-align:center;
}

.week_days{
	 float:left;
	 width: 24px;
	 height: 15px;
	 font-weight: bold;
	 color:#333;
}

.day{
	 float:left;
	 width: 24px;
	 height: 15px;
	 text-align: center;
	 color:#333;
	 
}

.no_more{
	clear:both;
	height:10px;
	border-bottom:2px solid #ff7e27;
}

.selected{
	background:#7b9df4;
	height:16px;
	color:#333;
}

.selected a{
	display:block;
	text-decoration:none;
}

.today{
	margin:0;
	padding:0;
	/*border:1px dashed #000;*/
}


.row{
	float:left;
	background-color:transparent;
	width:100%;
}

.row50{
	float:left;
	background-color:transparent;
	width:50%;
}

.clr{
	clear:both;
}

div.centered{  /* <div align="center"> HTML 4.1 deprecated*/
	text-align:center;
}

.calendar_title{
	text-align:center;
	margin: 0 auto;
	background-color:#ff7e27;
	color:#FFF;
	font-size:1.1em;
	padding:2px 0;
	margin-bottom:6px;
}	

.calendar_title a,.calendar_title a:visited,.calendar_title a:link{
	text-decoration: none;
	color:#FFF;
}

a.actual{
	font-weight:bold;
	color:#FBA249;
}

