/*  g e n e r a l   s t y l e s  */
#sscalendar a {
	background-color:inherit;
	color:black;
	text-decoration:none;
}

#sscalendar a:hover {
	background-color:inherit;
	color:#CC1C1F;
}

#sscalendar table {
	border-spacing:0px 0;
	border-style:none;
	color:#333333;
	padding:0px;
	bottom:0px;
	width:auto;
}

#sscalendar td {
	background-color:inherit;
	color:#333333;
	font-size:10px;
}

.button_actividad {
	width:70px;
	height:8px;
	border:0;
	background-color:#CCCC00;
	overflow:hidden;
	cursor:pointer;
}

.boxie {
	width:32px;
	height:12px;
	overflow:hidden;
	border:1px outset black;
}

/*  l a r g e   d a y s   s t y l e s  */
#sscalendar table.sscallgdays {
	width:535px;
	background-color:#cccccc;
	border-spacing:1px;
	border-style:none;
	font-family:Verdana, sans-serif;
	font-size:12px;
	font-weight:normal;
	padding:0px;
	table-layout:fixed;
	text-align:left;
	vertical-align:top;
}

#sscalendar table.sscallgdays td {
	background-color:#f9f9f9;
	height:50px;
	padding:2px;
	vertical-align:top;
}

#sscalendar table.sscallgdays a {
	background-color:inherit;
	color:#cc1c1f;
	font-weight:bold;
	padding:2px 0;
	text-decoration:none;
}

#sscalendar table.sscallgdays a:hover {
	color:#FF3333;
	text-decoration:underline;
}

#sscalendar table.sscallgdays td.sscallgdayabbrev {
	background-color:#ebddd0;
	color:black;
	font-family:Verdana, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	width:28px;
	height:18px;	
}

#sscalendar table.sscallgdays td.sscallgtoday {
	background-color:#ebddd0;
	border-color:white;
	font-family:Verdana, sans-serif;
	font-weight:bold;
	margin:2px;
}

#sscalendar table.sscallgdays td.sscallgmonthprev {
	color:#cc3333;
	font-weight:bold;
	margin:10px;
	text-align:left;
	width:20px;
}

#sscalendar table.sscallgmonthlabel {
	background-color:#df6a25;
	color:#cccccc;
	font-family:Verdana, sans-serif;
	font-size:10px;
	font-weight:bold;
	padding:4px;
	width:535px;
}

#sscalendar table.sscallgmonthlabel td.sscallgmonthnext {
	color:#cc3333;
	font-weight:bold;
	margin:10px;
	text-align:right;
	width:20px;
}

#sscalendar table.sscallgmonthlabel td.sscallgmonthname {
	color:white;
	font-size:14px;
	font-weight:bold;
	margin:10px;
	text-align:center;
	width:535px;
}

#sscalendar a.sscallgmonthnav {
	background-color:inherit;
	color:white;
	font-weight:bold;
	text-decoration:none;
}

#sscalendar a.sscallgmonthnav:hover {
	color:#ffcc00;
}

#sscalendar table.sscallgeventsday {
	width:90%;
	margin-top:2px;
	font-weight:normal;
	border-spacing:1px;
	background-color:#666666;
}

#sscalendar table.sscallgeventsday td {
	color:white;
	height:auto;
	padding:0;
}

#sscalendar table.sscallgeventsday  #sscalendar td #sscalendar a {
	color:#027081;
	display:block;
}

#sscalendar table.sscallgeventsday #sscalendar td #sscalendar a:hover {
	background-color:white;
	color:#ffffcc;
	text-decoration:none;
}

