/* Medigenesis StyleSheet */
/* ----------- ---------- */

/* Some notes: 

- We've used FONT=2 == font-size: 80%
- We've used FONT=1 == font-size: 70%
- Try to order styles by group and then sorted by alpha tag type - it makes 
  them easier to find.
- Where colour can be specced with name, do.  It'll help keep it consistent
  accross browsers and platforms (Mac, WebTV, et al).
- In general, CSS works fairly well accross Nav 4/IE 4.  Clever attributes
  like hover tend to be broken on Nav 4.
- IE 5 has problems with table/anchor nesting.
- Define styles logically rather than trying to munge similar looks together.

 -- rodgerd 2000-08-07

- While the img {} can set to no border, Nav doesn't respect this (boo!
  could have been a significant saving in file sizes)
 -- rodgerd 2000-08-08
*/

/* Standard Styles */
/* -------- ------ */

a {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
}

a:active {
	color: #A8A8E0;
	text-decoration: none
}

a:hover {
	color: #66CC33;
	text-decoration: none
}

a:link {
	color: #66CC33;
	text-decoration: none
}

a:visited {
	color: #330066;
	text-decoration: none
}

body {
	background-color: white;
	color:#000033;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 80%;
}

div.body {
	color:#000033;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 90%;
}

div.footer {
	background-color: #ffffff;
	color:#000033;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 60%;
	margin-left: 10px;
	margin-right: 30px;
}

div.meditip {  
	font-family: Arial,Helvetica,sans-serif; 
	font-size:70%; 
	color:#333333;
}

h1 {
	font-family:Arial,Helvetica,sans-serif;
	color:#8074B0;
	font-size:130%;
}

h1.debug {
	font-family:Arial,Helvetica,sans-serif;
	color:#FF6666;
	font-size:130%;
}

h2 {
	font-family: Arial,Helvetica,sans-serif;
	color: #8074B0;
	font-size: 110%;
}

h3 {
	font-family: Arial,Helvetica,sans-serif;
	color: #8074B0;
	font-size: 110%;
}

h4 {
	font-family: Arial,Helvetica,sans-serif;
	color: #8074B0;
	font-size: 100%;
}

h5 {
	font-family: Arial,Helvetica,sans-serif;
	color: #8074B0;
	font-size: 100%;
}

h6 {
	font-family: Arial,Helvetica,sans-serif;
	color: #8074B0;
	font-size: 90%;
}

li {
	font-family:Arial,Helvetica,sans-serif;
}

p.subject {
	font-family: Arial,Helvetica,sans-serif;
	color: #8074B0;
}

p.debug {
	font-family: Arial,Helvetica,sans-serif;
	color: #FF6666;
}

p.subjecttext {
	font-family:Arial,Helvetica,sans-serif;
	color: black;
}

p.link {
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	color: #66CC33;
}

span.login {
	color: white;
	font-family: Arial,Helvetica,sans-serif;
}

td {
	color:#000033;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 80%;
}

ul {
	color:#000033;
	font-family:Arial,Helvetica,sans-serif;
	list-style-image: url("/images/li.gif")
}

/* Breadcrumb styles */
/* ---------- ------ */

p.breadcrumb {
	font-family:Arial,Helvetica,sans-serif;
	font-size: 85%;
	font-weight: bold;
	color: #330066;
}

div.breadcrumb {
	font-family:Arial,Helvetica,sans-serif;
	font-size: .7em;
}

a.breadcrumb {
	color: #66CC33;
	text-decoration: underline;
	font-family:Arial,Helvetica,sans-serif;
	font-weight: bold;
}

a.breadcrumb:active {
	text-decoration: underline;
}

a.breadcrumb:hover {
	text-decoration: underline;
	color: #A8A8E0;
}

a.breadcrumb:visited {
	color: #66CC33;
	text-decoration: underline;
}

a.breadcrumb:link {
	color: #66CC33;
	text-decoration: underline;
}

/* Original: <FONT FACE="Arial, Helvetica," sans serif SIZE=2 COLOR="#333333"> */
td.discussion-brief {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

/* Did You Know? Styles */
/* --- --- ----- ------ */

/* Original FONT=1 */

td.didyouknow {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
}
td.smallpurple {
	color: #330066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
}
/* Discussion Styles */
/* ---------- ------ */

/* <font face="Arial, Helvetica, sans-serif" size="2" color="#66CC33"> */

p.discussion-breadcrumb {
	color: #66CC33;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

td.discussion-breadcrumb {
	color: #66CC33;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

/* Eventlocator Styles */
/* ------------ ------ */

a.problem {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
	color: #66CC33;
	text-decoration: none
}

span.instructions {
	background-color: white;
	color:#000033;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 80%;
}

span.instructionsbold {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
}

span.instructionssm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
	color: #000000
}


p.subjecttitle {
	font-family: Arial,Helvetica,sans-serif;
	color: #8074B0;
	font-size: 120%;
}

/* Original <font face="Arial, Helvetica, sans-serif" COLOR="#666699" size=3><b> */
td.faillogintitle {
	color: #666699;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: Bold;
	font-size: 100%;
}





/* Original <font face="Arial, Helvetica, sans-serif" size=2><font size=1><b><font color="#FFFFFF"> */

 

td.smallwhite {

	color: white;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 70%;

}





span.smalltext {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 70%;

	font-weight: Bold;

}

/* Navigation Styles */
/* ---------- ------ */

/* Original: <body bgcolor="#5fB424" topmargin="0" leftmargin="0"
marginwidth="0" marginheight="0" text="#000033" link="#66CC33"
vlink="#009966" alink="#99CC33"...> */

body.navigation {
	background-color: #5fB424;
	color: #000033;
	font-family: Arial,Helvetica,sans-serif;
}

td.navigation {
	background-color: #5fB424;
	color:#000033;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 80%;
}


/* Recommended Reading Styles */

/* ----------- ------- ------ */



/* Original <font face="Arial, Helvetica, sans-serif" size=1 COLOR="#666699">*/

a.recommended {

	color: #666699;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 70%;

}



/* Original <font face="Arial, Helvetica, sans-serif" size=2 COLOR="#666699">*/

td.recommended-arrow {

	color: #666699;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 80%;

	font-weight: Bold;

}



/* Original <font face="Arial, Helvetica, sans-serif" size=2 COLOR="#FFFFFF"><b>*/

td.recommended-title {
	background-color: #666699;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: Bold;
	font-size: 80%;
}



/* Questionnaire Styles */

/* ------------- ------ */

/* Original <FONT FACE="Arial, Helvetica," sans serif SIZE=2 COLOR="#000033"> */


/* Original <Td bgcolor="#666699"><FONT FACE="Arial, Helvetica," sans serif SIZE=2 COLOR="#FFFFFF"><b> */ 

td.headerquestion { 
        background-color: #666699;
        color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: Bold;
	font-size: 80%;
} 

/* Original bgcolor="#E8E8FF" ALIGN=CENTER <b> */
td.headeryes { 
        background-color: #E8E8FF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: Bold;
	font-size: 80%;
} 

td.question-head {
	color: #000033;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: Bold;
	font-size: 80%;
}

td.errorMessage {
	background-color: #FFFFFF;
	color:EF8989;
	font-weight: Bold;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 60%;
}

/* Original <TR bgcolor="#E8E8FF"> */
tr.row1 {
       background-color: #E8E8FF;
}

tr.rowerror {
       background-color: #EF8989;
}



/* Original <TR bgcolor="#CCCCCC"> */
tr.row0 {
       background-color: #CCCCCC;
}

/* Original <TR bgcolor="#666699"> */
tr.row-header {
       background-color: #666699;
}

/* Original <TR bgcolor="#66CC33"><font face="Arial, Helvetica," sans serif size=2 color="#FFFFFF"><b> */
.progress {
       background-color: #66CC33;
       color: white;
       font-weight:bold;
       font-family:Arial, Helvetica, sans-serif;
       font-size: 80%;
}

.eventquestion {
       background-color:white;
       font-family: Arial, Helvetica, sans-serif;
       font-weight: Bold;
       font-size: 80%;
     }

td.blockTitle {   
      font-family: Arial,Helvetica,sans-serif;
      color: #8074B0;
      font-size: 90%;
      font-weight: bold;
}



td.blockText {  

      font-family: Arial, Helvetica, sans-serif;
      font-size: 80%;

}

 

td.blockAnecdote {  

      font-family: Arial, Helvetica, sans-serif;

      font-size: 100%;

}



td.questionText {  

      font-family: Arial, Helvetica, sans-serif;

      font-size: 100%;

}



td.option  {

      font-family: Arial, Helvetica, sans-serif;

      font-size: 80%;

}



td.externalFactor  {

      font-family: Arial, Helvetica, sans-serif;

      font-weight: Bold;

      font-size: 80%;

}



/* Original <TD ALIGN=CENTER><FONT FACE="Arial, Helvetica," sans serif SIZE=2 COLOR="#FFFFFF"> */

td.header {

        color:white;

	font-family: Arial, Helvetica, sans-serif;

	font-weight: Bold;

	font-size: 80%;


       }

/* Rules Debug Styles */

/* ------------- ------ */

span.description {
        color:black;

	font-family: Arial, Helvetica, sans-serif;
        
        font-style: italic;

	font-weight: Bold;
        
        font-size: 100%;

       }

.property {

        color:black;

	font-family: Arial, Helvetica, sans-serif;
        
        font-size: 8pt;
        }

#portcontent { position:absolute; width:200px; height:115px; z-index:1}
#portcontentfrequency { position:absolute; width:200px; height:115px; z-index:1}
#portcontentonset { position:absolute; width:200px; height:115px; z-index:1}
#portcontentuntil { position:absolute; width:200px; height:115px; z-index:1}
#portcontentepisodicDuration { position:absolute; width:200px; height:115px; z-index:1}
#portcontentmodifier { position:absolute; width:200px; height:115px; z-index:1}
#portcontentcreationDate { position:absolute; width:200px; height:115px; z-index:1}
#portcontentonsetSeverity { position:absolute; width:200px; height:115px; z-index:1}
#portcontenttreatment { position:absolute; width:200px; height:115px; z-index:1}
#portcontenttextsearch { position:absolute; width:200px; height:115px; z-index:1}