body{
	font-family: Monotype Corsiva;
	font-size: 14px;
	background: #FFE0BB;
	color: #5B1E00;
	margin:0;
	padding:0;
}
a{
	text-decoration: none;
	color: #CC0000;
}
a:hover{
	text-decoration: underline;
	color: #5B1E00;
}

/* allround */
.wrap{
	position:relative;
	top:0px;
	left:0px;
	width:930px;
	margin:0 auto;
	text-align:left;
}
/* bottom menu */
.bottom_menu{
	background: #FFE0BB;
	text-align: center;
	font-size: 16px;
	padding: 3px 3px 3px 3px;
}


/* day */
.day_wrap{
	float: right;
	width: 740px;
	background: #FFD29B;
}
.day_box{
	padding: 6px 6px 12px 6px;
}
.location_box{
	text-align: center;
	color: #5B1E00;
	background: #FFE0BB;
	font-size: 20px;
	font-weight: bold;
}
.day_title{
	text-align: center;
	color: #5B1E00;
	font-size: 24px;
	font-weight: bold;
}
.day_tableWrap{
	text-align:center;
	padding: 12px 0px 3px 0px;
}
.day_table{
	margin: auto;
}
.day_schHead{
	text-align:center;
	font-size:16px;
}
.day_schBody{
	vertical-align:top;
}
.day_image{
	width:22px;
	height:28px;
	vertical-align: middle;
}
.div_imageHigh{
	width:20px;
	height:28px;
	vertical-align: middle;
	border-left: 1px solid #FFD29B;
	border-right: 1px solid #FFD29B;
}
.day_info{
	font-size: 16px;
	text-align: center;
}
.adminContent{
	font-size: 16px;
}
.warning{
	color: red;
	font-weight: bold;
}

/* legend */
.leg_wrap{
	padding-top:12px;
	width: 150px;
	float: left;
}
.leg_image{
	width:14px;
	height:14px;
	border: 1px solid #5B1E00;
	vertical-align: middle;
}
.leg_title{
	font-size: 16px;
	font-weight: bold;
}
.leg_item{
	text-align: left;
	vertical-align: middle;
	padding: 3px 0px 0px 0px;
}

/* user stuff */
.user_wrap{
	margin-top: 12px;
	width: 470px;
	float: right;
	border: solid 1px #FF6600;
}
.user_box,.user_box_name{
	text-align: left;
	padding: 1px 3px 1px 3px;
}
.user_box{
	padding: 0px;
}
.user_box_name{
	font-size:18px;
	font-weight: bold;
	background: #FFE0BB;
}
.user_tabs{
	background: #FFE0BB;
	font-size:16px;
	padding: 3px 3px 3px 3px;
}
.subCell{
	text-align: left;
	vertical-align: top;
}
.settingsCell{
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	font-family: Arial, sans serif;
}
.scheduleTable{
	background: #FFE0BB;
}
.scheduleCell,.scheduleCellOdd{
	font-size:15px;
	background: #FFD29B;
	vertical-align: top;
}
.scheduleCellOdd{
	background: #FFE0BB;
}

/* calendar */
.cal_wrap{
	float: left;
	width: 180px;
}
.cal_monthTableWrap{
	padding-top:6px;
	padding-bottom:6px;
}
.cal_headerCell{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #5B1E00;
}
.cal_weekDayCell,.cal_dayCell,.cal_dayCellSell{
	text-align: center;
	padding: 0px;
}
.cal_dayCell,.cal_dayCellSell{
	background: #FFD29B;
	color: #D89552;
	width: 22px;
	border: 1px solid #FFD29B;
}
.cal_dayCellSell{
	/* background: #E7BA83; */
	background: #FFD29B;
	color: #5B1E00;
	border: 1px solid #5B1E00;
	font-weight: bold;
}

/* misc */
.validation{
	text-align: right;
}
.clear {
	clear:both;
	display:block;
	height:1px;
	margin:0;
	padding:0;
	font-size:1px;
	line-height:1px;
}
img{
	padding: 0;
	border: 0;
}
input{
	font-family: Tahoma, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	vertical-align:middle;
}
select,textarea{
	font-family: "Courier New", Courier, monospace;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	vertical-align:middle;
}
.submitButton{
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 13px;
	vertical-align:middle;
}
form{
	margin: 0;
	padding: 0;
}
.small{
	font-size: 14px;
	font-weight: normal;
}
.big{
	font-size: 16px;
	font-weight: normal;
}
