﻿fieldset.jcalendar {
	border: none;
	margin-top:5px;
	width:100%;
	padding:0;
	margin:0;
	float: left;
	width: 187px;
}

fieldset.jcalendar div.jcalendar-selects{
	margin-top:10px;
}

fieldset.jcalendar div.jcalendar-selects table
{
	margin:0 auto;
	background: none;
}
fieldset.jcalendar div.jcalendar-selects table tr td 
{
	display:block; 
	float:left; 
	font-weight:bold; 
	font-size:12px;
	padding-right:20px;
}

div.jcalendar-wrapper 
{
	float:left;
	width:100%;
}

div.jcalendar 
{
	border: 2px solid #336699;
}
div.jcalendar table 
{
	width: 183px;
	background: #fff;
	clear: both;
	border-top: solid 1px #fff;
	background-color: transparent;
}

div.jcalendar table th {
	background: #eaf2fa;
	border: none;
	font-size: 11px;
	color: #97c0e6;
	text-transform: lowercase;
	height: 25px;
}

div.jcalendar table td 
{
	padding: 0;
	width: 25px; 
	height: 25px;
	text-align: center;
	line-height: 25px; 
	border-left: solid 1px #e0e0e0;
	border-bottom: solid 1px #e0e0e0;
	font-size: 11px;
	background-color: #fff;
}

div.jcalendar table td a, div.jcalendar table td span 
{
	display: block;
	text-align: center;
	text-decoration: none;
	color: #336699 !important;
}

div.jcalendar table td a.editval
{
	background: transparent url(../images/calender/edit-selected.gif) no-repeat;
}

div.jcalendar table td a.selected, div.jcalendar table td span.selected
{
	color: #fff !important;
	font-weight: bold;
	background: transparent url(../images/calender/selected_bg.jpg) repeat-x;
	width: 25px;
	height: 25px;
	line-height: 25px;	
}

div.jcalendar table td.empty
{
	color: #cccccc !important;
	font-weight: bold;
}

/*no ds*/

div.jcalendar table td.no_day_schedule
{
	color: #cccccc !important;
}

/*end no ds*/


div.jcalendar-links 
{
	width: 183px;
	height: 25px;
	font-size: 14px;
	color: #fff;
	text-align: center; 
	background: transparent url(../images/calender/top_bg.gif) repeat-x;
	line-height: 25px;
}

div.jcalendar-links a.link-prev
{
	float: left;
	width: 18px;
}
div.jcalendar-links a.link-next
{
	float: right;
	width: 18px;
}
div.jcalendar-links img
{
	border: none;
}

div.jcalendar-links div
{
	float:left;
	width: 144px;
	text-align: center;
	font-weight:bold;
}
