@charset "utf-8";

/* CSS Document */

#cal_body {
	width: 940px;
	margin: auto;
}

#main {
	width: 100%;
	margin: 0;
}

.tp_10 {
	padding-top: 10px;
}

/* CALENDARSTYLES */
.cal_cell_head {
	text-align: center;
	font-size: 75%;
	border: 0;
	width: 134px;
}

.cal_cell {
	border-top: 1px solid #808284;
	border-left: 1px solid #808284;
	vertical-align: top;
	background-color: #fff;
}

.cal_cell ul {
	margin: 0px 0px 3px 0px;
	padding: 0;
	margin-top: 0;
	padding-top: 0;
	list-style: none;
	font-size: 95%;
	vertical-align: top;
	background-color: #fff;
}

.cal_cell ul li {
	margin: 1px;
	background-color: #fff;
}

.cal_cell ul ul.entry {
	clear: both;
	margin-left: 18px; 
	list-style-type: square; 	
	background-color: #fff;
}

.cal_cell li.entry {
	list-style: square inside;
	margin-left: 3px;
	background-color: #fff;
}

.cal_cell div.entry {
	clear: both;
	color: #686868;		
	background-color: #fff;
}

.cal_cell a {
	font-weight: normal;
}

.cal_cell .cal_date span {
	background-color: #CCC;	
	padding: 0 2px;
	font-weight: bold;
	color: #000;
}

.cal_next_month .cal_date span {
	background-color: #777;
	color: #FFF;
	padding: 0 2px;
	font-weight: bold;
}

.cal_month {
	float: left;
	width: 82%;
	text-align: center;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.cal_sun {
	border-right: 1px solid #808284;
}

.cal_bot {
	border-bottom: 1px solid #808284;
}

END CALENDARSTYLES */
/* EVENT STYLES */
#event_table {
	width: 100%;
	margin-bottom: 20px;
}

#edit_event_table {
	width: 900px;
	margin-bottom: 20px;
}

#event_table td, #edit_event_table td {
	padding: 5px;
	margin-bottom: 15px;
	vertical-align: top;
}

.detail_heading, .blank {
	width: 15%;
	text-align: right;
	padding-right: 10px;
	background-color: #CCC;
	font-weight: bold;
}

.detail_heading .tip {
	font-size: x-small;
	background-color: #EEE;
	padding: 2px;
	margin: 1px;
}

.detail_body {
	width: 85%;
	border: 1px solid #CCC;
	text-align: left;
}

#edit_event_table .detail_body fieldset {
 	text-align: left;
}

#motd {
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#motd-display {
	margin: 5px 20px 20px 20px;
	background: #eee;
	border: 1px solid #999;
	padding: 10px;
	color: #9F5A00;
}

/* begin css tabs */
ul#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 1em 0 1em 0; /* set margins as desired */
font: bold 11px verdana, arial, sans-serif; /* set font as desired */
/* border-bottom: 1px solid #6c6; */ /* set border COLOR as desired */
list-style-type: none;
padding: 3px 0px 3px 0px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
display: inline;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4 { /* settings for selected tab */
border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a { /* settings for selected tab link */
background-color: #fff; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a { /* settings for all tab links */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #6c6; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #cfc; /* set unselected tab background color as desired */
color: #666; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul#tabnav a:hover { /* settings for hover effect */
background: #fff; /* set desired hover color */
}

/* end css tabs */


/* END EVENT STYLES */