
/*----------------------------------MAIN CALENDAR CSS --------------------------------------------------------*/
.monthTitle{
	font-family: Arial, Helvetica, san-serif;
	font-size: 50px;
	color: #FFFFFF;
	font-weight: bold;
}
.yearTitle{
	font-family: Arial, Helvetica, san-serif;
	font-size: 30px;
	color: #000000;
	font-weight: bold;
}
.mapTitle{
	font-family: Arial, Helvetica, san-serif;
	font-size: 20px;
	color: #000000;
	font-weight: bold;
}

#calTable{
	width: 100%;
	background-color: #FFFFFF;
	text-align: left;
}


#cal_block {
	font-size: 62.5%;  /* allows proportional resizing of various elements based on using an em unit of size
                        see http://www.clagnut.com/blog/348/ for details */
	background-color: #000000;
	color: white;
}




/* css for the actual day number that shows up in each calendar cell*/
.cal_day_number {
	margin-left: -4px;
	margin-top: -4px;
	border: 1px solid #000000;
	width: 36px;
	height: 32px;
	background-color: #4D7A1F;
	color: #FFFFFF;
	font-family: Arial, Helvetica, san-serif;
	font-size: 24px;
	text-align: center;
	vertical-align: middle;
	font-weight: 600;
	
}

/* css for all other days in a month (id="day_row" and for td's inside this id) */
.cal_day_row td {
	height: 100px;
	background-color: #FFFFFF;
	border: 2px solid #000000;
	vertical-align: top;
	padding: 0px;
}

.cal_empty_cell {
	background-color: #cccccc;
	color: black;
}

.cal_event_icons {
	background-image: url(../images/calendar/main_icon.png);
	background-repeat: no-repeat;
	height: 46px;
	text-align: center;
	margin-top: -20px;
	margin-left: 4px;
	padding-top: 36px;
}

.cal_numEvents{
	color: black;
	font-size: 20px;
	font-weight: bold;
	margin-left: 12px;
}

.message{
	text-align: center;
	font-size: 1em;
	color: #cc6600;
}

/* css for day headings (id="head" and for td's inside this id) */
#cal_head td {
	color: #FFFFFF;
	border: none;
	background-color: #4D7A1F;
	text-align: center;
	font-weight: 500;
	font-size: 18px;
	height: 30px;
}

#cal_month_title {
	text-align: center;
	font-weight: bold;
}

#cal_next_date_link {
	text-align: right;
}

/*-------------------Details--------------------------------------------------*/
#cal_detail_block {
	background-color: black;
	padding-left: 0.8em;
	padding-right: 0.8em;
	padding-bottom: 2em;
	color: white;
}




/*---------------------------------- CALENDAR FORM CSS -----------------------------------------------------*/

#cal_form_block {
	font-size: 62.5%;  /* allows proportional resizing of various elements based on using an em unit of size
                        see http://www.clagnut.com/blog/348/ for details */
	background-color: black;
	padding-left: 0.8em;
	padding-right: 0.8em;
	padding-bottom: 2em;
	color: white;
}

#cal_form_button {
	text-align: center;
	padding-top: 1.5em;
	padding-bottom: .5em;
}

#cal_form_description {
	background-color: white;
	color: #000000;
	vertical-align: middle;
}

.cal_form_description_label {
	padding-top: .8em;
	vertical-align: top;
}

/* css for label html tag itself */
.cal_form_label {
	padding-right: 0.7em;
	padding-top: 0.3em;
	/*
	font-size: 1.4em;
	*/
	width: 200px;
	text-align: right;
	color: white;
	font-weight: bold;
}

.cal_form_title {
	background-color: #777777;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	padding: .2em;
}

.cal_form_smText{
	color: #FFF;
	font-size: 9px;
}

#advancedInput{
	display: none;
	width: 836px;	
	padding: 8px;
}

/*---------------------------------- CALENDAR EVENT DIGEST CSS ---------------------------------------------------*/
#cal_digest_map {
	color: #000000;
	padding-top: 0px;
	padding-left: 2px;
	padding-right: 2px;
}

div.eventsLeft{
	text-align: center; 
	width: 180px;
	background-color: #FFF; 
	padding-top: 15px; 
	margin-top: 10px; 
	border: #000 1px solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #2f2f2f;
	font-weight: normal;
}

div.eventsRight{
	text-align: left; 
	width: 95%;
	background-color: #FFF; 
	padding: 15px; 
	margin-top: 10px; 
	border: #000 1px solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #2f2f2f;
	font-weight: normal;
}




#cal_digest_block {
	font-size: 62.5%;  /* allows proportional resizing of various elements based on using an em unit of size
                        see http://www.clagnut.com/blog/348/ for details */
	background-color: black;
	color: white;
	padding-top: 0em;
	padding-left: 0.8em;
	padding-right: 0.8em;
	padding-bottom: 6em;
}

.cal_digest_deleted_message {
	font-weight: bold;
	font-size: 1.5em;
}

.cal_digest_heading {
	border-bottom: 0.1em solid #aaaaaa;
	color: #aaaaaa;
	margin-top: 1em;
}

#cal_digest_no_event_msg {
	font-weight: bold;
	font-size: 1.5em;
}

.cal_digest_time {
	font-weight: bold;
	width: 18em;
}
.cal_digest_time_map {
	color: #000000;
	font-weight: normal;
	font-size: 12px;
}

.cal_digest_event_name {
	font-weight: bold;
	width: 35em;
}
.cal_digest_event_name_map {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #000000;
	width: 100%;
}

.cal_digest_map_details{
	font-size: 10px;
}

.cal_digest_event_description {
	font-style: italic;
}
.cal_digest_event_description_map {
	font-style: italic;
	color: #000000;
	font-size: 11px;
	margin-left: 10px;
}

/*---------------------------------- CALENDAR MISCELLANEOUS CSS ---------------------------------------------------*/

#cal_btlc {
  background-image: url(../images/box_tleft_corner.gif);
  width: 17px; 
  height: 12px;
}

#cal_btt {
	background-image: url(../images/box_top_tile.gif);
	background-repeat: repeat-x;
}

#cal_btrc {
	background-image: url(../images/box_tright_corner.gif);
	width: 15px; 
	height: 12px;
}

#cal_blt {
	background-image: url(../images/box_left_tile.gif);
	width: 17px; 
	background-repeat: repeat-y;
}

#cal_brt {
	background-image: url(../images/box_right_tile.gif);
	width: 15px;
	background-repeat: repeat-y;
}

#cal_bblc {
	background-image: url(../images/box_bleft_corner.gif);
	width: 17px; 
	height: 9px;
}

#cal_bbt {
	background-image: url(../images/box_bot_tile.gif);
	background-repeat: repeat-x;
	height: 9px;
}

#cal_bbrc {
	background-image: url(../images/box_bright_corner.gif);
	width: 15px; 
	height: 9px;
}
