form {
	display: inline;
	margin: 0;
}

.admin {
	min-height: 20px;
}

.admin_loader {
	background-image: url(../admin/images/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

#admin_header {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	height: 30px;
	background: black;
	color: white;
	margin: 0;
	padding: 0;
	padding-left: 17px;
	z-index: 200;
	text-align: left;
}

#admin_header h1 {
	margin: 7px 0 0 10px;
	color: white;
	text-align: left;
	font-size: 12px;
	text-transform: uppercase;
	display: inline-block;
}

#admin_header .button {
	float: right;
	border-left: 1px solid white;
}

div.admin_shadow {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -5px;
	height: 5px;
	background: transparent url(../admin/images/admin_shadow.png) repeat-x left top;
}

div.overlay {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #AABEFF;
}

div.admin_tooltip {
	position: absolute;
	padding: 10px;
	background: black;
	color: white;
	z-index: 200;
	padding: 3px;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

div.admin_tooltip .tooltip_button {
	cursor: pointer;
	padding-left: 20px;
	line-height: 17px;
	margin: 3px 8px 3px 3px;
}

div.admin_tooltip div.icon {
	font-size: 10px;
	font-weight: normal;
	left: 2px;
	top: 1px;
}

div.admin_tooltip_arrow {
	position: absolute;
}

div.l {
	top: -5px;
	left: -70px;
}

div.tl {
	top: -35px;
	left: 0px;
}

div.bl {
	bottom: -35px;
	left: 10px;
}

div.br {
	bottom: -35px;
	right: 10px;
}

div.l div.admin_tooltip_arrow {
	top: 0;
	bottom: 0;
	right: -7px;
	width: 7px;
	height: 9px;
	background: url(../admin/images/arrow_right.png) no-repeat 50% 50%;
	height: 100%;
}

div.tl div.admin_tooltip_arrow {
	left: 0;
	right: 0;
	bottom: -7px;
	width: 9px;
	height: 7px;
	background: url(../admin/images/arrow_down.png) no-repeat 50% 50%;
	width: 100%;
}

div.bl div.admin_tooltip_arrow, div.br div.admin_tooltip_arrow {
	left: 0;
	right: 0;
	top: -7px;
	width: 9px;
	height: 7px;
	background: url(../admin/images/arrow_up.png) no-repeat 50% 50%;
	width: 100%;
}

div.admin_tooltip .admin_button {
}

textarea {
	min-width: 300px;
	min-height: 200px;
	width: 100%;
}

input, textarea {
	font-family: "Arial";
	font-size: 11px;
}

/*td {
	vertical-align: top;
	padding: 5px;
	font-size: 11px;
}*/

div.lightbox_content {
	background: white;
	padding: 20px;
	font-family: "Arial";
	font-size: 11px;
}

div.lightbox_content h1 {
	margin: 0;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 12px;
	font-family: "Arial";
	color: black;
}

div.lightbox_content input, div.lightbox_content textarea {
	background: white;
	border: 1px solid #d8d8d8;	
	padding: 3px;
}

div.lightbox_content_drawer {
	background: white;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: -280px;
	width: 220px;
	overflow: auto;
	padding: 20px;
}

div.media {
	float: left;
	width: 50px;
	height: 50px;
	background: gray;
	margin: 0 5px 5px 0;
}

div.lightbox_scroll_view {
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
	padding: 20px;
}

#media_item_scroller {
	width: 182px;
}

#media_item_scroller select {
	width: 100%;
	margin-bottom: 10px;
}

div.drop {
	background: white;
	border: 1px solid #d8d8d8;
}

div.drop > div.drag {
	margin: 0;
}

div.drop_active {
	background: #EEEEEE;
	border: 1px solid black;
}

.ui-draggable {
	z-index: 10000000;
}

div.buttons_top {
	margin-bottom: 20px;
	background: black;
	border-left: 1px solid black;
	height: 32px;
}

div.buttons {
	margin-top: 20px;
	height: 30px;
}

div.button {
	float: left;
	line-height: 20px;
	padding: 5px 10px 5px 30px;
	background: black;
	color: white;
	border: 1px solid black;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 9px;
	margin-right: 1px;
}

div.buttons_top > div.button {
	border-right: 1px solid white;
	float: left;
}

div.buttons_top > div.button:hover {
	border-left: 1px solid white;
}

div.button:hover {
	background: white;
	color: black;
}

#file_selector {
	float: left;
	height: 300px;
	width: 100%;
	overflow-x: auto;
}

#file_info {
	float: right;
	height: 300px;
}

#file_selector .directory_wrapper {
	position: absolute;
	height: 100%;
	width: 190px;
	overflow-y: scroll;
}

#file_selector .file, #dragger .file {
	font-weight: normal;
}

#file_selector .directory, #dragger .directory {
	font-weight: bold;
}

#file_selector .item {
	cursor: pointer;
	max-width: 145px;
	line-height: 31px;
	height: 30px;
	overflow: hidden;
	padding-left: 30px;
	border-bottom: 1px solid #e1e1e1;
}

#file_selector .item_active {
	background: yellow;
}

#file_selector .item:hover {
	background-color: #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	color: black;
}

#file_selector .selected {
	background: black;
	color: white;
	border-bottom: 1px solid black;
}

#file_selector .selected:hover {
	background-color: black;
	border-bottom: 1px solid black;
	color: white;
}

table.no_spacing td, table.no_spacing th {
	padding: 0;
	text-align: left;
}

table.no_spacing th {
	font-weight: bold;
	text-align: right;
}

.template_selector {
	max-height: 150px;
	overflow-y: auto;
}

.template_selector > .template {
	float: left;
	width: 60px;
	height: 70px;
	border: 1px solid red;
	padding: 5px;
	text-align: center;
	border: 1px solid transparent;
	cursor: pointer;
}

.template_selector > .template:hover {
	border: 1px solid #DDDDDD;
}

.template_selector > .selected {
	border: 1px solid #AAAAAA;
}

.template_selector > .selected:hover {
	border: 1px solid #AAAAAA;
}

.template_selector > .template > .template_icon {
	display: block;
	margin: 0 auto;
}

.template_selector > .template > .template_name {
	font-size: 9px;
}

#ui-datepicker-div {
	z-index: 10000;
	font-size: 10px;
}.inputter {
	width: 185px;
}
