@import url("navigation.css");
/*
#fe5301: orange
#5c7a93: blue for text
#434345: dark grey - drop down menu text
#62c2cc: teal

background colors:
#444444: dark grey, footer
#ededef: dropdown 
#3c474d: dark grey, top box home page

*/
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:67.5%;
	background-color:#fff;
	background-image:url(images/bgbody3.gif);
	background-repeat:repeat-x;	
}
h2 {
	font-weight:normal;
	font-size:1.9em;
	text-transform:uppercase;
	line-height:1.2em;
	margin-bottom:2px;
	font-family: "Times New Roman", Times, serif;	
}	
h3 {
	font-weight:bold;
	font-size:1.3em;	
	margin-bottom:2px;
	line-height:1.2em;
	clear:both;
}
h4 {
	font-weight:bold;
	font-size:1.3em;	
	font-style:italic;
	color:#333;
}
h5 {
	font-weight:bold;
	font-size:1.3em;	
	color:#639b96;
	text-align:center;
}
#magazines { width: 400px; }
#magazines img { border:none; }
p,  dd, dt, td { font-size:1.1em; }
li {font-size:1.1em; }
li ul {font-size:1em; }
a { color:#ff5304; text-decoration:none; }
a:hover { text-decoration:underline; }
#totalcontainer {
	width: 980px;
	margin: 0 auto;	position:relative;
}

#logo {
	width:980px;
	height:114px;position:relative;
	margin-top:12px;
}
#logo img {
	width: 500px;
	float: left;
	display: inline;
}
#topnav { /* See project 7 folder for details */
		height:29px;
}
/* HOME PAGE */
#leftColumn {
	width: 549px;
	float:left;
	border-left:3px solid #fff;	
	margin-top:0;
	padding-bottom: 20px;
}
#rightColumn {
	width:422px;
	float:left;
	background-image:url(images/bgrightcolumn.gif);
	background-repeat:repeat-x;
}
body:last-child:not(:root:root) #rightColumn { /* to handle safari */
	margin-top:0px;
}
#headlineColumn {
	width:222px;
	float:left;
}
/* END HOME PAGE */

#mainContent { /* For all internal pages */
	background-image:url(images/bgrightcolumn.gif);
	background-repeat:repeat-x;
	float:left;
	min-height:500px;
	padding-bottom:20px;
}
#mainContent a {
	color: #5c7a93;
	text-decoration:underline;
}
#mainContent p, #article p { text-align:justify; }
#article {
	width:699px;
	float:left;
	border-left:3px solid #fff;	
	padding-left:24px;	
	padding-right:54px;
}
#imageGallery {
	width:846px;
	float:left;
	border-left:3px solid #fff;
	border-right:3px solid #fff;	
	padding-left:24px;	
	padding-right:24px;
}
#imageGallery .wp-caption, #imageGalleryPosts .wp-caption { 	height:206px; }
#imageGalleryPosts {
	width:699px;
	float:left;
}
.imgAlignLeft {
	float:left; 
	margin-right:21px;
	margin-bottom:25px;
}

#article img, #imageGallery img {
	padding: 2px;
	background-color:#fff;
	border: 1px solid #ccc;
	display:block;
	margin: 4px auto 10px auto;
}
#article .wp-caption , #imageGallery .wp-caption{
	float:left; 
	padding:6px;
	margin: 10px 21px 2px 0;
	background-color:#eee;
	border: 1px solid #ccc;
	font-size:.86em;
	color:#333;
	text-align:left;
}
#imageGallery h3  { padding: 20px 0 12px 0; }
#imageGallery .wp-caption-text { line-height:1.2em; }
#sidebarColumn {
	width:194px;
	float:left;
	border-right:3px solid #fff;
	border-left:3px solid #fff;
}
/* SEARCH */
div#sidebarColumn div#searchBox {
	display: none;
}
#searchBox {
	border:3px solid #fff;
	padding-bottom:6px;
	padding-left:16px;
	padding-top:4px;
	float: right;
	margin-top: 20px;
	margin-left: 10px;
	background-color: #b3b3b3;
}
#searchBox p {
	font-size:.9em;
	font-weight:bold;
	text-transform:uppercase;
	color:#333;
	margin-bottom:0;
}
#searchBox form input.textfield {
	border: 1px solid #cccccc;
	font-size: 1em;
	width:160px;
	background-color:#eee;
}
#searchBox  form input.goButton2 { 
background: none;
	background-image:url(images/arrow_orange.gif);
	background-repeat:no-repeat;
	background-position:right 6px;	
	color:#fe5301;
	text-align:right;
	border:none;
	width:160px;
	font-size:.9em;
	padding-right:10px;
}

/* Search / Signup Header Boxes */
.h-box-border {border: solid 3px #fff;}
.h-box-sub-text { /* height:22px;line-height:21px; */ }
.h-box-submit { font-weight: bold; text-transform:uppercase; padding-right:12px;}
.h-box-pad {padding: 6px;}
.header-box {margin-top:24px; width:200px;height:66px;font-size:.98em !important;color:#1a1a1a;font-weight:bold}
.header-box div label {padding-left: 4px;}
.h-box-sub {background-color:#62c2cc;}
.h-box-search {background-color:#b3b3b3;/*margin-right: 18px*/}
.h-box-text-inp {border: solid 1px #b3b3b3; width:176px;margin-top:5px;margin-bottom:5px;margin-left: 5px}
.h-box-submit, #gform_submit_button_16 {
    border:none;
    background:transparent url(images/home/arrow_black.png) center right no-repeat;
    text-transform:uppercase;
}

/* VIDEO AREA, FRONT PAGE*/
#videoBox {
	background-image:url(images/bgVideo.gif);
	background-repeat:repeat-x;
	border-bottom:3px solid #fff;
	border-right:3px solid #fff;
	width:546px;
	padding-top:10px;
	padding-bottom:10px;
}
#videoBox ul {
	list-style-type:none;
	margin-left:-30px;
	margin-bottom:2px;
}
#videoBox li {
	height:25px;
	color:#fff;
	text-transform:uppercase;
	background-color:#3C474D;
	border-top:3px solid #fff;
	border-left:3px solid #fff;
	display:inline;
	padding:2px;
	font-size:1.1em;
}
#videoBox li a {
	padding:8px; 
	color:#fff;
}
#videoBox li a:hover {
	text-decoration:none;
	color:#ccc;
}
#videoInsert {
	width:519px;
	margin: 0 0 0 10px;
	border:3px solid #fff;
}
#videoInsert img { margin:-12px 0 0 -12px; padding:0; }
#videoBox p {
	font-size:1em;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-left:12px;
}
.videoContainer {
	width: 430px;
	margin-bottom:20px;
}
/* TOP LANGUAGE SELECTOR */
#languageLine {
	background-color:#61C2CB;
	height:25px;
	padding-top:5px;
	width:980px;
}
#languageLine ul {
	list-style-type:none; 
	float:right;
	margin:0;
}
#languageLine li {
	float:left;
	font-size:1.2em;
	font-weight:bold;
	border-top: 2px solid #fff;	
	border-bottom: 2px solid #fff;		
	border-left:2px solid #fff;
	margin:0;	
	padding:0;	

}
#languageLine li a { 
	background-color:#BAD8E0;
	color:#435E69;
	text-decoration:none;	
	height:16px;float:left;
	padding:2px 11px;
}
#languageLine li a:hover, #languageLine li a.current {
	background-color:#ff5304;
	color:#fff;
}
/* LOGIN LINE UNDER NAV */
#loginLine {
	height:21px;
	background-color:#434542;
	padding: 5px 0 4px  0;
	display: none;
} 
#loginLine p {color:#fff;  margin:2px 30px 0 0; font-size:1.1em; float:right; font-weight:bold;}
#loginLine a {color:#ff5304;}
#loginLine form { float:right; }
#loginLine form input {
	border: 1px solid #cccccc;
	color:#000;
	width:90px;padding: 0 6px;
	margin:0 3px;
	background-color:#eee;	
}
#loginLine form .submitButton {
	background-color:#fe5301;
	color:#fff;
}
	

/* OP ED COLUMN */
#editorial { 	padding-left:24px; padding-right:20px;padding-top:4px;}
#editorial p { line-height:1.4em; margin-bottom:0;}
/*RELATED ARTICLES BOX*/
#articlesBox {
	border: 1px solid #cccccc;
	background-color:#fff;
	background-image:url(images/bgwhybox.gif);
	background-position:right top;
	background-repeat:no-repeat;
	width:443px;
	margin: 20px 0;
}
#articlesBox  h3 {
	color:#434344;
	font-size:1.4em;	padding: 2px 16px 4px 16px ;	
}
#articlesBox  a {

}
#articlesBox   p {
	line-height:1.4em;
	font-size:1.08em;
	padding: 2px 16px;
	color:#333;
}
#article h4 a { color: #5c7a93;}
/* TERMS OF REFERNCE BOX*/
#torBox {
	border: 1px solid #cccccc;
	background-color:#fff;
	background-image:url(images/bgwhybox.gif);
	background-position:right top;
	background-repeat:no-repeat;
	width:533px;
	margin: 0 0 20px 0;
}
#torBox h3 {
	background-image: url(images/sld.gif);
	background-repeat:no-repeat;
	background-position: 10px top ;
	padding: 6px 0 0 60px;
	height:42px;
	margin:7px 0 -23px 0;
	color:#434344;
	font-size:1.4em;	
}
#torBox p {
	line-height:1.4em;
	font-size:1.08em;
	padding: 16px 16px 10px 16px ;
	color:#333;
	border-top: 1px solid #cccccc;
}
#torBox a {
	background-image:url(images/arrow_orange.gif);
	background-repeat:no-repeat;
	background-position:left 4px;
	padding-left:10px;
	margin-left:10px;
}
/* HEADLINES - MIDDLE COLUMN */
#headlineBox { 	padding: 9px 21px 24px 21px; }
#headlineBox p { margin:0 0 3px 0; 	line-height:1.4em;}
#headlineBox h3 a { margin-bottom:0;color: #5c7a93; font-family:"Times New Roman", Times, serif;}
/*  LARGE QUOTE AREA */
#quotes {
	background-image:url(images/quotes.gif);
	background-position:360px 0;
	background-repeat:no-repeat;
	font-size:2.5em;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-left:24px;
	margin-top:30px;
	margin-bottom:30px;
}
.quoteAuthor { 	font-size:.62em; } 

/* IN BRIEF */
#inBrief { 	padding: 4px 17px 20px 17px; }
#inBrief h3, #inBrief h3 a  { 	color: #5c7a93; font-family:"Times New Roman", Times, serif;}
#inBrief h3 a {font-size:1em;  }
#inBrief h2 {
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:1px solid #000;
	font-size:1.7em;
	font-weight:bold;
}
#inBrief p { margin-top:0;margin-bottom:3px; font-size:1.05em; }
#keypoints { padding: 4px 27px 30px 17px; 
background-image: url(images/rtcol_dropshadow.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
#keypoints ul { margin-left:-30px;	 }
#keypoints li {
	list-style-image:url(images/bullet_arrow.gif);
	margin-bottom:12px;
	line-height:1.4em;
	font-size:1em;
}
#articleOfInterest {
	background-color:#FFFFFF;
	background-image:url(images/bgnotesofinterest.gif);
	background-position:top;
	background-repeat:no-repeat;
	border: 2px solid #cccccc;
	width:409px;
	float:left;
	padding: 0 17px 17px 17px;
	margin: 0 17px 12px 0;
}
	
/* SUBSCRIBE BOX */
#subscribeBox {
	border-top:2px solid #7dbccc;
	border-bottom: 2px solid #7dbccc;
	background-image: url(images/bgsignupbox.gif);
	background-repeat:no-repeat;
	width:180px;
	margin-left:10px;
}
#subscribeBox p {
	padding: 12px; 
	color:#333;
	margin:0;}
body:last-child:not(:root:root) #subscribeBox p{ /* to handle safari */
	margin-bottom:-2px;
}	
/* FOOTER */
#footer {
	background-color:#444444;
	height:41px;
	clear:both;
	margin-top:20px;
	width:100%;
}
#footer ul { margin:0 0 0 -38px; list-style-type:none;  text-align:center; padding-top:12px;}
#footer li { display:inline; border-right: 1px solid #ff5304; margin:0; }
#footer li a { color: #ff5304; text-decoration:none; padding: 0 10px;  }
#footer li a:hover { text-decoration:underline; }
#footer li.last {border:none; }
#copyrightLine {
	background-color:#fff;
	height:30px;
	background-image:url(images/bgcopyright.gif);
	background-position:top;
	background-repeat:repeat-x;
	width:100%;	
}
#copyrightLine p {
	width:956px;
	padding:4px 0 0 24px; 
	margin:0 auto;
	font-size:.9em;}	
 
/* CLASSES */
.right2 {border-right:2px solid #fff;}
.right3 {border-right:3px solid #fff;}
.author {
	font-size: 1.02em;
	text-transform:uppercase;
	margin:4px 0 0 0;
}	
.postedDate { 	font-size:1em;	margin:0; }
.clearit { clear:both; }
sup { font-size:.8em; 	height: 0;
	line-height: 1;
	position: relative;
	top: -0.6em;
	vertical-align: baseline !important;
	vertical-align: bottom;
}
#checklist caption {
	font-size:1.4em;
	font-weight:bold;
	font-family:georgia;
	margin: 5px;
}
#checklist tbody {
	border: 1px solid #333;
	padding:4px;
	width: 100%;
	background-color:#eee;
	margin: 0 20px;
}
#checklist td {
	margin:6px;
	padding:6px;
	border-bottom:1px solid #000;
	font-size:1.1em;
	}
#checklist th {
	padding: 6px;
	background-color:#61C2CB;
	font-size:1.2em;
	text-align:left;
}
.partnersFullineImage {
	padding-top:10px;float:left;margin-left:40px;border:none; margin-bottom:10px;
}
#checklist table { margin: 0 auto; }
.row {
	margin-bottom:10px; clear:both; }
.readmore { margin-top:-10px; }
.readmoreLink { color:#333; text-decoration:underline; }
.readmoreArrows { color:#fe5301; text-decoration:none!important; }
.smallInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	margin-left:40px; margin-right:40px; }
#article .excerpt { margin-bottom:-10px; }
.post-meta { list-style-type:none; margin-left:-38px;margin-top:-4px; }

/* #suckerfishnav { */

/*     } */
/* #suckerfishnav, #suckerfishnav ul { */
/*     float:left; */
/*     list-style:none; */
/*     padding:0; */
/*     margin:0; */
/*     width:100%; */
/*     } */
/* #suckerfishnav a { */
/*     display:block; */
/*     color: #fff; */
/*     text-decoration:none; */
/*     padding: 6px 8px; */
/*     margin: 0 12px; */
/*     } */
/* #suckerfishnav li { */
/*     float:left; */
/*     padding:0; */
/*     list-style-type: none; */
/*     margin: 0; */
/*     padding: 0; */
/*     text-transform:uppercase; */
/*     font-size:1.4em; */
/*     font-weight:bold; */
/*     text-align:center;   */
/*     /\*border-bottom:4px solid #fff;*\/	 */
/*     } */
/* #suckerfishnav li ul { margin-left:12px; margin-top:-3px; border-top: 3px solid #ff5304; } */
/* #suckerfishnav  ul li {  */
/*     font-size:.8em;  /\* drop down menu *\/ */
/*     text-transform: none; */
/*     color:#434345; */
/*     border-bottom:1px solid #434345;	 */
/*     text-align:left; */
/*     top:10px; */
/* } */
	
/* 	#suckerfishnav li a:link { } */
/* #suckerfishnav ul li a { 	padding: 6px 20px 6px 20px; border-bottom:none;} */
/* #suckerfishnav ul { */
/*     position:absolute; */
/*     left:-999em; */
/*     height:auto; */
/*     width:170px; */
/*     font-weight:normal; */
/*     margin:0; */
/*     line-height:1; */
/*     border:0; */
/*     padding: 0; */
/* 	background-color: #FFFFFF; */
/*     } */
/* #suckerfishnav li li { */
/*     font-size:.9em; */
/* 	height:30px; */
/*     width:170px; */
/*     background-color:#fff; */
/*     } */
/* #suckerfishnav li li a { */
/*     padding:4px 10px; */
/*     width:150px; */
/*     color:#434345; */
/*     font-size:.9em; 	 */
/*     margin:0;     */
/* 	text-align:center; */
/* } */
  
/* #suckerfishnav li a:hover { */
/*    	color:#62c2cc!important; */
/*    	/\*border-bottom:3px solid #ff5304;*\/ */
/* 	letter-spacing: .01px; */
/* } */
/* #suckerfishnav li.current_page_item a, */
/* #suckerfishnav li.current_page_ancestor a, #suckerfishnav li.current_page_parent a { */
/* 	color:#62c2cc; */
/* } */
/* #suckerfishnav li li a:hover { */
/*     background-color:#ededef;  */
/*     color:#ff5304!important; */
/*     border:none!important; */
/*     font-size:.9em;     */
/*     margin:0; */
/*     padding:4px 10px;  	 */
/* 	height:22px;   */
/*     }   */
/* #suckerfishnav li li li a:hover { */
/*     background-color:#ededef;  */
/*     color:#ff5304!important; */
/*     border:none!important; */
/*     font-size:.9em;     */
/*     margin:0; */
/*     padding:4px 10px;  	 */
/* 	height:22px; */
/*     }  	 */
/* #suckerfishnav li ul ul { */
/*     margin-left:140px; */
/* 	margin-top:-30px;   */
/*  border-top: none; 	  } */

/* #suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a { */
/*     color:#ff5304; */
/*     } */
/* #suckerfishnav li:hover a, #suckerfishnav li.sfhover a { */
/*     color:#62c2cc; */
/*     } */
/* #suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a { */
/*     color:#434345; */
/*     } */
	
/* 	#suckerfishnav li ul ul a:hover {  */
/*  border-top: none; }  */
/* #suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul { */
/*     left:-999em; */
/*     } */
/* #suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul { */
/*     left:auto; */

/*     } */
/* #suckerfishnav li:hover, #suckerfishnav li.sfhover { */

/*     } */
	#bannerAds {clear:both; }
	#bannerAds img { margin-right:20px; border:0;}
	
li.linkcat  { list-style-type:none; font-style: italic; }
li.linkcat  ul li { list-style-type: disc; font-style: normal; }

/* utils */

.group {clear: both;display: block}
.group:after {content: ".";display:block;height: 0;clear: both;visibility: hidden;}

/* affiliates logo areas */

#affiliates, #affiliates ul {margin:0px;padding:0px;vertical-align:center;list-style-type:none;}
#affiliates {    
    background: -webkit-gradient(linear, left top, left bottom, from(#caebee), to(#fff) );
    /* For Mozilla/Gecko (Firefox etc) */
    background: -moz-linear-gradient(top, #caebee, #fff 70%);
    /* For Internet Explorer 5.5 - 7 */
    background-color:#fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#caebee, endColorstr=#FFFFFFFF);
    margin-top:33px;
    margin-left:3px;
    height:285px;
    width:971px;
    /* background: url(images/bg-partners-blue.gif) repeat-x top left; */
}
#affiliates li {height:100%;width:33%;float:left;display:block}
#affiliates li h3 {text-align:center;text-transform:uppercase;color:#a2a2a2;font-weight:bold;font-family:Helvetica,Arial,sans-serif;}
#affiliates li ul li {width:100%}
/* .affils-bot {height:28px;background:url(images/bg-partners-window-bot.gif) no-repeat top left;} */
/* .affils-top {height:25px;background:url(images/bg-partners-window-top.gif) no-repeat top left;} */
.affils-bot { 
    width:230px;
    margin:0px auto;
    /*    -moz-border-radius: 7px;  */
    /* -webkit-border-radius: 7px;  */
    /* border-radius: 7px;            */
    

}
.affils-top {}

.shadow-all-2 {    
    border: solid 2px #dcdcdc\9;
    -moz-box-shadow: 0px 0px 2px 2px #dcdcdc; 
    -webkit-box-shadow: 0px 0px 2px 2px #dcdcdc; 
    box-shadow: 0px 0px 2px 2px #dcdcdc;     
}
.affiliate {
    background-color:#fff;
    border:solid 12px #eee;
    height:222px;
    margin:0px auto;        
    width:222px;
}

/* .affils-mid {background:url(images/bg-partners-window-mid.gif) repeat-y center center;} */

/* TABS STYLES */

/* Styles
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ul.tabs, .tabs ul, */
.tabs, .tabs div, .tabs li h3, .tabs li, 
.tabs li h3 a, .tab_contents_container,
.tab_contents_container div,
.tab_contents_container p,
.tab_contents h3,.tab_contents h4,.tab_contents span,
.tab_contents, .tab_contents li,#controls ul
 {
	margin: 0; 
	padding: 0;
	border: 0;
	outline: 0;
	/* font-size: 100%; */
	font: inherit;
	vertical-align: baseline;
}

/* h3,a,li,a:active,a:hover,a:visited {color:#FFF;outline: 0 none;-moz-outline: 0 none;outline-style:none;outline-width:0px;} */

ul,li {list-style-type:none;}

.tabs {padding-left:164px;}

a:active,a:focus,a {outline: none; -moz-outline-style: none;}

#tabs_container {width: 536px;}
.tabs {list-style: none; height: 18px; margin: 0;}
.tabs li h3 a { font-family: Arial, Helvetica, sans-serif;font-size: 11px;font-weight:bolder; color:#FFF;}
.tabs li {height: 18px;}
/*.tabs.support {border-bottom: 4px solid #6b6b6b;}
.tabs.products {border-bottom: 4px solid #ff5304;}
.tabs.technologies {border-bottom: 4px solid #62c2cc;}*/

.tabs li {float: left; width:117px; margin-right: 2px;}
.tabs li a {text-transform:uppercase;padding: 3px 10px;display: block;text-decoration: none;text-align:center;}

/* .tabs li.support {background-color: #6b6b6b;} */
.tabs li.support {background: transparent url(images/home/support-tab.gif) no-repeat top center;}
.tabs li.support a {padding-top: 4px;}

/* .tabs li.technologies {background-color: #62c2cc;} */
.tabs li.technologies {background: transparent url(images/home/technologies-tab.gif) no-repeat top center;}
.tabs li.technologies a {padding-top: 4px;}

/* .tabs li.products {background-color: #ff5304;} */
.tabs li.products {background: transparent url(images/home/products-tab.gif) no-repeat top center;}
.tabs li.products a {padding-top: 4px;}

/* Container div for text accompanying each tab
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.tab_contents_container {/* height:150px; */ height:240px;overflow:hidden;}
.tab_contents {left:-999em;position:absolute;width:528px;height:240px;}

.tab_contents.active {display: block;zoom:1;left:auto;}
.tab_contents .whitepaper {float:left;width:238px;padding-left:10px;padding-right:15px;padding-top:5px}
.tab_contents ul {padding-left:5px;width:238px;list-style-position:inside;font-size:12px;} 
.tab_contents li li {list-style-type:disc;}

/* Gradients for individual tab content areas
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#support {
    /* #d7d6d6 to #fff */
    /* For WebKit (Safari, Google Chrome etc) */
    background: -webkit-gradient(linear, left top, left bottom, from(#d7d6d6), to(#fff));
    /* For Mozilla/Gecko (Firefox etc) */
    background: -moz-linear-gradient(top, #d7d6d6, #fff);
    /* For Internet Explorer 5.5 - 7 */
    background-color:#fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d7d6d6, endColorstr=#FFFFFFFF);
}

#products {
    background: -webkit-gradient(linear, left top, left bottom, from(#fecab2), to(#fff));
    /* For Mozilla/Gecko (Firefox etc) */
    background: -moz-linear-gradient(top, #fecab2, #fff);
    /* For Internet Explorer 5.5 - 7 */
    background-color:#fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fecab2, endColorstr=#FFFFFFFF);
}

#technologies {
    background: -webkit-gradient(linear, left top, left bottom, from(#a8dee3), to(#fff));
    /* For Mozilla/Gecko (Firefox etc) */
    background: -moz-linear-gradient(top, #a8dee3, #fff);
    /* For Internet Explorer 5.5 - 7 */
    background-color:#fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#a8dee3, endColorstr=#FFFFFFFF);
}

/* Tab Borders */
.radius-7-top{-moz-border-radius-topright:7px;-moz-border-radius-topleft:7px;-webkit-border-top-right-radius:7px;-webkit-border-top-left-radius:7px;border-top-right-radius:7px;border-top-left-radius:7px}
.tab_border{border-style:solid;border-width:4px;border-bottom:none}#support.tab_border{border-color:#6b6b6b}#products.tab_border{border-color:#ff5304}#technologies.tab_border{border-color:#62c2cc}

/* typography for tab content areas
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.tab_contents h4,#feature_box h4 {font-size:14px;font-family:"Times",Georgia,serif;font-weight:bolder;font-style:normal;text-transform:capitalize;}

.tab_contents p, .tab_contents span,
#feature_box p,#feature_box span { font-family:Arial,Helvetica,sans-serif;font-size:12px;/* color:#000; */font-weight:normal;font-style:normal;}
.tab_contents p { width:243px;font-family:Arial,Helvetica,sans-serif;}

.tab_contents span.author,#feature_box .author {display:block;font-style:italic;font-weight:bold;text-transform:capitalize}
/* .tab_contents span.date, .tab_contents span.more_arrow, */
/* #feature_box span.date, #feature_box span.more_arrow  */
/* {color:#ff5304;} */
.date, .more_arrow {color:#ff5304;}

.tab_contents span.date {padding-right:2px;}

.tab_contents span.more, .tab_contents span.more_arrow {font-size:11px;}
.tab_contents span.more {display:block;text-decoration:underline}
.tab_contents span.more_arrow {text-decoration:none;}

#products.tab_contents h4 {color:#ff5304;}
#technologies.tab_contents h4,#feature_box h4 {color:#288f9a;}
#support.tab_contents h4 {color:#656565;}

#controls {margin:0px;padding:0px;width:536px;height:21px;background:url(images/home/bg_controls.jpg) repeat-x;}
#controls li {text-align:left;float:left;display:block;margin:0px 10px;height:21px}
#controls ul {margin-left:213px;}
#prev,#play,#pause,#next {width:16px;height:12px;}

/* previous */
#prev {background:url(images/home/bg_prev.gif) no-repeat center center;}
#prev:hover {background:url(images/home/bg_prev_active.gif) no-repeat center center;}

/* pause */
#pause {background:url(images/home/bg_pause_inactive.gif) no-repeat center center;}
#pause:hover {background:url(images/home/bg_pause.gif) no-repeat center center;}

/* play ( really just an orange pause button ) */
#play {background:url(images/home/bg_pause.gif) no-repeat center center;}
#pause.active {background:url(images/home/bg_pause.gif) no-repeat center center;}

/* next */
#next {background:url(images/home/bg_play_next.gif) no-repeat center center;}
#next:hover {background:url(images/home/bg_play_active.gif) no-repeat center center;}
#next.active {background:url(images/home/bg_play_active.gif) no-repeat center center;}

/* hides the text inside the anchor tags */
#controls a {width:16px;color:#000;display:block;text-indent:-9999px;height:21px;}
/*#white_papers {float:left;font-size:24px;font-family:"Arial Black",Arial,Helvetica,sans-serif;color:#46abb6;font-weight:bold;text-transform:uppercase;clear:none;}*/
img#paper_stack {
	display: none;
}
h3#white_papers{font-size:22px;font-family:Arial,Helvetica,sans-serif;color:#666;font-weight:100 !important}
#paper_stack {float:left;margin-top:15px;}
img {border:none}
.alignleft {float:left;}
#article img.alignleft {margin-right:10px;}
.alignright {float:right;}
#article img.alignright {margin-left:10px;}
.aligncenter {float:none;}
.float_r {
	float: right;
}
