/*
default_print.css

Description:
Print-friendly stylesheet used by newer generation browsers.

Version
1.0 - October 14, 2005

Author:
Sing Chan, sing_chan@grey.net
*/

@media print {
/* hidden elements */
#navPrimary, #navChooser, #navFooter a, #navFooter span, #upgrade, .more, .noprint, #logo {
	display: none !important;
}


/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */
.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}


/* common HTML element styles */

body {
	font-family: 'Trebuchet MS', sans-serif;
	font-size: small;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

td, th {
	padding: 0;
	vertical-align: top;
	text-align: left;
}

img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 0.2em 0;
}

h1 {
	margin: 0 0 1em 0;
	font-size: x-large;
	border-bottom: 1px solid #CCC;
	padding-bottom: 0.25em;
}

h2 {
	font-size: large;
}

h3 {
	font-size: medium;
}

h4, h5, h6 {
	font-size: small;
}

h5 {
	font-weight: normal;
	font-style: italic;
}

h6 {
	font-weight: normal;
}

p {
	margin-top: 0;
}

blockquote {
	margin-bottom: 0;
}

ul {
	list-style-type: square;
	margin-top: 0;
	margin-left: 20px;
}
html>body ul {
	margin-left: 0;
	padding-left: 20px;
}

ul.nobullet {
	list-style-type: none;
	margin-left: 10px;
}
html>body ul.nobullet {
	margin-left: 0;
	padding-left: 10px;
}

ul ul {
	margin-bottom: 0;
}

ol {
	margin-top: 0;
	margin-left: 28px;
}
html>body ol {
	margin-left: 0;
	padding-left: 28px;
}

li {
	margin: 0 0 0.4em 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input.text {
	width: 100%;
}

select {
	width: 100%;
}



/* element class styles */

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.normal {
	font-weight: normal;
	font-style: normal;
}

.error {
	color: #900;
}

.hidden {
	display: none;
}

.clear {
	clear: both;	
}

.micetype {
	color: #666;
	font-size: x-small;
	margin-top: 2em;
}

.micetype p {
	line-height: normal;
	margin: 0;
}


.anchor, .anchor:hover {
	color: #000;
	text-decoration: none;
}



/* column layout styles */

.areaTitle {
	padding-bottom: 1px;
}

.colCenter {
	width: auto;
}

td.colRight {
	width: 25%;
	padding-left: 10px;
}

.hero {
	padding-bottom: 1em;
}



/* content area table styles */

.content table {
	width: 100%;
	border-top: 1px solid #999;
	margin-bottom: 1em;
}

.content th, .content td {
	padding: 4px 12px 4px 0;
	font-size: small;
	font-family: Verdana, sans-serif;
	line-height: 1.4em;
	border-bottom: 1px solid #999;
}

.content thead th {
	vertical-align: bottom;
}



/* tidbit styles */

.tidbit, .tidbit h4, .tidbit h5, .tidbit h6 {
	margin-top: 0;
}

.tidbit {
	margin-bottom: 2em;
}



/* hero styles */

#hero {
	border-bottom: 1px solid #CCC;
}

#hero h2 {
	margin-top: 0;
}



/* features styles */

#features, #features h4, #features h5, #features h6 {
	margin-top: 0;
}

#features p {
	margin-bottom: 0.5em;
}




/* named element styles */

#navFooter {
	margin-top: 2em;
	padding-top: 1em;
	border-top: 1px solid #CCC;
}

#navFooter span.legal {
	display: inline !important;
}


}