/* Default styling for jQuery Calendars Picker v1.2.1. */
.calendars {
	background-color: #fff;
	color: #000;
	/*border: 1px solid #444;
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;*/
	font-family: Arial,Helvetica,Sans-serif;
	font-size: 12px;
	width:420px;
}
.calendars-rtl {
	direction: rtl;
}
.calendars-popup {
	z-index: 1000;
}
.calendars-disable {
	position: absolute;
	z-index: 100;
	background-color: white;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.calendars a {
	color: #fff;
	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%;
	background-color: #000;
	color: #fff;
	font-size: 90%;
	font-weight: bold;
}
.calendars-ctrl {
	background-color: #600;
}
.calendars-cmd {
	width: 30%;
}
.calendars-cmd:hover {
	background-color: #777;
}
.calendars-ctrl .calendars-cmd:hover {
	background-color: #f08080;
}
.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-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;
}
.calendars-month {
	float: left;
	width: 420px;
	/*border: 1px solid #DBDBDB;*/
	text-align: left;
}
.calendars-month-header, .calendars-month-header select, .calendars-month-header input {
	height: 46px;
}
.calendars-month-header select, .calendars-month-header input {
	height: 27px;
	margin-top:7px;
}
.calendars-month-year{
    width:325px !important;
}
.int{
    padding: 0px !important;
    height: 0px !important;
    position: absolute;
    margin-top: -9px;
}
.intano{
    margin-top: -43px;
    margin-left: 330px;
    padding: 0px !important;
    height: 0px !important;
    position: absolute;       
}
.calendars-year{
    width:91px !important;
}
.calendars-month-header input {
	position: absolute;
	display: none;
}
.calendars-month table {
	width: 100%;
	height:304px;
	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;
	-moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    -moz-appearance: none !important;
}
.calendars-month th {
	border: 1px solid #aaa;
	padding:7px;
}
.calendars-month th, .calendars-month th a {
	background-color: #777;
	color: #fff;
}
.calendars-month td {
	background-color: #eee;
	border: 1px solid #aaa;
}
.calendars-month td.calendars-week {
	border: 1px solid #777;
}
.calendars-month td.calendars-week * {
	background-color: #777;
	color: #fff;
	border: none;
}
.calendars-month td a {
	display: block;
	width: 100%;
	padding:20px 0px 21px 0px;
	background-color: #eee;
	color: #000;
	text-decoration: none;
}
.calendars-month td span {
	display: block;
	width: 100%;
	padding:20px 0px 21px 0px;
	background-color: #eee;
	color: #000;
    color: #888;
	text-decoration: none;
}
.calendars-month td .calendars-other-month {
	background-color: #fff;
	/*height:52px;*/
}
#inlineDatepicker li .other-month{
    color: #ccc;
}
.calendars-month td .calendars-weekend {
	background-color: #ddd;
}
.calendars-month td .calendars-today {
    background-color:transparent;
}
.calendars-month td .calendars-disponiveis {
	background-color: #f0c0c0;
}
.calendars-month td .calendars-elaborada {
	background-color: #ddeec0;
}
.calendars-month td .calendars-desabilitado {
	background-color:#ddd;
}

.calendars-month td .calendars-elaborada:hover, .calendars-month td .calendars-disponiveis:hover {
	background-color: #f08080;
}
.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;
}
table tr:first-child th:last-child{
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -moz-appearance: none !important;
}
table tr:first-child th:first-child {
-moz-border-radius-topleft: 0px;
-webkit-border-top-left-radius: 0px;
border-top-left-radius: 0px;
-moz-appearance: none !important;
}

#inlineDatepicker{	
	font-size: 11px;
}
.hasCalendarsPicker{
    width: 870px !important;
    border: 1px solid rgb(221, 221, 221);
    height: 116px;
    overflow-x: auto;
    overflow-y: hidden;     
}
#inlineDatepicker .month{
	clear: left; 
	border: none; 
    border-right: 1px solid #ccc; 
    text-align: center;
}
#inlineDatepicker .month div{
	float: left; 
	width: 9.5em; 
    padding-right: 0.5em; 
    text-align: right;
}
#inlineDatepicker ul{
	float: left; 
	margin: 0em; 
	padding: 0em; 
    list-style: none; 
    overflow: hidden;
}
#inlineDatepicker ul.days{
	text-align: center;
	background-color:#777;
	padding: 0px 0px 1px 1px;
}
#inlineDatepicker ul.days span{
	background-color: #777; 
	color: #fff;
}
#inlineDatepicker li{
	float: left; 
	width:46px; 
	margin: 1px 1px 0px 0px;
	border: 1px solid #aaa;
}
#inlineDatepicker li a{
	display: block; 
	width: 95%; 
	padding: 0.125em; 
    background-color: #eee; 
    color: #000; 
    text-decoration: none;
    line-height:43px
}
#inlineDatepicker li span{
	display: block; 
	width: 95%; 
	padding: 0.125em; 
    background-color: #fff; 
    color: #888;
    line-height:43px;
}
#inlineDatepicker li .weekend{
	background-color: #ddd;
}
#inlineDatepicker li .highlight{
	background-color: #f08080;
}
#inlineDatepicker li .selected{
	background-color: #777 !important;
}
#inlineDatepicker .selectMesAno{
    display:none;    
}
#inlineDatepicker .tamanhoCalendario{
    width: 1725px !important;
}

#inlineDatepicker li .disponiveis {
	background-color: #f0c0c0;
}
#inlineDatepicker li .elaborada {
	background-color: #ddeec0;
}
#inlineDatepicker li .desabilitado {
	background-color:#ddd !important;
}

