body {
	margin: 0;
}

hr {
	border: 0;
	border-bottom: 1px solid #a3a3a3;
}

.centralizer {
	position: relative;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

#body {
	margin-bottom: 25px;
}

#body .centralizer {
	padding-left: 5px;
	padding-right: 5px;
}

.column {
	float: left;
	position: relative;
}

#leftColumn {
	width: 690px;
	padding-right: 9px;
	border-right: 1px solid #dedede;
}

#leftColumn.narrow {
	width: 440px;
	border: none;
	padding-right: 10px;
}

#middleColumn {
	width: 240px;
	min-height: 100px;
	padding-right: 9px;
	border-right: 1px solid #dedede;
}

#rightColumn {
	width: 270px;
	min-height: 100px;
	padding-left: 10px;
	margin-left: -1px;
	border-left: 1px solid #dedede;
}

#leftColumn.hover, #middleColumn.hover, #rightColumn.hover, .sidebar.hover {
	background-color: pink;
}

.sidebar {
	float: left;
	width: 195px;
	margin-right: 20px;
}

.sidebar h3 {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
}

.sidebar p, .sidebar p a {
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

.mainColumn {
	float: right;
	width: 465px;
	border-bottom: none;
}

.form>div {
	width: 270px;
	margin-left: 5px;
	float: left;
}

.form .first {
	float: left;
	width: 675px;
	margin-right: 15px;
}

input[type="text"], textarea, input[type="password"] {
	border: 1px solid #999;
}

input.fullwidth, select.fullwidth, textarea.fullwidth {
	width: 100%;
}

textarea.covercontest {
	height: 100px;
	margin-bottom: 20px;	
}

input.covercontest {
	border: 1px solid #999;
	margin-bottom: 10px;
}

input.title {
	font-size: 20px;
}

dt, dd {
	width: 100%;
	float: none;
	margin: 0;
}

dd {
	padding-bottom: 10px;
}

.clear {
	clear: both;
}

a img {
	border: none;
}

#submenu .carousel {
	height: 140px;
	position: relative;
}

#submenu .carousel ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 10000px;
}

#submenu .carousel li {
	float: left;
	margin: 0;
	padding: 0;
	display: block;
	width: 60px;
	height: 140px;
	margin-left: 10px;
	margin-right: 10px;
}

#submenu .carousel>a.control {
	position: absolute;
	top: 0;
	display: block;
	height: 100%;
	width: 41px;
	background-repeat: no-repeat;
	padding: 0;
}

#submenu .carousel>a.previous {
	left: -21px;
	background-image: url(/images/carousel_left.png);
	background-position: center left;
}

#submenu .carousel>a.next {
	right: -21px;
	background-image: url(/images/carousel_right.png);
	background-position: center right;
}

#submenu .carousel .wrapper {
	overflow: hidden;
	width: 900px;
	height: 100%;
	float: left;
}

ul.images {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.images>li {
	float: left;
	margin: 2px;
	padding: 0;
}

.imagePreview {
	float: left;
	display: block;
	height: 15px;
	width: 15px;
	margin-right: 10px;
	background-color: pink;
}

.button {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 64px;
	height: 19px;
	padding-bottom: 4px;
	margin-top: -3px;
}

input.button {
	display: block;
	margin-top: 0px;
	cursor: pointer;
}

.button:hover {
	background-position: -72px top;
}

.button.edit {
	background-image: url(/images/buttons/edit.png);
}

.button.new {
	background-image: url(/images/buttons/new.png);
}

.button.delete {
	background-image: url(/images/buttons/delete.png);
}

.button.cancel {
	background-image: url(/images/buttons/cancel.png);
}

.button.save {
	background-image: url(/images/buttons/save.png);
}

.button.publish {
	background-image: url(/images/buttons/publish.png);
}

.small .edit {
	display: block;
	background: url('/images/fancy_edit.png') top left no-repeat;
	cursor: pointer;
	height: 30px;
	width: 30px;
}

.close {
	display: block;
	background: url('/images/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	height: 30px;
	width: 30px;
}

.sidebar {
	min-height: 50px;
}

ul.errors {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 10px;
}

ul.errors li {
	color: red;
}

.add, .remove {
	display: block;
	float: left;
	width: 17px;
	height: 17px;
	background-position: center;
	background-repeat: no-repeat;
}

.add {
	background-image: url(/images/add.png);
}

.remove {
	background-image: url(/images/remove.png);
}

.remove.disabled {
	background-image: url(/images/remove_disabled.png);
}

#tags-element label {
	display: block;
	float: left;
	padding: 2px;
	margin: 2px;
	cursor: pointer;
	padding: 1px 5px 2px;
	border: 1px solid transparent;
}

#tags-element label.checked {
	color: white;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
	border-radius: 6px; 
	border: 1px solid black; 
	background: #527d97; 
	padding: 1px 5px 2px;
}

th {
	text-align: left;
}
