fieldset.jcalendar {
border:1px solid #A1A5A9;
font:.9em Arial, Helvetica, sans-serif;
}


div.jcalendar { padding: 0;}

div.jcalendar table td,
div.jcalendar *{
	color: #7E7455;
}

div.jcalendar table thead,
div.jcalendar table tbody { width: 215px;}

div.jcalendar-wrapper {
width:20em;
}

div.jcalendar-selects {
padding:.6em .4em;
text-align:center;
}

div.jcalendar-selects select {
border:1px solid #A1A5A9;
font-size:100%;
}

div.jcalendar table {
color:#000;
background: #34697e;
width: 214px;
border-collapse: collapse;
border-spacing: 0px;
}

div.jcalendar table th {
	font-weight: bold;
	color:#ffffff;
	background: none !important;
	padding: 5px 0px;
	font-size: 14px;
}

div.jcalendar table td {
background:#6799ae;
padding: 2px;
width:2.2em;
}


div.jcalendar table th.weekend {
color:#9eb7c1 !important;
}

div.jcalendar table td.weekend {
background:#015b82 !important;
}

div.jcalendar table td.event {
background:#7E7455 !important;
}


div.jcalendar table td a {
color:#494949;
cursor:default;
display:block;
font-size:12px;
line-height:1.5em;
text-align:center;
text-decoration:none;
}

div.jcalendar table td.event a,
div.jcalendar table td.weekend a{
color: #00deff !important;
}


div.jcalendar table td.today a {
font-weight: bold;
background: url(../img/blt/bltCalendarioEvento.png) no-repeat right bottom;
}

div.jcalendar table td a:hover,div.jcalendar table td a:focus,div.jcalendar table td a:active {

}

div.jcalendar table td a.marked{
	background:#E8F0F3 none repeat scroll 0;
	border:1px solid #808F96;
	color:#2C8E45 !important;
	cursor:pointer;
	text-decoration:none;
}

div.jcalendar table td a.marked.selected {
background-color: #fff;
border: 1px solid #B7B7B7;

}

div.jcalendar-links {
text-align:center;
height: 10px;
width: 215px;
height: 34px;
}

div.jcalendar-links div { width: 179px; float: left; background: #103b4d; height: 23px; padding-top: 11px; font-weight: bold; font-size: 14px !important; color: #fff;}

div.jcalendar-links a {
width: 12px;
height: 12px;
overflow: hidden;
text-indent: -999em;
display: block;
}

div.jcalendar-links a.link-prev {
	background: url(../img/bt/btCalEsq.gif) no-repeat 0 0; float: left; display: block; width: 18px; height: 34px;
}

div.jcalendar-links a.link-next {
	background: url(../img/bt/btCalDir.gif) no-repeat 0 0; float: left; display: block; width: 18px; height: 34px;
}


div.diaAtual {
	text-align: center; display: none;
}

table.jCalendar {
	background:#AAAAAA none repeat scroll 0;
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}

table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected.dp-hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
	background: #fff;
	color: #000;
}
table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	background: #bbb;
	color: #888;
}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
	width:215px;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
	width:215px;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}

div.dp-popup {padding-top:10px; background-color:none; background:url(../img/bg/bgCalendarioTopoSeta.png); background-position: 2px 0px; *background-position: 2px -2px; background-repeat:no-repeat;}
div.dp-popup h2 {height:25px; padding-top:7px; background:#d4d4d4;}
div.dp-popup th,
div.dp-popup td.weekend {background:#f3f3f3;}
div.dp-popup td.weekday {background:#e6e6e6;border:1px solid #E6E6E6;}
.dp-popup td.today {background:#fff; color:#2c8e45; border:1px inset #ccc;}
div.dp-popup td.other-month.weekday {color:#fff;}
div.dp-popup th {font-weight:bold; color:#4e4e4e; font-size:14px;}

div.dp-calendar {border:1px solid #989898; border-top:0; position:relative; top:-3px;}

a.dp-nav-prev-year,
a.dp-nav-next-year {display:none;}

a.dp-nav-prev-month,
a.dp-nav-next-month {top:10px;*top:8px; background:#4e4e4e; width:18px; height:29px; position:relative; text-indent:-999em;}

a.dp-nav-prev-month {left:-2px; background:url(../img/bt/btCalEsqCinza.jpg) no-repeat;}
a.dp-nav-next-month {right:-6px; background:url(../img/bt/btCalDirCinza.jpg) no-repeat;}


