.select-free
{
	position:absolute;
	z-index:9999;
	overflow:hidden;/*must have*/
	width:33em;/*must have for any value*/;
	padding:0.2em 0.2em 0.2em 0.2em;
}
.select-free iframe
{
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width:3000px;/*must have for any big value*/
	height:3000px/*must have for any big value*/;
}

#dCLD{background:#FFFFFF;border:none;}

.cDateR {
	height: 18px;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #061f5f;
}
.cDateB {
	height: 18px;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #061f5f;
}
.cT {
	font-size: 12px;
	font-family: Arial, sans-serif;
	color: #336C84;
	text-align: center;
	background-color: #FFF;
}

.cDate {
	display:block;
	width: 25px;
	height: 18px;
	cursor:pointer;
}
.cDate-dis {
	cursor:default;
	display:block;
	height:18px;
	width:25px;
	color:#555555;
    background: none repeat scroll 0 0 #FBF5E6;
    border: 0 none;
	border:1px solid #FFFFFF;

}
.cDate-out, .cDate-over{
	width: 25px;
	height: 18px;
	display:block;
	cursor:pointer;
}
.cDate-out{
	/*text-decoration: none;
	color: #7C7C7C;
	border:1px solid #FFFFFF;
*/
	background: none repeat-x scroll 50% 50% #E6E6E6;
    border: 1px solid #FFFFFF;
    color: #555555;
    font-weight: 400;
    outline: medium none;
}
.cDate-over{
	background-color: #b4bbcf;
	border:1px solid #061f5f;
}
.cDate a{
	display:block;
	text-decoration: none;
	color: #7C7C7C;
	cursor:pointer;
}

.cDate a:hover{
	display:block;
	width: 25px;
	height: 18px;
	background-color: #F6D67D;
	border:1px solid #EA8D09;
	cursor:pointer;
}

.cDateA {
	display:block;
	width: 25px;
	height: 18px;
	/*color:#FFF;
	background-color: #4193C4;
	border:1px solid #4193C4;
	*/
	cursor:pointer;
	background: none repeat-x scroll 50% 50% #FFFFFF;
    border: 1px solid #D3D3D3;
    color: #555555;
    font-weight: 400;
    outline: medium none;
}

.cB1 {
	display:block;
	text-decoration: none;
	padding: 0.2em 0;
	color: #FFFFFF;
	background-color: #061f5f;
	border: 0px solid #E78F08;
	font-weight: 700;
	cursor:pointer;
}