h1 {
	font-family:Arial, Helvetica, sans-serif;
}

body {
	font-size: 16px;
	color: #323232;
	background: #daccbd;
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif
}

#header {
	height: 112px;
	background: #fff url(../images/header2.png) top center no-repeat;
	border-bottom: 2px solid #000;
}

#error ul {
	width: 60%;
	border: 1px solid #ccc;
	background: #FFBFBF;
	color: #000;
	padding: 15px 30px;
}

#success ul {
	width: 60%;
	border: 1px solid #ccc;
	background: #D9E8C3;
	color: #000;
	padding: 15px 30px;
}

img {
	border: none;
}

#page {
	margin: 30px 20px;
}

#menu {
	background: #530e0e;
	padding: 0 0 5px 0;
}

#menu ul {
	margin: 0 15px;
	list-style: none;
	padding: 2px 0px;
}

#menu ul a {
	color: #eee;
}	

#menu ul a:hover {
	color: #fff !important;
}

#menu ul li {
	display: inline;
	padding: 0 5px;
	font-size: 11px;
}

#images {
	position: absolute;
	top: 250px;
	left: 600px;
	width: 500px;
	overflow: hidden;
}

#images ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


a {
	color: #323232;
}

a:hover {
	color: #101010 !important;
}


/*****************************
 * Lists
 */

table.seasons .actions {
	padding-left: 10px;
}

table.seasons .actions a {
	color: #888;
}

table.seasons .price {
	padding-left: 5px;
}


table.seasons .form-text {
	text-align: right;
	width: 60px !important;
}


table.list {
	border-collapse: collapse;
	margin: 1em 0;
}

table.list thead td {
	background: #9b0c0c;
	color: #fff;
	font-weight: bold;
	padding: 3px 8px 4px 8px;
	letter-spacing: -1px;
}

table.list td {
	vertical-align: middle;
	line-height: 18px;
	padding: 1px 8px;
}

table.list .even td {
	background: #c4b8aa;
}

table.list small {
	font-size: 10px;
	color: #666;
}

table.list small a {
	color: #666;
}

table.list .user-disabled td {
	background: #FF8080 !important;
	color: #fff;
}

table.list .user-disabled a,
table.list .user-disabled small {
	color: #fff;
}



ul.edit {
	width: 520px;
	padding: 0;
}


ul.edit li {
	line-height: 26px;
	padding: 5px 8px;
	list-style: none;
}

ul.edit input,
ul.edit textarea {
	width: 300px;
	padding: 1px 0 1px 3px;
}

ul.edit label {
	float:left;
	width: 170px;
	font-weight: bold;
}

ul.edit .language {
	float:left;
	width: 150px;
	padding-right: 20px;
	text-align: right;
}

ul li.alt {
	background: #c4b8aa;
}

ul.view {
	width: 530px;
	padding: 0;
}


ul.view li {
	padding: 4px 8px;
	list-style: none;
}

ul.view strong {
	float:left;
	padding-left: 10px;
	width: 18ex;
}

ul.view .big {
	float:left;
	width: 320px;
}

ul.view .language {
	float:left;
	padding-left: 10px;
	padding-right: 4ex;
	width: 14ex;
	text-align: right;
}

ul.view .user-disabled {
	text-align: center;
	background: #FFBFBF;
	border: 1px solid #ccc;
	padding: 20px 7px;
}

ul.view .user-disabled strong {
	width: auto;
	float: none;
	font-size: 1.2em;
}

.translations {
	padding: 5px 0;
	margin: 5px 0;
	background: #D9E8C3;
}

.translations .language {
	color: #00892B;
}

.translations .no-translation {
	color: #888888;
}


/*****************************
 * Calendar
 */

.calendar-big thead td {
	font-weight: bold;
}

.calendar-big .not-in-this-month {
	color: #ccc;
}


/*****************************
 * Forms
 */

.form-errors {
	width: 500px;
	border: 1px solid #ccc;
	background: #FFBFBF;
	color: #000;
	padding: 15px 30px;
}

.form-element {
	width: 306px;
	padding-bottom: 0.5em;
}

.form-element label {
	float: left;
	width: 80px;
	height: 27px;
	line-height: 27px;
	padding-right: 20px;
}

.form-element .form-text,
.form-element .form-password {
	width: 200px;
}

.form-submit-element {
	text-align: right;
}

.text {
	font-size: 14px;
}
