/*
 *	styles.css
 *
 *	TRD Associates, LLC,  January 2010
 *
 *	$Id:$
 *
 *  Copyright (C) 2007-2010 TRD Associates, LLC
 *
 *    - All rights reserved.
 */

a,h1,h2,h3,h4 { color: #002D47 }

hr { 
	height: 2px;
	border: 1px solid #77B1D7; 	
}


.LiveSPC {font-size: 24pt; font-weight: bold; color: white; text-shadow: black 0.1em 0.1em 0.2em}
.LiveSPCp {	font-size: 18pt; font-weight: bold; color: white; text-shadow: black 0.1em 0.1em 0.2em}
.whiteShadow {color: white; text-shadow: black 0.1em 0.1em 0.2em}
.blackShadow {color: black; text-shadow: white 0.1em 0.1em 0.2em}

body {
	background-image: URL(images/pad_1.png);
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}

thead {
	text-align: center; 
	font-size: small;
	font-weight: bold;
	background: lightgrey; 
	color: black;
}

dt {
	margin-top: 7px;
	padding: 3px;
	background-color: #f3f3f3;
}

dd {
	padding: 5px;
}

.floatRight {
	padding: 10px 0px 10px 10px;
	float: right;
}

.floatLeft {
	padding: 10px 10px 10px 0px;
	float: left;
}

/*
 *  Link styles
 */
 
A:link, A:visited, A:active {
	text-decoration: none;
	font-style: oblique;
	padding-left: 7px;
	padding-right: 7px;
}

A:hover { text-decoration: underline }

A img { border: none; padding: 0px; margin: 0px; }

.small {
	font-size: 9pt;
	padding-left: 0px;
	padding-right: 0px;
}

.smallDate {
	font-size: 8pt;
	color: #002D47;
}

.smallLink {
	font-size: 8pt;
}

/*
 *  Buttons
 */
 
.smbtn {
	font-size: 7pt;
	font-weight: bold;
	color:#002D47;
	background-color:#FFF;
	border: 2px solid;
	border-color: #7796B2 #005B99 #005B99 #7796B2;
}

.smbtn:hover {
	text-decoration: underline;
	border-color: #00386B #002D47 #002D47 #00386B;
}

.smbtn:active {
	background-color: #7796B2;
}

.Xbtn {
	width: 15px;
	height: 15px;
	background-color: #FFFFFF;
	background-image: URL(images/X.png);
	border: none;
}

.Xbtn:hover {
	background-color: #FFFF00;
}

.linkBtn {
	font-size: 8pt;
	font-style: oblique;
	color:#002D47;
	background-color: transparent;
	border: none;
	padding: 0px;
}

.linkBtn:hover {
	text-decoration: underline;
}

.session {
	font-size: 9pt;
}

.user { background-color: white;  }

.floatingTable {
	float: right;
	margin-top: 10px;
	margin-left: 7px;
	margin-right: 10px;
}

.floatingForm {
	float:right;
	padding:10px;
	margin: 10px 0px 0px 0px;
	width:355px;
	background-color:#dfdfdf;
}

.resourceTable {
	float: right;
	background-color: #005B99;
	margin-top: 12px;
	margin-left: 12px;
	margin-bottom: 12px;
}

.resourceTable th {
	color: #fff;
	text-align: center;
}

.resourceTable td {
	padding: 0px;
	background-color: #FFC870;
}

.footer {
	text-align: center;
	font-size: 8pt;
	color: #77B1D7;
	white-space: nowrap;
}




.mainHeader {
	height: 80px;
	background: #77B1D7;
	padding-left: 0.8em;
	padding-top: 12px;
}


.header {
	background: #77B1D7;
	white-space: nowrap;
}

.headerUL {
	display: block;
	height: 35px;
	width: 940px;
	margin: 0px auto;
	padding: 0px;
	font-size: 10pt;
	border-left: 1px solid #DFDFDF;
}

.headerUL li {
	color: #fff;
	float: left;
	border-right: 1px solid #DFDFDF;
	display: block;
	height: 35px;
	line-height: 35px;
}

.headerUL li a {
	color: #fff; 
	display: block;
	font-weight: bold;
}

.headerUL .noLink {
	color: #fff; 
	float: left;
	display: block;
	padding: 0px 10px 0px 10px;
	white-space: nowrap;
	overflow: hidden;
}

.headerUL li a:hover {
	background: #005B99;
}



.smallHeaderUL {
	display: block;
	height: 24px;
	width: 340px;
	margin: 0px auto;
	padding: 0px;
	font-size: 10pt;
	border-left: 1px solid #DFDFDF;
}

.smallHeaderUL li {
	color: #fff;
	float: left;
	border-right: 1px solid #DFDFDF;
	display: block;
	height: 24px;
	line-height: 24px;
}

.smallHeaderUL li a {
	color: #fff; 
	display: block;
	font-weight: bold;
	height: 24px;
}

.smallHeaderUL li a:hover {
	background: #005B99;
}




.article {
	text-align: left;
	width: 750px;
	background-color: #FFF;
	border-top: 1px solid #77B1D7;
	border-left: 1px solid #77B1D7;
	border-bottom: 2px solid #005B99;
	border-right: 2px solid #005B99;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	margin: 8px 0px 8px 0px;
}

.article td {
	padding: 10px;
}

.articleHeading {
	font-size: 26pt;
	padding: 10px;
	height: 1.2em;
	background-color: #005B99;
	color: white;
}

.infoBar {
	margin:20px;
	border-left: 45px solid #7796B2;
	padding:10px;
}


.report {
	text-align: left;
	border-top: 1px solid #77B1D7;
	border-left: 1px solid #77B1D7;
	border-bottom: 2px solid #005B99;
	border-right: 2px solid #005B99;
	background-color: #FFF;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	margin: 8px 0px 8px 0px;
}

.dataset { 	
	border-top: 1px solid #77B1D7;
	border-left: 1px solid #77B1D7;
	border-bottom: 2px solid #005B99;
	border-right: 2px solid #005B99;
	background-color: #FFF;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	margin: 8px 0px 8px 0px;
}

.frontMatter { 
	background-color: white; 
	padding: 14px;
}

.keyPoint {
	text-align: center;
	font-style: oblique;
	font-weight: bold;
	font-size: 14pt;
	margin: 8px 0px 8px 0px;
	padding: 8px;
	border: 1px solid #002D47;
	color: #00386B;
	background-image: URL(images/pad_1.png);
}

.highlighted {
	color: #AF0000;
	text-align: center;
}

.headline {
	color: #002D47;
	text-align: center;
	font-weight: bold;
	font-size: 14pt;
	margin-top: 0.4em;
}

.subtopic {
	color: #002D47;
	font-weight: bold;
	font-size: 12pt;
	margin-top: 1em;
}


.cell {
	background-color: #FFC870; 
	border: groove;
}

.viewCell {
	text-align: center;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
}

.sample { 
	background-color: #FFC870;
	margin-left: auto;
	margin-right: auto;
 }

.sample td { 
	background-color: #FFFFFF;
	border: solid #77B1D7 1px;	
	text-align: center;
	padding-left:3px; 
	padding-right: 3px;
}

.sample th {
	white-space: nowrap;
	border: solid #77B1D7 1px;	
	font-weight: bold;
	background: lightgrey;
	text-align: center;
	padding-left:3px; 
	padding-right: 3px;
}


.obs {
	text-align: right; 
	padding-left:15px; 
	padding-right: 15px;
}
			
.label {
	font-weight: bold;
	background: lightgrey;
	color: black; 
}

.column {
	text-align: center;
	font-weight: bold;
	background: lightgrey;
	padding-left: 3px; 
	padding-right: 3px;
	color: black; 
}

.centered {
	text-align: center;
	padding-left: 3px; 
	padding-right: 3px;
}

.centeredTable { 
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.statsTable {
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}

.statsTable caption {
	padding-top: 20px;
	margin-top: 10px;
}

.statsTable td {
	white-space: nowrap;
	border: solid #77B1D7 1px;	
	text-align: center;
	padding-left: 3px; 
	padding-right: 3px;
}
.statsTable th {
	white-space: nowrap;
	border: solid #77B1D7 1px;	
	text-align: center;
	padding-left: 3px; 
	padding-right: 3px;
}


.heading {
	text-align: center; 
	font-size: small;
	font-weight: bold;
	background: lightgrey; 
	color: black;
}

			
.smallURL {
	font-size: 8pt;
	text-align: center;
}

.timeLabel {
	font-style: oblique;
	font-size: 8pt;
	text-align: center;
}

.editUser {
	background-image: none;
	background-color: #77B1D7;
}

.number {text-align: right}

.summary {text-align: center}


.discussion { margin: 1px }

.commentEntry {
	padding: 5px;
	background: #efefef;
	font-size: 12px;
	border-top: solid #7796B2 thin;
}

.replyEntry {
	padding: 5px;
	background: #DFDFDF;
	font-size: 12px;
	border-top: solid white 1px;
	border-left: solid white 25px;
	border-right: solid white 5px;
	border-bottom: solid white 1px;
}


.comment {
	padding: 5px;
	background: #FFFFFF;
	font-size: 12px;
	border-top: solid #7796B2 thin;
}

.commentlink {
	float: right;
	font-size: 8pt;
	color: white;
	background: #7796B2;
}

.reply {
	padding: 5px;
	background: #DFDFDF;
	font-size: 12px;
	border-top: solid white 1px;
	border-left: solid white 25px;
	border-right: solid white 5px;
	border-bottom: solid white 1px;
}

.discussDiv {
	margin: 15px 15px 35px 50px;
}

.discussFrame {
	border: solid #7796B2 1px;
	overflow-x: hidden; 
	overflow-y: scroll; 
}

.commenter {
	color: #00305E;
	text-align: right;
	font-size: 8pt;
	float: right;
	padding-left: 7px;
	padding-bottom: 3px;
}
