@CHARSET "UTF-8";

body,html {
	height: 99.5%;
	font-family: "Trebuchet MS", "Luxi Sans", "Helvetica", sans-serif;
	background: #9ec7e6;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

input,select,textarea {
	font-family: "Trebuchet MS", "Luxi Sans", "Helvetica", sans-serif;
	font-size: 14px;
	padding-left: 3px;
}

input.button {
	width: auto;
	overflow: visible;
}

a,a:visited {
	color: #0000ff;
}

form {
	padding: 0px;
	margin: 0px;
}

#document {
	/*position: relative;*/ /* removed for IE7 */
	border: 0px;
	padding: 0px;
	margin: 0px auto;
	text-align: left;
	min-width: 500px;
	max-width: 800px;
	/*min-height: 99.5%;*/ /* removed for IE7 */
	background: #ffffff;
}

#headerContainer {
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-repeat: repeat-x;
}

#headerContent {
	width: 100%;
	padding: 0px;
	margin: 0px;
	font-size: 20px;
	background-repeat: no-repeat;
}

#page #headerContainer {
	background-image: url('../../images/layout/documentHeaderBackground.png');
}

#page #headerContent {
	height: 96px;
	background-image: url('../../images/layout/documentHeaderWithDfpLogo.png');
}

#dialog #headerContainer {
	background-image: url('../../images/layout/dialogHeaderBackground.png');
}

#dialog #headerContent {
	height: 25px;
}

#headerMenu {
	font-size: 10.5px;
	float: right;
	margin-top: 16px;
	margin-right: 10px;
	margin-bottom: 0px;
	color: #888888;
	border-bottom: 1px solid #ccc;
	padding-bottom: 2px;
	background-color: #ffffff;
}

#headerMenu a,.headerMenu a:visited {
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}

#headerMenu a:hover {
	color: #0000ff;
	text-decoration: underline;
}

#headerMenu .default {
	font-weight: bold;
	padding: 0px 4px 0px 4px;
}

#headerTitleBox {
	float: right;
	clear: both;
	text-align: right;
	margin-top: 8px;
	margin-right: 10px;
}

#headerTitle {
	display: block;
	font-size: 24px;
	font-weight: bold;
	white-space: nowrap;
}

#headerSubtitle {
	display: block;
	font-size: 11px;
	color: #aaaaaa;
	white-space: nowrap;
}

#headerSubtitle a,#headerSubtitle a:visited {
	font-size: 11px;
	color: #aaaaaa;
	white-space: nowrap;
}

#headerSubtitle a:hover {
	color: #0000ff;
}

#userBar {
	font-size: 10.5px;
	float: right;
	clear: both;
	margin-top: 2px;
	margin-right: 10px;
	color: #000000;
}

#calibration {
	width: 1px;
	height: 0px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}

#content {
	margin: 15px 30px 0px 30px;
	padding: 0px 10px 10px 10px;
	/* padding: 0px 10px 30px 10px; */ /* changed for IE7 */
	font-size: 14px;
}

#footer {
	/* position: absolute; */ /* removed for IE7 */
	width: 100%;
	/* bottom: 0px; */ /* removed for IE7 */
	/* left: 0px; */ /* removed for IE7 */
	height: 25px;
	background-color: #ffffff;
	border-top: 1px solid #cccccc;
	text-align: center;
	font-size: 11px;
	color: #444444;
	line-height: 25px;
}

.globalUserMessage {
	border: 1px solid #cc0000;
	background-color: #ff7777;
	color: #aa0000;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	text-align: center;
	clear: both;
}

.pageTitle {
	font-size: 18px;
	margin-bottom: 8px;
	border-bottom: 1px solid #cccccc;
}

.pageHeaderSmallBanner {
	border: 0px;
	margin: 4px 10px 4px 5px;
}

.adBanner {
	text-align: center;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 4px 8px;
	margin-bottom: 8px;
	display: block;
}

.adBannerSmall {
	padding: 4px 8px;
	margin-bottom: 8px;
}

#eventSearch {
	border: 0px solid red;
	padding: 8px;
}

#eventSearch #keywords {
	text-align: center;
	padding: 20px 0px 12px 0px;
	font-weight: bold;
	font-size: 16px;
	background-color: #ebf4fa;
	border-bottom: 1px solid #000000;
	margin-bottom: 8px;
}

#eventSearch #filterCriteria {
	margin-top: 0px;
	border: 1px solid #cccccc;
	border-bottom: 0px;
}

#eventSearch #filterInformation {
	border-bottom: 1px solid #cccccc;
	padding: 10px 0px 8px 12px;
	background-color: #eeeeee;
	background-image: url('../../images/information_big.gif');
	background-repeat: no-repeat;
	background-position: -50px -20px;
}

#eventSearch .filterChunk {
	padding: 4px 8px 8px 8px;
	vertical-align: top;
	border-bottom: 1px solid #cccccc;
	background-color: #ffffff;
}

#eventSearch #filterCriteria .odd .filterChunk {
	
}

#eventSearch #filterCriteria .even .filterChunk {
	
}

#eventSearch #filterCriteria .filterHeader {
	font-weight: bold;
	margin-bottom: 4px;
}

#eventSearch #filterCriteria .filterLabel {
	border: 0px solid blue;
}

#eventSearch #filterCriteria .filterBody {
	padding-left: 20px;
	border: 0px solid green;
	font-size: 12px;
}

#eventSearch #filterCriteria .filterBody * {
	font-size: 12px;
}

#eventSearch #filterCriteria .filterBody td {
	padding: 0px;
	margin: 0px;
}

#medicLogin .choice {
	border: 1px solid #999999;
	/*background-color: #ebf4fa;*/
	background-color: #ffffff;
	margin-bottom: 10px;
	padding: 15px;
}

#medicLogin .choiceTitle {
	font-weight: bold;
	padding-bottom: 2px;
}

#medicLogin .defaultChoice {
	border: 2px solid #999999;
}

#medicLogin .agbInfo {
	font-size: 11px;
	color: #666666;
}

#medicLogin .agbInfo a,#medicLogin .agbInfo a:visited {
	color: #666666;
}

#medicLogin .agbInfo a:hover {
	color: #0000ff;
}

#medicLogin .loginTable {
	margin-top: 15px;
	padding: 10px;
	border: 1px solid #333333;
	background-color: #eeeeee;
}

.messages,.infoMessages,.warningMessages,.errorMessages {
	color: #cc0000;
}

.infoMessageTable,.warningMessageTable,.errorMessageTable {
	
}

.label { /* wird irgendwo überschrieben, WTF?! */
	font-weight: normal;
	padding-right: 8px;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.vtop {
	vertical-align: top;
}

.vbottom {
	vertical-align: bottom;
}

.nowrap {
	white-space: nowrap;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.zeroWidth {
	width: 0%;
}

.fullWidth {
	width: 100%;
}

.fontSize12 {
	font-size: 12px;
}

.buttonRow {
	margin-top: 12px;
	margin-bottom: 12px;
}

#dfpDiplomas .diplomaContainer {
	border: 1px dotted #698499;
	margin-bottom: 20px;
	width: 100%;
}

#dfpDiplomas .diplomaIcon {
	
}

#dfpDiplomas .diplomaDetails {
	border-left: 1px dotted #698499;
	padding: 12px;
}

#dfpDiplomas .diplomaDetails .header {
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	padding-bottom: 6px;
}

#dfpDiplomas .diplomaDetails .rejected {
	color: #aa2222;
}

#dfpDiplomas .diplomaDetails .pending {
	
}

#dfpDiplomas .diplomaDetails .current {
	color: #008800;
}

#medicMenu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#medicMenu ul li {
	
}

#medicMenu ul li a {
	color: #000000;
	text-decoration: none;
}

#medicMenu ul li a:hover {
	color: #0000ff;
	text-decoration: underline;
}

#medicMenu ul li a.active {
	font-weight: bold;
}

#medicMenu ul li img {
	position: relative;
	margin-left: -22px;
}

#educationAccount h2 {
	font-size: 18px;
	margin-top: 0px;
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #698499;
}

#educationAccount .chunk {
	border: 1px dotted #698499;
	margin-bottom: 20px;
}

.scorePointsTable {
	padding: 12px;
}

.scorePointsTable td {
	padding: 0px;
	margin: 0px;
}

.scorePointsTable tr.sum td {
	border-top: 1px solid #000000;
	font-weight: bold;
}

.scorePointsTable td {
	text-align: left;
	padding-left: 12px;
	padding-right: 12px;
}

.scorePointsTable tr.head td.value {
	font-size: 11px;
}

.scorePointsTable td.value {
	text-align: right;
	border-left: 1px solid #cccccc;
}

.scorePointsTable .enough {
	color: #008800;
}

.scorePointsTable .notEnough {
	color: #aa2222;
}

#eventSearchResults .header {
	text-align: center;
	padding: 4px 0px 3px 16px;
	background-color: #ebf4fa;
}

#eventSearchResults .header .title {
	font-weight: bold;
}

#eventSearchResults .footer {
	padding-top: 3px;
	background-color: #eeeeee;
	background-color: #ebf4fa;
	text-align: center;
	color: #000;
	border-top: 1px solid #999999;
}

#eventSearchResults .resultTable {
	width: 100%;
	padding: 0px;
}

#eventSearchResults .resultTable td.result {
	padding: 10px 2px;
	border-top: 1px solid #999999;
	font-size: 13px;
}

#eventSearchResults .resultTable td.result div {
	line-height: 1.0em;
}
#eventSearchResults .resultTable td.result .label {
	color: #405475;
	padding: 0px;
	margin: 0px;
}

#eventSearchResults .resultTable td.result .logo {
	border: 1px solid #cccccc;
	padding: 1px;
	margin: 0px;
	margin-right: 5px;
	margin-bottom: 2px;
}

#eventSearchResults .resultTable .eventTitle {
	padding-bottom: 4px;
}

#eventSearchResults .resultTable .eventTitle * {
	font-size: 14px;
	font-weight: normal;
}

#eventSearchResults .resultTable .eventTypeAndDate {
	font-weight: bold;
}

.medicHelpPopup {
	background-color: #ffffcc;
	border: 1px solid #666666;
	padding: 6px;
	padding-bottom: 10px;
	font-size: 12px;
}

#eventDisplay .type {
	font-weight: bold;
}

#eventDisplay .quickInfoBox {
/*	background-color: #81b8de; */
/*	background-color: #cee3f2; */
	background-color: #b9cbd9; 
}

#eventDisplay .quickInfoBoxDarker {
/*	background-color: #81b8de; */
/*	background-color: #cee3f2; */
/*	background-color: #b9cbd9; */
	background-color: #405475;
}

#eventDisplay .quickInfoBoxDarker a {
	color: #ffffff;
}

#eventDisplay .title {
	font-size: 24px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 12px;
}

#eventDisplay .actionBar {
	font-size: 12px;
	/*border: 1px solid #cccccc;*/
	/*background-color: #f0f0f0;*/
	white-space: nowrap;
	padding: 4px;
	text-align: right;
}

#eventDisplay .actionBar a {
	display:block;
}


#eventDisplay h2.sectionHeader {
	border-bottom: 1px solid #cccccc;
	font-size: 16px;
	padding: 0px;
	margin: 0px;
	color: #999999;
}

#eventDisplay .label {
	font-size: 14px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 2px;
}

#eventDisplay #tabSummaryContent .label {
	font-size: 16px;
}

#eventDisplay .value {
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 6px;
}

#eventDisplay .value p {
	padding: 0px;
	margin: 0px;
}

#eventDisplay .details, #eventDisplay .details * {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}

#eventDisplay .detailsButton {
	padding-top: 6px;
}

#eventDisplay .value .details a:hover, #eventDisplay .value a.details:hover {
	color: #0000ff;
}

#eventDisplay .thirdWidth {
	width: 33%;
}

#eventDisplay .halfWidth {
	width: 50%;
}

#eventDisplay #qualificationDetails td, #eventDisplay #qualificationDetails th {
	padding: 1px 6px 1px 4px;
}

#eventDisplay #qualificationDetails td {
	border-top: 1px solid #cccccc;
}

img.f_dateChooser_image {
	margin: 0px 0px 2px 2px;
}

.f_dateEntry {
	padding: 0px 4px 0px 0px;
}

.chainTable .activeChainElement .chainTitle {
	font-weight: bold;
}

.chainTable .pastChainElement, .chainTable .pastChainElement a {
	color: #666;
}

.chainTable .anonymizedChainElement {
	font-style: italic;
}

.chainTable .chainTable-details {
  display: block;
  font-size: 11px;
  padding-bottom:4px;
}

.chainTable .chainTable-details .chainLabel {
  color: #405475;
  padding: 2px;
}

#eventDisplay .chainTable .chainTable-odd {
	background-color: #eee;
}

#eventDisplay .chainTable .chainTable-cell {
	padding: 2px 8px 4px 4px;
}