@import url("https://fonts.googleapis.com/earlyaccess/nanumgothic.css");
@import url("https://fonts.googleapis.com/earlyaccess/nanummyeongjo.css");

body
{
	font-family:'나눔고딕', NanumGothic, 'fontng', 'Nanum Gothic';
	padding:10px;
}


#login_id, #login_pwd
{
	width:150px;
	height:25px;	
}

#calendarSelect td
{
	border-top:none;
}

.divider
{
	height:1px;
	border-top:1px solid #cccccc;
	padding-top:3px;
	padding-bottom:3px;
}

#reserveList
{
	padding:10px;
}

.viewDate
{
	color:red;	
}

.divBreakLine
{
	clear:both;
	height:20px;
}

.divBreakLineSmall
{
	clear:both;
	height:10px;
}


#reserveInfoDetail td
{
}

.minuteTitle
{
}

.reserveFinish
{
	background-color:#ff2020;
}
.reserveWait
{
	background-color:#ddb6dd;
}
.reserveReject
{
	background-color:#03a9f4;
}

.reserveBlank
{
	background-color:#ffffff;
}

#roomGubunMainSelect a, #roomGubunMainSelect a:hover
{
	color:white;
	text-decoration:none;
}

#roomGubunMainSelect .head1
{
	color:#c5ff00;	
	font-weight:bold;
}

#subToproomMenuSelectDepth1
{

}

#subToproomMenuSelectDepth2
{
	background-color:#ffffff;
}

#subToproomMenuSelectDepth2 .active a
{
	color:red;
}

#subLeftRoomMenuSelect .active a
{
	color: white !important;
    background-color: #f95753 !important;
}