





/* main style sheet for all pages, additional style sheets should be requested AFTER this one *//*==============================
        COMPATABILITY
==============================*//* hide these rules from CSS-challenged browsers */
@media screen, projection {
/* below exploits a parsing error so @media rules will be visible to MacIE5. Font-family line gives a CSS validation warning - ignore */
.BeNiceToMacIE5 {
  font-family: "\"}\""; 
  font-family: inherit;
}

/*==============================
    ZEROING A LA MINZ MEYER
==============================*/

h1,h2,h3,h4,h5,h6,pre,form,body,html,blockquote,fieldset,input, #pagewrapper, .outer-container, .inner-container, .nav, .content, .sidebar, #footer
{ margin: 0; padding: 0; }

a img,:link img,:visited img { border: none; }


/*==============================
            DESIGN
==============================*/

html, body {
	background: #ccc url(../images/bg_pattern.gif) repeat-x;
	color: #fff; 
	padding: 5px 1% 0 1%;
	/* bg margins margin: 25px 4%;*/
	font-family: arial, helvetica, sans-serif;
	font-size: 86%;            /* Do not adjust below 76% verdana, some browsers explode */
	line-height: 1.7em;
	} 
 
#pagewrapper { /* adjusted by project vii's min-width */
	min-width: 800px;
	border: 1px solid #666;
	color: #333;
	background-color: #fff;

	}	

	
table, td, th, tr, p, li, ul, ol {	
	color: #515151;
	font-size: 1em; 
	line-height: 1.5em;	
	border-bottom: 1px transparent; 
	}

h1, h2, h3, h4, h5, h6 {
	color: #CC0000; 
	background: transparent;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	clear: left;
	}

h1 {
	font-size: 1.4em;
	text-align: center;
	padding: .5em 0 .5em 0;
	}

h2 {
	font-size: 1.2em;
	padding: .5em 0 .5em 0;
	}

h3 {
	font-size: 1.1em;
	padding: .5em 0 0 0;
	color: #204168;
	}

h4 {
	font-size: 1.0em;
	padding: 1em 0 0 0;
	color: #515151;
	font-style: italic;
}

hr {
	height: 1px;
	width: 100%;
	color: #304148; 
	background: transparent;
	margin: 5px 0px 5px 0px;
}

a:link {
	text-decoration: underline;
	color: #336699;
	background: transparent;
}

a:visited {
	color: #666;
	background: transparent;
}

a:hover {
	color: #fff;
	background-color: #3C6CCD;
	background-image: url(../p7pm/img/but_hover.png);
	background-repeat: repeat-y;
}


a.dashed, a:visited.dashed, a:hover.dashed  {
	text-decoration: none;
    border-bottom: 1px dashed;
	}
	

.ondark {
	color: #fff;
	background: transparent;
}

.smallText {
	font-size: .9em;
	color: #999;
}
.boldSmallText {
	font-size: .95em;
	font-weight: bold;
}

.bold, strong {
	font-weight: bold;
	}

.right {
	float: right;
}

.left {
	float: left;
}

.center{
	text-align:center;
}


.back {
	text-align: right;
	clear: right;
}

.italics, em {
font-style: italic;
}

/* vary list style for prots */
.uroman {list-style-type: upper-roman;}
.lroman {list-style-type: lower-roman;}
.ualpha {list-style-type: upper-alpha;}
.lalpha {list-style-type: lower-alpha;}
	

/*==============================
            BOXES
==============================*/
.imgRight {
	float: right;
	margin: 0;
	padding: 5px 5px 5px 10px;
	border: 1px solid #EEE;
	text-align: center;
	color: #666;
}

.imgLeft {
	float: left;
	margin: 0;
	padding: 5px 10px 5px 5px;
	border: 1px solid #EEE;
	text-align: center;
	color: #999;
}

.imgDefault{
	float: none;
	margin: 0;
	padding: 5px;
	border: 1px solid #EEE;
	text-align: center;
	color: #999;
}

.textLeft {
	margin: 0 0 5px 0;
	padding: 5px;
	border: 1px solid #EEE;
	color: #999;
}

.tipBox {
    width: auto; /*don't float tipBox, auto centers */
	margin: auto; 
	padding: 5px;
	border: 1px dotted #304148;
	text-align: left;
	color: #666;
}

.centeredRow {
	margin: 0;
	padding: 5px;
	text-align: center;
	background: #fff url(../images/bg_grey_grad2.jpg) bottom repeat-x;
	border: 1px solid #f0f0f0;
	color: #244277; 
}

.arrows {
	float: right;
	}

.arrows a:hover {
	background: #FFF;
	}
	
.centerDisplay {
	clear: both;
	margin: 0;
	padding: 5px;
	text-align: center;
	background: #f6f6f6;
	border: 1px solid #ccc;
	color: #244277; 
}

.quote { 
	line-height: 1.2em;
	border-bottom: 1px transparent;
	margin: 25px 0;
	padding: 0;
	}
	

ul.reg {
	list-style-image:  url(../images/bulletEEE.gif);
	list-style-position: outside;
}

ul.events {
	list-style-position: outside;
	list-style-type: none;
	display: block;
}

dl.margins
{
margin: 1em 0 1em 0; 
padding: 0;
}

.margins dt
{
margin: 0;
padding: 0;
font-weight: bold;
}

.margins dd
{
margin: 0 0 1em 1em;
padding: 0;
}



#masthead {
	height: 130px;
	margin: 0;
	padding: 0;
	color: #fff;
	background: navy url(../images/grad_bg.gif) repeat-y;
	position: relative;
}

#masthead a:hover, #masthead a:active {
	text-decoration: none;
	background: none;
}


.logo
{
	 z-index: 800;
	 position: relative; 
	 top: 20px;
	 left: 10px;
}


.slogan
{
	 z-index: 800;
	 position: relative;
	 top: 20px;
	 left: 200px;
}

/* page footer */
#footer {
	clear: both;
	padding: 5px 0 5px 0;
	text-align: center;
	position: relative;
	color: #fff;
	background: #244277 url(../images/grad_bg.gif) repeat-y;
}
#footer p {
	color: #fff;
	background: transparent;
}

#footer a, #footer a:visited {
	color: #fff;
	text-decoration: underline;
}

#footer a:hover {
	color: #fff;
	background: #244277 url(../p7pm/img/but_hover.png);
}
	 

.header p, .footer p {
	margin-bottom: 0; 
	margin-top: 0;
	padding-bottom: 0;    /* prevent gaps between divs in some browsers */
}


/*==============================
           STRUCTURE
==============================*/
/* container for the 3 columns, margins and paddings are zeroed at top */
.outer-container {
  /* width: 100%; */            
  padding: 20px 0 0 0;            /* keep flush with adjacent containers */
  background: #fff;
  color: #333;
  border: 1px solid #fff;
  clear: both;
}


/* container for just the left and center columns */
.inner-container {
  width: 76%;              
  float: left;
  color: #333; 
  background: white;
}

/* left column */
.nav {
	width: 24%;
	min-width: 170px;
	float: left;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
}
/* center column */
.content {
	width: 71%;
	float: right;
	color: #333;
	background: white;
	padding: 20px 0;
/* W3C CSS validator gives erroneous parse error on border-right shorthand, but not on individual properties */
}


/* right column */
.sidebar {
  width: 22%;              /* a little less than available 24% */
  float: right; 
  padding: .3em .3em .3em 0;      /* some space from right window edge */
  background: white;
  color:#999;
  height: inherit; 
}

.minHeightHack { /* compensates for MSIEs min-width/height bug */
	height: 420px;
	width: 1px;
	float: right;
}



.comment {
 	margin: 0;
	padding: 5px;
	background: #fff;
	color: #333;
	border: 2px groove #eee;
}

#prot_nav {
	padding: 0 0 1em 0;
	list-style: none;
		text-align: left;
}

#prot_nav li {
	padding: 0 0 .3em 1.5em;
}


/*==============================
      FORMS & TABLES
==============================*/
form {
	border: 1px solid #eee;
}

form input
{
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.searchform {
	padding: 0;
	margin: 15px 0 15px 0;
	border: 0;
}

.searchform input{	
	border-left: 4px solid #ccc;
	color: #666;
}

.searchform input.btn {
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #eee url(../images/bg_grey_grad2.jpg);
}

/* table formatting */
table {
	border: 0;
}

td {
	padding: 2px 5px 2px 5px;
	margin: 0;
	border: 0;
	vertical-align:top;
	}

th {
	color: #304148;
	background: transparent;
	text-align: left;
	font-weight: bold;
}

table.data {
	border: 1px solid #ccc;
	border-collapse: collapse;
	line-height: 1.2em;
	width: 100%;
}

/* Reagant tables in protocols. Divides rows and disguises unintentional links */
table.prot_data {
	border: 1px solid #ccc;
	border-collapse: collapse;	
		line-height: 1.2em;
		width: 100%; 
}

table.prot_data td{
	border-bottom: 1px dashed #ccc;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
}

table.prot_data a, table.prot_data a:visited, table.prot_data a:hover{
	text-decoration: none;
	font-weight: bold;
	color: #666;
	background: transparent;
}

.bgLight {
		background: #f0f0f0;
}

.trans {
	background: transparent;
}

/* numResults and pageFlip are the counters contained in the resultsBar */
.resultsLeft {
	float:left;
	clear: left;
	margin: 0;
}

.resultsRight {
	float: right;
	clear: right;	
	}
.resultsBar {
	text-align: right;
	margin: 5px 0 5px 0;
	font-weight: bold;
	color: #244277;
	background: transparent;
	clear: both;
}	


/*==============================
        TEMP / FIXES
==============================*/

.suppress a{
	text-decoration: none;
}

/*==============================
        COLOURS
==============================*/


.red {
	color: #CC0000;
	background: transparent;
	font-weight: bold;
}

/*==============================
      CLEARING AND HIDING
==============================*/


/* use clearBlock with hr or other block-level element */
.clearBlock {
	display: block; 
	clear: both; 
	margin: 0;
	padding: 0;
	visibility: hidden;
}

.clear {
  display: block;
  clear: both;
  margin: 0;   
  padding: 0;
  height: 1px;
  overflow: hidden;
  visibility: hidden;
}

.clearHeader { /* using the regular .clear results in 1px gap */ 
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
	overflow: hidden;
    visibility: hidden;
}

.hide, #printHeader, #printFooter, #oldBrowserNotice, .ieSixCharDupBug, .printLine
{
	display: none !important;
}

} /* end media screen rules *//*==============================
        COMPATABILITY
==============================*//* rules for WinIE only */
@media screen, projection {
* html .clear {
  display: none;           /* prevent excessive gap at div bottom in WinIE5 */
}
} /* end WinIE only rules *//*==============================
        HOLLY HACK
==============================*//* Hides from IE5-mac \*/
* html .buggybox {height: 1%;}
/* End hide from IE5-mac */


/*==============================
        PALETTE
		
		blues #304168, #45567D, #3C5284
		greys eee, ccc, #f0f0f0 - lighter than eee, #f6f6f6 - barely there
		
		
==============================*/


