/* --------------- General styles --------------- */

#masthead,#mainnav,#footer,#leftnav,#pagetools {
	display:none;
}
#content {
	width:100%;
}
#printmasthead {
	display:block;
	text-align:left;
	margin-left:33px;
	margin-bottom:20px;
}
html, body, table {
	font-family:Myriad, Arial, Verdana;
	font-size:10px;
	color:#000000;
}
img {
	border:0;
	display:block;
}
img.inline {
	display:inline;
}
img.floatleft {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
table {
	margin:0;
}
li {
	margin-bottom:10px;
}
h1, h2, h3, h4, h5, h6 {
	font-family:"Helvetica Neue", Helvetica, Arial;
	font-weight:bold;
}
h1 {
	color:#000000;
	font-size:24px;
	line-height:18px;
}
h1.eBusiness {
	color:#000000;
	font-size:24px;
	line-height:18px;
	padding: 0 0 6px 0;
	margin: 0 0 0 0;
}
h1 span.secondline {
	font-size:13px;
	font-weight:normal;
}
hr {
	margin:0;
	padding:0;
	color:#000000;
	width:100%;
	height:1px;
	border:0;
	border-bottom:1px solid #000000;
}
hr.h1 {
	color:#000000;
	border-bottom:1px solid #000000;
}
hr.burgundy {
	color:#000000;
	border-bottom:1px solid #000000;
}
h2 {
	padding:0;
	margin-top:0;
	margin-bottom:10px;
	font-size:20px;
	color:#000000;
}
h3 {
	padding:0;
	margin-top:0;
	margin-bottom:10px;
	font-size:13px;
	font-weight:normal;
	color:#000000;
	line-height:13px;
}
h3 span.secondline {
	font-size:11px;
	font-weight:bold;
	font-style:italic;
}

p {
	margin: 10px 0 0 0;
}
p.learnmore {
	font-size:9px;
}
#content p.learnmore a {
	text-decoration:underline;
	font-weight:bold;
	font-size:9px;
	color:#000000;
}
#content p.learnmore span.breadcrumb {
	font-style:italic;
}
#content p.learnmore span.breadcrumb a {
	text-decoration:underline;
	font-weight:normal;
	color:#000000;
}
p.disclaimer {
	font-size:9px;
}
#content p.disclaimer a {
	font-size:9px;
}


/* --------------- Form styles --------------- */
form {
	margin:0;
	padding:0;
}
input#search, input.text {
	background-color:#ffffff;
	border:1px solid #000000;
	font-size:12px;
}
select {
	font-size:12px;
}


/* --------------- Content styles --------------- */
#content a {
	color:#000000;
	font-size:10px;
	font-weight:bold;
}
#content a.small {
	font-size:9px;
}
#content .bodylinks A  { font-size: 12px; }
#content a.sectionhead {
	font-size:11px;
}
#content ul li {
	margin-bottom:0;
}
#features strong {
	font-size:12px;
}
#features p {
	margin-right:5px;
}
#features img.left {
	margin-left:0px;
	margin-right:5px;
}
#features img.right {
	margin-left:0px;
	margin-right:2px;
}

#solutions {
	color:#000000;
}
.pdfs {
	border:1px solid #000000;
	font-size:9px;
	margin-top:8px;
	margin-bottom:5px;
}
#content .pdfs a {
	font-size:9px;
	text-decoration:none;
}
#content .pdfs a:hover {
	text-decoration:underline;
}

#content .sidebox{
	border: 1px solid #000000; 
	padding: 0px;
	font-family:Myriad, Arial, Verdana; 
	color:#000000;
}
#content .sidebox th {
	font-size: 12px; 
	color: #000000; 
	background-color: #ffffff;
	padding:5px 3px;
	border-bottom:1px solid black; 
	text-transform:uppercase;
	text-align:center;
}
#content .sidebox table tr td {
	padding:5px 10px 10px;
}
#content .sidebox table tr td, #content .sidebox table tr td table tr td, #content .sidebox a {
	font-size:9px;
}
#content .sidebox table tr td table tr td {
	padding:0;
}
#content .sidebox strong {
	font-size:12px;
}
#content .sidebox ul {
	list-style-image:url("/images/bullet_triangle.gif"); 
	margin: 10px 0 0 6px;
	padding-left:5px;
}
#content .sidebox ul li {
	padding-left:0;
	margin-left:0;
	margin-bottom:8px;
}


/* --------------- Box styles --------------- */
.burgundyoutline {
	border:1px solid #000000;
}
.greybox {
	background-color:#ffffff;
}
.greybox img.corner, .lightgreybox img.corner {
	display:none;
}
.greybox h2 {
	font-family:Myriad, Arial, Verdana;
	color:#000000;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}
.greybox ul {
	list-style-image:url("/images/bullet_triangle.gif");
}


/* --------------- "Button" styles --------------- */
table.button td {
	padding:2px 5px;
	border:1px solid #000000;
}
.button a:link, .button a:visited {
	color:#000000 !important;
	font-weight:bold;
	font-size:11px !important;
	text-decoration:none;
}