body {
	margin: 0px;
	font: 14px;
	color: #fff;
	background-color: #000;
	background-image: url("../img/topbg.gif");
	background-repeat: repeat-x;
}

table {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}

table th {
	padding: 5px;
	border: 1px solid #ccc;
	background-color: #0575b5;
	white-space: nowrap;
	color: #fff;
}

table td {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}


table th a, table th a:visited {
	color: #fff;
}

tr.color td {
	background-color: #f0f3fa;
}

form {
	margin: 0px;
}

img {
	margin:0px;
	padding:0px;
	border:none;
	display: block;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	font-style: italic;
}

h2 {
	font-size: 18px;
	font-weight: normal;
}

a, a:visited {
	color: #C3A97B;
}

a:hover {
	text-decoration:none;
}

a.loading {
	color: #ccc;
	padding-left: 12px;
	background: url('/img/indicator.gif') left center no-repeat;
}

#left {
	width: 450px;
	padding-left: 50px;
	padding-top: 80px;
}

#content {
	width: 90%;
	padding: 10px;
}

#right {
	width: 200px;
	padding-top: 60px;
}

#right img{
	margin-left: 30px;
	margin-bottom: 40px;
}

#left-bottom, #center-bottom, #right-bottom {
	background: url('/img/bottombg.gif') repeat-x;
}

.actions {
	margin:10px 0px;
	font-size: 18px;
}

.subactions {
	margin-left:10px;
}

.buttons {
	margin: 10px 0px;
	width: 450px;
}

.edit {
	width: 450px;
	border: 1px solid #ccc;
}

.edit td {
	padding: 5px;
	border: 1px solid #ccc;
	background-color: #f5f5f5;
	color: #000;
}

.result {
	width: 80%;
	border: 1px solid #ccc;
}

.result td {
	padding: 5px;
	border: 1px solid #ccc;
	background-color: #f5f5f5;
	color: #000;
}

.input {
	width: 300px;
	border: 1px solid #999;
}

.textarea{
	width: 300px;
	height: 100px;
}

.description{
	width: 400px;
	height: 300px;
}

.del {
	color:red!important;
}

.del:hover {
	color:white!important;
	background-color: red;
}

.form-error-message {
	color:red;
}

.error-message {
	color:red;
}

.message {
	margin:5px;
	padding:10px;
	color: infotext;
	background-color: infobackground;
}

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

ul.multiselect li {
	display:block;
	float:left;
	width: 200px;
	margin: 0 8px 0 0;
}

ul.uploader {
}

ul.uploader li a {
	text-decoration: none;
}

ul.uploader li a:hover {
	text-decoration: line-through;
}

#slider td {
	padding: 5px 0px 0px 5px;
	border: 1px solid #aaa;
}

.adminpanel {
	margin-left: 20px;
}

.adminpanel ul{
	width: 150px;
	padding-left: 20px;
}

.ill {
	margin: 10px 10px 10px 0px;
	float:left;
}

.editor {
	font-size: 12px;
}

.editor a {
	text-decoration: none;
	color: #00f;
}