/* Default styling for jQuery Calendars Picker v2.0.0. */

.calendars {
	background-color: #fff;
	color: #000;
	border-top: 1px solid #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	font-size: 90%;
	width:250px !important;
	border:1px solid #ccc;
}
.calendars-rtl {
	direction: rtl;
}
.calendars-popup {
	z-index: 100000;
}
.calendars-disable {
	position: absolute;
	z-index: 100;
	background-color: white;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.calendars a {
	color: #525252;
	text-decoration: none;
}
.calendars a.calendars-disabled {
	color: #888;
	cursor: auto;
}
.calendars button {
    margin: 0.25em;
    padding: 0.125em 0em;
    background-color: #fcc;
    border: none;
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    font-weight: bold;
}
.calendars-nav, .calendars-ctrl {
	float: left;
	width: 100%;
	text-shadow:1px 2px 2px #4a8098;
	border-top:2px solid #EAEAEA;
	border-bottom:2px solid #BFBFBF;
background: #ffffff;
background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );


	color: #fff;
	font-weight: bold;
	padding: 6px 0;
}
.calendars-ctrl {
	padding: 2px 0;
}
.calendars-cmd {
	width: 30%;
}
.calendars-cmd:hover {
	color: #000;
}
.calendars-ctrl .calendars-cmd:hover {
	
}
.calendars-cmd-prevJump, .calendars-cmd-nextJump {
	width: 8%;
}
a.calendars-cmd {
	height: 1.5em;
}
button.calendars-cmd {
	text-align: center;
}
.calendars-cmd-prev, .calendars-cmd-prevJump, .calendars-cmd-clear {
	float: left;
	padding-left: 2%;
}
.calendars-cmd-current, .calendars-cmd-today {
	float: left;
	width: 35%;
	text-align: center;
}
.calendars-cmd-next, .calendars-cmd-nextJump, .calendars-cmd-close {
	float: right;
	padding-right: 2%;
	text-align: right;
	
}
.calendars-rtl .calendars-cmd-prev, .calendars-rtl .calendars-cmd-prevJump,
.calendars-rtl .calendars-cmd-clear {
	float: right;
	padding-left: 0%;
	padding-right: 2%;
	text-align: right;
	
}
.calendars-cmd-clear
{
    text-align:left;
}
.calendars-cmd-close
{
    text-align:right;
}
.calendars-cmd-clear , .calendars-cmd-close
{
  padding-bottom:2px;
	font-size:12px;  
}
.calendars-rtl .calendars-cmd-current, .calendars-rtl .calendars-cmd-today {
	float: right;
}
.calendars-rtl .calendars-cmd-next, .calendars-rtl .calendars-cmd-nextJump,
.calendars-rtl .calendars-cmd-close {
	float: left;
	padding-left: 2%;
	padding-right: 0%;
	text-align: left;
}
.calendars-month-nav {
	float: left;
	background-color: #777;
	text-align: center;
}
.calendars-month-nav div {
	float: left;
	width: 12.5%;
	margin: 1%;
	padding: 1%;
}
.calendars-month-nav span {
	color: #888;
}
.calendars-month-row {
	clear: left;
	background-color: #F5F5F5;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
.calendars-month {
	float: none;
width: 15em;
border: 1px solid #fff;
text-align: center;
margin-left: auto;
margin-right: auto;
-moz-box-shadow: 0px 0px 8px #000000;
-webkit-box-shadow: 0px 0px 8px #000000;
box-shadow: 0px 0px 8px #000000;
}
.calendars-month-header, .calendars-month-header select, .calendars-month-header input {
	height: 2em;
	background-color: #f6f6f6; /* Old browsers */


	color: #484848;
	font-weight: bold;
}
.calendars-month-header select, .calendars-month-header input {
	height: 2em;
	border: none;
}
.calendars-month-header input {
	position: absolute;
	display: none;
}
.calendars-month table {
	width: 100%;
	border-collapse: collapse;
}
.calendars-month thead {
	border-bottom: 1px solid #aaa;
}
.calendars-month th, .calendars-month td {
	margin: 0em;
	padding: 0em;
	font-weight: normal;
	text-align: center;
}
.calendars-month th {
	border: 1px solid #e5e5e5;
}
.calendars-month th, .calendars-month th a {
	background-color: #ededed;
	color: #484848;
}
.calendars-month td {
	background-color: #fff;
	border: 1px solid #e5e5e5;
	
}
.calendars-month td.calendars-week {
	border: 1px solid #777;
}
.calendars-month td.calendars-week * {
	background-color: #777;
	color: #fff;
	border: none;
}
.calendars-month a {
	display: block;
	width: 100%;/*
	padding: 0.125em 0em;*/
	background-color: #fff;
	color: #484848;
	text-decoration: none;
	height: 25px;
}
.calendars-month span {
	display: block;
	width: 100%;
	padding: 0.125em 0em;
	font-size:10px;
}
.calendars-month td span {
	color: #888;
}
.calendars-month td .calendars-other-month {
	background-color: #fff;
}
.calendars-month td .calendars-weekend {
	background-color: #fff;
}
.calendars-month td .calendars-today {
	background-color: #146C8B;
	color:#fff;
}
.calendars-month td .calendars-highlight {
	background-color: #63b6db;
	color:#fff;
}
.calendars-month td .calendars-selected {
	background-color: #777;
	color: #fff;
}
.calendars-month th.calendars-week {
	background-color: #777;
	color: #fff;
}
.calendars-status {
	clear: both;
	background-color: #ddd;
	text-align: center;
}
.calendars-clear-fix {
	clear: both;
}
.calendars-cmd-prev , .calendars-cmd-next
{
    background-position:center center;
    background-repeat:no-repeat;
    width:20px;
    display:block;
    height:24px !important;
   background-color: #aaa;
    -moz-border-radius: 75px;
-webkit-border-radius: 75px;
border-radius: 75px;
font-size:0;
-moz-box-shadow:inset 0px 0px 2px #ccc;
-webkit-box-shadow:inset 0px 0px 2px #ccc;
box-shadow:inset 0px 0px 2px #ccc;

}
.calendars-cmd-prev:hover , .calendars-cmd-next:hover
{
   background-color: #7E7E7E;
}
.calendars-cmd-prev 
{
    background-image:url(previous1.png);
    margin-left:10px;
}
.calendars-cmd-next 
{
    background-image:url(next1.png);
    margin-right:10px;
}
.calendars-cmd-today
{
    margin-left:13%;
    margin-right:13%;
}
.calendars-rtl .calendars-cmd-prev 
{
    background-image:url(next1.png) !important;
     margin-right:10px;
     margin-left:0;
}
.calendars-rtl .calendars-cmd-next
{
    background-image:url(previous1.png) !important;
    margin-left:10px;
    margin-right:0;
}
.calendars-rtl .calendars-cmd-clear 
{
    text-align:right !important;
}
.calendars-rtl .calendars-cmd-close 
{
    text-align:left !important;
}