/* savb_calendar styles */
#savb_calendar {
    padding: 20px 0;
    -moz-user-select: none;
    border-radius: 0;
    color: #333333;
    font-size: 1.1em;
    margin: 10px auto;
    width: 90%;
}

.widget_savb_calendar_widget{
    /*border-bottom: 1px solid #f2f2f2;*/
    padding-bottom: 10px;
    margin-bottom: 25px;
}

#savb_calendar_content {
	position: relative;
}

#savb_calendar .navigation-row {
    /*border-bottom: 1px solid #f5f5f5;*/
    padding-bottom: 15px;
    text-align: center;
}

#savb_calendar .navigation {
	/*border: 1px solid #E3A1A1;
	border-radius: 0;
	font-weight: bold;*/
	padding: 1px;
	position: relative;
}
#savb_calendar .navigation .title {
	background: none repeat scroll 0 0 transparent;
	border-color: rgba(0, 0, 0, 0);
	color: inherit;
	line-height: 1.8em;
	margin: 0 2.3em;
	text-align: center;
}
#savb_calendar .navigation .prev, #savb_calendar .navigation .next {
	height: 14px;
	opacity: 0.9;
	position: absolute;
	top: 2px;
	width: 14px;
	z-index: 999;
	background-color: transparent;
	font-size: 14px;
	color:#999;
}

#savb_calendar .navigation .ico-prev, #savb_calendar .navigation .ico-next {
	/*background-image: url(../images/nav.png);*/
	height: 14px;
	opacity: 0.9;
	position: absolute;
	top: 2px;
	width: 14px;
	z-index: 999;
	background-color: transparent;
	font-size: 14px;
	color:#999;
	font-weight: bold;
}

#savb_calendar .navigation .ico-prev {
	/*background-position: 0 0;*/
	left: 15px;	
}
#savb_calendar .navigation .ico-next {
	/*background-position: -24px 0;*/
	right: 15px;
}

#savb_calendar .navigation .prev {
	/*background-position: 0 0;*/
	left: 0;	
}
#savb_calendar .navigation .next {
	/*background-position: -24px 0;*/
	right: 0;
}

#savb_calendar .navigation input {
	border:none;
}

#savb_calendar .navigation .submit-prev{
	background: #ccc url('icon.png') no-repeat top left;
    padding-left: 16px;
    height: 16px;
}

#savb_calendar .navigation .submit-next{
	content: "\ea44";
}

#savb_calendar .navigation .prev:hover, #savb_calendar .navigation .next:hover {
	opacity: 1;
}
#savb_calendar table {
	border-collapse: collapse;
	font-size: 0.9em;
	table-layout: fixed;
	width: 100%;
	position: relative;
}
#savb_calendar table th {
	border: 0 none;
	font-weight: bold;
	padding: 0.7em 0.3em;
	text-align: center;
}
#savb_calendar table td {
	border: 0 none;
	padding: 1px;
}
#savb_calendar table td a {
	background-color: #fff;
	/*border: none;*/
	color: #929292;
	display: block;
	font-weight: normal;
	opacity: 0.7;
	padding: 0.2em;
	text-align: center;
	text-decoration: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    padding-top: 6px;
}
#savb_calendar table td a:hover {

	background-color: #eaeaea;
	/*border: 1px solid #CDD5DA;*/
	/*color: #111111;*/
}
#savb_calendar table td.current a {
	/*font-weight: bold;*/
	opacity: 1;
	color: #000;
}
#savb_calendar table td.today>a {
    background-color: #20a84c;
    color: #ffffff;
    opacity: 1;
}

#savb_calendar .savbEventPopup{
    display: none;
    top: 35px;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 1000;
    cursor: default;
    list-style: none;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    box-shadow: 2px 2px 3px 3px rgba(0,0,0,0.05);
    border-left: 3px solid #20a84c;
}

#savb_calendar .savbEventPopup table td a {
	background: #f9f9f9;
}

#savb_calendar .savbEventPopup li a{
    width: auto;
    height: auto;
    opacity: 1;
    border-radius: 0;
    text-align: left;
    padding: 10px 15px;
    font-weight: normal;
    background: #f9f9f9;
    text-decoration: none;
}

#savb_calendar .savbEventPopup li a:hover{
	background-color: #f4f4f4;
}

#savb_calendar .cellHasEvents a{
	color: #000;
	font-weight: bold;
	opacity: 1;
	text-decoration: underline;
}

#savb_calendar .cellHasEvents a:hover{
	background-color: #ddd;
}
/* END of savb_calendar styles */