/*
HTML Style-Sheet fuer Parkinson-Formulare
*/

/* Hyperlinks */
a {
	color: #00377A; 
	}
a:hover { 
	/*font-weight: bold; */
	color: #E00000; 
	}

/* Hyperlinks ohne Unterstreichung (Menu-Eintraege) */
#a_ohne { 
	color: #00377A; 
	text-decoration: none; 	
}	
#a_ohne:hover { 
	color: #E00000; 
	}
	
		
/* Normaler Text */
body {
	background-color: #FFFFFF; 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10pt;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;}
		

/* Formular-Ueberschriften */
h1 {
	font-size: 12pt;}

h2 {
	font-size: 12pt;}
	
	
		
/* Header-Tabelle (fuer Logo + Ueberschrift "Parkinson Interaktionsdatenbank") */
#HTab {	
	border: 0px;
	width: 100%;
	}

#HTabLeft { /* <td> linker Seitenrand </td> */	
	background-color: #00377A;
	background: #00377A;  /* fuer IE 3.0 */	
	width: 10px;
	}
		
#HTabLogo {
	height: 55px;
	width: 140px;
	}
	
#HTabTitle {
	background-color: #00377A;
	background: #00377A;  /* fuer IE 3.0 */
	color: white;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	}

#HTabUnderline {
	background-color: #8ED7F8;
	background: #8ED7F8;  /* fuer IE 3.0 */
	height: 5px
	}
	
	
/* Tabelle fuer Info-Anzeige (linken Seitenrand) */	
#ITab {	
	border: 0px;
	color: red;
	font-size: 10pt;
	width: 100%;
	}
	
#ITabLeft { /* <td> linker Seitenrand </td> */	
	width: 10px;
	}
	
/* Tabelle fuer Zeilen mit Icons */	
#IcTab {	
	border-left: 1px, solid;
	border-bottom: 1px, solid;
	border-color: #00377A;
	font-size: 10pt;
	vertical-align: top;
	}
	
#IcTabIcon {
	vertical-align: top;
	width: 40px;
	}
		
			
/* Menu-Spalte */	
#MTab {
	border: 0px;
	height: 100%;
	width: 140px;	
	background-color: #DFDFDF;
	background: #DFDFDF;  /* fuer IE 3.0 */
	}
	
#MTabEmpty {
	font-size: 10pt;
	font-weight: bold;
	padding-right: 5px;
	padding-bottom: 5px;
	text-align: right;
	vertical-align: bottom;
	}
	
#MTabEntry {
	color: #00377A;
	font-size: 10pt;
	font-weight: bold;
	height: 30px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
	}	
 
#MTabEntryChecked {
	background-color: #00377A;
	background: #00377A;  /* fuer IE 3.0 */
	color: white;
	font-size: 10pt;
	font-weight: bold;
	height: 30px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
	}	
	
#MTabHeader {
	color: #00377A;
	font-size: 12pt;
	font-weight: bold;
	height: 30px;
	padding-left: 5px;
	text-align: left;
	}
	
#MTabLine {
	background-color: white;
	background: white;  /* fuer IE 3.0 */
	height: 2px
	}
	
	
/* BarGraph fuer Prozentsatz-Anzeige */
#PercentageBar {
	text-align: left;
	color: red; 
	noshade;	
	height: 15px;
	}
	
	
/* Tabelle fuer linken Seitenrand */	
#RTab {	
	border: 0px;
	font-size: 10pt;
	width: 100%;
	}
	
#RTabLeft { /* <td> linker Seitenrand </td> */	
	width: 10px;
	}
	

/* Header-Tabellen ("Substanz: ...")*/
#STab {
	border: 0;
	font-size: 10pt;
	text-align: center;
	width: 100%;}
	
#STabHead {
	background-color: #C0C0C0;
	background: #C0C0C0;  /* fuer IE 3.0 */
	font-size: 12pt;
	font-weight: bold;
	/*height: 30px;*/
	padding: 5px;
	text-align: center;}

#STabHeadB {
	background-color: #92A8F1;
	font-size: 12pt;
	font-weight: bold;
	height: 30px;
	text-align: center;
	color: #000000}

#STabHeadR {
	background-color: #F1878C;
	font-size: 12pt;
	font-weight: bold;
	height: 30px;
	text-align: center;}

	
#STabData {
	background-color: #E0E0E0;
	background: #E0E0E0;  /* fuer IE 3.0 */
	height: 30px;
	width: 50%;
	}

#STabDataSmall {
	background-color: #E0E0E0;
	background: #E0E0E0;  /* fuer IE 3.0 */
	width: 50%;
	}

	
/* Ausgabe-Tabelle "Studiendaten" */
#StTab {
	border: 0;
	font-size: 10pt;
	text-align: left;
	}
	
#StTabHead {
	background-color: #C0C0C0;
	background: #C0C0C0;  /* fuer IE 3.0 */
	font-weight: bold;}

				
/* Ausgabe-Tabellen */
#Tab {
	border: 0;
	font-size: 10pt;
	/*text-align: center;*/
	text-align: right;
	width: 100%;}

#Tab10c { 
/* multi-purpose, zb. portraits in pa_intro */
	border: 0;
	font-size: 10pt;
	text-align: center;}


#TabAuswDarkXXL {
/* fuer Tab. "Auswertungen" */
	background-color: #C0C0C0;
	font-weight: bold;
	padding: 5px;
	text-align: left;
	}

#TabAuswDark {
/* fuer Tab. "Auswertungen" */
	background-color: #D0D0D0;
	padding: 5px;
	text-align: center;
	}
	
			
#TabHead {
	background-color: #C0C0C0;
	background: #C0C0C0;  /* fuer IE 3.0 */
	font-weight: bold;
	padding: 5px;
	text-align: center;}

#TabHeadB {
/* Header in blau */
	background-color: #92A8F1;
	font-weight: bold;
	text-align: center;}

#TabHeadR {
/* Header in rot */
	background-color: #F1878C;
	font-weight: bold;
	text-align: center;}

#TabHeadRight {
	background-color: #C0C0C0;
	background: #C0C0C0;  /* fuer IE 3.0 */
	font-weight: bold;
	text-align: right;}
		
#TabData {
	background-color: #E0E0E0;
	background: #E0E0E0;  /* fuer IE 3.0 */
	}

#TabDataDark {
	background-color: #D0D0D0;
	background: #D0D0D0;  /* fuer IE 3.0 */
	font-weight: bold;
	}
		
				
		
#TabDataG {
/* Eintrag in gruen */
	background-color: #82D198;
	font-size: 10pt;
	}
		
#TabCave { /* !! */
	text-align: center;
	background-color: #E0E0E0;
	background: #E0E0E0;  /* fuer IE 3.0 */
	color: red;
	font-weight: bold;
	width: 20px;}

#TabPercentage {
/* fuer Prozentsatz-BarGraph */
	text-align: right;
	background-color: #E0E0E0;
	background: #E0E0E0;  /* fuer IE 3.0 */
	width: 100px;
	}	
		
		
/* Tabelle fuer Benutzer-Optionen */
#UITab {	
	border: 0px;
	font-size: 10pt;
	}

#UITabEmptyLeft {
	width: 100px;
	}

#UITabOptions {	
	font-size: 10pt;
	}

#UITabSub {
	font-weight: bold;
	width: 200px;
	}

#UITabSubB {
	align: left;
	background-color: #92A8F1; /* blau */
	font-weight: bold;
	}

#UITabSubR {
	align: left;
	background-color: #F1878C; /* rot */
	font-weight: bold;
	/*width: 200px;*/
	}
	
		
/* Trennlinie fuer Menubuttons */
#Trennlinie {
	color: #00377A; /* wie Hyperlinks */
	height: 1px;
	noshade;
	width: 50%;
	}	
		
		
/* fuer Buttons + Selects, 200 pixel breit */	
#W200 {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10pt;
	width: 200px; }	
	
/* fuer Buttons + Selects, 300 pixel breit */	
#W300 {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10pt;
	width: 300px; }	
	
/* fuer Buttons + Selects, 500 pixel breit */	
#W500 {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10pt;
	width: 500px; }
	
	
/* Willkommens-Bildschirm pa_start.htm */
#WTabFrame {
	valign: middle;
	height: 100%;}
		
#WTabEntry { 
	text-align: center;
	font-size: 10pt;
	}
	
#WTabEntryLeft { 
	text-align: left;
	font-size: 10pt;
	}