/* public.css */

/* General styles */
a {
	outline: none;
}
acronym {
	cursor: help;
}

body {
	background: #fff;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}

hr {
	border: none;
	border-top: 1px solid #bfbfbf;
}

hr.short {
	margin: 0 auto 0 0;
	width: 200px;
}

img {
	border: 0;
}

li .handle {
	color: #999;
	cursor: move;
	font-size: 8pt;
}

.left {
	float: left;
	margin-right: 5px !important;
}

.right {
	float: right;
	margin-left: 5px !important;
}

.note {
	color: #808080 !important;
	font-style: oblique;
}


/* Compound selections */

#banner div, #footer {
	margin: 0 auto;
	width: 750px;
}


/* Header styles */

#header {
	background: #000;
	color: #bfbfbf;
}

#banner {
	background: transparent url(/images/bkg_Banner.png) repeat-x;
	height: 50px;
}

#banner h1 {
	float: left;
	height: 50px;
	margin: 0;
	padding: 0;
	/*width: 200px;*/
}

#banner h1 span, #banner h2 span {
	display: none;
}

#banner h2 {
	background: transparent url(/images/h2_TagLine.png) no-repeat top left;
	float: right;
	height: 50px;
	margin: 0;
	padding: 0;
	width: 209px;
}

#color_bar {
	background-color: #ffcf40;
	height: 5px;
}

#menu {
	background: #000 url(/images/bkg_Menu.png) repeat-x;
	/*clear: both;*/
	font-size: 12px;
	font-weight: bold;
	height: 14px;
	padding: 3px 0;
	text-align: center;
}

#menu a {
	color: #bfbfbf;
	margin: 0 -2px;
	padding: 3px 25px;
	text-decoration: none;
}

#menu a:hover {
	background: transparent url(/images/bkg_MenuOver.png) repeat-x;
	color: #fff;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu ul li {
	display: inline;
	margin: 0;
}

#menu ul li.selected a {
	background: #fff url(/images/bkg_MenuSelected.png) repeat-x;
	color: #404040;
}

#menu ul li.selected a:hover {
	color: #000;
}


/* Body styles */

#body {
	margin: 20px auto;
	min-height: 250px;
	width: 750px;
}

#body a {
	color: #4070ff;
	text-decoration: none;
}

#body a:hover {
	text-decoration: underline;
}

#body a.offsite:after {
	content: url(/images/offsite.png);
	margin-left: 0.2em;
}

#body a#click {
	background: transparent url(/support/images/logo_Click_off.png) no-repeat;
	float: left;
	height: 102px;
	margin: -12px 0 20px;
	vertical-align: middle;
	width: 175px;
}

#body a#click span {
	display: none;
}

#body a#click:hover {
	background: transparent url(/support/images/logo_Click_on.png) no-repeat;
}

#body a#command {
	background: transparent url(/support/images/logo_Command_off.png) no-repeat;
	float: left;
	height: 104px;
	margin: -12px 0 20px;
	vertical-align: middle;
	width: 175px;
}

#body a#command span {
	display: none;
}

#body a#command:hover {
	background: transparent url(/support/images/logo_Command_on.png) no-repeat;
}

#body a#smartsensor {
	background: transparent url(/support/images/logo_SmartSensor_off.png) no-repeat;
	float: left;
	height: 104px;
	margin: -12px 0 20px;
	text-align: center;
	vertical-align: middle;
	width: 175px;
}

#body a#smartsensor span {
	display: none;
}

#body a#smartsensor:hover {
	background: transparent url(/support/images/logo_SmartSensor_on.png) no-repeat;
}

#body h1 {
	clear: both;
	font-size: 14pt;
	margin-bottom: 32pt;
}

#body h1, #body h1 a, #body h3, #body h3 a {
	color: #000;
}

#body h1 #nav {
	color: #bfbfbf;
	float: right;
	font-size: 8pt;
	font-weight: bold;
}

#body h1 #nav a {
	color: #808080;
}

#body h2 {
	border-bottom: 1px solid #bfbfbf;
	clear: both;
	font-size: 12pt;
	margin-top: 24pt;
}

#body h2, #body h2 a, #body h2 a:visited {
	color: #808080;
}

#body h2 span.part_number {
	font-size: 9pt;
}

#body h3 {
	font-size: 10pt;
/*	margin-bottom: 0;*/
}

#body h3 + p, #body h3 + ul {
	margin-top: -12px;
}

#body h4 {
	font-size: 8pt;
	margin-bottom: -8pt;
}

#body input {
	font: 10pt/12pt Helvetica, Arial, sans-serif;
}

#body input.wide, #body textarea.wide {
	width: 100%;
}

/*#body label {
	font-size: 8pt;
	font-weight: bold;
	line-height: 9pt;
	margin-bottom: 0;
}*/

#body ol {
	margin: 0;
	padding-left: 1.5em;
}

#body ul {
	list-style: square;
	margin: 0;
	padding-left: 1em;
}

#body p, #body li, #body div {
	color: #404040;
	font-size: 10pt;
	line-height: 15pt;
}

#body table {
	border: 1px solid #bfbfbf;
	border-bottom: 2px solid #bfbfbf;
	border-collapse: collapse;
	width: 100%;
}

#body table th {
	background: #bfbfbf url(/images/bkg_TableHeader.png) repeat-x;
	color: #404040;
	font-size: 8pt;
	padding: 3px;
	vertical-align: middle;
}

#body table th a {
	color: #bfbfbf;
	text-decoration: none;
}

#body table th a:hover {
	color: #fff;
}

#body table td {
	font-size: 8pt;
	padding: 3px;
	vertical-align: top;
}

#body table td:first-child {
	border-left: none !important;
}

#body table tr.off {
	background: #fff;
}

#body table tr.off td {
	border-left: 1px solid #efefef;
}

#body table tr.on {
	background: #efefef;
}

#body table tr.on td {
	border-left: 1px solid #fff;
}

#body textarea {
	font: 10pt/12pt Helvetica, Arial, sans-serif;
}

#body #billboard {
	line-height: 0;
	margin: 0 0 10px 0;
}

#body #column23 {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	width: 490px;
}

#body #column13 {
	float:right;
	margin: 0 0 0 10px;
	padding: 0;
	width: 240px;
}

#body #column34 {
	float: left;
	margin: 0;
	width: 550px;
}

#body #column14 {
	float: right;
	margin: 0 0 0 10px;
	width: 180px;
}

#body #column14 p, #body #column14 li {
	font-size: 8pt;
	line-height: 10pt;
}

#body #column14 .window {
	background: #404040;
	border: 1px solid #000;
	margin: 0;
	margin-bottom: 20px;
	padding: 10px;
}

#body #column14 .window a {
	color: #fff;
}

#body #column14 .window h1 {
	background: #000 url(/images/bkg_SidebarHeading.png) no-repeat;
	color: #fff;
	font-size: 8pt;
	margin: -11px -11px 10px -11px;
	padding: 5px 10px;
}

#body #column14 .window h1 + * {
	margin-top: 0;
}

#body #column14 .window h2 {
	background: #202020;
	border-top: 2px groove #808080;
	border-bottom: 2px groove #808080;
	color: #fff;
	font-size: 8pt;
	line-height: 10pt;
	margin-left: -10px;
	margin-right: -10px;
	padding: 2px 10px;
}

#body #column14 .window h3 {
	border: none;
	color: #bfbfbf;
	font-size: 8pt;
	line-height: 10pt;
	margin-bottom: 0;
}

#body #column14 .window h3 + * {
	margin-top: 0;
}

#body #column14 .window p, #body #column14 .window li {
	color: #bfbfbf;
	font-size: 8pt;
	line-height: 11.5pt;
}

#body .leftSide {
	border-right: 1px solid #bfbfbf;
	clear: left;
	float: left;
	margin: 0 -1px 24pt 0;
	padding-right: 20px;
	width: 355px;
}

#body .rightSide {
	border-left: 1px solid #bfbfbf;
	clear: right;
	float: right;
	margin: 0 0 24pt -1px;
	padding-left: 20px;
	width: 354px;
}

#body #page_nav {
	background: transparent url(/images/bkg_Ticker.png) no-repeat;
	color: #808080;
	font-size: 10pt;
	height: 14px;
	margin: 0 0 10px 0;
	padding: 5px 10px;
	text-align: center;
}

#body #page_nav a {
	color: #808080 !important;
/*	font-weight: bold;*/
}

#body #page_nav a:hover {
	color: #404040 !important;
}

#body #ticker {
	background: transparent url(/images/bkg_Ticker.png) no-repeat;
	color: #808080;
	font-size: 10pt;
	height: 14px;
	margin: 0 0 10px 0;
	padding: 3px 10px 7px 10px;
}

#body #ticker a#ticker-headline {
	color: #808080 !important;
	font-weight: bold;
	text-decoration: none;
}

#body #ticker .separator {
	margin: 0 10px;
}

#body #ticker a#news-link {
	color: #808080;
	text-decoration: none;
}


/********************/

#body .box {
	background-color: #333;
	border: 1px solid black;
	margin: 0 0 10px 0;
	padding: 4px
}

#body .box img {
	margin: 0;
	padding: 0;
}

#body .box p {
	color: #808080;
	font-size: 8pt;
	line-height: 10pt;
	margin: 4px 0 0 0 !important;
	padding: 0
}

#body .caption {
	font-size: 8pt;
	line-height: 10pt;
/*	margin-top: -12pt;*/
}

#body .pullquote {
	background-color: #dfdfdf;
	border: 1px solid #bfbfbf;
	color: #808080;
	font-size: 16pt;
	font-weight: bold;
	line-height: 20pt;
	margin: 10px 0;
	padding: 10px
}



/* BUTTON STYLES */

#body .clear {
	overflow: hidden;
	width: 100%;
}

#body a.button {
	display: block;
	float: left;
	font-size: 12px;
	font-weight: normal !important;
	height: 24px;
	margin-right: 12px;
	padding-right: 24px; /* sliding doors padding */
	text-decoration: none;
}

#body a.button span {
	display: block;
	line-height: 14px;
	padding: 5px 0.5em 5px 12px;
}

#body a.black {
	background: transparent url(/images/btn_Black_a.png) no-repeat scroll top right;
	color: #fff !important;
}

#body a.black span {
	background: transparent url(/images/btn_Black_span.png) no-repeat;	
}

#body a.blue {
	background: transparent url(/images/btn_Blue_a.png) no-repeat scroll top right;
	color: #fff !important;
}

#body a.blue span {
	background: transparent url(/images/btn_Blue_span.png) no-repeat;	
}

#body a.green {
	background: transparent url(/images/btn_Green_a.png) no-repeat scroll top right;
	color: #fff !important;
}

#body a.green span {
	background: transparent url(/images/btn_Green_span.png) no-repeat;	
}

#body a.red {
	background: transparent url(/images/btn_Red_a.png) no-repeat scroll top right;
	color: #fff !important;
}

#body a.red span {
	background: transparent url(/images/btn_Red_span.png) no-repeat;	
}

#body a.silver {
	background: transparent url(/images/btn_Silver_a.png) no-repeat scroll top right;
	color: #808080 !important;
}

#body a.silver span {
	background: transparent url(/images/btn_Silver_span.png) no-repeat;	
}



/********************/

#body .bio_bug {
	clear: both;
}

#body .bio_bug img {
	float: left;
	margin: 0 10px 10px 0;
}

#body .bio_image {
	float: right;
	margin: 0 0 10px 10px;
}

#body .column {
	float: left;
	margin: 0;
	width: 250px;
}

#body .delete {
	font-weight: bold;
	text-align: center;
	width: 20px;
}

#body .delete a {
	color: #800020;
	text-decoration: none;
}

#body .panel_row {
	clear: both;
}

#body .panel {
	float: left;
	margin: 0 10px 10px 0;
	padding: 0;
	text-align: center;
}

#body .last {
	margin-right: 0;
}


/* PAGINATION STYLES */

#body .pagination {
	font-size: 8pt;
	margin: 10px 0;
}

#body .pagination a {
	margin: 0 5px;
  text-decoration: none;
}

#body .pagination a:hover, .pagination a:active {
	text-decoration: underline;
}

#body .pagination span.current {
  font-weight: bold;
	margin: 0 5px;
}

#body .pagination span.disabled {
  color: #bfbfbf;
	margin: 0 5px;
}


/* WARNING MESSAGE BOXES */

.warning {
	background: #bfbfbf;
	border: 1px solid #404040;
	color: #000;
	font: 10pt/12pt Helvetica, Arial, sans-serif;
	margin-bottom: 20px;
	padding: 10px;
}

/* FLASH MESSAGE BOXES */

#error, #notice {
	color: #000;
	font: 10pt/12pt Helvetica, Arial, sans-serif;
	margin-bottom: 20px;
	padding: 10px;
}

#error {
	background: #fcc;
	border: 1px solid #f00;
}

#notice {
	background: #cfc;
	border: 1px solid #0f0;
}


/* FOOTER STYLES */

#footer {
	border-top: 1px solid #bfbfbf;
	clear: both;
	color: #808080;
	font-size: 8pt;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
}

#footer a {
	color: #000;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer ul {
	border-bottom: 1px solid #bfbfbf;
	margin: 0;
	padding: 5px 0;
}

#footer ul li {
	display: inline;
}


/* Error message styles */

#errorExplanation {
	background: #fcc;
	border: 1px solid #f00;
	color: #000;
	padding: 20px;
	width: 50%;
}

#errorExplanation h2 {
	border: none;
	color: #000;
	font-size: 12pt;
}

#errorExplanation p, #errorExplanation li {
	font-size: 10pt;
	line-height: 12pt;
}

.fieldWithErrors {
	display: inline;
	font-size: 10pt;
	line-height: 12pt;
}
