/*.* {
    padding : 0;
    margin : 0;
}*/

.smoothcalendar {
	font-family: "Lucida Grande", "Lucida Sans Unicode";
	position: relative;
	color : #fff;
	overflow:hidden;
	text-align: justify;
}

.smoothcalendar .monthly-view {
    background-color: transparent;
} 

/*.smoothcalendar .daily-view, 
.smoothcalendar .event-view {
	padding:8px;
    background-color: #000;
} */

.smoothcalendar .navigations{
    overflow: hidden;
}

.smoothcalendar .navigations div {
    float: left;    
    text-align: center;
}

.smoothcalendar .columns {
	float: left;
	padding-left: 0px;
	width: 5px;
}

.smoothcalendar .weekDays{
    overflow: hidden;
}

.smoothcalendar .weekDays div {
    display : block;
	margin-bottom: 2px;
}

.smoothcalendar .dayNames { /* tamaņo y color de los Dias lunes martes etc.. */
	display : block;
	text-transform: uppercase;
	font-size : 10pt;
	color : #000;
	padding: 15px 7px 7px 0px;
}

.smoothcalendar a {
	text-decoration: none;
	color: #18191D;
	font-size: 150%;
	outline: none;
}

.current_date { /*tamaņo del mes y aņo*/
	font-size: 7pt;
	font-weight: bold;
	color : #666;
	margin-top: 8px;
}

.current_date_IE6 {
	font-size: 5pt;
	font-weight: bold;
	color : #666;
}

/*.days_of_the_week div{ activado
	text-transform: uppercase;
	padding: 10px 0px;
	font-size: 85%;
	color: #18191D;
	padding: 4px;
}*/

.day_content, .emptyBox { /*color del fondo de las celdas*/
	
	background-color: transparent;
	/*border: 2px solid #FFF;*/
	border: 2px solid;
	padding: 1px;
	display: block;
	overflow: hidden;
}

.day_content_today {/*color del fondo del dia de hoy*/
	background-color: #9C9A9C;
	/*background-image:url(images/hoy.png);*/
	border: 2px solid;
	color:#FFF;
	padding: 1px;
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
}

/*.emptyBox {
    padding: 3px;
    border: none;
    background-color: transparent;
}*/

.day_content_today_with_event {/*color del fondo de los dias con eventos*/
	background-color: #09C;
	border: 1px solid transparent;
	cursor : pointer;
	padding: 1px;
	z-index: 500;
	display: block;
	overflow: hidden;
}

.day_content_with_event {/*color del fondo de las celdas*/
	background-color: #09C;
	/*border: 3px solid #FFF;*/
	border: 1px solid transparent;
	cursor : pointer;
	padding: 2px;
	z-index: 500;
	display: block;
	overflow: hidden;
}

.day_content_with_event_mouseover {/*color del fondo de las celdas*/
	background-color: #09C;
	border : 1px solid #09C;
	cursor : pointer;
	padding: 1px;
}

.day_content_today_with_event_mouseover {
    background-color: #ED3330;
    border: 1px solid #000;
    padding: 1px; 
    display: block;
    overflow: hidden;
}

.day_number {
	padding : 0;
	margin : 0;
	color: #333;
	font-size: 7pt;
	width : 25%;
	
}

.day_event_count {/* controlo el tamaņo de las celdas en heigt*/
	padding-top : 1px;
	font-size: 2pt;
	text-align: justify;
	color : #FFF;
	width : 75%;
	padding: 0;
	margin: 0;
}

/*.events_list_box {/*color del fondo de las celdas
	position : absolute;
	overflow : hidden;
	background-color: #000;
	border: 3px solid #000;
	padding: 2px;
}

.smoothcalendar #eventListContainer {
	margin-top : 15px;
	height: 85%;
	overflow: hidden;
	position : relative;
	top : 0px;
}

.smoothcalendar #eventDetailContainer {
    margin-top : 10px;
    overflow: hidden;
    position : relative;
    top : 0px;
    font-size: 9pt;
}

.smoothcalendar #fullDateText, .smoothcalendar .event-time {
	margin-bottom: 2px;
	font-size: 13pt;
	font-weight: normal;
	color : magenta;
	padding-right: 100px;
}

.smoothcalendar .event-details, .smoothcalendar .event-time {
	font-size: 16px;
}

.smoothcalendar .event-details {
	margin : 0px 0px 15px 0px;
}

.smoothcalendar #fullDateText {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 140%;
    color : #318DF2;
}

.smoothcalendar #smoothcalendargoBackLink, .smoothcalendar #smoothcalendarclose{
    color : #FFF;    
    text-decoration: none;
    position : absolute;
    outline: none;
}

.smoothcalendar #smoothcalendargoBackLink {
    font-size: 8pt;
}

.smoothcalendar #smoothcalendarclose {
    font-size : 12pt;
    text-decoration: none;
    right : 0px;
    top : 0px;
	margin-right:8px;
	margin-top:8px;
}*/

.smoothcalendar a:hover, .smoothcalendar #smoothcalendarclose:hover, .smoothcalendar #smoothcalendargoBackLink:hover {
    color : #318DF2;    
}

.smoothcalendar #previousMonth, .smoothcalendar #nextMonth, .smoothcalendar #nextYear, .smoothcalendar #previousYear {
    background-repeat: no-repeat;
    font-size: 20pt;
    position: relative;
    display: inline-block;
    overflow : hidden;
    cursor: pointer;
}

.smoothcalendar #nextMonth {
	background-image: url(images/arrows.png);
	background-position: -5px -28px;
	width: 20px;
	height:30px;
	
}

.smoothcalendar #nextYear {
	background-image: url(images/arrows.png);
	background-position: 0px -56px;
	width: 28px;
	height:30px;
	background-color:#FFF;
}

.smoothcalendar #previousMonth {
	background-image: url(images/arrows.png);
	background-position: 0px 0px;
	width: 20px;
	height:30px;
	background-color:#FFF;
} 

.smoothcalendar #previousYear {
    background-image: url(images/arrows.png);
    background-position: 0px -85px;
    width: 28px;
	height:30px;
	/*background-color:#0F0;*/
	
}

.smoothcalendar #nextMonth:hover {
    background-image: url(images/arrows.png);
    background-position: -33px -28px;
	height:30px;
	}

.smoothcalendar #nextYear:hover {
	background-image: url(images/arrows.png);
	background-position: -28px -56px;
	height:30px;
	
}

.smoothcalendar #previousMonth:hover {
	
    background-image: url(images/arrows.png);
    background-position: -28px 0px;

} 

.smoothcalendar #previousYear:hover {
    background-position: -28px -85px;
}
