/* global */
body, html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	font-family: Georgia, Times, serif;
	font-size:10px;
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
}

a {
	color: rgb(0,0,0);
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: rgb(0,0,0);
	text-decoration: underline;
}

img {
	border:none;
}

img a {
	border:none;
}

/* frontend */

#site {
	width:975px;
	height:520px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-487px;
	margin-top:-250px;
}

div.menu {
	position:absolute;
}

div.menu .current {
	font-weight: bold;
	text-decoration: underline;
}

div.column {
	width:220px;
	position:absolute;
	z-index:100;
	font-size:105%;
}

div.column p {
	margin:0px;
	padding:0px;
}

div.column a {
	text-decoration: underline;
}

div.page {
	float:left;
	height:14px;
	text-align: center;
	color: rgb(255,255,255);
	margin-right: 5px;
}

div.page a {
	font-weight: normal;
}

div.image_text {
	position:absolute;
	background-color:rgb(255,255,255);
	width:500px;
	border: 10px solid #FFF;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:alpha(opacity=80);
}

div.image_text a {
}

div.image_text a:hover {
}

div.text_close {
	line-height:14px;
}

div.text_high {
	line-height:14px;
}

/* backend */

div.errorExplanation {
	color: rgb(255,0,0);
}

div.fieldWithErrors {
	padding: 0px;
	margin: 0px;
}

div.fieldWithErrors input, div.fieldWithErrors select, div.fieldWithErrors textarea {
	background-color: rgb(255,0,0);
}

div.input_wrapper {
	width:800px;
	margin: 0px auto 100px auto;
	padding-top: 20px;
}

div.input_wrapper input, div.input_wrapper textarea, div.input_wrapper select {
	width:250px;
}

div.input_wrapper ul, div.input_wrapper li {
	list-style: none;
	padding:0px;
	margin:0px 10px 0px 0px;
}

div.input_wrapper .sortable {
	cursor: move;
	float:left;
	border: 1px solid #999;
	padding:3px;
}

div.input_wrapper .page {
	cursor: move;
	border-bottom: 1px dotted #000;
}

div.input_wrapper .property {
	float:left;
	margin-right:30px;
	font-size: 14px;
	width:200px;
}

div.input_wrapper .position {
	position:absolute;
	width:80px;
	height:80px;
	background:#CFCFCF;
	left:3px;
	top:3px;
}

div.input_wrapper .position a:hover {
	text-decoration: line-through;
}

div.input_wrapper .button {
	float:right;
	margin-right:30px;
	padding-top:8px;
	text-align: right;
}

div.input {
	width:260px;
	margin: 10px 0px 20px 0px;
	float:left;
}

.clearer {
	width: 100%;
	height: 1px;
	margin: 0 0 -1px;
	clear: both;
}