@charset "utf-8";
/* CSS Document */

html {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	text-align: center;
}

body[lang=ar] {
	font-size: 14px;
}

ul {
	padding-left: 20px;
	line-height: 30px;
}

td[dir=rtl] ul {
	padding-right: 20px;
}

image {
	border: 0;
}

a:link,a:visited {
	color: #CCC;	
	font-weight:normal;
	text-decoration:none;
}
a:hover, a:active, a:focus, a.selected {
	color: #FF9800;
}
a.selected {
	font-weight:bold;
}

a.reverse:link,a.reverse:visited {
	color: #FF9800;	
	font-weight:normal;
	text-decoration:none;
}
a.reverse:hover, a.reverse:active, a.reverse:focus {
	color: #CCC;
}


.g_thumb {
	float: left;
	margin: 10px 15px;
	height: 100px;
	text-align: center;
}

.g_list {
	margin: 10px 15px;
	text-align: left;
}

.admin_menu {
	float: left;
	padding: 0 20px;
}

.admin_cms {
	width: 800px;
	background-color: #323232;
}

.admin_cms label {
	margin-left: 10px;
	font-size: 14px;
	font-weight: bold;
}

.info {
	padding: 20px;
}

.error {
	font-size: 10px;
	color: #C00;
}

.comment {
	font-size: 10px;
	color: #999;
}
td[dir=rtl] .g_thumb {
	float: right;
}

td[dir=rtl] .g_list {
	text-align: right;
}


#page {
	background-color: #000000;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -375px;
	margin-left: -500px;
}

html #page { position:absolute;} /* IE Hack */


#admin_login {
	background-color: #000000;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -200px;
}

#cms_content {
	margin: 70px 0px 20px 0px;
	padding: 0px 25px;
	vertical-align: top;
	border: 0px solid #555;
	width: 750px;
	height: 380px;
	overflow: auto;
}
html #cms_content {
	
}
#gallerie {
	/*background-image:url(/azal/images/trans.png);
	background-repeat: repeat;*/
	margin: 60px 20px 10px 40px;
	vertical-align: top;
	border: 0px solid #555;
	width: 740px;
	height: 390px;
	overflow: auto;
}
	