﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    background-color: #FFFFFF;    
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #333333;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;    
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

a.external
{
    background-position: right center;
    background: transparent url(images/external.png) no-repeat scroll right center;
    padding: 0 13px 0 0px;
}

p, ul
{
    margin-bottom: 15px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 5px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

#main
{
	padding: 15px 30px 15px 30px;
	background-color: #fff;
	margin-bottom: 30px;
	margin-left: 265px;
	_height: 1px;	
}

#sponsors
{    
    padding: 10px 10px 30px 10px;
    position: absolute;
    text-align: center;
    left: 20px;
    top: 200px;
    background-color: #F0F0F0;
}

.contentTitle
{
	text-align: center;
	width: 50em;
}


#blog
{
    padding: 10px 10px 30px 10px;
    position: absolute;
    text-align: center;
    left: 40px;
    top: 125px;
}



#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li
{    
    display: inline;
    list-style: none;
    white-space: nowrap;
}

ul#menu li#greeting
{    
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
}

ul#menu li a:hover
{
    background-color: #C6E3FF;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #ffeeab;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}

div.submenu
{    
    position: absolute;
    display: none;    
    padding: 0;
    float: left;    
    z-index: 100;    
} 

div.submenu ul
{
    padding: 3px 2px 7px 2px;
    background: #C6E3FF;
    border: 1px solid #5970B2;
    margin: 4px 0 0 0;
}

div.submenu li
{    
    list-style: none;    
    white-space: nowrap;
    width: 100%;
}

div.submenu li:hover
{
    background-color: #FFFFBB;    
}

div.submenu a
{ 
    padding-left: 12px;
    padding-right: 12px;
}

ul#menu div a
{	
    position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #EAEBD8;
	color: #2875DE;
	font: 11px arial
}

ul#menu div a:hover
{	
    background: #49A3FF;
    color: #FFF
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;    
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
    width: 239px;
}

table td
{
    padding: 5px;
    border: solid 1px #e8eef4;
    white-space: nowrap;    
}

table td.dropdown
{
    background-position: right center;
    background: transparent url(images/drop.png) no-repeat scroll right center;
    cursor: pointer;    
}

table td.dropdown:hover
{
    background-color: #FFFFCC;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
  white-space: nowrap;
}

table tfoot
{
    background-color: #e8eef4;
}

table tr.selected
{
    background-color: #FFFFCC;
}

tr.section
{
    background-color: #FFFFCC;
    text-align: center;
    font-weight: bold;
}

table.layout
{
    border: none 0px; 
    padding: 0px;
    margin: 0px;
}

table.layout td
{
  padding: 0px;   
  border: none 0px;
}

table input
{
    padding: 0px;
    margin: 0px;
}

td.sep 
{ 
    border-bottom: solid 4px #e8eef4;
}

.clickactivate
{
    cursor: pointer;
    background-color: #F0FFFF;
}

tr.np
{
    color: #7D0000;
}

tr.qc
{
    font-style: italic;    
}

td.np
{
    color: #7D0000;
    text-decoration: line-through;    
}

span.np
{
    color: #7D0000;
    text-decoration: line-through;    
}

td div
{
    position: relative;
}

span.right
{
    position: absolute;
    right: 0;
}




/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top: 40px;
    float: none;
}

div#title
{
    display: block;
    float: left;
    text-align: left;
}

h1.logo, h1.logo a 
{   
    height:100px;
    width:256px;    
}

h1.logo a
{
    background:transparent url(images/HHlogo_Small.gif) no-repeat scroll 0 0;
    display:block;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:navy;
}

#logindisplay a:link
{
    color: navy;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: navy;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: navy;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

#faq dt
{
    cursor: default;
}

#faq dd
{
    padding-top: 5px;
}

#schedule
{
    border: 0px none #FFFFFF;
}

.contact
{    
    margin-bottom: 15px;
}

.contact table
{
    width: 500px;
}

.contact th
{
    font-size: 1.2em;
    color: #000000;
}

table.sortable td
{
    padding-right: 15px;
}

table.sortable tbody tr.odd td
{
    background-color: #FEF3ED;
}


table.sortable thead tr .header {
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.sortable thead tr .headerSortUp
{
    background-image: url(images/asc.gif);
} 

table.sortable thead tr .headerSortDown 
{ 
	background-image: url(images/desc.gif);
} 

table.sortable thead tr .headerSortDown, table.records thead tr .headerSortUp 
{
    background-color: #8dbdd8;
}

div.photo
{
    float: left;
}

div.dropdown
{
    position: absolute;    
}
 
.dropdown ul
{
    margin: 2.0em 0px 0px 0px;
    background-color: #FFFFFF;
    padding: 2px;
    border: 1px solid #000000;
    width: 100%;
}       
    
.dropdown li
{
    list-style: none;
    cursor: pointer;
    display: block;
    padding: 3px;
}    

.dropdown li.current
{
    background-color: #E1F1F2;
}    

.biotitle
{
    font-size: 1.5em;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #FF9933;
    text-align: center;
    margin-bottom: 5px;
    margin-left: 215px;
}

a.soon:link, a.soon:visited, a.soon:active, a.soon:hover
{
    cursor: help;
    color: #666666;
    text-decoration: line-through;
}

.actionable
{
    text-decoration: underline;
    cursor: pointer;
    color: #000099;
}

#meetOpts 
{
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 0;
    position: relative;
    margin: 0;
    text-align: left;
}
#meetOpts li { display: inline; list-style: none; white-space: nowrap; margin: 0;}
#meetOpts li.first
{
    padding-left: 10px;
}

#meetOpts li a 
{ 
    padding: 5px 20px;
    font-weight: normal;
    text-decoration: none;
    line-height: 2.0em;
    background-color: #FFE38C;
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    border-color: #CE9D00;
    color: #000;                
}

#meetOpts li a:hover { background-color: #D5E3FF; border-color: #7ABDFF; }  
#meetOpts li.sel
{ 
    padding: 6px 22px;
    font-weight: bold;        
    text-decoration: none;
    line-height: 2.0em;        
    background-color: #fff;
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    border-color: #5C87B2;
    color: #000;        
}

span.print
{                 
    position: absolute;         
    right: 0; 
    cursor: pointer;
    line-height: 2.0em;        
    color: #5978C1;        
}   
span.print img
{
    vertical-align: middle;
}

.mainprint
{
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
}

.printOnly
{
    display: none;
}

.noPrint
{
}
