﻿.panel {
	clear: both;
	display: none;
	border: 3px solid #CCC;
	padding: 1em;
}
.panel.active-tab-body {
	display: block;
}
#tabs {
	list-style: none;
}

#tabs li {
	float: left;
}

#tabs a {
	float: left;
	padding: 5px 8px;
	margin-left: 6px;
	background-color: #F2F2F2;
	text-decoration: none;
	color: #999999;
}

#tabs a.active-tab {
	background-color: #CCC;
	border-top: 3px solid #999;
	padding-top: 3px;
	color: #000;
}
input.disabled {
	background-color: #F2F2F2;
}

input.required, textarea.required {

}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	color : #000;
}

span.validation-failed {
	background-color: #FF3300;
	color : #fff;
	font-weight: bold;
	margin: 5px 0 5px;
	padding: 5px 5px 5px 5px;
}

span.validation-succeed {
	background-color: #00FF33;
	color : #fff;
	font-weight: bold;
	margin: 5px 0 5px;
	padding: 5px 5px 5px 5px;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FFF;
	color: #FF3300;
	font-weight: bold;
	width: 300px;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FFF;
	color: #C8AA00;
	font-weight: bold;
}

div#columns-container h5 {
	margin-top: 20px;
	color: #66B3CC;
	font-style: normal;
}

div#columns-container table {
	margin: 0px;
	border: 1px solid #66B3CC;
	padding: 10px;
}

div#columns-container h5.subhead {
	color: #999999;
	font-style: normal;
	font-size: 12px;
}

div#columns-container .confirmation {
	padding: 10px;
	border: 1px solid #66B3CC;
}

fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}

label {
	font-weight: normal;
}
.form-row {
	clear: both;
	padding: 0.5em;
}

.field-label {
	font-style: normal;
	font-weight: normal;
}

.field-widget {

}

.listimage {

}


td {

	text-align: left;
	vertical-align: top;
	padding-right: 15px;
}

td.address {
	font-size: 11px;
	text-align: left;
	vertical-align: top;
	padding-right: 15px;
}

#pageHeader2 {
	text-align: center;
	vertical-align: top;
	min-height: 145px;
	color: #005500;
	background-image: url(http://www.dgeim.de/rw_common/themes/blueballphantom36/images/customimg01.jpg);
}

#pageHeaderMsg {
	margin: 125px 0px 0px 0px;
	font-size: 13px;
	text-align: center;
	vertical-align: top;
	color: #005500;
	background: #ffffff;
}

#breadcrumbcontainer2 {
	position:  relative;
	text-align: center;
	margin: 95px 14px 12px 14px;
	height:  24px;
	background: transparent;
	padding: 0px;
	color: #a7a7a7;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .2px;
}

div.left_therapist {
	float: left;
	padding-right: 10px;
}

div.right_therapist {
	float: right;
	width: 170px;
}
