
/* administration_soirees.css : use for "administration soirees" */

#AdminRestaurant
{
	position: relative;
	left: 190px;
	top: 33px;
	width: 515px;
	height: 585px;
	background: transparent;
}

#AdminRestaurant #ZoneButtons
{
	float: left;
	width: 100%;
	height: 40px;
	font-family: Verdana;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	line-height: 30px;
	color: #E6E7C3;
	background: transparent;
}

#AdminRestaurant #Title
{
	float: left;
	width: 100%;
	height: auto;
	font-family: Verdana;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	line-height: 30px;
	color: #E6E7C3;
	background: #392F15;
	border-top: 1px solid #CAD23E;
	border-bottom: 1px solid #CAD23E;
}

#AdminRestaurant #Title #Picture
{
	float: left;
	width: 10px;
	height: 30px;
	border-left: 1px solid #CAD23E;
	background: #392F15;
}

#AdminRestaurant #Title #Designation
{
	float: left;
	width: 260px;
	height: 30px;
	border-right: 1px solid #CAD23E;
	background: #392F15;
}
	
#AdminRestaurant #Title #Operations
{
	float: right;
	width: 220px;
	height: 30px;
	text-transform: uppercase;
	border-right: 1px solid #CAD23E;
	background: #392F15;
}

#AdminRestaurant #Articles
{
	float: left;
	width: 100%;
	height: 520px;
	overflow: auto;
	background: transparent;
}

#AdminRestaurant .Article
{
	float: left;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #CAD23E;
	background: #6A5E2D;
}

#AdminRestaurant .Article .Description
{
	float: left;
	width: 270px;
	height: auto;
	border-left: 1px solid #CAD23E;
	border-right: 1px solid #CAD23E;
	background: #6A5E2D;
}

#AdminRestaurant .Article .Description .Title
{
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	width: 220px;
	height: 20px;
	font-family: Verdana;
	text-decoration: underline;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	line-height: 20px;
	color: #C7D645;
	background: transparent;
	display: inline;
}

#AdminRestaurant .Article .Description .Text
{
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	width: 220px;
	height: auto;
	font-family: Verdana;
	text-decoration: none;
	text-align: justify;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	color: #C7D645;
	background: transparent;
	display: inline;
}

#AdminRestaurant .Article .Operations
{
	float: right;
	width: 220px;
	height: auto;
	border-right: 1px solid #CAD23E;
	background: #6A5E2D;
}


