#admin-menu {
	width: 100%;
	height: 43px;
	background: #FFF url(admin-menu-bg.png) 0px 0px repeat-x;
	position: fixed;
	top: 0px;
	left: 0px;
}

#admin-menu, #admin-menu td {
	font: normal 12px Verdana, sans-serif;
}

#admin-margin {
	height: 43px;
	width: 100%;
}

#admin-name {
	float: left;
	padding: 13px 0 0 20px;
	color: #989898;
}

#admin-name b {
	color: #FFF;
}

#admin-menu input {
	float: right;
	margin: 10px 20px 0 0;
}

#admin-settings {
	float: right;
	margin: 9px 16px 0 0;
	height: 24px;
	padding-left: 13px;
	cursor: pointer;
}

#admin-settings br {
	clear: both;
}

#admin-settings:hover {
	background: transparent url(admin-settings-bg.png) 0px 0px no-repeat;
}

#admin-settings:hover #admin-float-menu {
	display: block;
	z-index: 1004;
}

#admin-bcenter {
	float: left;
	height: 19px;
	padding-top: 5px;
	color: #FFF;
}

#admin-settings:hover #admin-bcenter {
	background: #FFF url(admin-settings-bg-c.png) 0px 0px repeat-x;
	color: #333;
}

#admin-bright {
	float: left;
	width: 28px;
	height: 24px;
	background: transparent url(admin-settings-bg.png) -41px 0px repeat-x;
}

#admin-settings:hover #admin-bright {
	background: #FFF url(admin-settings-bg.png) -13px 0px repeat-x;
}

#admin-float-menu {
	display: none;
	position: absolute;
	padding-top: 15px;
	top: 33px;
	right: 54px;
	cursor: default;
	opacity: .9;
	-moz-opacity: .9;
}

#admin-float-menu td {
	background-color: #0E0E0E;
}

#admin-float-menu td.admin-small-font {
	font-size: 1px;
}

#admin-float-menu td a {
	display: block;
	color: #FFF;
	padding: 6px 15px;
	border-bottom: 1px solid #484848;
}

#admin-float-menu td a:hover {
	background: #000;
	text-decoration: none;
}

#admin-float-menu td a.admin-first {
	padding-top: 3px;
}

#admin-float-menu td a.admin-last {
	padding-bottom: 3px;
	border: 0;
}

#admin-float-mtopl, #admin-float-mtopr, #admin-float-mbottoml, #admin-float-mbottomr {
	background: transparent url(admin-float-menu.png) 0px 0px no-repeat !important;
	width: 5px !important;
	height: 5px !important;
	font-size: 1px;
}

#admin-float-mtopr {
	background-position: -5px 0px !important;
}

#admin-float-mbottoml {
	background-position: 0px -5px !important;
}

#admin-float-mbottomr {
	background-position: -5px -5px !important;
}

#admin-overlay {
	position: absolute;
	z-index: 1000;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
	display: none;
}

table.admin-window {
	position: absolute;
	top: 100px;
	left: 100px;
	z-index: 1001;
	border-spacing: 0;
	border-collapse: collapse;
}

.admin-window-tl, .admin-window-tr, .admin-window-bl, .admin-window-br {
	width: 10px;
	height: 10px;
	background: transparent url(admin-shadow-corners.png) 0px 0px no-repeat;
}

.admin-window-tr {
	background-position: -10px 0px;
}

.admin-window-bl {
	background-position: 0px -10px;
}

.admin-window-br {
	background-position: -10px -10px;
}

.admin-window-top {
	height: 10px;
	background: transparent url(admin-shadow-up.png) 0px 0px repeat-x;
}

.admin-window-bottom {
	height: 10px;
	background: transparent url(admin-shadow-down.png) 0px 0px repeat-x;
}

.admin-window-left {
	width: 10px;
	background: transparent url(admin-shadow-left.png) 0px 0px repeat-y;
}

.admin-window-right {
	width: 10px;
	background: transparent url(admin-shadow-right.png) 0px 0px repeat-y;
}

.admin-window-center {
	border-bottom: 1px solid #ECECEC;
	background: #F3F3F3 url(admin-menu-bg.png) 0px 0px repeat-x;
}

.admin-window-center form {
	clear: both;
}

.admin-window-title {
	float: left;
	font-size: 16px;
	margin: 10px 50px 0 15px;
	cursor: default;
}

.admin-drag {
	height: 43px;
}

.admin-window-close, .admin-window-close:hover {
	float: right;
	width: 19px;
	height: 19px;
	display: block;
	font-size: 1px;
	text-decoration: none;
	background: transparent url(admin-close.gif) 2px 2px no-repeat;
	margin: 13px 10px 0 0;
}

#admin-loading {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1001;
	margin: -50px 0 0 -50px;
}

.admin-loading-center {
	width: 100px;
	height: 100px;
	background: #FFF url(admin-loading.gif) center no-repeat;
}

.admin-window form {
	color: #616161;
	font: bold 12px Verdana, sans-serif;
	padding: 10px 0 10px 0;
}

.admin-window form label {
	clear: both;
	float: left;
	padding: 6px 10px 0 0;
	margin: 5px 0 0 15px;
}

.admin-form-bott {
	clear: both;
	padding: 10px 15px 0 15px;
}

.admin-form-bott a {
	color: #616161;
	font: normal 10px Verdana, sans-serif;
	margin-top: 7px;
}

.admin-form-line {
	clear: both;
	padding-top: 25px;
	background: transparent url(admin-line.gif) 0px 10px repeat-x;
}

.admin-input {
	float: right;
	background: transparent url(admin-inputs-bg.png) bottom repeat-x;
	padding-bottom: 6px;
	margin: 5px 15px 0 0;
}

.admin-input input, .admin-input textarea {
	width: 300px;
	padding: 6px 3px;
	font: normal 12px Verdana, sans-serif;
	color: #000;
	border: 1px solid #B9BBBA;
	background-color: #FFF;
}

.submit {
	background: transparent url(admin-submit.gif) 0px 2px no-repeat;
	width: 82px;
	height: 26px;
	font: bold 11px Verdana, sans-serif;
	text-align: center;
	cursor: pointer;
	padding: 0 !important;
}

.none {
	font-size: 1px;
	height: 1px;
}

#admin-form-loading {
	width: 16px;
	height: 16px;
	background: transparent url(admin-loading-small.gif) center no-repeat;
	float: left;
	margin: 7px 0 0 15px;
}

.admin-window .error {
	color: #F00;
	font: normal 10px Verdana, sans-serif;
	padding: 10px 0 0 15px;
	clear: both;
}

.admin-window .done {
	color: #090;
}

#admin-loading-menu {
	width: 16px;
	height: 16px;
	background: transparent url(admin-loading-small-b.gif) center no-repeat;
	float: right;
	margin: 13px 10px 0 0;
}

.admin-tip {
	width: 10px;
	height: 9px;
	display: block;
	position: absolute;
	z-index: 999;
	background: transparent url(admin-tip.png) 0px 0px no-repeat;
	text-decoration: none !important;
	margin: -6px 0 0 -7px;
}

.admin-t {
	display: table-cell;
	width: auto;
}
