@CHARSET "UTF-8";

body,html {
	font-family: "Verdana", "Luxi Sans", "Helvetica", sans-serif;
	background: #9fb0c6;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border: 0px;
	color: #333333;
}

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

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

a,a:visited {
	color: #495e7b;
}

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

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

#headerTable {
	
}

#headerContainer {
	padding: 0px;
	margin: 0px;
	/*	background-repeat: repeat-x;*/
	border-bottom: 1px solid #cccccc;
	background-color: #dde5ea;
}

#headerContent {
	width: 100%;
	vertical-align: top;
	padding-top: 48px;
	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 {
	color: #495e7b;
	font-size: 11px;
}

#headerMenuForm {
	white-space: nowrap;
}

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

#headerMenu a:hover {
	color: #495e7b;
	text-decoration: underline;
}

#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: 10px;
	margin-top: 6px;
	margin-bottom: 6px;
}

#userBar a,#userBar a:visited {
	text-decoration: none;
}

#userBar a:hover {
	text-decoration: underline;
}

#userBar .logoutLink {
	color: #495e7b;
	font-size: 10px;
	background-color: #ffffff;
	border: 1px solid #495e7b;
	padding: 0px 3px 0px 3px;
	white-space: nowrap;
}

a.meinDfpLink,a.meinDfpLink:visited {
	color: #495e7b;
	text-decoration: none;
}

a.meinDfpLink:hover {
	text-decoration: underline;
}

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

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

#contentContainer {
	background-image: url('../../images/layout/background.gif');
}

#contentTable {
	width: 780px;
}

#navigationColumn {
	float: left;
	width: 174px;
	vertical-align: top;
	background-color: #dde5ea;
	border-right: 1px solid #cccccc;
}

#navigationColumn #loginHeader {
	font-size: 11px;
	background-color: #1c365a;
	padding: 4px 0px 4px 4px;
	color: #ffffff;
}

#navigationColumn #loginBox {
	width: 174px;
	color: #495e7b;
	border-bottom: 1px solid #1c365a;
	margin-bottom: 40px;
}

#navigationColumn #loginInfo {
	padding: 8px 4px 8px 2px;
	font-size: 11px;
	color: #1c365a;
}

#navigationColumn #loginLinks {
	padding: 0px 4px 8px 2px;
	text-align: right;
}

#navigationColumn #loginLinks a {
	font-size: 11px;
	color: #1c365a;
	text-decoration: none;
	font-weight: bold;
}

#navigationColumn #loginLinks a:hover {
	text-decoration: underline;
}


#navigationColumn #navigationHeader {
	font-size: 11px;
	background-color: #1c365a;
	padding: 4px 0px 4px 4px;
	color: #ffffff;
}

#navigationColumn #navigationBox {
	width: 174px;
	color: #495e7b;
}

#navigationColumn #navigationBox ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#navigationColumn #navigationBox ul li {
	font-size: 11px;
	padding: 4px 0px 4px 4px;
	margin: 0px;
	border-bottom: 1px dashed #1c365a;
	background-color: #f3f5f7;
}

#navigationColumn #navigationBox ul li.lastItem {
	border-bottom: 1px solid #1c365a;
}

#navigationColumn #navigationBox ul li a {
	font-size: 11px;
	color: #1c365a;
	text-decoration: none;
}

#navigationColumn #navigationBox ul li a.active {
	color: #ffffff;
	background-color: #1c365a;
}

#navigationColumn #navigationBox ul li a:hover {
	color: #ffffff;
	background-color: #1c365a;
}

#contentColumn { /*width: 605px;*/
	/*clear: right;*/
	margin-left: 175px;
	padding: 8px;
	vertical-align: top;
}

#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;
	clear:both;
}

.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 {
	background-color: #1c365a;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 8px;
	margin: 0px;
	margin-bottom: 12px;
	/*
	font-size: 18px;
	margin-bottom: 8px;
	border-bottom: 1px solid #cccccc;
	*/
}

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

#eventSearch {
	
}

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

#eventSearch input,#eventSearch select {
	font-size: 14px;
}

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

#eventSearch #filterInformation {
	border-bottom: 1px solid #cccccc;
	padding: 12px 0px 16px 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: 11px;
}

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

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

#medicLogin .choice {
	border: 1px solid #1c365a;
	background-color: #dde5ea;
	margin-bottom: 10px;
}

#medicLogin .choiceTitle {
	color: #495E7B;
	font-size: 14px;
	font-weight: bold;
	padding: 15px 15px 2px 15px;
	border-bottom: 1px solid #cccccc;
}

#medicLogin .choiceText {
	padding: 4px 15px 15px 15px;
}

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

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

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

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

#medicLogin .loginTable {
	padding: 10px;
	border: 1px solid #1c365a;
	background-color: #eeeeee;
}

#medicLogin .loginTableContainer {
	padding-bottom: 15px;
}

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

.infoMessageTable,.warningMessageTable,.errorMessageTable {
	
}

.label {
	font-weight: normal;
	padding-top: 4px;
	padding-right: 8px;
}

.legendLabel {
	font-weight: normal;
	padding-right: 8px;
}
	
.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.vtop {
	vertical-align: top;
}

.vmiddle {
	vertical-align: middle;
}

.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;
	padding-bottom: 12px;
}

#dfpDiplomas .diplomaContainer {
	border: 1px solid #1c365a;
	margin-bottom: 20px;
	width: 100%;
	background-color: #dde5ea;
}

#dfpDiplomas .diplomaIcon {
	
}

#dfpDiplomas .diplomaDetails {
	border-left: 1px solid #1c365a;
	padding: 12px;
}

#dfpDiplomas .diplomaDetails .header {
	color: #495e7b;
	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 h1 {
	color: #495e7b;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	padding-left: 8px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom: 1px solid #cccccc;
}

#educationAccount .chunk {
	/*border: 1px dotted #698499;*/
	margin-bottom: 20px;
	background-color: #dde5ea;
	padding-botton: 8px;
}

#educationAccount .redChunk {
	/*border: 1px dotted #698499;*/
	margin-bottom: 20px;
	background-color: #ffcccc;
	padding-botton: 8px;
}

#educationAccount .redChunk h1 {
	color: #663333;
	border-bottom: 1px solid #996666;
}

.scorePointsTable {
	/*padding: 12px;*/
}

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

.scorePointsTable tr.head td {
	border-bottom: 1px dashed #cccccc;
}

.scorePointsTable tr.body td {
	border-bottom: 1px dashed #cccccc;
}

.scorePointsTable tr.sum td {
	color: #495e7b;
	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 dashed #cccccc;
}

.scorePointsTable .enough {
	color: #008800;
}

.scorePointsTable .notEnough {
	color: #aa2222;
}

#eventSearchResults .header {
	text-align: center;
	padding: 6px 0px 4px 16px;
	border-bottom: 1px solid #cccccc;
}

#eventSearchResults .header a,#eventSearchResults .header a:visited {
	color: #495e7b;
	text-decoration: none;
}

#eventSearchResults .header a:hover {
	color: #495e7b;
	text-decoration: underline;
}

#eventSearchResults .footer {
	border-top: 1px solid #cccccc;
	padding-top: 4px;
	text-align: center;
	color: #000;
}

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

#eventSearchResults .resultTable td.result  {
	color: #495e7b;
	padding: 10px 0px;
	color: #333333;
}

#eventSearchResults .resultTable td.result .label {
	color: #666666;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

#eventSearchResults .resultTable td.result .logo {
	margin: 0px;
	margin-right: 5px;
	margin-bottom: 2px;
}

#eventSearchResults .resultTable .eventTitle {
	background-color: #dde5ea;
}

	#eventSearchResults .resultTable .eventTitle {
	padding: 4px 8px 4px 8px;
	border-bottom: 1px solid #cccccc;
}

#eventSearchResults .resultTable .eventTitle .hiddenId {
	color: #dde5ea;
}

#eventSearchResults .resultTable .eventTitle a {
	color: #495e7b;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

#eventSearchResults .resultTable .eventTitle a:hover {
	text-decoration: underline;
}

#eventSearchResults .resultTable .eventDetails {
	background-color: #dde5ea;
}

#eventSearchResults .resultTable .eventDetails {
	padding: 2px 8px 4px 8px;
}

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

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

#eventDisplay #eventInfoMenu {
	font-size: 10px;
	margin-bottom: 21px;
	background-color: #f3f5f7;
	border-top: 1px solid #1c365a;
	border-bottom: 1px solid #1c365a;
}

#eventDisplay #eventInfoMenu div {
	padding: 2px 8px;
}

#eventDisplay #eventInfoMenu a {
	text-decoration: none;
	color: #495e7b;
}

#eventDisplay #eventInfoMenu a:hover {
	text-decoration: underline;
	color: #495e7b;
}

#eventDisplay #eventInfoMenu #shortcuts {
	border-bottom: 1px dashed #1c365a;
}

#eventDisplay #eventInfoMenu #actions {
	
}

#eventDisplay .eventInfoChunk {
	background-color: #dde5ea;
	margin-bottom: 21px;
}

#eventDisplay .eventInfoTable {
	/*width: 100%;*/
}

#eventDisplay .eventInfoChunk .header {
	color: #495e7b;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 8px 3px 8px;
	margin: 0px;
	border-bottom: 1px solid #cccccc;
}

#eventDisplay .eventInfoChunk .content {
	padding: 0px 8px;
}

#eventDisplay .eventInfoChunk .infoLabel {
	color: #495e7b;
	font-size: 11px;
	font-weight: bold;
	vertical-align: top;
	width: 180px;
	border-bottom: 1px dashed #cccccc;
	border-right: 1px dashed #cccccc;
	padding: 3px 0px;
}

#eventDisplay .eventInfoChunk .infoQualificationDetailsHeader {
	color: #495e7b;
	font-size: 11px;
	font-weight: bold;
	vertical-align: top;
	padding: 8px 16px 0px 0px;
	margin: 0px;
	border-bottom: 1px dashed #cccccc;
}

#eventDisplay .eventInfoChunk .infoQualificationDetails {
	color: #333333;
	font-size: 11px;
	vertical-align: top;
	margin: 0px;
	padding: 3px 16px 3px 0px;
	border-bottom: 1px dashed #cccccc;
}

#eventDisplay .eventInfoChunk .infoValue {
	color: #333333;
	font-size: 11px;
	vertical-align: top;
	border-bottom: 1px dashed #cccccc;
	padding: 3px 0px;
	padding-left: 24px;
}

#eventDisplay .eventInfoChunk .infoValue a {
	color: #495e7b;
	text-decoration: none;
}

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


#eventDisplay .eventInfoChunk .infoValue a:hover {
	text-decoration: underline;
}

#eventDisplay .eventInfoChunk .infoValue .details {
	color: #666666;
	font-size: 11px;
}

/*
#eventDisplay .eventType {
	background-color: #1c365a;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 8px;
	margin: 0px;
	margin-bottom: 21px;
	border-bottom: 1px solid #cccccc;
}
*/
#eventDisplay .eventHeader {
	background-color: #1c365a;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 8px;
	margin: 0px;
	margin-bottom: 21px;
	border-bottom: 1px solid #cccccc;
}

#eventDisplay .eventTitle {
	background-color: #dde5ea;
	color: #495e7b;
	font-size: 12px;
	padding: 8px 8px;
	margin: 0px;
	margin-bottom: 21px;
}

#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 #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;
}

.w200 {
	width: 200px;
}

.w120 {
	width: 120px;
}

.w100 {
	width: 100px;
}

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

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

/* need to specify this a second time to be more specific than ".infoValue a" */
#eventDisplay .chainTable .pastChainElement, #eventDisplay .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 2px 2px;
}