/*                                  */
/* Basic definitions for all pages  */
/*                                  */

body {font-family: Arial, Helvetica, Verdana, sans-serif; 
      color: black; background: #FDF5E6;
      margin-left: 3%; margin-right: 3%;}

div                     {border-style: none;} /* default */
div.mainpage            {color: #330000;}
div.message_box         {border:2px solid; margin-left:3%; margin-right:3%; padding: 0.2em 0.5em 0.2em 0.5em; color:red;}
div.success_message_box {border:2px solid; margin-left:3%; margin-right:3%; padding: 0.2em 0.5em 0.2em 0.5em; color:black;}
div.error_message       {border-style: none; margin: 0.4em 2em 1.2em 1.6em; color: red;} 
div.error_message_login {border-style: none; margin: 0.4em 2em 1.2em 1.6em; color: red;} 
div.error_message_reg   {border-style: none; margin: 0.4em 2em 1.2em 1.6em; color: red;} 
div.error_message_edit  {border-style: none; margin: 0 1em 0.4em 1em; color: red;
                         font-family: Verdana, Arial, Helvetica, sans-serif; font-size: small;} 

h3          {color: #191970; text-align: center;}
h3.leftgrey {color: #666666; text-align: left; margin-top: 2em;}

h4          {margin-bottom:0.7em;}
h4.leftblue {color: #191970; text-align: left;}
h4.leftgrey {color: #666666; text-align: left;}
h4.notesrefs  {font-family:Arial,Helvetica,Verdana,sans-serif; font-size:medium;
               color:#191970; margin-bottom:0.4em; margin-top:1.8em;}

h5          {margin-bottom: 0.4em;}

p {margin-top: 0.4em; margin-bottom: 0.7em;}
p.top {margin-top: 2em;}

/* used on the data entry page */
p.propertytitle_a {margin-top: 0.2em; margin-bottom: 0.2em;}
p.propertytitle_b {margin-top: 0.3em; margin-bottom: 0.2em;}
p.propertytitle_c {margin-top: 0.4em; margin-bottom: 0.4em;}
span.number {color: #191970;}

/* for note about adding EPRI amines on the select_compounds page*/
p.note {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: small;}
p.reference {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: small;
             margin-top: 0.4em; margin-bottom: 0.4em;}
span.note_title {color:#191970; font-weight: bold;}
span.note_ref {color: #2F4F4F;}
span.notes  {font-weight:bold;}

ul {margin-left:1em; padding-left:1em;}
li {margin: 0.5em 0 0.5em 0;}

ul.mainpage {margin-top: 2em; margin-left: 0; list-style-image:url(bullet.gif);}
li.mainpage {margin-bottom: 1em;}

span.unit {color: #2F4F4F}
span.question {color:#666666; font-weight: bold;}

sup.composition {font-family:Arial,Helvetica,Verdana,sans-serif; }

/* this span on the edit_compound page contains the message that there are errors
   on the data entry page that need fixing. It is within the div error_message_edit,
   and gets the font colour from it, but resets the font to medium Arial */ 
#savedata_err {font-family: Arial, Helvetica, Verdana, sans-serif; font-size: medium;}

/* normal links */
a:link    {font-weight: normal; color: #0000FF; text-decoration: underline; }
a:visited {font-weight: normal; color: #0000FF; text-decoration: underline; }
a:hover   {font-weight: normal; color: #800080; text-decoration: underline; }
a:active  {font-weight: normal; color: #800080; text-decoration: underline; }
