/*Set up the page*/
body {
  background: #efefef;
  margin:0;
}
body.popup {
	background-image: none;
	background-color: white;
}
#dropshadow {
width: 996px;
margin: 0 auto;
background: url("/images/background-dropshadow.png") repeat-y right;
}

#container {
  width:980px;
  margin: 0px auto;
  text-align:left;
  background-color:white;
  border: 1px solid #44944e;
  border-width: 0 1px 1px;
}
#header {
  background: url("/images/header.png") white no-repeat;
  height: 110px;
  position: relative;
  margin:0;
  padding:0;
  border: 2px solid #256b2e;
  border-width: 0 0 2px 0;
}
#tagline {
  position: absolute;
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #005596;
  left: 300px;
  width: 470px;
  top: 0;
  margin-top: 10px;
  padding-top: 0;
  line-height: 1.4em;
}
#titleimg {
  position: absolute;
  top:7px;
  left:35px;
}
#titleimg img, #companyimg img {
	border:0;
}
#companyimg {
  position: absolute;
  top:0;
  right:0;
  margin: 25px 5px 0 0;
}
#companyimg p {
  text-align: right;
  margin:5px 0 0 2px;
  padding:0;
  color: #000000;
  font-weight:bold;
  font-size:10px;
  font-style:italic;
}
/*Basic styles*/
p, ul, ol, td, th, legend, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 120%;
	color: #333333;
	margin-top:10px;
  margin-bottom:5px;
}
select, input, button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 120%;
	color: #333333;
	margin:5px auto;
}
h3 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
h1 em {
	font-weight:bold;
}
em, i {
  font-style:italic;
}
strong, b {
  font-weight:bold;
}
ul li {
list-style-image: url('/images/arrow.png');
margin-left:30px;
}
li {
	padding-bottom: .5em;
}

a, a:active {color:#094a8a;text-decoration:underline;}
a:visited {color:#458dc4;}
a:hover {text-decoration:none;color:#44944D;}

a img {
	border: none;
}
.note {
	font-size:10px;
}
hr, hr.ruler {
    height: 1px;
    margin: 0;
    padding: 0;
    border-top: 0;
    border-bottom: 1px dashed #CCCCCC;
	margin: 10px;
}
h1, h2, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 115%;
	font-weight: bold;
	color: #6daf50;
	margin:10px 0;
	}
h1 {
	font-size: 24px;
  text-decoration: none;
  margin-bottom:2px;
  margin-top: 16px;
}
h2 {
	font-size: 16px;
	border-left: 6px solid #f0b310;
	padding-left: 5px;
}

h2 a, h2 a:link, h2 a:hover, .h2 a:active, h2 a:visited {
	color: #6daf50;
	text-decoration:none;	
}

h3 {
	font-size: 13px;
	line-height: 115%;
	font-weight: bold;
	color: #6daf50;
	margin-top:15px;
}

h4 {
	font-size: 14px;
}

.news h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 115%;
	font-weight: bold;
	color: #6daf50;
	margin:5px 0px 10px 5px;
	padding:3px 0px;
	border:0;
	border-top:solid 1px #b6d3b9;
	border-bottom:dashed 1px #b6d3b9;
}

.normal h1 {
	font-size: 21px;
	line-height: 115%;
	font-weight: bold;
	color: #6daf50;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #f0b310;
	padding-left: 5px;
}

.normal .nobar {
	border: none;
	padding-left:0px;
}



.normal h4, .interior h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 120%;
	color: #333333;
	font-weight:bold;
}

.normal h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 120%;
	color: #2c4b91;
	font-weight:bold;
	background-color: #efffec;
	border:solid 1px #b6d3b9;
	padding:8px;
}
/*Interior Styles*/
.interior h1 {
	font-size: 21px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #f0b310;
	padding-left: 5px;
}

.interior h2 {
  margin:0;
}

.interior .nobar {
	border: none;
	padding-left:0px;
}

.interior h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 120%;
	color: #2c4b91;
	font-weight:bold;
	background-color: #efffec;
	border:solid 1px #b6d3b9;
	padding:8px;
}

/*Navigation*/
.nav {
  list-style-type:none;
}
.nav li a {
  text-decoration:none;
}
.primary {
  position: absolute;
  bottom:0;
  right:0;
  margin:0 0 2px;
  padding:0;
}
.primary li {
   display:block;
  float:left;
  margin:0 21px 5px 0 ;
  padding:12px 0 0 17px;
  font-weight:bold;
  border: 1px solid #76af80;
  border-width: 0 0 0 1px;
  height:25px;
}
.primary li.tall {
	padding-top:6px;
	padding-bottom:6px;
}
.primary li a, .primary li a:link, .primary li a:active, .primary li a:visited {
  color:white;

}
.primary li a:hover {
  text-decoration:underline;
}
.primary li.selected a:link,
.primary li.selected a:visited {
  color:#f5d023;
}
#primarymyaccount {
	border:0;
	margin-left:15px;
}
.primary li.last {
  margin:0 15px 0 10px;
  border:0;
  width: 90px;
  text-align: center;
}
.primary li.first {
  border:0;
}
ul.secondary {
	background-color: #256b2e;
	padding: 5px 0;
	list-style: none;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-top:solid 1px #76af80;
}
.secondary li {
	display: inline;
	padding:5px 15px;
	border-right:solid 1px #76af80;
	background-color: #256b2e;
	margin-left:-4px;
}
.secondary li.first {
margin:0;
}
.secondary li a {
	border-bottom: none;
	text-decoration: none;
}
.secondary li a:link, 
.secondary li a:visited { 
	color: #FFFFFF; text-decoration:none;
}
.secondary li a:hover, .secondary li a:active {
	color: #f5d023;
	text-decoration:underline;
}
.secondary .selected a:link,
.secondary .selected a:visited{
	text-decoration:none;
	color:#f5d023;
	background-color:#44944D;
}
.secondary .selected {
	background-color:#44944D;
}
.tertiary, .sidebox ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	list-style-position: outside;
	margin: 0px 0px 0px 25px;
	padding-left: 0px;
}
.tertiary {
margin:0;
padding:0;
}
.tertiary li {
	list-style-position:inside;
	margin-left:0;
	border-bottom:dashed 1px #b6d3b9;
	padding: 10px 10px;
	
}

.tertiary .last  {
	border-bottom:none;
}

.tertiary  a:link, .tertiary a:active, .tertiary a:visited,
.sidebox  a:link, .sidebox a:active, .sidebox a:visited
 {
 color:#256B2E;text-decoration:underline;
 }
 .tertiary .selected {
	background-color: #efffec;
 }
 .tertiary a {
  font-weight:bold;
  }
.teriary a:hover, .sidebox a:hover {text-decoration:none;color:#44944d;}
.featurebox.sidebar h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background-color:#6daf50;
	margin:0 0 10px;
	padding:3px 0px 3px 5px;
	border-top:solid 1px #b6d3b9;
	border-bottom:dashed 1px #b6d3b9;

}

/*My Account Linkout Box*/
#oalinkout {
	float: right;
	text-align: right;
	margin: 10px;
	margin-top: 0;
	padding: 5px;
	border-left: 1px dashed #c8d7ec;
	border-bottom: 1px dashed #c8d7ec;
}
#oalinkout p {
	margin: 0;
}

/*Feature Boxes*/
.featurebox.free {
  margin-left:10px;
  height:87px;
}

.featurebox.free h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
  width:216px;
  margin-bottom:0;
  padding: 0px 0 0 5px;
}

.featurebox.free h1 span {
display:block;
padding:5px 0 0;
}

.featurebox.free.eep {
	margin-top:10px;
	margin-bottom:0px;
}

.featurebox.free.eetopics {
	margin-top:10px;
	margin-bottom:20px;
}

.featurebox.free.mobileinst {
  margin-top:60px;
  margin-bottom:70px;
}

.featurebox.free.tutorial {
  margin-top:10px;
  margin-bottom:0px;
}

.featurebox.free.tutorial a img{
  border: none;
}

.featurebox.free.advertisement {
	background:url('/images/advert.png') no-repeat;
	position:relative;
	padding:0;
	margin-top:10px;
}

.featurebox.free.advertisement h1 {
	position:absolute;
	top:-14px;
	left:5px;
	color:white;
	font-size:16px;
	padding:0;
	text-transform:none;
}

.featurebox.free.advertisement h2 {
	position:absolute;
	top:11px;
	left:5px;
	color:white;
	font-size:12px;
	padding:0;
	font-family:Verdana, Helvetica, Arial, sans;
}
.featurebox.free.advertisement p {
	position:absolute;
	bottom:14px;
	left:5px;
	font-weight:bold;
}
.featurebox.free.advertisement p.extra {
	right:28px;
	top:6px;
	bottom:auto;
	left:auto;
	text-align:center;
	color:white;
	font-weight:bold;
	font-size:10px;
	line-height:.9em;
}
.featurebox.free.advertisement p.info {
	right:20px;
	left:auto;
	bottom:0;
}
.featurebox.free.advertisement p.info a, .featurebox.free.advertisement p.info a:active, .featurebox.free.advertisement p.info a:visited {
	color:white;
}
.featurebox.free.podcast {
	background: url('/images/podcastfeaturebox.png') no-repeat;
}
.featurebox.free.podcast h1 {
	font-size:13px;
	color:#6DAF50;
	text-transform:none;
	padding-top:5px;
	height:21px;
}
.featurebox.free.podcast img {
	float:left;
	 padding:5px;
	}
.featurebox.free.podcast p {
	color:white;
	margin:0;
	padding-left:5px;
	margin-top:2px;
	width:210px;
}
.featurebox.free.podcast p.info {
	text-align:right;
	width:185px;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:3px;
}
.featurebox.free.podcast p.info a {
	color:white;
	text-decoration:none;
}
.featurebox.free.podcastimg {
  padding: 0;
  margin-top: 20px;
  margin-bottom: 10px;
}
.featurebox.free.product {
	background: url('/images/productfeaturebox.png') no-repeat;
}
.featurebox.free.product h1 {
	color: #FFFFFF;
	font-size: 12px;
	text-transform: uppercase;
  height:26px;
  margin-top:12px;
}
.featurebox.free.product p {
	color: #000000;
  margin:0;
  width:204px;
  padding:5px;
}

.featurebox.free.conference {
  background:url('/images/yellowfeaturebox.png') no-repeat;
  margin-top:12px;
}
.featurebox.free.conference p {
  padding: 5px 10px 0;
  margin:0;
  text-transform:uppercase;
  font-size:12px;
  text-align:center;
  width:196px;
  letter-spacing:.4em;
  font-family:Times, Roman, serif;
}
.featurebox.free.conference p a {
  color:#000066;
  text-decoration:none;
}
.featurebox.free.conference h1 {
  margin:0;
  padding:0 10px;
  font-size:18px;
  text-align:center;
  width:196px;
  letter-spacing:.3em;
  font-family:Times, Roman, serif;
}
.featurebox.free.conference h1 a {
  color:#000066;
  text-decoration:none;
}
.featurebox.free.conference h1 span {
  display:inline;
  text-transform:uppercase;
  font-size:12px;
}
.featurebox.free.conference p.date {
  padding:0;
  margin:0 6px;
  font-size:8px;
  background-color:#000066;
  width:196px;
  padding:4px;
  font-weight:bold;
  letter-spacing:0em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.featurebox.free.conference p.date a {
  color:white;
  text-decoration:none;  
}
.featurebox.free.conference p.date span {
  color:#cc9900;
}

.featurebox.sidebar p {
	color: #000000;
	padding: 0 0 10px;
  margin:0 0 0 5px;
}

/*Action Items*/
#actionitems.horizontal {
}
#actionitems.horizontal div {
	background: url('/images/actionHoriz.png') no-repeat;
	height:100px;
	width:86px;
	float:left;
	margin:0 0 0 4px;
}
#actionitems.horizontal div p {
  margin:0 9px 0 7px;
}
#actionitems.horizontal div a {
  display: block;
}
#actionitems.vertical div.threeline p {
  padding:3px 0;
}
#actionitems.horizontal div p a{
	color:white;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}
#actionitems.horizontal div img{
	border:0;
	margin:2px 2px 0 2px;
	width: 82px;
	height: 55px;
}
#actionitems.vertical {
  float:right;
  margin:10px 25px 0 10px;
}
#actionitems.vertical div {
	background: url('/images/actionVert.png') no-repeat;
	height:50px;
	width:151px;
  margin: 0 0 10px;
}
#actionitems.vertical div p {
  margin:0 9px 0 7px;
  padding:8px 0;
}
#actionitems.vertical div p a{
	color:white;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}
#actionitems.vertical div img{
	border:0;
	margin:3px 2px 0 3px;
  float:left;
}
#actionitems.vertical.fullwidth {
    float: none;
    margin-left: 50px;
}
#actionitems.vertical.fullwidth div {
    float: left;
    margin-right: 60px;
}

/*News and Events*/
#frontalerts {
  position:absolute;
  top:0;
  left:360px;
  width:345px;
  margin-bottom:25px;
  padding-bottom:14px;
  border-bottom:dashed 1px #b6d3b9;
}
#newsEventsFront {
  position:relative;
  margin:0 0 0 23px;
  padding:0;
  width:705px;
  height:200px;
}
#newsblock {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  padding-bottom: 10px;
}
.news h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 115%;
	font-weight: bold;
	color: #6daf50;
	margin:5px 0px 10px 5px;
	padding:3px 0px;
	border-top:solid 1px #b6d3b9;
	border-bottom:dashed 1px #b6d3b9;
}
#eventsblock {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #b6d3b9;
}
#eventsblock p {
  margin-left: 12px;
}
#eventsblock ul {
  list-style-type: none;
}
#eventsblock ul li a {
  font-weight:bold;
}
/*Other home page sections*/
#productsupport {
  margin-left: 10px;
  margin-right: 10px;
  border-bottom: 1px dashed #b6d3b9;
}
#productsupport ul, #newsblock ul {
  list-style-image: url('/images/arrow.png');
  list-style-type: none;
  margin-left: 0;
  padding-left: 28px;
}
#productsupport ul li, #newsblock ul li {
  margin-top:2px;
  line-height: 1.1em;
}
li.more {
  list-style-image: url('/images/plus.png');
}

/*Main Content*/
#maincontent {
	min-height:550px;
}
#maincontent.main {
float:left;
width:729px;
}
#maincontent.normal {
width:750px;
border-left: 1px solid #c8d7ec;
margin-left:230px;
margin-top:0;
padding-top:1px;

}

/*Sidebar*/
#sidebar.alignleft {
width:230px;
float:left;
}
#sidebar.alignright {
margin-left:729px;
}
#sidebar form {
padding-left:10px;
}
#sidebar h2 {
	border:0;
}
#quickactions h2 {
margin:0;
border: 0;
border-bottom: 1px dashed #b6d3b9;
padding-bottom: 5px;
}
#quickactions div {
height:33%;
margin-left: 10px;
}
#quickactions div.actionimage {
border:0;
float:left;
height:100%;
margin-right:10px;
margin-top: 0;
}
#quickactions #access img {
padding:18px 0;
}
#quickactions #download img {
padding:15px 0;
}
#quickactions #cme img {
padding:22px 0;
}
#quickactions p {
margin:0;
font-family: Georgia,"Times New Roman",Times,serif;
line-height: 115%;
font-weight: bold;
color: #6daf50;
font-size:13px;
padding-top:10px;
}
#quickactions p span {
font-size: 16px;
}
#quickactions p.button {
padding:5px 0 0 0;
}
#quickactions p.button a {
margin-left:0;
}
#login, #instlicense {
	background-color: #ECF4FF;
  margin:0;
  padding-bottom: 5px;
  border-bottom: 1px solid #5081CD;
}
#login {
  height:166px;
}
#instlicense {
  height:85px;
  padding-left:5px;
}
#login p {
  margin: 5px 0;
}
#instlicense .desc {
  margin-top: 0;
  padding: 5px 20px 3px 5px;
}
#login h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px 5px 3px 5px;
	margin:0;
	background-color: #ff8512;
	border-bottom:1px solid #954007;
}

/*Footer*/
#footer {
clear:both;
}

/*Forms*/
form label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 120%;
	color: #256B2E;
	font-weight:bold;
	padding: 0 3px 0 0;
	margin:2px;
}

input.button, .button a, .button  a:link, .button  a:visited, button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #f5b310;
	padding: 2px 4px;
  margin: 2px 4px;
	letter-spacing: .1em;
  border-color:#f5b310;
}
.button a, .button  a:link, .button  a:visited{
	border:2px outset #f0b310;
}

.button a:active {
  border-style:inset;
}

.button a:hover {
	color:#005596;
	
}
button[disabled] {
	background-color: #6e88a2;
	border-color: #6e88a2;
	font-weight:normal;
	color: #AAA;
}

/*Persistent Links*/
#persistentlinks {
  background-color: #efffec;
  padding:2px 0 5px;
  border: 1px solid #9bcb9f;
  border-width: 1px 0;
}
#persistentlinks ul li{
  display:inline;
  border-right: 1px solid #9bcb9f;
  padding:0 10px;
  margin:0;
}
#persistentlinks ul li a {
  color: #256b2e;
  text-decoration:underline;
}
#persistentlinks ul li.last{
  border:0;
}
#copyinfo p {
  color:#656565;
  padding:2px 0 5px 50px;
}

/*Side Boxes*/
.glance .sidebox {
  border-right:1px solid #b6d3b9;
}
.sidebox h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 115%;
	font-weight: bold;
	color: #6daf50;
	background-color: #efffec;
	margin:0 0 10px;
	padding:3px 10px;
	border-top: 1px solid #b6d3b9;
	border-bottom:  1px solid #b6d3b9;
}

.sidebox p {
	color: #000000;
	padding:3px 0 3px 10px;
}
.sidebox {
	padding: 0 0 10px;
}
#relatedinterest, #productupdate {
height:89px;
}

/*Header for Product Page*/
#glanceheader {
  height:184px;
  width:750px;
  margin:-1px 0 0 -2px;
  background: url('/images/productglanceheader.jpg');
  border: 1px solid #6daf50;
  border-width: 1px 0 1px 1px;
  position:relative;
}
#glanceheader h1 {
  position:absolute;
  top: 10px;
  left:15px;
  margin:0;
}

/*Content Footer (Print and Email links)*/
#contentfooter {
margin-left:10px;
clear:both;
}
#contentfooter #print {
padding:1px 20px;
background:url('/images/print.png') no-repeat bottom left;
}
#contentfooter #email {
padding-left:20px;
background:url('/images/email.png') no-repeat bottom left;
}
#contentfooter .separator {
	display:none;
}

/*Screenshots*/
.caption {
	padding:20px;
	background-color: #44944D;
}
 .caption p, .caption a {
	color:white;
}
.screenshot {
	float:right;
	width:400px;
	margin: 5px 15px;
}

/*Tables*/
table {
border:solid 1px #6daf50;
width:100%;
border-collapse: collapse;
}
table caption {
	display:none;
}

table td, table th{
border:solid 1px #6daf50;
padding:5px;
margin:0;
}
table th {
	background-color:#efffec;
	white-space:nowrap;
}
.sysreq td h3 {
	text-align:right;
	padding:0 2px;
	margin:0;
}
table.sysreq {
	border:1px solid #6daf50;
	width:70%;
}
table.sysreq td {
	border:3px double #6daf50;
	padding:2px;
}
table.equation {
	width:auto;
}
.equation .numerator {
	border-bottom:1px solid #f5b310;
	text-align:center;
}
.equation .denominator {
	text-align:center;
}
.equation, .equation td {
	color:#f5b310;
	font-weight:bold;
	border:0px;
	padding:0;
	margin:0;
}
.equation td {
	padding:2px;
}
table.autowidth {
width: auto;
}
#loe table {
	width: 75%;
}
table.standard {
	width: 50%;
}
table.event, table.event td {
	border:0;
	padding:0;
}
table.event tr.start td{
	padding:10px 0 0;
}
table.plain {
	border: none;
	width: auto;
}
table.plain td, table.plain th, table.plain table {
	border: none;
	background-color: white;
	width: auto;
}

/*Help Box*/
.helpbox {
margin:20px 0;
}
.helpbox div {
background-color:#efffec;
border: double #6daf50;
border-width: 3px 0;
}
.helpbox h3, .helpbox p {
margin: 10px;
}
.helpbox ul {
	margin-right:10px;
}
.helpbox h1 {
margin:0 10px;
padding:0;
font-size:18px;
}
.helpbox hr {
margin:0 0 10px 0;
padding:0;
border: double #6daf50;
border-width: 3px 0 0;
}


/*Misc*/
p.quote {
margin-bottom:0;
font-style:italic;
font-weight:bold;
}
p.quotefrom {
margin:5px 0 15px 20px;
}
#global {
  border:3px double #6daf50;
  border-width:0 0 3px;
  padding: 0 10px 10px;
  margin-bottom:10px;
}
.addlinfo {
	width:90%;
	border: 1px solid #6daf50;
	background-color:#efffec;
	padding:5px 10px;
}
.addlinfo em {
	font-style: normal;
	text-transform: uppercase;
	font-weight:bold;
}
.addlinfo h3 {
	text-transform: uppercase;
	font-weight:bold;
}
.banner div {
background-color:#efffec;
border: double #6daf50;
border-width: 3px 0;
padding: 0 5px;
}
.answer {
	margin-left:30px;
}
#home {
  margin:0;
  height:235px;
  width:728px;
  background:url('/images/mainbackground.jpg');
  position:relative;
}
#home h1 {
	position:absolute;
	right:60px;
	top:80px;
	color:white;
	font-size:18px;
	line-height:1.5em;
	width:350px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
}
#frontbottom {
  margin: 10px 0 0 23px;
  position:relative;
  padding:0;
  height:110px;
  width:445px;
}
.top {
border-bottom: 1px dashed #b6d3b9;
height: 150px;
}
#col1 {
float:left;
margin-left:5px;
width:350px;
}
#col2 {
margin-left:380px;
width:350px;
}
.paddingwrap {
	margin:0 15px;
}
.warning {
	color:red;
}
p.returnlink {
	margin-bottom: 20px;
}
.aboutpic {
float:left;
margin-right:5px;
}
.dlbox {
border: 1px solid #6daf50;
padding: 10px;
padding-top: 0;
}
.dlbox h2 {
border: none;
border-bottom: 1px solid #6daf50;
margin: 0;
margin-left: -10px;
margin-right: -10px;
padding-top: 3px;
padding-bottom: 3px;
text-align: center;
background-color: #efffec;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
}
/*Download IR Link*/
#downloadbutton a.download-link {
		display: block;
		padding: 0 0 15px 0;
		margin-bottom: 0.2em;
		text-decoration: none;
		width: 299px;
		margin-left: -8px;
		color:#005596;
		font-size:16px;
		line-height:1.2em;
}
#downloadbutton a.download-ir {
		background: url("/images/irbutton-web.png") 100% 100% no-repeat;
}
#downloadbutton a.download-link span {
		display: block;
		padding: 30px 10px 0 58px;
		min-height: 55px;
} * html #main-feature a.download-link span { height: 55px;}

#downloadbutton a.download-ir span {
	background: url("/images/irbutton-web.png") 100% 0 no-repeat;
}
#downloadbutton a.download-link:hover, #downloadbutton a.download-link:hover span, #downloadbutton a.download-link:hover strong {
	color:#005596;
	cursor: pointer; /* need for IE6 */
	background-position: 0 100%;
}
	
#downloadbutton a.download-link:hover span {
	background-position: 0 0;
}

.highlight {
	background-color: #ffffaa;
}

/* Hack RightNow content into decent display on tech support page */
#techsupport td {border: none; padding: 0;}
#techsupport table {border: none; padding: 0;}
#techsupport td.cellline {border: 1px solid #FEFEFE; border-bottom-color: #B6C3AA;}
#techsupport td.cellline, #techsupport th.grididx {line-height: 0.8em;}
#techsupport label {font-family: Arial,Helvetica,Tahoma,sans-serif; font-size: 10pt; font-weight: b\
old; color: black;}
#techsupport td.form, #techsupport th.colhdr, #techsupport td.grid {line-height: 0.5em;}
#techsupport {width: 800px; margin: 0 auto;}

/* New elements for re-designed home page */
#mainpage {
  padding: 0;
  margin: 0;
  clear: both;
}
#mainpage #col1 {
  margin: 0;
  padding: 0;
  width: 670px;
  float: left;
  overflow: hidden;
  padding-bottom: 10px;
}
#mainpage #col2 {
  margin: -10px 0 0 685px;
  padding: 0;
  width: 295px;
}
#searchbox {
  margin: 0 2px 0 0;
  border: 1px solid #cacbcb;
  border-width: 0 1px 1px 0;
}
#searchbox h3 {
  padding-bottom: 8px;
  padding-left: 10px;
  border-bottom: 1px dashed #b6d3b9;
  margin-top: 10px;
  font-size: 75%;
}
#searchboxtop {
  background: url('/images/searchboxbg.png') repeat-x;
  height: 68px;
  width: 667px;
  padding: 16px 0 0;
}
#searchboxtop h2 {
  border: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 15px;
  float: left;
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
  padding-left: 0;
  width: 330px;
  height: 20px;
  overflow: visible;
}
#searchboxtop p {
  font-size: 9px;
  margin-left: 565px;
  padding: 0;
}
#searchboxtop #searchterm {
  width: 270px;
  border: 1px solid #cacbcb;
  height: 22px;
  margin: 3px 0 0 10px;
  display:block;
  float:left;
  font-family:Helvetica;
  font-size:16px;
}
#searchboxtop #searchsource {
  height:24px;
  margin: 3px 0 0 20px;
  border: 1px solid #cacbcb;
  font-family:Helvetica, sans-serif;
  font-size:16px;
}
#searchboxtop #searchbutton {
  display: block;
  float: right;
  margin-right:25px;
  margin-top:1px;
}
#searchboxtop #searchbutton:active {
background-position:0 100%;
}
#searchboxbottom {
  background: url('/images/searchbox_bottom.png') no-repeat;
  height: 17px;
  width: 427px;
}
#searchbox ul.freqsearch {
  padding-left: 25px;
  margin-left: 0;
}
#searchbox ul.leftcol {
  float: left;
  width: 200px;
}
#searchbox ul.rightcol {
  float: right;
  width: 160px;
}
#searchbox ul.freqsearch li {
  list-style-image: url('/images/irbullet.png');
  padding-left: 0;
  margin-left: 0;
  font-size: 80%;
}
#browsebox {
  margin: 0;
  padding: 0;
  margin-right: 2px;
  padding-top: 0;
  width:510px;
  float:left;
  border:1px solid #cacbcb;
  border-width:0 1px 1px 0;
  height:237px;
}
#browsebox h2 {
  border:none;
  margin-top: 0;
  margin-bottom: 0;
  color: #6DAF50;
  height: 25px;
  padding-left: 8px;
  padding-top: 5px;
}
#browsebox h2 small {
	font-size:75%;
	margin-left:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#browsebox h2 a {
	color:#005596;
	text-decoration:underline;
}
#browsebox #sources {
  margin: 0;
  padding: 0;
  border-top: 1px dotted #cacbcb;
}
#browsebox ul.leftcol {
  width: 195px;
  float: left;
}
#browsebox ul.rightcol {
  width: 265px;
  float: right;
}
#browsebox ul {
  padding-left: 25px;
  margin-top: 10px;
  font-size: 12px;
  padding-top: 2px;
}
#browsebox ul li {
  padding-left: 0;
  margin-left: 0;
  line-height: 15px;
  padding-top: 0;
  padding-bottom: 17px;
  font-size: 90%;
  list-style-type: square;
  list-style-image: none;
  color: #f5b310;
}
#browsebox li a {
  font-weight: bold;
}
#newuser {
	margin-left:520px;
	width:148px;
	margin-top:10px;
}
#newsub {
	background: url('/images/subscribe_home.png') no-repeat;
	width: 148px;
	height: 227px;
}
#newsub img {
	margin-left:10px;
}
#newsub h2 {
	border:none;
	padding:10px;
}
#newsub .signupbutton {
	font-family: Helvetica, Verdana, sans-serif;
	margin:20px 10px;
	font-size:12px;
	color:#005596;
	font-weight:bold;
	background:url('/images/subscribe_trial_home.png') no-repeat;
	width:123px;
	height:30px;
	padding:14px 10px 0;
}
#newsub .signupbutton a {
	color:#005596;
	text-decoration:none;
}
#newsub .signupbutton a:visited {
	color:#005596;
	text-decoration:none;
}
#mainpage #col2 .box2 {
	height:76px;
	width:260px;
	background: url('/images/rightrail_home_2.png') no-repeat;
	margin:10px 0 20px;
	padding:25px 10px;
}
#mainpage #col2 div {
	margin-left:55px;
}
#mainpage #col2 img {
	display:block;
	float:left;
}
#mainpage #col2 h3 {
	margin:0;
	font-size:16px;
}
#mainpage #col2 li {
	list-style-image: none;
	list-style-type: square;
	color: #F5B310;
	margin-left:20px;
}
#mainpage #col2 .box3 {
	height:76px;
	width:260px;
	background: url('/images/rightrail_home_3.png') no-repeat;
	margin:12px 0;
	padding:6px 10px;
}
#mainpage #col2 .box3 ul {
	margin-top: 5px;
}
#cochranebuilt {
	background:url('/images/cochrane_callout_home.png') no-repeat;
	width:291px;
	height:36px;
}
#cochranebuilt p {
	margin:0;
	padding:5px 0 0 5px;
	font-weight:bold;
	font-size:16px;
}
#cochranebuilt img {
	vertical-align: middle;
	margin-left:50px;
}
#cochranebuilt #cdname, #cochranebuilt #cdname a, #cochranebuilt #cdname a:visited, #cochranebuilt #cdname a:hover {
	color:#005596;
}
#cochranebuilt #cdname a {
  text-decoration: none;
}
#bottomtext {
	margin:10px 20px;
}
#leftbottom {
	float:left;
	width:460px;
}
#leftbottom img {
	display:block;
	float:left;
}
#leftbottom div {
	margin-left:169px;
	padding-bottom:20px;
}
#leftbottom h3 {
	color:#585a5d;
	font-size:14px;
	margin:0;
	margin-left:10px;
}
#rightbottom {
	margin-left:530px;
}
#rightbottom h2 {
	border: 1px dotted #cacbcb;
	border-width: 0 0 1px;
	margin-left:10px;
}
#bottomtext p {
	font-size:13px;
	margin-left:10px;
}
.clear {clear: both; height: 1px; overflow: hidden; border:0;}
#editorbios h2 {
border:none;
padding-left:0;
}
#editorbios h2 span {
font-weight:normal;
font-size:90%;
}
#editorbios p img {
float:left;
margin-right:10px;
}
#editorbios h2 {
margin-top:30px;
}
#editorbios {
margin-bottom:50px;
}
#editorbios p {
margin-right:100px;
font-size:12px;
}
#editorboard h3 {
margin-bottom:3px;
}
#editorboard h3 + p {
margin-top:3px;
}
#socialshare {
	float:right;
	margin:8px 30px 0 0;
}
#welcome {
	padding:10px 0 0;
	margin-right:20px;
	text-align:right;
}
#defineicons {
	z-index: 25;
	padding:0;
	margin:0;
}
#defineicons #icon_data {
	background-color:#f0ffec;
	border:3px solid #44944E;
	width:400px;
}
#defineicons h3 {
	color:#005596;
	padding:0;
	margin:0;
}
#icon_data div {
	padding: 5px 10px;
	margin:0;
}
#defineicons .shade {
	background-color:#BBE0AC;
}
#defineicons p {
	margin:0;
	padding:0;
}
#defineicons #close {
	text-align:right;
	float:right;
	margin: 5px;
}
