

/* -- h2 -- */
h2.events {
	font: bold 17px arial;
	color: #1b2853;
	border: solid 1px;
	border-width: 0px 0px 1px 0px;
	padding: 0px;
	margin: 10px 0px 15px 0px;
}

/* -- calnder wrapper -- */
#cal_calender {
	width: 240px;
	clear: both;
	margin: 0px 0px 20px 0px;
	float: right;
	display: block;
}

/* -- list events wrapper -- */
#cal_list_events {
	width: 100%;
	float: left;
	display: block;
}



/* -- month links -- */
#cal_monthlinks {
	width: 100%;
	font: bold 12px arial;
	color: #cbcbcb;
	text-align: center;
	margin: 0px 0px 20px 0px;
	float: left;
	display: block;
}
#cal_monthlinks a {
	color: #848484;
	text-decoration: none;
}
#cal_monthlinks a.selected {
	color: #000;
}


#cal_small_wrapper {
	margin: 0px 0px 0px 20px;
}
#cal_small
{
	width: 220px;
	border: solid 1px #9E9E9E;
}
#cal_small .month
{
	background: #9E9E9E;
	border: solid 1px #FFF;
	font: bold 11px arial;
	color: #FFF;
	text-align: center;
	padding: 2px 0px;
}
#cal_small .day_names p
{
	width: 30px;
	background: #AFC7DF;
	font: bold 11px arial;
	text-align: center;
	padding: 2px 0px;
	margin: 0px 0px 1px 1px;
	display: inline;
	float: left;
}
#cal_small .days p
{
	width: 30px;
	background: #E0E0E0;
	font: bold 11px arial;
	text-align: center;
	padding: 2px 0px;
	margin: 0px 0px 1px 1px;
	display: inline;
	float: left;
}
#cal_small .days p.sat
{
	background: #D0D0D0;
}
#cal_small .days p.sun
{
	background: #90ABC6;
}
#cal_small .days p.selected
{
	background: #008ECD;
	color: #FFF;
}
#cal_small .days p.today
{
	background: #3270AD;
	color: #FFF;
}
#cal_btm
{
	width: 220px;
	padding: 2px 0px;
}
#cal_btm .left
{
	float: left;
	display: block;
}
#cal_btm .right
{
	float: right;
	display: block;
}



/* -- show month events -- */
#cal_showevents {
	
}
#cal_showevents .month_heading {
	height: 30px;
}
#cal_showevents .month_heading h2 {
	background-image: url(images/bg_month_heading.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	font: bold 17px arial;
	color: #1b2853;
	padding: 0px;
	margin: 0px;
}

#cal_events
{
	background-image: url(images/cal_arrow_r.gif);
	background-position: 4px 2px;
	background-repeat: no-repeat;
	padding: 1px 0px 0px 25px;
	text-align: justify;
	font: 11px arial;
}
#cal_events .date
{
	font: bold 12px arial;
	color: #555555;
}
#cal_events .time
{
	font: bold 12px arial;
	color: #8C8C8C;
	padding: 3px 0px;
}
#cal_events .text
{
	border: solid #3270ad;
	border-width: 0px 0px 0px 10px;
	font-size: 11px;
	padding: 0px 0px 0px 5px;
}
#cal_events .today
{
	border: solid #3270AD;
	border-width: 0px 0px 0px 10px;
	font-size: 11px;
	padding: 0px 0px 0px 5px;
}
#cal_events .text b
{
	color: #000;
}
#cal_events .back
{
	width: 100%;
	text-align: right;
	float: right;
	display: block;
	clear: both;
}
#cal_events a {
	background-image: url(images/arrow_blue.png);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	font: bold 11px arial;
	color: #3270AD;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
}
#cal_events a:hover {
	color: #000;
}

/* -- show list events -- 
#cal_list
{
	color: #FFF;
	text-align: justify;
	padding: 1px 10px 0px 15px;
}
#cal_list .date
{
	font: bold 12px arial;
}
#cal_list .time
{
	font: bold 12px arial;
	color: #8C8C8C;
	padding: 0px 0px;
	float: right;
	display: inline;
}
#cal_list .text
{
	font-size: 11px;
	padding: 0px 0px 0px 10px;
}
#cal_list .today
{
	border: solid #40C246;
	border-width: 0px 0px 0px 10px;
	font-size: 11px;
	padding: 0px 0px 0px 5px;
}
#cal_list .back
{
	float: right;
	display: block;
}
#cal_list a{
	color: #8C8C8C;
}
*/



/*  CALENDER  */
#rpt_options div {
	display: none;
}
#rpt_week {
	display: inline;
}
#rpt_month {
	display: inline;
}






