/* ######### CSS for Shade Tabs. ######### */

.shadetabs{
clear:both;
padding: 5px 0;
margin: 30px 0 0 0;
font: bold 12px Arial, Helvetica, sans-serif;
text-transform:uppercase;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 5px 40px;
margin-right: 5px;
border: 1px solid #999;
color:#FFF;
background: #CCC;

}

.shadetabs li a:hover{
text-decoration: none;
background:#999;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
background:#F98E25;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}
.tabcontentContainer {
border:1px solid #999;
width:100%;
padding: 0;
margin-bottom:10px;
}
.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
table.toolsOverview, table.toolsComparison {
width:100%;
font: normal 12px/18px Arial, Helvetica, sans-serif;
padding:0;
border-collapse:collapse;
}
table.toolsOverview td, table.toolsComparison td{
padding:10px;
width:50%;
}
table.toolsOverview th, table.toolsComparison th{
background:#FDDDBE;
color:#004B8D;
text-transform:uppercase;
font-weight:bold;
padding:5px 10px;
text-align:left;
}
table.toolsOverview td.info, table.toolsComparison td.info{
color:#666;
padding-left:30px;
}
table.toolsComparison td.info{
background:#F2F2F2;
border-top:5px solid #FFF;
border-right:5px solid #FFF;
border-bottom:5px solid #FFF;;
}
table.toolsOverview td.infoSecured, table.toolsComparison td.infoSecured{
color:#666;
padding-left:30px;
background-image:url(../../images/tools/lock.gif);
background-repeat:no-repeat;
background-position:10px 8px;
}
table.toolsComparison td.infoSecured{
background-color:#F2F2F2;
border-top:5px solid #FFF;
border-right:5px solid #FFF;
border-bottom:5px solid #FFF;
}
#overview table.toolsOverview h3, #comparison table.toolsComparison h3 {
color:#00A5D3;
font: bold 12px Arial, Helvetica, sans-serif;
margin:0;
}
table.toolsOverview h3 a, table.toolsComparison h3 a{
text-decoration:none;
}
table.toolsOverview h3 a:hover, table.toolsComparison h3 a:hover{
text-decoration:underline;
}
table.toolsOverview td.footer, table.toolsComparison td.footer{
color:#666;
border-top: 5px solid #CCC;
font-size:11px;
}
table.toolsComparison td.nonreg {
background-color:#E6EDF4;
background-image:url(../../images/tools/checkmark.gif);
background-position:center;
background-repeat:no-repeat;
border-top:5px solid #FFF;
border-right:5px solid #FFF;
border-bottom:5px solid #FFF;
width:130px;
}
table.toolsComparison td.nonregNo {
background-color:#E6EDF4;
border-top:5px solid #FFF;
border-right:5px solid #FFF;
border-bottom:5px solid #FFF;
width:130px;
}
table.toolsComparison td.reg {
background-color:#FEF4EA;
background-image:url(../../images/tools/checkmark.gif);
background-position:center;
background-repeat:no-repeat;
border-top:5px solid #FFF;
border-bottom:5px solid #FFF;
width:130px;
}
table.toolsComparison td.head {
color:#666;
text-transform:uppercase;
text-align:center;
font-weight:bold;
width:130px;
}


.bwfh2 {
color: rgb(0,157,217);
font-size: 170%;
line-height: 155%;
font-weight: normal;
margin-top: 0;
margin-bottom: 15px;
padding-right: 155px;
}
.bwfh3 {
font-size: 105%;
line-height: 160%;
color:#326096;
font-weight: bold;
}
#bwfintro {
	border: 1px solid #a9abac;
	background:#fff url(/siteflow/gif/bodyCopyBlockBackground.gif) bottom left repeat-x;
	padding: 5px;
	margin: 20px 0;
}
.bwfintroContentH1{
	padding: 10px;
font-size: 130%;
line-height: 140%;
	font-weight: normal;
	color:#77797a;
	margin: 0;
}
#bwfCallout {
	border: 1px solid #a9abac;
	background:#fff url(/siteflow/gif/bodyCopyBlockBackground.gif) bottom left repeat-x;
	padding: 5px;
	margin-top:10px;
}
.bwfcallouttext {
color: rgb(104,104,104);
	padding: 10px;
font-size: 120%;
line-height: 160%;
	font-weight: normal;
	margin: 0;

}
.bwfcallouttext ul{
	margin-top: 0;
	margin-bottom:0;

}