a
{
	text-decoration:none;
}

.init_page
{
    position: relative;
    width: 100%;
}

.main_page
{
    position: relative;
    width: 1024px;
    margin-top: 20px;
    margin-top: 30px;
}

.title
{
    position: relative;
    font-size: 30px;
    font-weight: bold;
	margin-bottom: 30px;
}

.title_table
{
	font-weight: bold;
}

/* ========================================================================== */


/* CHOOSE PLACE ============================================================= */
.selectDisable
{
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
#layoutWrapper
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 500px;
	position: relative;
}
#unitMarking
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#unitMarking .unit.available
{
	background-color: rgba(66, 227, 89, 0.5);
	cursor: pointer;
}
#unitMarking .unit.available:hover
{
	background-color: rgba(52, 196, 73, 0.5);
}
#unitMarking .unit.blocked
{
	background-color: rgba(162, 162, 162, 0.5);
}
#unitMarking .unit.pending
{
	background-color: rgba(252, 113, 0, 0.5);
}
#unitMarking .unit.sold
{
	background-color: rgba(255, 0, 0, 0.5);
}
/* ========================================================================== */
.required
{
	color: red;
}