﻿/***
 *** 
 *** 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 primary style sheet
 ***
 *** Revisions:
 ***
 ***	2009-09-03	A. Simms	Added header
 ***    2009-09-12  S. Rysavy   Moved header & footer to new stylesheets.  
 ***/
 
 /* Global Styles */
/* DEFAULT */
html,body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,form,p,input 
{ 
	margin: 0px; 
	padding: 0px;
	border: none 0px;
}
h1,h2,h3,h4,h5,h6
{
	font-weight: bold;
	font-style: normal;
	font-family: Times New Roman;
	color: #990000;
	letter-spacing:.1em;
	text-align: left;
} 

body 
{
	font: 13px arial;
	color:#333333;
	background-color: #f5f5f5;
	background-image: url(../images/main/main-background.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment: fixed;
}

table
{
	border-collapse: collapse;
	border-spacing: 0px;
}

.bodyText
{
	text-align: justify;
}

.bodyTextLeft
{
	text-align: left;
}

.bodyTextCenter
{
	text-align: center;
}

td 
{
	font:11px arial;
	color:#333333;
}
	
a 
{
	color: #990000;
	text-decoration:none;
	font-weight:bold;
}

a:hover 
{
	color: #990000;
	text-decoration:underline;
}

p 
{
	margin-bottom: 10px;
}

p.justify 
{
	text-align:justify;
}

ul
{
	list-style-type: none;
	list-style-position: outside;
}	

ol
{
	list-style-position: outside;
	margin-left: 1em;
	padding-left: 1em;
}

ol li
{
	margin-bottom: 8px;
}

h1 {
	font-size: 24px;
	line-height:30px;
	margin-bottom: 5px;
}

h2 /* As in "Browse Target Images */
{
    font: 20px;
	line-height:26px;
	margin-bottom: 5px;
}

h3
{
    font: 18px;
	line-height:24px;
	color: #003399;
	font-weight:bold;
}

h4
{
	font: 16px;
	line-height: 20px;
	font-weight: bold;
}
	
/* ID Styles */

#padding 
{
	padding:20px 5px 20px 5px;
}
	
#top {
    width: 100%;
    top: 0px;
}

#contentBorder
{
	width: 1016px;
	margin: 0px auto 0px;
	margin-top: 10px;
    margin-bottom: 20px;
    background: url(../images/main/main-content-repeat.gif) repeat-y top;
}

#content 
{
	width: 1000px;
	min-height: 500px;
	overflow: hidden;
	margin: 0px auto 0px;
	background-color: Transparent;
}

.contentTop
{
	margin: 0px;
	padding: 0px;
	height: 13px;
	width: 1016px;
	background: url(../images/main/main-content-top.gif) no-repeat top;
}

.contentBottom
{
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 1016px;
	background: url(../images/main/main-content-bottom.gif) no-repeat bottom;
}

#contentBorderWide
{
	width: 1066px;
	margin: 0px auto 0px;
	margin-top: 10px;
    margin-bottom: 20px;
    background: url(../images/main/main-content-repeat-wide.gif) repeat-y top;
}

#contentWide
{
	width: 1050px;
	min-height: 500px;
	overflow: hidden;
	margin: 0px auto 0px;
	background-color: Transparent;
}

.contentTopWide
{
	margin: 0px;
	padding: 0px;
	height: 13px;
	width: 1066px;
	background: url(../images/main/main-content-top-wide.gif) no-repeat top;
}

.contentBottomWide
{
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 1066px;
	background: url(../images/main/main-content-bottom-wide.gif) no-repeat bottom;
}

#contentNoBackground
{
	width: 1016px;
	margin: 0px auto 0px;
}

#Left
{
    width: 145px;
    float: left;
    margin-left: 20px;
    margin-top: 7px;
    margin-right: 5px;
    padding-top: 10px;
    height: 400px;
    background-image: url(../images/red_nav_fade.gif);
    background-position: right;
    background-repeat: no-repeat;
}

/* Width of content area is 810px */
#MainNav
{
	margin-left: 180px;
	margin-right: 20px;
    background-color: Transparent;
}

/* Width of content area is 550px */
#MainNavBackground
{
	margin-left: 180px;
	margin-right: 280px;
	background-color: Transparent;
}

/* Width of content area is 960px */
#MainNoNav
{
	margin-left: 20px;
	margin-right: 20px;
    background-color: Transparent;
}

#description
{
    margin-top: 0px;
    margin-left: 18%;
    width: 68%;
    margin-bottom:50px;
    left: 22%;
}



#ctl00_MainContent_tableImages td 
{
    text-align: center;
}
	
#calendar td {
	border: 1px solid rgb(0,51,153);
	}
	
#noborder td {
	border: 0px;
	}
	
#weekdays th {
	font:11px arial;
	color: #ffffff;
	font-weight:bold;
	border: 0px;
	padding:2px;
	}

#calheader td 
{
	font-weight:bold;
}
	
.query
{
    font-family:"Courier New",Courier,mono;
}

.smallText {
	font:12px times new roman;
	color: #CC3300;
	line-height:18px;
	}
	
.pageName {
	font:16px georgia;
	color: #990000;
	letter-spacing:.1em;
	line-height:26px;
	}
	
.topNav 
{
    font: 11px arial;
    margin: 0px;
}
	
.navText
{
	text-align: left;
	font:12px arial;
	color: #990000;
	letter-spacing:.1em;
}

.navText li
{
    text-align: left;
    color: #990000;
    margin-top: 10px;
    margin-bottom: 0px;
}

.navText li ul
{
	top: -5px;
	margin: 0px;
}

.navText li ul li
{
	list-style-type: circle;
	margin-left: 2em;
	margin-top: 0px;
}

.keyw {
	visibility : hidden;
}

.figure
{
	text-align: center;
}

.figureText
{
	width: 500px;
	margin: 0px auto 10px;
	font-size: 13px;
	font-family: arial;
	letter-spacing: .1em;
	color: #990000;
	font-style: italic;
	text-align: center;
}

.listSpace li
{
	margin: 0px 0px 3px 5px;
}

.inputTextBox
{
	border: inset 1px #333333;
	padding: 2px;
	background-color: #f6f6f6;
}

/* Border-radius is a FireFox specific property and will cause a validation error, ignore it */
.inputButton
{
	border: solid 1px #333333;
	padding: 2px;
	background-color: #7ca7d2;
	color: White;
	font-weight: bold;	
	-moz-border-radius: .5em;
	border-radius: .5em;
}

.inputButton:hover
{
	background-color: #7ca7d2;
	color: White;
	font-weight: bold;	
	text-decoration: none;
}

.sponsorLinks
{
	margin-left: auto;
	margin-right: auto;
	
}

.sponsorLinks tr td
{
	width: 250px;
	text-align: center;
}

.templateWidth
{
	text-align: left;
	overflow: hidden;
	font-size: 10px;
}

.simulationText
{
	width: 170px;
	font: 14px arial;
	text-align: center; 
	font-weight: normal;
	color: #990000;
	background-color: #FFFFFF;
	border: none;
	padding: none;
	margin: none;
}

.publicationBullets
{
	list-style-type: disc;	
	list-style-position: outside;
	margin-left: 1em;
	padding-left: 1em;
}

.publicationBullets li
{
	margin-bottom: 4px;
}

.targetstats table tr td
{
	font-size: 15px;
}