/*

i:Calendar Styles

*/


/* ===== Home Page Calendar Styles ===== */

#uber_bg_home #calendarContainer {
	float: left;
	margin: 5px 0 0 0;
	padding: 0 0 0 16px;
	width: 170px;
	height: 186px;
	background: url(../images/structure/h_calendar_bg.jpg) 0 0 no-repeat;
	overflow: hidden;
}

#uber_bg_home #calendar {
	padding: 10px 0 0 0;
	width: 154px;
	font-family: Arial, Helvetica, sans-serif;
}

#uber_bg_home #calendar table {
	margin-bottom: 10px;
	width: 154px;
	color: #000;
}

#uber_bg_home #calendar caption {
	margin: 0 !important;
	padding: 0px 0 0 0 !important;
	width: 100%;
	height: 36px;
	color: #FFF;
	font-weight: normal;
	text-transform: uppercase;
}

#uber_bg_home #calendar caption #left,
#uber_bg_home #calendar caption #right {
	color: #333;
}

#uber_bg_home #calendar table tr {
	margin: 0;
	padding: 0;
}

#uber_bg_home #calendar table tr, 
#uber_bg_home #calendar table td, 
#uber_bg_home #calendar table th {
	color: #FFF;
}

#uber_bg_home #calendar caption tr, 
#uber_bg_home #calendar caption td, 
#uber_bg_home #calendar caption th {
	color: #FFF !important;
	font-size: 11px;
}

#uber_bg_home #calendar td.daywithevent {
	background-color: #D6D6D6;
	color: #333;
	font-weight: normal;
}

#uber_bg_home #calendar table td {
	margin: 0;
	padding: 0;
	height: 17px;
	text-align: center;
}

#uber_bg_home #calendar .weekend, 
#uber_bg_home #calendar .weekday, 
#uber_bg_home #calendar th, 
#uber_bg_home #calendar tbody td {
	font-size: 10px;
}




/* ===== Visitors Page Calendar Styles ===== */

#uber_bg_visitors #calendarContainer {
	float: left;
	margin: 0;
	padding: 0;
	width: 484px;
	height: 202px;
	background: url(../images/structure/visitors_calendarContainer.jpg) 0 0 no-repeat;
	overflow: hidden;
}

#uber_bg_visitors #calendar {
	float: left;
	padding: 12px 0 0 20px;
	width: 166px;
	font-family: Arial, Helvetica, sans-serif;
}

#uber_bg_visitors #calendar table {
	margin-bottom: 10px;
	width: 166px;
	color: #000;
}

#uber_bg_visitors #calendar caption {
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
	height: 32px;
	color: #10426A;
	font: normal 16px "Times New Roman", Times, serif;
}	

#uber_bg_visitors #calendar caption #left,
#uber_bg_visitors #calendar caption #right {
	color: #999;
	font: normal 11px Arial, Helvetica, sans-serif;
}	

#uber_bg_visitors #calendar table tr {
	margin: 0;
	padding: 0;
}

#uber_bg_visitors #calendar table tr, 
#uber_bg_visitors #calendar table td, 
#uber_bg_visitors #calendar table th {
	color: #666;
}

#uber_bg_visitors #calendar caption tr, 
#uber_bg_visitors #calendar caption td, 
#uber_bg_visitors #calendar caption th {
	color: #10426A !important;
	font-size: 16px !important;
}

#uber_bg_visitors #calendar thead tr {
	color: #666;
	font-size: 12px;
	text-transform: lowercase;
	line-height: 1;
}

#uber_bg_visitors #calendar thead td {
}

#uber_bg_visitors #calendar tbody td {
	height: 15px;
	color: #666;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	line-height: 1.2;
}

#uber_bg_visitors #calendar td.daywithevent {
	background-color: #DEEFFF;
	color: #006498;
	font-weight: normal !important;
}

#uber_bg_visitors #calendar td.daywithevent:hover {
	color: #DEEFFF;
	background-color: #006498;
}

