﻿/***
 *** 
 *** Author: Andrew M. Simms, amsimms@u.washington.edu
 ***         University of Washington
 ***
 *** Copyright: 2005-2009, All rights reserved.
 *** NOTICE: Unauthorized use, duplication and / or distribution
 ***         will be subject to criminal and civil penalties.
 ***
 *** Description:
 ***	www.dynameomics.org header style sheet
 ***
 *** Revisions:
 ***
 ***	2009-09-03	A. Simms	Added header
 ***    2009-09-12  S. Rysavy   Created footer file.  Updated styles for ASCX files. 
 ***/
 
li
{
	margin: 0px;
}

 #header
{
	width: 1016px;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
}

/* Top Region */
#pageBanner 
{
	display: block;
	height: 50px;
    width: 1016px;
    margin-left: auto;
    margin-right: auto;
    top: 0px;
}

/* Dynameomics Logo */
.logo 
{
	float: left;
	font: 26px times new roman;
	color: #990000;
	letter-spacing:.3em;
	font-weight:bold;
	line-height:50px;
	margin-left: 8px;
	margin-top: 5px;
}

.logo a
{
	text-decoration: none;
}

/* Logo text */
.tagline 
{
	float: left;
	font:12px times new roman;
	color: #990000;
	letter-spacing:.2em;
	border-left: solid 1px #990000;
	padding-left: 10px;
	margin-left: 10px;
	margin-top: 25px;
}

/* Navigation Bar */
.navHeader 
{
    display: block;
    width: 1015px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.navHeader ul
{
	padding: 0px;
	margin: 0px;
	border: 0px;
    background: url(../images/header/background.gif) repeat-x left;
    height: 35px;
    line-height: 35px;
	list-style-type: none;
}

.navHeader ul li
{
	padding: 0px;
	margin: 0px;
	border: 0px;
	height: 35px;
	line-height: 12px;
	float: left;
	text-align: center;
}
.navHeader ul li.link
{
	width: 106px;
}

.navHeader ul li.link:hover
{
	background: url(../images/header/mouseover.gif) repeat-x center;
}

.navHeader ul li.border
{
	background: url(../images/header/border.gif) no-repeat left;
	width: 3px;
}

.navHeader ul li#headerLeft
{
	background: url(../images/header/border-left.gif) no-repeat left;
	width: 19px;
}

.navHeader ul li#headerRight
{
	background: url(../images/header/border-right.gif) no-repeat right;
	width: 18px;	
}

.navHeader ul li a 
{
	font: 12px arial;
	line-height: 35px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.navHeader ul li:hover a
{
	color: #990000;
	cursor: pointer;
}

.navHeader ul li div.linkCover
{
	width: 106px;
	height: 35px;
	background-color: Transparent;
}

/* Preload mouseover */
.headerPreload
{
	float: left;
	position: absolute;
	visibility: hidden;
	background-image: url(../images/header/mouseover.gif);
}

#sitePath
{
	font: 11px arial;
	letter-spacing: .1em;
	margin-top: 2px;
	margin-left: 6px;
	background-color: Transparent;
}

.pdbSearch
{
	display: block;
	float: right;
	width: 200px;
	margin: 17px 10px 0px 0px;
}

.pdbButton
{
	border: solid 2px #FFFFFF;
	background-color: #7ca7d2;
	width: 60px;
	height: 26px;
	font-weight: bold;
	color: #FFFFFF;
	-moz-border-radius: .4em;
	border-radius: .4em;

}

.pdbButtonWrapper
{
	float: right;
	border: solid 1px #7ca7d2;
	display: block;
	width: 60px;
	height: 26px;
	float: right;
	-moz-border-radius: .5em;
	border-radius: .5em;
}

.pdbText
{
	float: left;
	border: inset 1px #333333;
	width: 120px;
	height: 16px;
	padding: 2px;
	margin-top: 3px;
	margin-right: 10px;
}