@charset "utf-8"; 

/*to get round corners*/
b.rtop{display:none;background: transparent;}
b.rtop b{display:block;height: 1px; overflow: hidden; background: #608294}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4{margin: 0 1px;height: 2px}

/*Styles for date picker*/
.floating{
	background-color: White;
	margin:0px;
	border:1px solid #666666;
	font-size:12px;
	display:block;
	padding:0px;
	cursor:pointer; /*hover event does not support IE6 then css exceptions*/
	padding:0 11px 9px 11px; 
	float: left;
	width: 273px;
}

/* move calendar to avoid selectbox overlap in IE6 */
*html .floating {
	position: relative;
	margin-left: -120px;
	margin-top: 25px;
}

.layerCalendar {padding:0 11px 0 11px; background:url('../img/bg_caledar.jpg') no-repeat left top; }

.floating:hover{
	cursor:pointer;
	/*cursor:hand; /* If you're worried about old IE versions, turn this on.  I have it off because I hate seeing css exceptions in my debug window. ;) */

}.floating .cal_wrapper{
	float: left;
}

.floating .calwrapper{
	display:block;
	float: left;
}
.floating .calweekswrapper{
	display:block;
	float: left;
}
.floating .calheader{
	float: left;
	display: block;
	text-align:center;
	font-size:13px;
	font-weight: bold;
	padding-bottom: 2px;
	width: 100%;
}
.floating .caltitle{
	padding:17px 0 0 0;
	font-size:14px;
	color:#333;
	font-family:tahoma;
	width: auto;
}

.floating .calcontrol{
	font-weight: bold;
	width:20px;
    background: transparent no-repeat center center;
}

.floating .calcontrol:hover{
}

.floating .calclose {
	display: none;
}

.floating .calprevmonth{
	float:left;
	margin:17px 0 0 0;
	width:15px;
	height:15px;
	overflow:hidden; 
	background:url('../images/buttonPaginate.gif') no-repeat left top;
}

.floating .calnextmonth{
	float:right;
	margin:17px 0 0 0;
	width:15px;
	height:15px;
	overflow:hidden; 
	background:url('../images/buttonPaginate.gif') no-repeat right top;
}

.floating .calnextyear{
        float:right;
	padding:17px 0 0 0;
}
.floating .calprevyear{
        float:left;
	padding:17px 0 0 0;
}
.floating .daybox{
	float:left;
	width: 39px;
	padding: 2px 0;
	font-size:9px;
	font-family: tahoma
}
.floating .dayboxvalue{
    display: none;
}
.floating .dayboxname{
	background:#f2f2f2;
	color:#666;
	font-family: tahoma;
	text-align: center;
	vertical-align: middle;
}
.floating .dayboxdate{
	width: 14px;
	padding: 3px 6px;
	text-align: center;
	margin: auto;
}

.floating .cal_day_name_0.dayboxname{
	color:#ff676d;
}

.floating .dayinmonth.dayboxsunday{
	color:#ff676d;
}

.floating .daybox:hover{
}
.floating .dayboxname:hover{
}
.floating .dayinmonth{
	color:#333;
}
.floating .dayoutmonth{
	color:silver;
}
.dayoutmonth.dayboxsunday{
	color:#ffb2b6;
}

.floating .dayselected .dayboxdate{
	font-weight: bold;
	color:#fff;
	background:#ff4548;
}

.floating .daycurrent{
	border:1px solid #e8eef7;
}
.floating .weekbox{
	float: left;
}
.floating .endweek{
	float:left;
}
.floating .weekboxname{
	margin-top: 9px;
	margin-bottom: 6px;
}

