/*
 * reserve_sheet
 * 
 * date: 2012-08-27
 * 
 */
#reserve_sheet_ui {
	overflow-x: auto;
	white-space:nowrap;
	height: 100%;
	padding: 5px 5px 20px 5px;
}
#reserve_sheet_ui p.confirm {
	background-color: white;
	padding: 2px 10px;
	box-shadow: 2px 2px 2px rgba(128,128,128,0.5);
	-webkit-box-shadow: 2px 2px 2px rgba(128,128,128,0.5);
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

#reserve_sheet_ui .rv_sheet {
	display: inline-block;
	height: 100%;
	margin: 0px 5px;
	width: 300px;
	vertical-align: top;
	
	background-color: white;
	padding: 0px;

	box-shadow: 2px 2px 2px rgba(128,128,128,0.5);
	-webkit-box-shadow: 2px 2px 2px rgba(128,128,128,0.5);
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
#reserve_sheet_ui .rv_sheet .rvheader {
	height: 40px;
    font-size: 1.3em;
	padding: 10px 10px 0px 10px;
	border-bottom: 1px dotted rgb(128,128,128);
	border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
}
#reserve_sheet_ui .rv_sheet .rvheader .std_name {
	display: inline-block;
	padding: 2px 10px;
	vertical-align: middle;
	border: 1px dotted rgb(128,128,128);
	border-radius: 2px;
	-webkit-border-radius: 2px;
}
#reserve_sheet_ui .rv_sheet .rvheader .start {
	display: inline-block;
	padding-left: 15px;
	vertical-align: middle;
}
#reserve_sheet_ui .rv_sheet .rvname {
	height: 38px;
	line-height: 37px;
	font-size: 1.2em;
	padding: 5px 10px;
}
#reserve_sheet_ui .rv_sheet .memoicon {
	height: 20px;
	padding: 0px 10px;
}
#reserve_sheet_ui .rv_sheet .equicon {
	height: 20px;
	padding: 0px 10px;
}
#reserve_sheet_ui .rv_sheet .memo {
	height: 55px;
	padding: 2px;
	margin: 0px 10px 4px 10px;
	overflow-y: auto;
	box-shadow: 0 0 2px rgb(128,128,128);
	font-size: 0.85em;
	white-space: pre-wrap;
}
#reserve_sheet_ui .rv_sheet .btn_rv_detail {
	display: block;
	width: 94%;
	margin: 0px auto;
}
#reserve_sheet_ui .rv_sheet.past .rvheader {
	background-color: rgb(255,230,230);
}
#reserve_sheet_ui .rv_sheet.recent .rvheader {
	background-color: rgb(255,250,220);
}

#reserve_sheet_ui .icon {
	display: inline-block;
	font-size: 0.7em;
	padding: 0px 5px;
	background-color: rgba(237,245,255,0.8);
	border: 1px solid #b0c4de;
	-webkit-radius: 7px;
	-moz-radius: 7px;
	border-radius: 7px;
	margin-right: 3px;
}
#reserve_sheet_ui .icon.icon_personal {
	background-color: rgba(208,255,207,0.8);
}
#reserve_sheet_ui .icon.icon_visitor {
	background-color: rgba(208,208,255,0.8);
}
#reserve_sheet_ui .equ_shortened {
	background-color: rgba(237,245,255,0.8);
}
