/* -- WebSite Accelerator 3.0.0.0 --

  WSA Stylesheet Master
  Copyright  2005 PowerServe International.
  All Rights Reserved.
  Creation Date: 2004.12.13
  Last Modified
	  Date: 2008.12.12
	  By: Phil Rundle
  Layout: Standard
		Header
		Top Nav
		Left Nav
		Content
		Footer
*/
/*	Colors.............
	Background		fff
	Text			000
	Links			099
	links Hover		066
	Headings		099
	...................*/
	
/*	Flags.............
	=Header
	=Topnav
	=Leftnav
	=Mainpage
	=Rightbar
	=Footer
	=Forms
	=Imagegallery
	=Calendar
	=Weeklycal
	=Eventdetails
	=Productpage
	...................*/


/*Style Reset or Baseline*/
  @import url("/include/scripts/reset.css");
  
/* WSA Global Styles - DO NOT REMOVE! */
  @import url("/common/wsaglobal.css");

/*Core Styles*/
body {
  	background:#0079be;
	color:#444;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center; 
	}
#container {
	background:#fff;
	margin:10px auto;
	text-align:left;
	width:735px;
	}
/* =Header Style */
#header {
	background:url(/images/header.jpg) top left no-repeat #fff;
	margin:0;
	text-align:left;
	height:163px; 
	}
#header.bpress {
	background:url(/images/header-bpress.jpg) top left no-repeat #fff;
	}
#header.micro {
	background:url(/images/header-micro.jpg) top left no-repeat #fff;
	}
#header.monitor {
	background:url(/images/header-monitor.jpg) top left no-repeat #fff;
	}
#header.oxy {
	background:url(/images/header-oxy.jpg) top left no-repeat #fff;
	}
#header.prescript {
	background:url(/images/header-prescript.jpg) top left no-repeat #fff;
	}
#header.stetho {
	background:url(/images/header-stetho.jpg) top left no-repeat #fff;
	}
#header h1 {
	text-indent:-9999px;
	font-size:60px;
	float:right;
	margin:0;
	}
#header h1 a {
	text-indent:-9999px;
	display:block;
	padding:0;
	width:400px;
	height:140px;
	color:#fff;
	}
/*End Header*/

/* =Topnav */
#topnav {
	background:url(/images/topnavbg.gif) top left no-repeat;
	font-size:14px;
	height:28px;
	margin:0;
	padding:0;
	}
* html #topnav { margin:0 -5px -15px 0; }
#topnav ul {
	margin:0 5px;
	list-style:none;
	}
#topnav ul li {
	float:left;
	margin:0;
	}
#topnav ul li a {
	color:#444;
	display:block;
	float:left;
	padding:6px 25px 9px 25px;
	}
#topnav ul li a:hover, #topnav ul li.current a {
	color:#444;
	}
/*End Topnav*/

/* =Leftnav */
#leftnav {
	background:#dff;
	font-size:16px;
	float:left;
	width:25%;
	text-align:right;
	margin:0 20px 0 0;
	}
#leftnav ul {
	margin:10px 10px;
	}
#leftnav ul li {
	display:inline;
	}
#leftnav ul li a {
	border-bottom:1px solid #0ee;
	color:#444;
	display:block;
	padding:10px 10px 10px 10px;
	}
#leftnav ul li a:hover, #leftnav ul li.current a {
	background:#444;
	color:#0ff;
	-moz-border-radius: 7px 7px 0 0;
	-webkit-border-radius: 7px 7px 0 0;
	}
#leftnavcontent {
	color:#444;
	margin:20px;
	}/*Added and width to IE7.css & IE6.css */
#leftnavcontent .text {
	font-size:12px;
	}	

/*End Leftnav*/



/* =Mainpage */

#lefthome, #righthome {
	background:#fff;
	width:150px;
	min-height:600px;
	margin:0;
	}
#lefthome {
	float:left;
	}
* html #lefthome {
	margin: 0 -5px 0 0;
	}
#righthome {
	float:left;
	}
* html #righthome {
	clear:both;
	float:right;
	}
#lefthome p, #lefthome h1, #lefthome h3, #righthome p, #righthome h1, #righthome h3 {
	font-size:10px;
	margin:5px;
	padding:0;
	}
#lefthome h2, #righthome h2 {
	background:url(/images/button_bg.png) top left repeat-x;
	border:solid #666;
	border-width:0 0 1px;
	display:block;
	font-size:10px;
	color:#666;
	width:140px;
	height:14px;
	margin:0;
	padding:3px 5px;
	text-transform:uppercase;
	}
#page {
	background:#fff;
	float:left;
	vertical-align:top;
	margin:20px 30px;
	width:675px;
	}
* html #page {
	width:615px;
	}
#page.home {
	border: dotted #90B0D9;
	border-width:0 1px;
	width:413px;
	padding:20px 10px;
	margin:0;
	}
* html #page.home {
	}
/* Custom Layout */
#page .section1 {
	float:left;
	width:46%;
	margin:0 20px 0 0;
	}
#page .section1 h1 {
	border-bottom:7px solid #099;
	}
#page .section2 {
	float:left;
	width:50%;
	}
#newssummary h2 {
	margin:0;
	padding:0;
	font-size:14px;
	border-bottom:1px dotted #666;
	}
#newssummary p {
	padding-left:5px;
	}
/* =Footer */
#footer {
	background:#A54F52;
	padding:5px;
	font-size:12px;
	}
#footer a {
	color:#fff;
	}
#footer a:hover {
	color:#fff; 
	}
#footer #info {
	float:left;
	width:47%;
	}
#footer #copyright {
	color:#fff;
	font-size:12px;
	float:left;
	}
#footer .h3 {
	color:#fff;
	}
#footer .text {
	font-size:12px;
	color:#fff;
	}
/*End Footer*/

/* =Rightbar */

#rightbar {
	float:right;
	padding:0 0 0 20px;
	width:25%;
	}
#rightbar .list, #rightbar .rightlist {
	}
#rightbar .list {
	background:#E2E0E1;
	color:#fff;
	text-align:left;
	padding:0 0 10px 0;
	-moz-border-radius: 7px 7px 0 0;
	-webkit-border-radius: 7px 7px 0 0;
	}
#rightbar .list h3 {
	background:#2766A9;
	color:#fff;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding:7px 5px;
	-moz-border-radius: 7px 7px 0 0;
	-webkit-border-radius: 7px 7px 0 0;
	}
#rightbar .list ul {
	list-style:none;
	margin:10px 10px;
	padding:0 0 0 0;
	}
#rightbar .list li { 
	display:inline;
	}
#rightbar .list a {
	border:solid #2766A9;
	border-width:0 0 1px 0;
	font-size:12px;
	display:block;
	padding:7px 5px;
	}
#rightbar .list a:hover {
	background:#2766A9;
	color:#fff; 
	}
/*Styles For Polls*/
.hotlisttable {
	background:#cff;
	-moz-border-radius: 7px 7px 0 0;
	-webkit-border-radius: 7px 7px 0 0;
	text-align:center;
	}
.hotlisttitle {
	background:#aff;
	color:#066;
	font-size:16px;
	font-weight:normal;
	padding:7px 5px;
	-moz-border-radius: 7px 7px 0 0;
	-webkit-border-radius: 7px 7px 0 0;
	}
.pollitem {
	padding:7px 5px 7px 5px;
	font-size:12px;
	}
.hotlisttable .votebuttom {
	background:#066;
	border:1px solid #ccc;
	color:#fff;
	margin:0 0 0 30px;/* zero out the margin in IE7.css */
	padding:7px 10px;
	font-size:14px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	}
.hotlisttable .votebuttom:hover  {
	background:#099;
	border:1px solid #fff;
	cursor:pointer;
	}
/*End RightBar*/

/*Start Specific Page Styles*/
/* =Forms */

.forms td { 
	font-size:14px;
	padding:5px;
}
.forms .text { 
	font-size:14px;
}
.forms input, .forms textarea, .forms select { 
	border:1px solid #000;
	background:#E4E2E3;
	font-size:14px;
	}
.forms #CaptchaImage {
	}
.forms .submitbutton, .forms .searchbutton {
	padding:7px 17px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	}
.forms .submitbutton:hover, .forms .searchbutton:hover {
	cursor:pointer;
	}
ul.forms { list-style:none;}
/*End Forms */
	
/* =Imagegallery */
.imagegallerymain { 
	}
.imagegallery {
	padding:0 30px 30px 0;
	}
.resourcethumbnail {
	padding:2px;
	border:1px solid #0079BE;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	}
.imagecell {
	float:left;
	width:168px;
	}
.caption, .rsccaption {
	font-size:12px;
	padding:0 0 10px 0;
	width:106px;
	}
/*Styles for Rotate view*/
.imagemain {
	text-align:center;
	}
.imagemain .resource {
	}
.gallerybuttons {
	color:#000;
	margin:5px auto;
	text-align:center;
	width:70%;
	position:relative;
	}
.gallerybuttons .prev, .gallerybuttons .next {
	display:block;
	padding:5px;
	position:absolute;
	top:0;
	font-weight:bold;
	font-size:16px;
	}
.gallerybuttons .prev {
	left:0;
	}
.gallerybuttons .next {
	right:0;
	}
.gallerybuttons .imgnumber {
	color:#000;
	display:block;
	padding:5px;
	width:100px;
	margin:auto;
	}
.gallerybuttons .imgnumber input {
	border:none;
	width:30%;
	padding:0 4px 0 0;
	text-align:right;
	}
.caption input, .caption input:hover {
	border:none;
	padding:0 0 0 0;
	height:100%;
	width:50%;
	text-align:center;
	}
/*End Image Gallery*/

/* =Calendar */
#page #maincontent-calender,
#page #maincontent-contentsearch {
	width:100%;
	}
/* Eventtype */
#eventtype {
width:97%;
border:1px solid #099;
margin:10px 0px 0px 0px;
}
#eventtype td {
background:#fff;
font-size:12px;
}
#eventtype th {
background:#6E8ADD;
color:#fff;
font-size:14px;
}
/* End Eventtype Selector Styles */

#calendar {
	width:97%;
	border-color:#6E8ADD;
	font-size:12px;
	}
#calendar th {
	background:#6E8ADD;
	color:#fff;
	font-weight:bold;
	}
#calendar tr.even {
	background:#fff;
	}
#calendar tr.odd {
	background:#E8E6E7;
	}
#calendar .odd td, #calendar .even td {
	border-color:#099;
	}
#calendar .date {
	background:#fff;
	border: solid #099;
	border-width:0 1px 1px 0;
	color:#066;
	font-size:12px;
	}
#calendar .today {
	background:#3B4E86;
	border: solid #3B4E86;
	border-width:0 1px 1px 0;
	color:#fff;
	font-weight:bold;
	}
#calendar .events li {
	border-color:#0aa;
	font-size:12px;
	}
#calendar strong {
	font-size:12px;
	font-weight:bold;
	}
/* end Calendar */

/* =Weeklycal */
#weekly { 
	width:97%;
	}
tr.calhdr { 
	background:#099;
	}
.calhdr td {
	color:#fff;
	padding:7px;
	font-size:16px;
	}
tr.eventeven {
	font-size:12px;
	background:#fff;
	color:#099;
	}  
tr.eventodd {
	font-size:12px;
	background:#cff;
	color:#099;
	}
.eventeven .info, .eventodd .info {
	color:#444;
	padding:7px;
	}
.calendar { margin:0; padding:3px; }
.calendar .event1 { font-size:9px; line-height:1em; margin:0 0 10px 0; padding:0; }
/* End Weeklycal */


/* =Eventdetails */
#eventdetail {
	border:1px solid #099;
	}
#eventdetail .type {
	background:#099;
	border:1px solid #099;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	padding:7px;
	}	
#eventdetail .info {
	color:#444;
	font-size:14px;
	padding:7px;
	}
#eventdetail .resource {
	border:none;
	}
#eventdetail td {
	border:solid #099;
	border-width:0 0 1px 0;
	}
/* End Event Details */


/* =Productpage */
.contentsearch {	
	}
.contentsearch .header {
	background:#444;
	color:#0ff;
	font-size:16px;
	font-weight:bold;
	padding:7px 10px;
	text-align:left;
	}
.contentsearch .detail0 { 
	font-size:10px;
	background:#fff;
	}
.contentsearch .detail1 {
	font-size:10px;
	background:#bff;
	}
.detail0 td, .detail1 td { 
	padding:5px 10px;
	}
#quantity {
	border:1px solid #999; 
	}
#quantity:hover {
	border:1px solid #099;
	}
/* End Productpage */

/* =Forum */
#forum {
	width:100%;
	}
#forum a {
	font-weight:bold;
	}
#forum table {
	color:#444;
	font-size:16px;
	padding:10px 0;
	width:100%;
	border-collapse:collapse;
	
	}
#forum .forumsub td {
	color:#444;
	padding:10px 0;
	border-bottom:2px solid #099;
	}
#forum .commentinfo td {
	color:#444;
	padding:15px 0 5px 0;
	}
#forum .comment td {
	color:#444;
	background:#f4f4f4;
	padding:10px 0;
	border-bottom:1px dotted #099;
	}
#forum .boldsmallertext, #forum .small {
	font-size:12px;
	}

/* Product Search */

#page #maincontent-contentsearch form .searchresults {
	width:100%;
	border-collapse:collapse;
	}
#page #maincontent-contentsearch form .searchresults img.thumbnail {
	width:100px;
	}
#page #maincontent-contentsearch form .searchresults td {
	padding-bottom:20px;
	}
#page #maincontent-contentsearch form .searchresults th {
	padding-bottom:10px;
	}
#page #maincontent-contentsearch form .searchresults tr.detail1 {
	background:#f4f4f4;
	}
#page #maincontent form input {
	border-width:0;
	}

/*Legacy Styles*/

.adminlink, .adminmsg {
 font:normal 11px "lucida grande", tahoma, verdana, sans-serif;
 color:#444;
 background:#e6e6e6;
 border:1px solid #ccc;
 display:block;
 padding: 10px;
 margin:0px auto 10px auto;
 text-align:left;
 width:760px;
 }

/*Heading Styles*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .imagegallerytitle, .boldlargetext {
	color:#9e043e;
	margin:0 0 7px 0;
	font-weight:bold;
	}
h1, .h1 {
	font-size:20px; 
	}
h2, .h2 {
	color:#0079BE;
	font-size:13pt;
	}
h3, .h3, .subheader, .imagegallerytitle, .boldlargetext {
	font-size:12pt;
	}
h4, .h4 {
	font-size:11pt;
	}
h5, .h5 {
	font-size:10pt;
	}
h6, .h6 {
	font-size:9pt;
	}
/*End Heading Styles*/

/*Basic Styles*/
p {}
p.pdfname { clear:none; display:block; padding-left:5px; }
hr {clear:both;}
ul {}
li {}
div {}
td { vertical-align:top;}
span {}
font {display:block;}
a {color:#0644A7; text-decoration:none;}
a:hover {color:#52B5C8; }
input { border:1px solid #333;}
input:hover { border:1px solid #099;}
textarea { border:1px solid #333;}
textarea:hover { border:1px solid #099;}
img.resource { margin:5px; }
.resource .aligncenter {text-align:center}
hr { color:#ddd; }
/*Classes*/
.hide {display:none;}
.clear {clear:both;}
.shim {display:none;}
.text, .textitalics, .textbold, .small, .smallbold {padding-bottom:10px; }
.text{ font-size:14px; font-weight:normal; font-style: normal;}
.textitalics, em, i { font-size:14px; font-style: italic; }
.textbold, strong, b { font-size:14px; font-weight:bold; }
.small { font-size:10px; }
.smallbold { font-size:10px; font-weight:bold; }
.error { color:#c00; }

p.pullquote { display:none; }
#newssummary p.pullquote { display:block }
