/* Layout */

#innerframe {
	background: none !important;
}

.spacer {
	margin: 10px 0px;
}

#content {
	width: 820px;
	padding: 15px;
}

#content .clear {
	clear: both;
}

#content .left {
	float: left;
}

#content .right {
	float: right;
}

h4 {
	clear: left;
	padding: 20px 0;
}

a.icon img {
	width: 16px;
	height: 16px;
	border: 0;
	text-decoration: none;
	background: url(../img/icnbghover_fe.gif) no-repeat top left;
	vertical-align: bottom;
}


/* App */

#flashMessage,
#authMessage {
	padding: 5px 5px;
	background-color: #FFE5E5;
	margin: 8px 0px;
	text-align: center;
}

.error-message {
	border: 1px dotted #666666;
	border-width: 0 0 1px 1px;
	padding: 2px;
	margin: 0 0 8px 150px;
	color: #A8151B;
	text-align: right;
}

.styledButton,
.submit input {
	background: transparent url(http://www.phpjournal.de/extension/phpjournal/design/phpjournal/images/backgrounds/all.png) repeat-x scroll 0 -63px;
	border: 1px solid #BABDC0;
	font-weight: bold;
	padding: 0 8px;
}

.paging {
	color: #CCCCCC;
	margin: 10px 0;
	font-size: 11px;
}

div.paging div.disabled {
	color: #CCCCCC;
	display: inline;
}

.input [type=hidden] {
	display: none;
}

#EventSearchForm select,
#EventSearchForm .input input {
	width: 510px;
	padding: 0;
	font-size: 11px;
	margin-bottom: 8px;
	border: 1px solid #A5ACB2;
	background-color: white;
}

#EventSearchForm label {
	display: block;
	float: left;
	width: 100px;
}

.eventTable {
	width: 100%;
	border-top: 1px solid #00316B;
}

.eventTable th {
	font-size: 15px;
	font-weight: normal;
	vertical-align: middle;
	border-bottom: 2px solid #c2c2c2;
	background: #D9E3EB;
}

.eventTable td,
.eventTable th {
	border-right: 2px solid #c2c2c2;
	padding: 8px;
}

.eventTable td {
	border-bottom: 1px solid #c2c2c2;
}

.eventTable .last {
	border-right: 0;
}

dt {
	clear: left;
	float: left;
	width: 200px;
}

dd {
	margin-left: 200px;
}

dd, dt {
	border-top: 1px solid #c2c2c2;
	padding: 5px 0;
}

dl {
	border-top: 1px solid #00316B;
}

dl .first {
	border-top: 0;
}

.desc {
	padding-top: 20px;
	border-top: 2px solid #c2c2c2;
}

.form label {
	width: 150px;
	display: block;
	float: left;
	margin-top: 2px;
}

#content .form .input select {
	width: 270px;
}

.form .input {
	margin-bottom: 8px;
}

.form .input input,
.form .input textarea {
	border: 1px solid #A5ACB2;
	width: 264px;
	padding: 2px;
}

.form .required input,
.form .required select,
.form .required textarea,
.form select.required {
	background-color: #EEEEEE;
}

#UserLoginForm .required input,
#UserPwlostForm .required input {
	background-color: white;
}

#content .form .date select {
	width: 87px;
}

.form .checkbox {
	margin-left: 150px;
}

.form .checkbox label {
	float: none;
	display: inline;
	vertical-align: middle;
}

.form .checkbox input {
	margin-right: 5px;
	width: auto;
	border: 0;
}

.form .input textarea {
	height: 150px;
	width: 510px;
}

p.divider {
	color: #A8151B;
	font-style: italic;
	margin-top: 15px;
}

.userBox {
	float: right;
	height: 118px;
	width: 200px;
	background-color: #f7f7f7;
}

.userBox h3.boxheader {
	width: 188px;
	font-size: 11px;
}

.userBox a {
	display: block;
}

.userBox .big {
	font-size: 16px;
	margin: 8px 0;
}

.userBox .italic {
	font-style: italic;
	color: black;
	border-bottom: 1px solid black;
}

.eventBox {
	height: auto;
}

.eventBox a {
	margin-bottom: 5px;
}

.textRegForm{
	float: right; 
	width: 350px;
}