.calendar-field {
	display: none;
	width: 190px;
	height: 160px;
	position: absolute;
	top: 22px;
	left: 78px;
	background: #fff;
	padding: 5px;
	z-index: 50;
	border: 1px solid #848484;
	-moz-box-shadow: 0 0 5px 1px #848484;
	-webkit-box-shadow: 0 0 5px 1px #848484;
	-box-shadow: 0 0 5px 1px #848484;
}


.calendar-form {
    margin-top: 10px;
}

table.calendar-data {
    width: 204px;
    margin-top: 10px;
    margin-bottom:20px;
    text-align: center;
}

table.calendar-data tr td {
    border-bottom: 1px solid #cbcccc;
}

table.calendar-data tr.last td {
    border-bottom: 0;
}

table.calendar-data td a {
    line-height: 1.6;
    padding: 1px;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    height: 100%;
}


table.calendar-data td a.choice {
    background-color: red;
    color: white;
}


.ExpertFrontCalendar_container
{
	width:190px;
	height:190px;
/*	margin-right:10px;
	margin-top:15px;*/
	padding:0px;
	/*background: #fff;*/
	float: left;
	font-family: Arial;
	font-size: 12px;
	/*text-shadow:#000000 0px 2px 0px;*/
}
.ExpertFrontCalendar_top
{
	height:21px;
	margin-bottom:2px;
}


.ExpertFrontCalendar_arrowleft
{
	float: left;
	width:25px;
	height:20px;
	background-image: url(icons000.png) !important;
    
  background-position: -158px -14px;
	cursor: pointer;
}
.ExpertFrontCalendar_title
{
	float: left;
	width:140px;
	height:21px;
	overflow: hidden;
}
.ExpertFrontCalendar_titlecontent
{
	width:600px;
}
.ExpertFrontCalendar_block
{
	width:190px;
	height:100%;
	float:left;
	text-align: center;
	overflow: hidden;
}
.ExpertFrontCalendar_titlecontent .ExpertFrontCalendar_block
{
	width:150px;
	padding-top: 3px;
/*	font-size: 16px;
	font-weight: bold;*/
}
.ExpertFrontCalendar_arrowright
{
	float: left;
	width:25px;
	height:20px;
	background-image: url(icons000.png) !important;
    background-position: -158px 2px;
	cursor: pointer;
}
.ExpertFrontCalendar_daystitle
{
	height:15px;
	margin-bottom:2px;
	/*background: #000;
	color:#fff;
		-moz-border-radius: 2px;
    -webkit-border-radius:2px;
    border-radius: 2px;
    background-image: -moz-linear-gradient(top, #a0a0a0, #000000, #a0a0a0);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #a0a0a0),
                color-stop(0.5, #000), color-stop(1.0, #a0a0a0));
                */
    color:gray;

}
.ExpertFrontCalendar_daystitle span
{
	margin-left:2px;
	margin-right:2px;
	float: left;
	display: block;
	width:22px;
	text-align: center;
	
}
.ExpertFrontCalendar_days
{
	width:190px;
	height:150px;
	overflow: hidden;
}
.ExpertFrontCalendar_dayscontent
{
	width:600px;
	height:170px;
	overflow: hidden;
}
.ExpertFrontCalendar_day
{

	margin-left:2px;
	margin-right:2px;
	margin-top:1px;
	margin-bottom:1px;
	float: left;
	padding: 1px; 
	width:20px;
	height:18px;
	text-align: center;
	cursor: pointer;
/*	font-size: 14px;*/
	
}
.ExpertFrontCalendar_holiday
{
	color:red;
	
}
.ExpertFrontCalendar_dayselected
{
	
	outline: 1px solid #ff0000;

   
    	
}

