/* admin top menu */
#admin_top {
	position: fixed;
	top: 0px;
	left: 50%;
	margin-left: -49%;
	width: 96%;
    background-color: #eee;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 2px 1% 2px 1%;
	margin-bottom: 1px;
	z-index: 30;
	behavior: url(js/ie-fixed.htc);
}
#admin_top_user {
	float: left;
	width: 30%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0px;
}
#admin_top_user img {
	vertical-align: middle;
}
#admin_top_menu {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #999;
	margin: 0px;
}
#admin_top a:link, #admin_top a:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
    color: #000;
	text-decoration: none;
}
#admin_top a:link, #admin_top a:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
    color: #33c;
	text-decoration: none;
}
#admin_top a:hover {
    color: #c33;
}
#cms_loading {
	position: fixed;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #fff;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
	z-index: 200;
	behavior: url(js/ie-fixed.htc);
	display: none;
}
#cms_loading img {
	padding: 20% 0 0 0;
}
#cms_loading.modal {
	position: fixed;
	top: 0;
	left: 50%;
	margin: 105px 0 0 -245px;
	width: 500px;
	height: 120px; /* avoid mouse clic on modal window! */
	background-color: transparent;
	text-align: right;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	z-index: 250;
	behavior: url(js/ie-fixed.htc);
	display: none;
}
#cms_loading.modal img {
	padding: 5px 5px 0 0;
}
#cms_modal {
	position: fixed;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 20% 0 0 0;
	text-align: center;
	background-color: #000;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
	z-index: 210;
	behavior: url(js/ie-fixed.htc);
}
#cms_modal_content {
	position: fixed;
	top: 100px;
	left: 50%;
	margin: 0 0 0 -250px;
	width: 500px;
	height: 120px;
	overflow: auto;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 1em;
	border: 5px solid #ccc;
	background-color: #fff;
	z-index: 220;
	behavior: url(js/ie-fixed.htc);
}
#cms_modal_content img.loading {
	margin: 35px 0 35px -15px;
	visibility: hidden;
}
#cms_modal_content p a.button, #admin_content p a.button {
	margin: 0;
	padding: 5px;
	color: #fff;
	background-color: #666;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	text-decoration: none;
}
#cms_modal_content p.cms_choice a.button, #admin_content p.cms_choice a.button {
	padding: 5px;
	margin: 0 20px 0 0;
	background-color: #3c3;
	border-left: 1px solid #cfc;
	border-top: 1px solid #cfc;
	border-right: 1px solid #090;
	border-bottom: 1px solid #090;
}
div.cms_percent {
	margin: 0 15% 0 15%;
	border: 2px solid #ccc;
	background-color: #fff;
	height: 10px;
	overflow: hidden;
	text-align: left;
}
div.cms_percent div {
	background-color: #3c3;
	height: 10px;
}
#admin_alert {
	position: fixed;
	font-family: Verdana, Arial, sans-serif;
	top: 30px;
	left: 50%;
	margin-left: -25%;
	width: 50%;
	margin-bottom: 1px;
	z-index: 30;
	behavior: url(js/ie-fixed.htc);
	padding: 20px 5px 20px 5px;
	background-color: #ffc;
	border:1px solid #ccc;
	text-align: center;
	font-size: 12px;
}