.other_info_settings {
	background: #FAEAD7;
	color: #543210;
	font-family: Arial, Helvetica, sans-serif;
}

.other_info_settings a {
	color: #543210;
}

html {
	padding: 0px;
	margin: 0px;
	width: 100%;
	min-width: 640px;
}

body {
	padding: 0px;
	margin: 0px;
	width: 100%;
	background: #FBCC9D;
}

#top_bar {
	width: 100%;
	height: 24px;
	background: #543210;
}

#top_bar a {
	text-decoration: none;
	color: #DDDDDD;
	font-family: 'Comic Sans MS', cursive;
}

#top_bar a:hover {
	text-decoration: underline;
}

#options {
	float: left;
	margin: 0px 0px 2px 4px;
}

#options ul {
	margin: 0px;
  	padding: 0px;
}

#options li {
	list-style-type: none;
	display: inline;
	margin: 0px 20px 0px 0px;
}

#login {
	float: right;
	width: 200px;
	text-align: right;
	margin: 0px 4px 2px 0px;
}

#date_select {
	margin-left: auto; 
	margin-right: auto;
	width: 200px;
}

#header {
	width: 100%;
	height: 162px;
	margin-top: 4px;
}

#logo {
	margin-left: auto; 
	margin-right: auto;
	width: 200px;
	height: 72px;
	background-image: url(../images/TPcal.png);
	background-position: center center;
}

#page_title1 {
	margin-left: auto; 
	margin-right: auto;
	text-align: center;
	font-size: 1.3em;
	text-shadow: #ffffff 0px 0px 20px;
	color: #432100;
	font-family: 'Comic Sans MS', cursive;
}

#page_title2 {
	margin-left: auto; 
	margin-right: auto;
	text-align: center;
	font-size: 2.0em;
	font-family: 'Comic Sans MS', cursive;
	color: #432100;
}

#previous_mini_cal {
	float: left;
	margin: 0px 0px 4px 4px;
}

#next_mini_cal {
	float: right;
	margin: 0px 4px 4px 0px;
}

#previous_mini_cal, #next_mini_cal {
	clear: none;
	background: #CE9C6A;
	height: 150px;
	width: 192px;
	padding: 4px 4px 4px 4px;
	overflow: hidden;
}

.mini_weekday {
	color: #000000;
	font-size: 15px;
	font-weight: normal;
	font-family: 'MS Serif', 'New York', serif;
	background: #DEB88C;
}

.mini_weekday td {
	padding-top: 2px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-align: center;
}

.mini_in_month {
	text-align: center;
	margin: 0px;
	padding: 0px;
	border: 0px solid black;
	line-height: .8em;
}

.mini_in_month a {
	font-size: 12px;
	color: #383876;
	font-family: 'MS Serif', 'New York', serif;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.mini_in_month a:hover {
	text-decoration: none;
}

.mini_out_month {
	font-size: 12px;
	text-align: center;
	color: #805930;
	line-height: .8em;
}

.mini_month_name a {
	font-size: 16px;
	text-decoration: none;
	color: #04046C;
	font-family: 'Comic Sans MS', cursive;
}

.mini_month_name a:hover {
	text-decoration: underline;
}

#main {
	width: 100%;
}

#info {
	margin-right: auto;
	margin-left: auto;
	padding: 10px 5% 10px 5%;
	width: 80%;
	background: #FFFFFF;
	color: #000000;
	text-align: center;
	border: 4px solid #888;
}

.underlinedH2 {
	margin: 0px auto 0px auto;
	padding: 0px;
	font-size: 1em;
	border-bottom: 1px solid #aaaaaa;
	width: 100%;
}

#calendar {
	margin-left: auto; 
	margin-right: auto;
	margin-top: 4px;
	margin-bottom: 4px;
	width: 99%;
}

.cal_table_month, .cal_table_week {
	width: 100%;
	border-collapse: collapse;
}

.cal_table_month td, .cal_table_week td {
	border: 1px solid #000000;
	vertical-align: top;
}


#cal_weekday_titles {
	text-align: center;
	font-size: .8em;
	font-family: 'Comic Sans MS', cursive;
	color: #432100;
	background: #CA9A77;
}

.hour {
	text-align: right;
	font-size: 14px;
	font-family: 'Comic Sans MS', cursive;
}

.hour_top {
	color: #333333;
}

.hour_top i {
	font-style: normal;
	font-size: 10px
}

.hour_mid {
	color: #888888;
}

.nonbusiness_hours {
	background: #EED1AF;
}

.business_hours {
	background: #FAEAD7;
}

.cell_in_month {
	height: 72px;
	background: #FAEAD7;
}

.cell_out_month {
	height: 72px;
	background: #EED1AF;
}

.cell_daynum {
	font-size: .9em;
	font-family: 'Comic Sans MS', cursive;
}

.cell_daynum a {
	color: #543210;
}

.cell_daynum a:hover {
	font-weight: bold;
}

.event {
	font-family: Arial, Helvitica, sans-serif;
	background: #CA9A77;
	font-size: .8em;
	text-align: center;
	margin: 1px 0px 1px 0px;
}

.event a {
	color: #EED1AF;
	text-decoration: none;
}

.event a:hover {
	text-decoration: underline;
}

#other_info {
	margin: 10px auto 10px auto;
	padding: 5px;
	width: 50%;
	color: #543210;
	background: #FAEAD7;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}

#other_info a {
	color: #543210;
}

#copyright {
	margin-top: 10px;
	text-align: center;
	font-size: .7em;
}

#copyright a {
	text-decoration: none;
	text-align: center;
	color: #000000;
}