@charset "utf-8";
/* CSS Document */

@page h2 {
	page-break-after: avoid;
}

@page {
	orphans: 2;
	widows: 2;
}



/*
Printout for main content of pages only. Sidebars and navigational elements hare surpressed. Background colors and images have been turned off.
*/

#Sencon_logo {
	display: none;
}

#LangBar {
display: none;
}

#Print_logo {
	position:absolute;
	left:840px;
	top:5px;
	width:400px;
	height:87px;
	z-index:1;
}
a.imglink:link {
	border: none;
}

#strapline {
	display: none;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
}


h1, h2, h3, p, ol, ul {
	margin-top: 0;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2 {
	font-weight: normal;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.4em;
	font-weight: normal;
}

h2 {
	letter-spacing: 1px;
	font-size: 1.8em;
}

h3 {letter-spacing: 1px;}

h4 {letter-spacing: 1px;
line-height: 125%;
text-decoration: none;
}

p, ol, ul {
	margin-bottom: 1.5em;
	line-height: 150%;
}

a[href] {
text-transform: uppercase;
	color: #A4E4F5;
}

links mainpanel {
color: #003366;
}


hr {
	display: none;
}

/* Header */

#header {
	height: 150px;
	background:none;
}

#logo {
	float: left;
	background-image: url(images/sencon_blue.png);
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	line-height: normal;
	
}

#logo h1 {
	padding: 47px 0 0 20px;
	font-size: 3em;
	color: #62D6F5;
}

#logo p {
	padding: 69px 0 0 7px;
	letter-spacing: normal;
	font-size: 1.35em;
	color: #003366;
}

#logo a {
	text-decoration: none;
	color: #62D6F5;
}

#menu {
	display: none;
}

/* Page */

#page {
width: 100%; margin: 0;
}

/* Content */

#content {
	float: left;
	width: 100%;
	padding: 0 0 0 0px;
}

.submit-button {
	background-color: #CCCCCC;
	width: 100px;
	height: 25px;
	margin: auto;
	text-align: center;
	border: 1px;
	border-color:#000000;
	background-image: url(images/formbg.gif);
	padding: 1px 2px;
	border-style: solid;
}


.techtable {
	border-collapse: collapse;
	border-spacing: 0pt;
	border: 1px solid;
	border-color: #0066CC;
	page-break-inside: avoid;
}
.techtable td, th {
	background: white;
	border: inset 1pt;
	border-color: #0066CC;
	
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 150%;	
	page-break-inside: avoid;
 }
 
 .formtable {
	border-collapse: collapse;
	border: 0px;
    border-color: #003366;
	background: #3399CC;
	padding: 5px;
	page-break-inside: avoid;
 }
 
.caption {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0033;

	}
	



.info {
text-align: right;
}


.post {
	margin-bottom: 15px;
	background: none;
	color: #0A416B;
}

.post .hilite {
color:#CC0033;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.post a {
	color: #A4E4F5;
}


.post .title {
	margin: 0;
	padding: 30px 30px 0 30px;
}

.post .title a {
	text-decoration: none;
	color: #0A416B;
}

.post .byline {
	margin: 0;
	padding: 0 30px;
}

.post .links {
	display: none;
}

.post .links a {
	display: none;
}

.post .entry {
	padding: 20px 30px 10px 30px;
}

.post .entry li {
font-weight:lighter;
	letter-spacing: normal;
	line-height: 150%;	
}

.post .entry a[href] {
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
}

.post .entry a[href]:hover {
color: #00CCFF;
}

.post .entry a.info_request {
display: none;
}

.post .entry a.cd_link {
display: none;
}

.post .entry a.doc_link {
display: none;
}

/* Sidebars */

.sidebar {
	display: none;
}




/* Footer */

#footer {
	clear: both;
	padding: 40px 0;
	background: none;
}

#footer p {
	text-align: center;
	font-size: smaller;
	color: #000000;
}

#footer a {
	color: #0F5B96;
	}
	
#w3c {
display: none;
}