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

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

#AdminSoirees #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;
}

#AdminSoirees #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;
}

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

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

#AdminSoirees .Soiree
{
	float: left;
	width: 100%;
	height: 90px;
	display: inline;
	border-bottom: 1px solid #CAD23E;
	background: #6A5E2D;
}

#AdminSoirees .Soiree .Designation
{
	float: left;
	width: 416px;
	height: 90px;
	display: inline;
	border-left: 1px solid #CAD23E;
	border-right: 1px solid #CAD23E;
	border-bottom: 1px solid #CAD23E;
	background: #6A5E2D;
}

#AdminSoirees .Soiree .Designation .Title
{
	float: left;
	width: 120px;
	height: 20px;
	margin-left: 10px;
	font-family: Verdana;
	text-decoration: none;
	text-align: left;
	font-size: 10px;
	font-weight: normal;
	line-height: 20px;
	color: #FFFFFF;
	display: inline;
	background: transparent;
}

#AdminSoirees .Soiree .Designation .Date
{
	float: left;
	width: 260px;
	height: 20px;
	font-family: Verdana;
	text-decoration: none;
	text-align: left;
	font-size: 10px;
	font-weight: normal;
	line-height: 20px;
	color: #FFFFFF;
	display: inline;
	background: transparent;
}

#AdminSoirees .Soiree .Designation .ThemesTitle
{
	float: left;
	width: 70px;
	height: 65px;
	margin-top: 5px;
	margin-left: 10px;
	font-family: Verdana;
	text-decoration: none;
	text-align: left;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	color: #FFFFFF;
	display: inline;
	background: transparent;
}

#AdminSoirees .Soiree .Designation .ThemesDescription
{
	float: left;
	width: 310px;
	height: 65px;
	margin-top: 5px;
	font-family: Verdana;
	text-decoration: none;
	text-align: left;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	color: #FFFFFF;
	display: inline;
	background: transparent;
}

#AdminSoirees .Operations
{
	float: right;
	width: 231px;
	height: 90px;
	border-right: 1px solid #CAD23E;
	background: #6A5E2D;
}

