﻿/*------------------------------------------------------------

common_screen.css
Screen media CSS common to all stylesheets.

------------------------------------------------------------*/

@media screen {





/*------------------------------------------------------------

HTML elements

------------------------------------------------------------*/

p {
	margin: 0 0 0.8em 0;
	line-height: 1.4em;
	font-family: Trebuchet MS, Verdana, Sans-Serif;
	font-size: 12px;
}

address {
	margin: 0 0 0.8em 0;
}

code, samp {
	font-size: 105%;
	line-height: 1.4em;
}

pre {
	font-size: 105%;
	line-height: 1.4em;
	margin: 0 0 0.8em 0;
}

pre code, pre samp {
	font-size: 100%;
}

a img {
	border: 0;
}

/* images */
img.floatLeft {
	margin: 0 10px 10px 0;
}

img.floatRight {
	margin: 0 0 10px 10px;
}



/*------------------------------------------------------------

lists

------------------------------------------------------------*/

ul {
	list-style: square;
	margin: 0 0 0.8em 0;
	padding: 0 0 0 25px;
}
html>body ul {
	padding: 0;
	margin-left: 25px;
}

ol {
	margin: 0 0 0.8em 0;
	padding: 0 0 0 32px;
}
html>body ol {
	padding: 0;
	margin-left: 32px;
}

li {
	margin-bottom: 0.2em;
}

dd {
	margin: 0 15px 0.8em 15px;
}





/*------------------------------------------------------------

tables

------------------------------------------------------------*/

table {
	margin: 0.8em 0 0.8em 0;
	border-spacing: 0;
	border-collapse: collapse;
}

th, td {
	padding: 3px;
	text-align: left;
}

thead th, thead td {
	border-bottom: 1px dashed #CCC;
}

tfoot th, tfoot td {
	border-top: 1px dashed #CCC;
}

tr.alt th, tr.alt td {
	background: #F0F0F0;
}

tbody th {
	color: #666;
}





/*------------------------------------------------------------

forms

------------------------------------------------------------*/

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}





/*------------------------------------------------------------

generic classes

------------------------------------------------------------*/

.spug-clearBoth {
	clear: both;
	height: 1px;
	overflow: hidden;
}





/*------------------------------------------------------------

header region

------------------------------------------------------------*/

.spug-Header {
	margin: 0;
	padding: 0 0 45px 0;
	height: 95px;
voice-family: "\"}\"";
voice-family:inherit;
	height: 50px;
}
html>body .spug-Header {
	height: 50px;
}



/* logo */
.spug-Logo {
	display: block;
	font-size: 1px;
	line-height: 1px;
	letter-spacing: -1em;
	text-indent: -9999px;
	color: #900;
	width: 150px;
	height: 48px;
	float: left;
}



/* header navigation */

.spug-NavHeader {
	margin: 0;
	padding-left: 200px;
	list-style: none;
	text-align: right;
	white-space: nowrap;
	color: #666;
}

.spug-NavHeader li {
	display: inline;
	padding-left: 25px;
}

.spug-NavHeader a:visited {
	color: #D3232E;
}

.spug-NavHeader a:hover {
	color: #900;
}



/* style switcher */

.spug-LayoutSwitcher {
	margin-top: 10px;
	text-align: right;
}





/*------------------------------------------------------------

primary navigation region

------------------------------------------------------------*/

.spug-NavPrimary {
	clear: both;
	margin: 0 0 20px 0;
	border-bottom: 1px dashed #666;
	padding: 0;
	list-style: none;
	height: 41px;
	min-width: 760px;
voice-family: "\"}\"";
voice-family:inherit;
	height: 40px;
}
html>body .spug-NavPrimary {
	height: 40px;
}

.spug-NavPrimary li {
	float: left;
}

.spug-NavPrimary a {
	display: block;
	float: left;
	font-weight: bold;
	font-size: 110%;
	text-decoration: none;
	padding: 10px 15px 0 15px;
	border-right: 1px dashed #666;
	height: 40px;
voice-family: "\"}\"";
voice-family:inherit;
	height: 30px;
}
html>body .spug-NavPrimary a {
	height: 30px;
}

.spug-NavPrimary a:visited {
	color: #D3232E;
}

.spug-NavPrimary a:hover {
	color: #900;
	text-decoration: underline;
}

.spug-NavPrimary li.selected a {
	background: #F0F0F0;
}





/*------------------------------------------------------------

breadcrumb

------------------------------------------------------------*/

.spug-Breadcrumb {
	margin: 10px 0 20px 0;
	padding: 0 15px 0 15px;
}

.spug-Breadcrumb a:visited {
	color: #D3232E;
}

.spug-Breadcrumb a:hover {
	color: #900;
}

.spug-Breadcrumb a.selected {
	text-decoration: none;
}






/*------------------------------------------------------------

secondary navigation region

------------------------------------------------------------*/

.spug-NavSecondary {
	border-top: 1px dashed #CCC;
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}

.spug-NavSecondary li {
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
}

.spug-NavSecondary a {
	display: block;
	border-bottom: 1px dashed #CCC;
	text-decoration: none;
	padding: 5px 0 6px 5px;
	font-size: small;
	line-height: normal;
}

.spug-NavSecondary a:visited {
	color: #D3232E;
}

.spug-NavSecondary a:hover {
	color: #900;
	text-decoration: underline;
}

.spug-NavSecondary li.selected a {
	font-weight: bold;
}


/* level 2 items */

.spug-NavSecondary ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.spug-NavSecondary ul a {
	padding-left: 13px;
	font-weight: normal !important;
}





/*------------------------------------------------------------

footer region

------------------------------------------------------------*/

.spug-Footer {
	clear: both;
	margin: 0 0 0 0;
	padding: 80px 0 20px 0;
	color: #666;
}



/* footer navigation */
.spug-NavFooter {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}

.spug-NavFooter li {
	padding-left: 25px;
	display: inline;
}

.spug-NavFooter a:visited {
	color: #D3232E;
}

.spug-NavFooter a:hover {
	color: #900;
}





/*------------------------------------------------------------

code guide definition list

------------------------------------------------------------*/

dl.spug-CodeGuide dt {
	margin: 1.4em 0 0.2em 0;
	font-size: 150%;
	color: #D3232E;
}

dl.spug-CodeGuide dd {
	border-bottom: 1px dashed #CCC;
	padding-bottom: 1em;
}

dl.spug-CodeGuide dl dt {
	margin-top: auto;
	font-size: 100%;
}

dl.spug-CodeGuide dl dd {
	border-bottom: none;
	padding-bottom: 0.2em;
	margin-right: auto;
}






/*------------------------------------------------------------

Technical Evaluation Styles

------------------------------------------------------------*/

.deck {
	font-size: 120%;
}

.columns .column {
	float: left;
}

.columns-3col .column {
	width: 230px;
	margin-left: 16px;
}

.columns-3col .first {
	margin-left: 0;
}

.columns .vcard {
	padding-bottom: 1em;
}

.columns .vcard h3 {
	margin-top: 0;
}

.columns .vcard address {
	font-style: normal;
}

.title {
	font-weight: bold;
	color: #666;
}





/*------------------------------------------------------------

upgrade message

------------------------------------------------------------*/

.upgrade {
	display: none;
}



/*------------------------------------------------------------

grid presentation and/or override rules

------------------------------------------------------------*/

.spug-ContentContainer {
	position: relative;
	z-index: 2;
}
html>body .spug-ContentContainer {
	overflow: hidden;
	min-height: 600px;
}

/* primary content */

.spug-ContentPrimary {
	padding: 0 15px 35px 35px;
}


/* secondary content */
.spug-ContentSecondary {
	
}
.spug-ContentSecondary h2.first {
	margin-top: 0;
}




}