/* version 1.6 */

/* defaults */
body, html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
body {
	background-color: #fff;
	font: normal 10pt verdana, arial, sans-serif;
}
form {
	padding: 0;
	margin: 0;
}
img {
	border: 0;
}

/* ie png fix 
img, div {
	behavior: url('/t/script/iepngfix.htc');
}
*/
/* helpers */
.none {
	display: none;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	padding: 0;
	margin: 0 !important;
}
.hr hr {
	display: none;
}
.right {
	float: right;
}
.left {
	float: left;
}
.block {
	display: block;
}
.italic {
	font-style: italic;
}
.strong {
	font-style: bold;
}
.gray {
	color:#808080;
}


/* shared styles */
#search .go,
#header h1,
.home-link {
	text-indent: -999em;
	overflow: hidden;
	display: block;
}


/* structure */
#header,
#content,
#footer,
#bar,
#feature {
	margin: 0 auto;
	width: 960px;
}


/* link styles */
.callout, .callout-white, .callout-orange {
	font: bold 10px verdana, tahoma, sans-serif;
	text-decoration: none;
	border-left: 2px solid #11568b;
	padding-left: 5px;
	margin-left: 5px;
	color: #11568b;
}

.title2 
{
	color: #11568b;
	text-decoration: none;
	border-bottom: 0px;
	font: bold 11px verdana, tahoma, serif;	
	font-weight: 700;
}

.callout-white {
	border-left: 2px solid #fff;
	color: #fff;
}
.callout-orange {
	border-left: 2px solid #f0960e;
	color: #f0960e;
}
.button-right, .button-left {
	display: block;
	color: #fff;
	background-color: #11568b;
	padding: 3px 13px 4px 13px;
	text-decoration: none;
	clear: both;
	float: right;
}
.button-left {
	float: left;
}

.doc-title {
	color:#11568b;
	font-weight:600;
}

/* header */

#header, #header * {
	z-index: 50;
}

#header {
	position: relative;
	z-index: 999 !important;
}

#header .right {
	margin-top: 16px;
}
#header .graybar {
	width: 960px;
	border-top: 8px solid #d9d9d9;
	margin: 0 auto;
}
#header ul {
	float: left;
}
#header ul, #header li {
	padding: 0;
	margin: 0;
	list-style: none;
}
#header li {
	display: inline;
}

#header li.text {
	display: block;
	float: left;
	padding: 0 5px 0 5px;
	border-right: 1px solid #a5a7ab;
	font: normal 7.5pt verdana, sans-serif;
	color: #a5a7ab;
}

#header li a {
	display: block;
	float: left;
	padding: 0 5px 0 5px;
	border-right: 1px solid #a5a7ab;
	font: normal 7.5pt verdana, sans-serif;
	color: #a5a7ab;
	text-decoration: none;
}

#header li a:hover {
	text-decoration: underline;
}

#language {
	float: left;
	margin: 0 15px 0 15px !important;
}
#language, #language * {
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 999;
}
#language ul {
	position: absolute;
	top: -999em;
	width: 110px;
}
#language ul li, #language ul a {
	width: 100%;
}
#language li {
	float: left;
	position: relative;
}
#language li a.top {
	border: 1px solid #c5c6c8;
	height: 15px;
	width: 93px;
	background: transparent url("../images/arrow.png") 88px 5px no-repeat;
	behavior: url("/t/script/iepngfix.htc");
	display: block;
	text-decoration: none;
}
#language li a:hover {
	background-color: #f0f0f0;
	text-decoration: none;
}
#language li ul {
	border-top: 1px solid #c5c6c8;
	width: 121px;
}
#language li li a {
	border: 1px solid #c5c6c8;
	border-top: 1px solid #f0f0f0;
	display: block;
	text-decoration: none;
	height: auto;
	width: 110px;
	padding: 3px 3px 3px 6px;
	margin: 0;
}
#language li:hover ul, #language li.sfHover ul {
	left: 0;
	top: 17px;
	background-color: #fff;
}
#language li li:hover ul, #language li li.sfHover ul {
	top: -12px;
}

#search {
	float: left;
	width: 121px;
}

#search input {
	padding: 0 0 0 0px;
	border: 1px solid #c5c6c8;
	font: normal 10px verdana, sans-serif;
	height: 15px;
	color: #a5a7ab;
	width: 90px;
	float: left;
}

#search .go {
	width: 26px;
	height: 17px;
	background: transparent url("../images/search.jpg") top left no-repeat;
	/*background-position: -274px 0;*/
	float: right;
}

#header .hr {
	clear: both;
}

#header h1,
.home-link {
	width: 143px;
	height: 33px;
	float: left;
}
#header h1 {
	background: transparent url("../images/logo.jpg") no-repeat;
	behavior: url('/t/script/iepngfix.htc');
	clear: right;
	margin: 19px 0 0 23px;
}
.home-link {
	margin: 19px 0 0 -143px;
}

/* content */
#content {
	color: #808080;
	position: relative;
	z-index: 0 !important;
}

#content h2, #content h3, #content h4,
#content h2 a, #content h3 a, #content h4 a {
	margin: 0;
	padding: 0;
	color: #f0960e;
	text-decoration: none;
	font-weight: 400;
	font-family: georgia, serif;
}

#content a:hover.callout {
	text-decoration: underline;
}


/* Breadcrumb */
#breadcrumbs {
	list-style: none;
	margin: 25px 0 8px 20px;
	padding: 0;
}

#breadcrumbs li {
	display: inline;
	margin: 0;
	padding: 0;
}

#breadcrumbs li a {
	font: normal 8pt arial, sans-serif;
	color: #909195;
	text-decoration: none;
	padding: 0 12px 0 0;
	background: transparent url("../images/bread_arrow.gif") right center no-repeat;
}

#breadcrumbs li.last{
	font: normal 8pt arial, sans-serif;
	color: #909195;
	text-decoration: none;
	padding: 0 12px 0 0;
}

#breadcrumbs li.last a {
	background-image: none;
	margin: 0;
}

#breadcrumbs li a:hover {
	text-decoration: underline;
}


/* footer */
#footer 
{
	position: relative;
	clear: both;
	padding: 40px 0 40px 0;
	text-align: right;	
}

#footer a#print {
	height: 15px; 
	float: left;
	color: #11568b;
	padding-top: 5px;
	padding-left: 20px;
	margin: 5px 0 0 10px;
	text-decoration: none;
	font: normal 8pt verdana, sans-serif;
	background: transparent url("../images/print_this.jpg") top left no-repeat;	
}

#footer a:hover.print {
	text-decoration: underline;
}

#footer ul,
#footer li {
	padding: 0;
}

#footer ul, #footer ul.home {
	list-style: none;
	margin: 0 auto;
	padding: 7px 7px 7px 0;
	text-align: right;
	background: #f3f3f3;
	border-top: solid 1px #a5a7ab; 
}

#footer ul.home {
	text-align: right;
}

#footer li {
	display: inline;
}

#footer li a {
	font: normal 8pt verdana, sans-serif;
	color: #a5a7ab;
	border-right: 1px solid #a5a7ab;
	padding: 0 9px 0 9px;
	text-decoration: none;
}

#footer li a:hover {
	text-decoration: underline;
}


/* overrides */
li.last a {
	border-right: 0 !important;
	padding-right: 0 !important;
}


/* sifr */
.sIFR-flash {
	color: ##FFFFFF;
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-flash + div[adblocktab=true] {
	display: none !important;
}

.sIFR-hasFlash #promo-text h2 {
	line-height: 32px;
	visibility: hidden;
}

/* Sidebar icons */
#content .inner-box li.podcast {
	background: transparent url("../images/icons/podcast_icon.gif") top left no-repeat;
	line-height: 20px;
}

#content .inner-box li.AnalystReports {
	background: transparent url("../images/icons/analystreport_icon.gif") top left no-repeat;
	line-height: 20px;
}

#content .inner-box li.WhitePapers {
	background: transparent url("../images/icons/whitepaper_icon.gif") top left no-repeat;
	line-height: 20px;
}

#content .inner-box li.Articles {
	background: transparent url("../images/icons/article_icon.gif") top left no-repeat;
	line-height: 20px;
}

#content .inner-box li.CaseStudies {
	background: transparent url("../images/icons/casestudy_icon.gif") top left no-repeat;
	line-height: 20px;
}

#content .inner-box li.WebSeminars {
	background: transparent url("../images/icons/webseminar_icon.gif") top left no-repeat;
	line-height: 20px;
}

#content .inner-box li.Brochures {
	background: transparent url("../images/icons/brochure_icon.gif") top left no-repeat;
	line-height: 20px;
}

#content .inner-box li.Podcasts {
	background: transparent url("../images/icons/podcast_icon.gif") top left no-repeat;
	line-height: 20px;
}
#content .inner-box li.Demos {
	background: transparent url("../images/icons/demo_icon.gif") top left no-repeat;
	line-height: 20px;
}

#content .inner-box li.Videos {
	background: transparent url("../images/icons/video_icon.gif") top left no-repeat;
	line-height: 20px;
}