@charset "UTF-8";
body {
        font: 100% Verdana, Arial, Helvetica, sans-serif;
        background: #ffffff;
        margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
        padding: 0;
        text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
        color: #000000;
}

.highlight{
color: red; 
}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.oneColElsCtrHdr #container {
        width: 800px;  
        background: #FFFFFF;
        margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
        text-align: left; /* this overrides the text-align: center on the body element. */
        color:#333333;
}
.oneColElsCtrHdr #header { 
        background: url(images/header-mock.gif) no-repeat;
        height:165px; 
        width: 800px;  
        margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
} 
 

.oneColElsCtrHdr #footer { 
        background: #CC0000 no-repeat right;
        background-image: url(images/footer.gif);
        height:100px;
        width:800px; 
        margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

.oneColElsCtrHdr #footerl { 
        background: url(images/footerl.gif)  no-repeat ;
        height:100px; 
}


.oneColElsCtrHdr #header h1 {
        margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
        padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
       
        }
        
        
/*start of styles for text in the main content area*/
.oneColElsCtrHdr #mainContent {
        padding: 20px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
        background: #FFFFFF;
        margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
        border: 1px solid #cc0000;
        display: block ; 
        }

.oneColElsCtrHdr #mainContent h1{
        color:#CC0000;
        text-align:left;
        margin-top: 10px; 
         font-size: 25px; 
        font-weight: bold; 
        border-bottom: 1px solid #CC0000; 
}

.oneColElsCtrHdr #mainContent h2{
        color:#CC0000;
        text-align:left;
}

.oneColElsCtrHdr #mainContent h3{
        color:#CC0000;
        text-align:left;
}

.oneColElsCtrHdr #mainContent h4{
        color:#CC0000;
        text-align:left;
}

.oneColElsCtrHdr #mainContent p{
        text-align:left;
      
}


/*end of styles for main content area*/

.footer p {
        margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
        padding: 75px 130px 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
        color:#FFFFFF;
        font-size:12px;
text-align:right;
}

/*styles for links*/


.oneColElsCtrHdr a:link,  a:visited {
  color:#333333;
  text-decoration:underline;
}

.oneColElsCtrHdr a:hover {
  color:#CC3333;
  text-decoration:underline;
  padding: 0; /*to overide accordion hover padding */ 
  
}

.reg a:link {
  display:inline-block;
  width: 370px;  /* dimensions needed for IE5.x/Win */
  background-color: #CC0000;
  border: 1px solid black;
  color:#FFFFFF;
  text-decoration: none;
  text-align: center;
  font-weight:bold;
  height:auto;
  padding: 0.2em;
position:relative;
  }
  
 .reg a:visited {
  display:inline-block;
  width: 370px;  /* dimensions needed for IE5.x/Win */
  background-color: #CC0000;
  border: 1px solid black;
  color:#FFFFFF;
  text-decoration: none;
  text-align: center;
  font-weight:bold;
  height:auto;
  padding: 0.2em;
position:relative;
  }

.reg a:hover {
          background-color:#ffffff;
          color:#cc0000;
          }
          
.footer a:link {
        color:#FFFFFF;
        text-decoration:underline;
        }
        
.footer a:visited {
        color:#FFFFFF;
        text-decoration:underline;
        }
        
.footer a:hover {
        color:#00FFFF;
        text-decoration:underline;
        }
        

/* horizontal main menu navigation */

.nav ul {
        margin: 135px 0 0 0;
        padding: 0;
        float: left;
        width: 750px;
        list-style:none;
        font-size:12px;
        color: #FFFFFF;
}

.nav ul li {
  float: left;
  background: url(images/tab-right.gif) no-repeat top right;
}


/* Hack to make IE/Mac play nice */
.nav li a:link {
  padding: 0 2em;
  line-height: 2.5em;
  background: url(images/tab-left.gif) no-repeat top left;
  text-decoration: none;
  color: #FFFFFF;
  float: left;
  display: block;
}

.nav li a:visited {
  padding: 0 2em;
  line-height: 2.5em;
  background: url(images/tab-left.gif) no-repeat top left;
  text-decoration: none;
  color: #FFFFFF;
  float: left;
  display: block;
}

.nav li a:hover {
  text-decoration:underline;
  color:#FFFFFF;
  padding: 0 2em;
  }  
  
 /*end of nav section*/
 

/* css for the forms */

form {margin-bottom:0px;}

/* fieldset styling */
fieldset {
  margin: 1em 0; /*  space out the fieldsets a little*/
  padding: 1em;
  border : 1px solid #ccc;
}

/* legend styling */
legend {
  font-weight: bold;
  font-size: 90%;
  color:#cc0000;
}

td {
   font-size: 13px;
 }

/* style for  labels */
label {
        display: block;
}

/* style for required labels */
 label .required {
  font-size:75%;
  color:#760000;
}

 

/* style form elements on focus */
input:focus, textarea:focus {
  background: #ffc;
}

input.radio {
  float: left;
  margin-right: 1em;
}

 textarea {
  width: 300px;
  height: 100px;
}

/* Hack to make sure the floated radio buttons
   sit next to the labels correctly in IE/Mac*/

/* This is the style I want IE/Mac to see */
 input.radio + label {
  text-indent: 2em;
}

/* Using the commented backslash filter, I'm resetting
   the above rule for everything other than IE5/Mac \*/
 input.radio + label {
  text-indent: 0;
}
/* End the hack */

#visitReason div {
  width: 20em;
  float: left;
}

#visitReason label {
  width: 3em;
  float: none;
  display: inline;
}

#researchType div {
  width: 20em;
  float: left;
}

#researchType label {
  width: 3em;
  float: none;
  display:inline
  }

.clear{
clear:both;
}

.formbutton {
  display:inline-block;
  width: 6em;  /* dimensions needed for IE5.x/Win */
  background-color: #CC0000;
  border: 1px solid black;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  font-weight:bold;
  height:25px;
  padding: 0.2em;
  left:85%; 
  position:relative;
  }
  
  .formbutton2 {
    display:inline-block;
    /*width: 6em;   dimensions needed for IE5.x/Win */
    background-color: #CC0000;
    border: 1px solid black;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-weight:bold;
    height:25px;
    padding: 0.2em;
    
  position:relative;
  }
   
  button.formbutton2 , input[type="button"].formbutton2 {
  background-color: #cc0000; 
  }
  
  button.formbutton2 , input[type="reset"].formbutton2 {
  background-color: #cc0000; 
  }

  button.formbutton2 , input[type="submit"].formbutton2 {
  background-color: #cc0000; 
  }

  button.formbutton2:hover, input[type="button"].formbutton2:hover{
  background-color: #cc0000; 
  }

  
  button.formbutton3, input[type="button"].formbutton3 {
  background-color: #cc0000; 
  }
  
  
  button.formbutton3, input[type="submit"].formbutton3 {
  background-color: #cc0000; 
  }
  
  button.formbutton3:hover, input[type="button"].formbutton3:hover{
  background-color: #cc0000; 
  }
  
  button.formbutton3:hover, input[type="reset"].formbutton3:hover{
  background-color: #cc0000; 
  }
  
   button.formbutton3:hover, input[type="submit"].formbutton3:hover{
  background-color: #cc0000; 
  }
  
    button.formbutton4:active, input[type="button"].formbutton4:active{
    background-color: #cc0000; 
    }
  

 .formbutton3 {
    display:inline-block;
    width: 7em;  /* dimensions needed for IE5.x/Win */
    background-color: #CC0000;
    border: 1px solid black;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-weight:bold;
    height:25px;
    padding: 0.2em;    
    position:relative;
  }

 .formbutton4 {
    display:inline-block;
    width: 9em;  /* dimensions needed for IE5.x/Win */
    background-color: #CC0000;
    border: 1px solid black;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-weight:bold;
    height:25px;
    padding: 0.2em;    
    position:relative;
  }
  
 .formbutton5 {
    display:inline-block;
    width: 14em;  /* dimensions needed for IE5.x/Win */
    background-color: #CC0000;
    border: 1px solid black;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-weight:bold;
    height:25px;
    padding: 0.2em;
        
    position:relative;
  }
 
  div#PageIndexStyle a:visited {
    color: #FF0000;
  }
/*  
.formbutton:hover {
          background-color:#ffffff;
          color:#cc0000;
          }

.formbutton2:hover {
          background-color:#ffffff;
          color:#cc0000;
          }
 
.formbutton3:hover {
          background-color:#ffffff;
          color:#cc0000;
          }
 
.formbutton4:hover {
          background-color:#ffffff;
          color:#cc0000;
          }
 
.formbutton5:hover {
          background-color:#ffffff;
          color:#cc0000;
          }

*/
/*end of form styles*/

div#im

{ 
margin: 0px 20px 0px 20px;  
display: none;
}

div#scroll
{
height: 200px;
width: 90%;
overflow: auto;
font-size:90%;
padding: 8px;
}

#highlight{

color: #ff0000; 
padding: 1px 5px; 
}


 .bubbleInfo {
            position: relative;
            margin-top:-8px;
}
.trigger {
            position: absolute;
}
     

.popup {
            position: absolute;
            display: none;
            z-index: 50;
            
            color: #232323; 
            padding: 2px; 
}

#dpop{
font-size: 11px; 
}

#ttbox_top{
width: 225px; 
height: 13px; 
background: url(icons/ttbox_top.png);
}


#ttbox_body{
width: 220px; 
background: url(icons/ttbox_mid.png);      
padding-left: 5px; 

}

#ttbox_bottom{
width: 225px; 
height: 42px; 
background: url(icons/ttbox_bottom.png); 
}

.tt_title{
font-size: 14px; 
font-weight: bold; 
margin: 0px; 
}

#tt_text{
margin-left: 0 ;
padding-top: 0; 
}

.bottom_table{
margin-top: 30px; 

}


#bottom_nav_1{
font-size: 13px; 
padding-bottom: 5px; 
padding-top: 15px; 
width: 100%; 
}

#bottom_nav_2{
font-size: 13px; 
padding-bottom: 15px; 
clear: both; 

}

#pages_index{
font-size: 13px; 
margin-top: 20px; 
margin-bottom: 5px; 
}

#mainContent{
font-size: 13px; 

}

#grey{
background: url(images/grey_help.jpg) no-repeat; 
height: 30px; 
width: 60px; 
}

.ui-accordion-header a:link, .ui-accordion-header a:hover, 
.ui-accordion-header a:visited{
text-decoration: none; 
color: #cc0000; 
}

.ui-accordion-header a:hover{
text-decoration: underline; 
}   

h3.ui-accordion-header{
border: 1px solid; 
} 


.results_table{
clear: both; 
display: block ; 
border-spacing: 0; 
margin-top: 20px; 

}

.results_table td{
padding: 3px; 
}

.results_table th{
font-size: 14px; 
padding-bottom: 7px; 
text-align: left; 

}


.center{
text-align: center; 
margin-top: 40px; 

}

.center a:link{
color: #cc0000; 
}


.formbutton3 { cursor:pointer; }

#result_contents{
width: 780px; 
}

td.date{
width: 105px; 

}

.detail_header{
border-bottom: 1px solid #CC0000; 
}

.bookmarks{

margin-top: 50px; 
text-align: center; 

}

#order_info{
font-size: 11px; 
width: 300px;
overflow: hidden ; 


}

#order_info_adv{

font-size: 11px; 
width: 150px; 


}


.blue{
color: blue; 
font-weight: bold; 

}

.white{
color: #FFFFFF; 
font-weight: bold; 
}

.input_title{
font-weight: bold;


}

#collection_time{
margin-bottom: 30px; 

}

.message{
margin-bottom: 15px; 
color: #808080; 
display: block; 
font-size: 14px; 

}

.greytd{
background: #e7e7e7; 
padding: 3px; 

}

.parent{}

#powered_by{ 
padding-top: 10px; 
font-size: 10px; 
width:  800px; 
margin: 0 auto; 
text-align: left; 


}

#powered_by a:link, #powered_by a:hover, #powered_by a:visited,  #powered_by a
{
    text-decoration: none; 
    color: #505050; 
} 

 #powered_by img{ 
 border: 0; 
 }


 
/* Registration Wizard */
ul.css-tabs li {
        list-style-image:none !important;
        list-style-type:none !important;
        margin:0 !important;
}

div.css-panes h2 {
        margin-top:0px;         
}

#credits {
        color:#555;
        font-size:11px;
        text-decoration:none;
}

#wizard li {
        margin-top:0 !important;
        list-style-type:none !important;
        list-style-image:none !important;
}

