@charset "UTF-8";
/* CSS Document */

.cal-row {
	background-color:#FFFFFF;
	text-align:left;
	}
	
	.cal-row ul {
		color:#fdb739;
		list-style:square;
		}

.cal-number {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#f06599;
	float:left;
	padding:0px 5px 5px 0px;
	clear:both;
	}


#calendar ul .event {
	color:#a52355;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}


/*--  EVents Options -- */

#events-options {
	width:131px;
	height:90px;
	padding:0px;
	margin:0px;
	clear:both;
	background:url(../globalimages/events-to-do.jpg);
	text-align:left;
	}

#events-options ul {
	list-style:square;
	color:#FFFFFF;
	clear: both;
	}

#events-options li {
	margin-top: 10px;
	}
	
#events-options a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#a52355;
	text-decoration:none;
	}


/*--  Months --*/

#calendar-wrapper {
	margin-left: auto;
	margin-right: auto;
	}

 td.header {
    font-size:93%;
    line-height:normal;
	text-align: center;
    }
 td.header ul {
    margin:0;
    padding:0px;
    list-style:none;
	margin:0 20px 0 100px;
    }

  td.header li {
	float:left;
    background:url("left.gif")
      no-repeat left top;
    margin:4px 0 0 0;
    padding:0 0 0 4px;
}
 td.header a, #header strong, #header span {
    display:block;
    background:url("right.gif")
      no-repeat right top;
	background-color:#f3f3f3;
    padding:5px 15px 4px 6px;
    }
   td.header #current {
    background-image:url("../globalimages/left_on.gif");
	margin-top:0px;
	
	background-color: #e6e8e8;
	
	
border-left: 2px solid #e6e8e8;
	
border-right: 2px solid #e6e8e8;
	
    }
  td.header #current a {
    background-image:url("../globalimages/right_on.gif");
    padding-bottom:7px;
	padding-top:7px;
	color:#FFFFFF;
	text-transform:uppercase;
    }
	
 td.header li a:hover {
	color:#a52355;
	}

   td.header a {
    float:left;
    display:block;
    background:url("right.gif")
      no-repeat right top;
    padding:5px 15px 4px 6px;
    text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
    color:#808285;
    }
  /* Commented Backslash Hack
     hides rule from IE5-Mac \*/
  td.header a {float:none;}
  /* End IE5-Mac hack */

	

/*-- Borders and Corners --*/

#calendar-wrapper {
	min-width:740px;
}

table#calendar {
	border-spacing: 0px;
	border-collapse: collapse;
	width:960px;
}

table#calendar th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: rgb(253, 183, 57) rgb(253, 183, 57) rgb(253, 183, 57) rgb(253, 183, 57);
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table#calendar td {
	border-width: 1px 1px 1px 1px;
	padding: 6px;
	border-style: solid solid solid solid;
	border-color: rgb(253, 183, 57) rgb(253, 183, 57) rgb(253, 183, 57) rgb(253, 183, 57);
	-moz-border-radius: 0px 0px 0px 0px;
	min-width:130px;
}



.empty {
	background-color:#ffedd2;
	}

.edge {
	background-color:#fdb739;
	padding:0px;
	margin:0px;
	}

#inner-top-left {
	background:url(../globalimages/first-inner-corner.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#FFEDD2;
	}
	
#inner-top-right {
	background:url(../globalimages/top-right-inner-corner.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	}
	
#inner-bottom-left {
	background:url(../globalimages/bottom-left-inner-corner.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	}
	
#inner-bottom-right {
	background:url(../globalimages/bottom-right-inner-corner.jpg);
	background-color:#FFEDD2;
	background-repeat:no-repeat;
	background-position:bottom right;
	}
	
td#right td.body {
	padding:5px!important;
	}

#tools2 {
	margin:0!important;
	}
