html { font-size: 100.01%; }

/* SET THE BACKGROUND STREAK DEFAULT THE MARGINS */
body.subpage {
	margin: 0;
}

body.noTopBox {
	background-image: none;
}

body.formLayout {
	background-image: none;
}

body.homepage {
	margin: 0;
	background: url(../images/bg-home-body.gif) #8c8c8c repeat-x 0 0;
	font-family: Arial, Verdana, sans-serif;
}

/* GENERAL */
img { border: 0; }
form { display: inline; }

.hidden {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

p {
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.float-left { float: left; }
.float-right { float: right; }
a:focus { outline: none; }

/* -------------------------------------------------------------------------------- */
/* for clearing floated elements */
.clear { clear: both; }

.caption,
#content-main .main-box p.caption {
	font-style: italic;
	color: #666;
}

#timeTravel {
	position: fixed;
	z-index: 9000;
	top: 0px;
	left: 0px;
	margin: 3px;
	padding: 3px;
	background-color: #FFE;
	border: 1px solid #993;
	color: #660;
	font: bold 8px Verdana;
}

#timeTravel a,
#timeTravel a:visited,
#timeTravel a:hover {
	color: #660;
}

/* MAIN */
#main {
	width: 1000px;
	margin: 0 auto;
}

/* HEADER */
#header {
	float: left;
	width: 1000px;
	height: 91px;
	position: relative;
	z-index: 1002;
}

#logo a {
	display: block;
	width: 197px;
	height: 39px;
	background: url(../images/logo.gif) no-repeat 0 0;
	padding: 0;
	position: absolute;
	top: 29px;
	left: 18px;
	overflow: hidden;
	text-indent: -9999px;
}

strong.warning {
	color: #D00;
}  

.todo {
	color: #F00 !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
}

/* ################################################################################ */
/* Main Menu */

#nav {
	font-size: 62.5%;
}

ul.top-menu {
	display: block;
	position: absolute;
	top: 20px;
	right: 13px;
}

ul.top-menu li {
	float: left;
	padding: 0 6px 0 8px;
	background: url(../images/hr.gif) no-repeat 0 2px;
}

ul.top-menu li.first { background: none; }

ul.top-menu li a {
	float: left;
	font: 11px Arial;
	color: #566065;
	display: inline;
	text-decoration: none;
}

ul.top-menu li a:hover { text-decoration: underline; }

ul.top-menu li a.on {        
	color: #000;
	font-weight: bold;
}

ul.top-menu li input {
	float: left;
	width: 123px;
	height: 15px;
	border: 1px solid #c3c3c3;
	padding: 1px 5px 0;
	font: 10px Arial, Verdana, sans-serif;
	color: #566065;
}

ul.top-menu li a.button {
	float: left;
	margin: 0 0 0 3px;
	display: inline;
	width: 18px;
	height: 18px;
	background: url(../images/search.gif) no-repeat 0 0;
}

ul.top-menu li ul { display: none; }


/* ################################################################################ */
/* CONTENT */

#content {
	float: left;
	width: 1000px;
}

#content.landingNoNav {
	background: url(../images/bg-contentNoLeftCol.gif) repeat-y 0 0;
}

.formLayout #content {
	background: url(../images/bg-content_home.gif) repeat-y 0 0;
}

#content-home {
	float: left;
	width: 1000px;
	background: url(../images/bg-content_home.gif) repeat-y 0 0;
}

#content .top-box {
	float: left;
	margin-bottom: 30px;
	width: 1000px;
	height: 100px;
	background: url(../images/bg-content-top.jpg) no-repeat left top;
	position: relative;
	z-index: 1;
}

#content.landingNoNav .top-box  {
	height: 180px;
	background: transparent url(../images/headers/bg-resourcesNoLeftCol.jpg) no-repeat 0 0;
	position: relative;
	z-index: 1;
}

.formLayout #content.landingNoNav .top-box  {
	height: 20px;
	background: url(../images/headers/bg-greenBar.jpg) repeat-y top left;
}

#content .top-box .attribution {
	font-size: 10px;
	font-style: normal;
}

#content .top-box h1 {
	position: absolute;
	top: 37px;
	left: 35px;
	margin: 0;
	padding: 0;
	font: bold 32px/34px Arial, Verdana, sans-serif;
	color: #fff;
}

#content .top-box strong {
	position: absolute;
	top: 23px;
	left: 366px;
	width: 560px;
	font: italic bold 14px/20px Arial, Verdana, sans-serif;
	color: #fff;
}

.noTopBox .top-box {
	display: none;
}

.sub-menu-holder {
	float: left;
	width: 260px;
	position: absolute;
	top: 120px;
	left: 0px;
}

.sub-menu-bg {
	float: left;
}

#sub-menu {
	float: left;
	width: 242px;
	padding: 1px 17px 23px 1px;
}

#sub-menu li {
	float: left;
	width: 242px;
	padding-left: 34px;
}

#sub-menu li a {
	float: left;
	font: 12px/23px Arial, Verdana, sans-serif;
	color: #666;
	width: 207px;
	text-decoration: none;
	border-bottom: 1px dotted #999;
}

#sub-menu li.select ul { display: block; }

#sub-menu ul {
	display: none;
	float: left;
	width: 100%;
	padding: 3px 0;
}

#sub-menu ul li {
	float: left;
	width: 171px;
	padding-left: 45px;
}

#sub-menu ul li a {
	float: left;
	font: 10px Arial, Verdana, sans-serif;
	padding: 0;
	width: auto;
	color: #666;
	text-decoration: none;
}

#sub-menu li a:hover {
	color: #F96D07;
}

#sub-menu li a span { cursor: pointer; }
#sub-menu li a:hover span { text-decoration: none; }

#sub-menu li.select {
	background: url(/images/subMenuArrow.gif) no-repeat 25px 8px;
}

#sub-menu li.select.first a:hover,
#sub-menu li.select a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

#sub-menu li.select.first a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

#sub-menu li.first a:hover {
	color: #F96D07;
}

#sub-menu li.first a {
	color: #666;
	text-decoration: none;
	font-weight: normal;
}

ul.current {
	position: absolute;
	top: 130px;
	left: 349px;
	display: block;
}

ul.current li {
	float: left;
	font: 11px Arial, Verdana, sans-serif;
	color: #4c4c4c;
	padding-right: 4px;
	text-transform: capitalize;
}

ul.current li.last { color: #F96D07; }

ul.current li a {
	color: #4c4c4c;
	text-decoration: none;
}

ul.current li a:hover { text-decoration: underline; }

/* content-main */    

#content-main {
	float: left;
	width: 1000px;
	position: relative;
	min-height: 720px;
	height: auto !important;
	padding-top: 30px;
	background: url(/images/pixel-CCC.jpg) repeat-y 320px top;
}          

.fullWidth #content-main {
	background-image: none;
}

div.sub-menu-holder .left-box {
	float: left;
	width: 241px;
	padding: 7px 0 0 35px;
}

div.sub-menu-holder .left-box .in-box {
	float: left;
	width: 100%;
	margin-left: -10px;
	padding: 15px 20px;
	background: url(/images/resourcesBg.jpg) no-repeat left top;
}

#content div.sub-menu-holder .left-box .in-box strong {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	width: 100%;
	font: bold 16px Arial, Verdana, sans-serif;
	color: #F96D07;
}

.main-box ul li {
	background: transparent none repeat scroll 0%;
	list-style-type: square;
	margin: 5px 0pt 0pt;
	padding: 0;
	color: #333;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 17px;
	width: auto;
}

.main-box ul { margin: 10px 15px 15px 15px; }

.left-box ul.resources,
.left-box .in-box ul {
	float: left;
	width: 100%;
	padding: 7px 0 0;
}

.left-box ul.resources li,
.left-box .in-box ul li {
	padding-bottom: 8px;
}

.left-box ul.resources li.last,
.left-box .in-box ul li.last { background: none; }

.left-box ul.resources li a,
.left-box .in-box ul li a {
	display: block;
	font: 11px/16px Arial;
	color: #777;
	text-decoration: none;
	position: relative;
	padding: 1px 0 5px 24px;
}

.left-box ul.resources li a span,
.left-box .in-box ul li a span {
	font-size: 9px;
}

.left-box ul.resources li a:hover,
.left-box .in-box ul li a:hover {
	color: #F96D07;
	text-decoration: underline;
}

.left-box ul.resources li a img, .left-box .in-box ul li a img {
	position: absolute;
	top: 4px;
	left: 4px;
	float: left;
}

ul.violators {
	float: left;
	width: 100%;
	margin-left: -10px;
}

ul.violators li {
	display: block;
	margin-bottom: 30px;
}

.quote {
	clear: both;
	position: relative;
	margin-top: 10px;
	width: 246px;
	padding-top: 15px;
	font: 13px/18px Arial;
	color: #903;
	background: url(../images/quoteTop.jpg) no-repeat top left #ECEFDA;
}

* html .quote {
	width: 245px;
}

.quote .quoteIcon {
	position: absolute;
	top: 10px;
	left: -12px;
	width: 40px;
	height: 28px;
	background: url(../images/quote.jpg) no-repeat bottom left;
}

.quote .quoteFooter {
	height: 13px;
	background: url(../images/quoteBottom.jpg) no-repeat bottom left;
}

.left-box .content h2 {
	clear: both;
	margin: 0 0 10px;
	padding-top: 20px;
	font: bold 16px Arial;
	color: #F96D07;
}

.quote p {
	padding: 0 15px 0 35px;
}

#content .quote .attribution {
	margin-top: 1em;
	font-size: 12px;
	font-style: italic;
	color: #000;
	text-align: right;
}

#content-main .main-box {
	float: right;
	width: 570px;
	padding: 0 83px 20px 0;
}

#content.fullWidth #content-main .main-box {
	float: none;
	width: auto;
	margin: 0 60px;
	padding: 0;
}

.formLayout #content-main .main-box {
	float: none;
	width: auto;
	padding: 0 83px 20px 83px;
}

.conference { border-top: 1px solid #A7A7A7; }


/* -------------------------------------------------------------------------------- */
/* For landing pages with no main or left nav */

#content.landingNoNav #content-main .main-box {
	padding-right: 150px;
}

.formLayout #content.landingNoNav #content-main .main-box {
	padding-right: 83px;
}

#content.landingNoNav ul.current {
	left: 298px;
}

#content-main .main-box h2 {
	float: none;
	width: 100%;
	font: 24px/24px Arial, Verdana, sans-serif;
	color: #F96D07;
	margin: 0 0 0 0;
	padding: 0 0 6px 0;
	text-transform: capitalize;
}

.formLayout #content-main .main-box h2 {
	margin-top: 20px;
	padding-bottom: 20px;
}

#content-main .main-box h2.press {
	font-size: 18px;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 16px;
}

#content-main .main-box h3 {
	float: none;
	margin: 16px 0 0 0;
	padding: 0;
	width: 100%;
	font: bold 12px/18px Arial, Verdana, sans-serif;
	color: #333;
}

#content-main .main-box h3.subhead {
	color: #36C;
}

#content-main .main-box h3.prominent {
	margin: 1.5em 0 0.5em;
	color: #36C;
	font-size: 1.2em;
}

#content-main .main-box h4 {
	margin: 15px 0 5px;
}

#content-main .main-box p {
	margin: 0 0 7px 0;
	padding: 0;
	width: 504px;
	color: #333;
}

#content-main .main-box .top {
	float: left;
	width: 540px;
	padding: 0px 28px 5px 0;
}

#content-main .main-box .top p {
	color: #4c4c4c;
	line-height: 17px;
}

#content.fullWidth .main-box p {
	width: auto;
}

/* -------------------------------------------------------------------------------- */
/* content anchor styles */
#content-main .main-box .top a {
	color: #36C;
	text-decoration: none;
}

#content-main .main-box .top a:hover { text-decoration: none; }

#content-main .main-box p.intro {
	color: #000;
	font: 15px/22px Arial, Verdana, sans-serif;
	margin: 0 0 12px 0;
	padding: 0;
}

#content-main .main-box { font: 12px/17px Arial, Verdana, sans-serif; }

#content-main .main-box a {
	color: #36C;
	text-decoration: none;
}

#content-main .main-box p a,
#content-main .main-box ul li a { 
	border-bottom: 1px dotted #36C; 
}

#content-main .main-box p a:hover,
#content-main .main-box ul li a:hover {
	text-decoration: none;
	border-bottom: 1px solid #36C;
}

#content-main .main-box a:active {
	color: #36C;
	text-decoration: none;
}

#content-main a.moreCustomer {
	font: bold 10px/14px Arial, Verdana, sans-serif;
	color: #36C;
	text-decoration: none;
	text-transform: capitalize;
	padding-right: 14px;
	padding-left: 15px;
	background: url(../images/plus.gif) no-repeat 0% 2px;
	display: block;
}

#content-main a.more {
	font: bold 10px/14px Arial, Verdana, sans-serif;
	color: #36C;
	text-decoration: none;
	text-transform: uppercase;
	padding-right: 14px;
	background: url(../images/plus.gif) no-repeat 100% 2px;
	position: absolute;
	top: 10px;
	right: 0px;
}  
        
#content-main #container-1 a.more {
	top: 30px;
}          

#content-main .main-box ul.tabs {
	float: right;
	height: 31px;
	margin: 0;
}

#content-main .main-box ul.tabs li {
	float: left;
	height: 31px;
	padding: 0 2px;
	list-style-type: none;
	margin: 0;
}

#content-main .main-box ul.tabs li a {
	float: left;
	width: 82px;
	height: 21px;
	padding: 7px 0 0 3px;
	text-align: center;
	font: 12px Arial, Verdana, sans-serif;
	color: #566065;
	text-decoration: none;
	background: url(../images/bg-tabs-li.gif) no-repeat 0 0;
	border: none;
}

#content-main .main-box ul.tabs li a.wide {
	background: url(../images/bg-tabs-li-Wide.gif) no-repeat 0 0;
	width: 152px;
}

#content-main .main-box ul.tabs li.tabs-selected a {
	background: url(../images/bg-tabs-active.gif) no-repeat 0 0 !important;
	height: 24px;
	width: 88px;
	margin: 0 -3px;
	color: #333 !important;
	font-weight: bold !important;
}

#content-main .main-box ul.tabs li.tabs-selected a.wide {
	background: url(../images/bg-tabs-active-w155.gif) no-repeat 0 0 !important;
	width: 152px;
}

#content-main .main-box ul.tabs li a.last { background: url(../images/bg-tabs-li.gif) no-repeat 0 0 !important; }
#content-main .main-box ul.tabs li.tabs-selected a.last { background: url(../images/bg-tabs-active-last.gif) no-repeat 0 0 !important; }

#content-main .main-box ul.tabs li a:hover {
	background-position: 0 100% !important;
	color: #fff;
	text-decoration: none;
	border: none;
}

.tabs-hide { display: none; }

#content-main .main-box #emailSent {
	padding: 20px;
	background-color: #ECEFDA;
	font-family: Arial, Verdana, sans-serif;
	color: #333;
}

#content-main .main-box #emailSent form {
	display: block;
	margin-bottom: 10px;
}

#content-main .main-box .in-box {
	float: left;
	margin-bottom: 20px;
	width: 568px;
	min-height: 354px;
	/* TODO:  Why is this here? */
	background-color: #ECEFDA;
}

.formLayout #content-main .main-box .in-box {
	float: right;
	width: 400px;
	margin-left: 20px;
}

.formLayout #content-main a.downloadlink {
	width: 114px;
	margin: 40px;
}

#content-main .main-box .in-box .inner {
	float: left;
	width: 508px;
	padding: 20px 30px 5px;
}

#content-main .main-box .in-box .inner b {
	float: left;
	width: 100%;
	font: bold 11px Arial, Verdana, sans-serif;
	color: #272425;
}

#content-main .main-box .in-box .inner h2 b { font-size: 12px; }

#content-main .main-box .in-box .inner .2ndintro {
	color: #4C4C4C;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: strong;
	line-height: 17px;
}

#content-main .main-box .in-box .inner .box {
	float: left;
	width: 508px;
	/*border-top:1px solid #a7a7a7;*/
	padding: 5px 0 10px 0;
}

#content-main .main-box .in-box .inner .box .top-inner {
	float: left;
	width: 100%;
	/*width:220px;*/
	padding: 0 0 2px;
	position: relative;
}

#content-main .main-box .in-box .inner .box .boxInnerLeft {
	float: left;
	padding: 0px;
	width: 160px;
}

#content-main .main-box .in-box .inner .box .boxInnerLeftCustomer {
	float: left;
	padding: 0px;
	width: 145px;
}

#content-main .main-box .in-box .inner .box .boxInnerRight {
	float: left;
	padding: 0px;
	width: 340px;
}

#content-main .main-box .in-box .inner .box .boxInnerRight h3 {
	float: left;
	width: 100%;
	font: 11px/11px Arial, Verdana, sans-serif;
	color: #333;
	margin: 5px 0 0 0;
	padding: 0;
}

#content-main .main-box .in-box .inner .box .boxInnerRight p {
	margin: 0px;
	font-size: 11px;
	width: 330px;
}

#content-main .main-box .in-box .inner .box .boxInnerRightCustomer {
	float: left;
	padding: 0px;
	width: 300px;
}

#content-main .main-box .in-box .inner .box .boxInnerRightCustomer h3 {
	float: left;
	width: 100%;
	font: 12px/12px Arial, Verdana, sans-serif;
	color: #333;
	margin: 5px 0 0 0;
	padding: 0;
}

#content-main .main-box .in-box .inner .box .top-inner h3 {
	font: bold 12px Arial, Verdana, sans-serif;
	color: #36C;
	margin: 15px 0 10px;
	padding: 15px 0 0 0;
	width: 100%;
	border-top: 1px solid #A7A7A7;
}                
	
#content-main .main-box .in-box .inner .box .top-inner .tableOfContents h3 {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

#content-main .main-box .in-box .inner .box .byLine,
#content-main .main-box .in-box .inner .box .boxInnerRight .byLine { font-style: italic; }

#content-main a.close {
	font: bold 10px/14px Arial, Verdana, sans-serif;
	color: #36C;
	text-decoration: none;
	text-transform: uppercase;
	padding-right: 14px;
	background: url(../images/minus.gif) no-repeat 100% 3px;
	position: absolute;
	top: 10px;
	right: 0px;
}

#content-main #container-1 a.close {
	top: 30px;
}

#content-main a.close:hover {
	text-decoration: underline;
	border: none;
}

#content-main a.more:hover {
	text-decoration: underline;
	border: none;
}

#content-main .main-box .in-box .inner .box p {
	font: 12px/17px Arial, Verdana, sans-serif;
	color: #4c4c4c;
	padding: 0 0 0;
	clear: both;
}

#content-main .main-box .in-box .inner .box p a {
	color: #36C;
	text-decoration: none;
	font-size: 12px;
}

#content-main .main-box .in-box .inner .box div {
	color: #4C4C4C;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 17px;
	padding: 0pt;
}

#content-main .main-box .in-box .inner .box p a:hover { text-decoration: none; }

/* FOOTER */
#footer {
	float: left;
/*	clear: both;*/
	width: 1032px;
	padding: 52px 0 0;
}

#footer ul {
	float: left;
	padding: 0 0 10px 7px;
}

#footer ul li {
	float: left;
	padding: 0 9px;
	background: url(../images/hr2.gif) no-repeat 0 2px;
	font: 10px Arial, Verdana, sans-serif;
	color: #999;
}

#footer ul li.first { background: none; }

#footer ul li a {
	color: #999;
	text-decoration: none;
}

#footer ul li a:hover { text-decoration: underline; }
#footer ul li li { display: none; }

div.in-box div.inner ul li {
	list-style-type: square;
	margin: 0 0 5px 0;
	background: none;
	width: auto;
}

div.in-box div.inner .box ul { }

div.in-box div.inner .box ul li {
	list-style-type: square;
	background: none no-repeat;
	color: #4C4C4C;
}

/* BEGIN HOMEPAGE */
#home-top-box {
	float: left;
	width: 1032px;
	height: 324px;
	background: url(../images/home-main-image.jpg) no-repeat 0 0;
	position: relative;
}

#flashbox { margin-left: 16px; }

#flashbox a {
	display: block;
	width: 1000px;
	height: 324px;
	text-decoration: none;
}

#content-left-home {
	width: 253px;
	font-family: Arial, Verdana sans-serif;
	margin-left: 31px;
	float: left;
}

#content-left-home h1 {
	color: #36C;
	font-size: 18px;
	margin: 16px 0 0 0;
}

#content-left-home p {
	font-size: 11px;
	line-height: 14px;
	margin-top: 10px;
	color: #4d4d4d;
}

#dashboard {
	position: absolute;
	top: -30px;
	left: 332px;
	display: none;
}

#dashboard a {
	color: #F26800;
	text-decoration: none;
	font-weight: bold;
}

#dashboard a:hover { text-decoration: underline; }

#accordion {
	width: 220px;
	float: left;
}

#dashboard-middle {
	width: 219px;
	float: left;
	margin-left: 2px;
	_margin-left: 0px;
	border-top: 1px solid #BABABA;
	border-right: 1px solid #BABABA;
}

#dashboard-middle a:hover { text-decoration: none; }

#dashboard-right {
	width: 219px;
	float: left;
}

#header_industry img { border-right: 1px solid #BABABA; }

#dashboard-blog-body {
	height: 133px;
	background: url(../images/home_blog_back.jpg) repeat-x #EDF0F1;
	border-bottom: 1px solid #BABABA;
	background-color: #EDF0F1;
	font-size: 11px;
	color: #36C;
}

#hp_blog_red_text {
	width: 160px;
	margin-left: 10px;
	margin-bottom: 14px;
	display: block;
	color: #36C;
}

#hp_blog_red_text a { color: #36C; }
#dashboard-blog-title { }

#dashboard-whatsnew-body {
	background: url(../images/whatsnew-back.jpg) repeat-x #DBE1E4;
	width: 219px;
	line-height: 14px;
}

#dashboard-whatsnew-body .whatsnew_title { color: #36C; }

#dashboard-whatsnew-body ul {
	margin-left: 10px;
	margin-right: 17px;
	margin-top: 11px;
	padding: 0;
}

#dashboard-whatsnew-body li {
	display: block;
	font-size: 11px;
	list-style-type: none;
	margin-top: 5px;
	padding-bottom: 5px;
	background: url(../images/home_bottom_dash.gif) no-repeat bottom left;
}

#dashboard-whatsnew-body li a {
	color: #000000;
	font-weight: normal;
}

#dashboard-whatsnew-body .whatsnew-intro {
	color: #36C;
	font-weight: bold;
}

#dashboard-whatsnew-body a.formore {
	font-size: 11px;
	margin-left: 10px;
	margin-top: 5px;
	margin-right: 10px;
	display: block;
	color: #36C;
}

#dashboard-customers-body {
	width: 219px;
	height: 106px;
	_height: 102px;
	background-image: url(../images/homelogos/homeback.jpg);
}

#rotating_customers {
	width: 150px;
	height: 80px;
	display: block;
	position: absolute;
	margin-left: 32px;
	margin-top: 13px;
}

#hp_headshot {
	width: 79px;
	float: left;
}

#hp_blog_text {
	margin-top: 0;
	margin-left: 3px;
}

#hp_blog_text h5 {
	font-size: 11px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 8px;
	color: #36C;
}

#hp_blog_text li a {
	color: #000000;
	font-weight: normal;
}

#hp_blog_text li a:hover { text-decoration: underline; }

#hp_blog_text li {
	color: #000000;
	font-size: 10px;
	list-style-type: square;
	padding-left: 0px;
	margin-left: 8px;
	margin-top: 3px;
	font-weight: normal;
}

#hp_blog_text ul {
	margin: 0 0 0 13px;
	padding: 0;
	background-color: transparent;
}

#homepage-shadow {
	/*padding: 0 12px 11px 0;*/
	background: url(../images/hp_shadow_box.png) no-repeat;
	background-position: bottom right;
	width: 674px;
	height: 321px;
}

.tablePartners {
	border-spacing: 0px;
	background: #F3F5e7;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-top: 23px;
}

.tableContact { border-spacing: 0px; }
.tableContact tr { border: dotted 1px gray; }
.tableContact td { padding-top: 5px; }

.tableContact .rulerow {
	border-bottom: 1px solid gray;
	width: 500px;
	padding-top: 4px;
	padding-bottom: 0px;
	padding-right: 1px;
}

.tablePartners tr { border: dotted 1px gray; }

.tablePartners img {
	padding-right: 15px;
	/*padding-left: -5px; invalid rule*/
}

.tablePartners .rulerow {
	border-bottom: 1px solid gray;
	width: 500px;
	padding-top: 4px;
	padding-bottom: 0px;
	padding-right: 1px;
}

/* PRESS REELASES */
div.view-content-press-releases table tr {
	vertical-align: top;
	font-size: 11px;
	line-height: 14px;
}

div.view-content-press-releases table td.view-field-node-data-field-date-field-date-value {
	padding: 5px 20px 5px 0px;
	vertical-align: text-top;
	width: 10%;
	color: #4A4A4A;
}

div.view-content-press-releases table td.view-field-node-title a {
	padding: 5px 0pt;
	vertical-align: text-top;
	font-weight: bold;
}

div.view-content-press-releases table td.view-field-node-title {
	padding: 5px 0pt;
	vertical-align: text-top;
}

/** 3 col layouts -- customers **/
.boxInnerRight a { width: 90px; }

#content-main .main-box .in-box .inner .box .boxInnerRight div p {
	font-weight: bold;
	/* . margin: 0; invalid attribute (it has a period - wtf) */
}

#content-main .main-box .in-box .inner .box .boxInnerRight h3 {
	margin: 0;
	border: none;
	padding: 0;
}

#content-main .main-box .in-box .inner .box .boxInnerRight a.more {
	position: relative;
	font-weight: bold;
}

#content-main .main-box .in-box .inner .box img {
	margin: 2px 8px 5px 0px;
	float: left;
}

#content-main .main-box .in-box .inner .box .boxInnerRight, #content-main .main-box .in-box .inner .box .boxInnerLeft { border-top: 1px solid #A7A7A7; }

/* CUSTOM TABLES */
#content-main .main-box .in-box .inner .box .gen-table b {
	padding: 0pt 0 0 0;
	margin: 0pt;
	font-size: 12px;
}

#content-main .main-box .in-box .inner .box .gen-table td {
	border-top: 1px solid #A7A7A7;
	padding-bottom: 10px;
	padding-top: 2px;
}

#content-main .main-box .in-box .inner .box .gen-table td ul {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

#content-main .main-box .in-box .inner .box .gen-table ul li {
	list-style-type: none;
	margin: 2px 0;
	padding: 0;
	color: #36C;
	font-size: 12px;
	_text-align: left;
	/* IE hack weird */
	_float: none;
	/* IE hack weird */
	float: left;
	width: 200px;
}

#content-main .main-box .in-box .inner .box .gen-table ul li a {
	font-size: 12px;
	background: transparent;
	margin: 0;
	padding: 0;
}

#content-main .main-box .in-box .inner .box .gen-table img {
	border: none;
	padding: 0;
	margin: 0;
}

.arrow_link {
	background: transparent url(../images/logos/arrow.gif) no-repeat scroll 0pt 3px;
	margin-bottom: 10px;
	padding-left: 20px;
}

/* ADDITIONAL BODY STYLES */
div#body { width: 384px; }

div#body form input.submitButton {
	font-family: Verdana, Arial, Helvetica;
	font-size: 1em;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	width: 60px;
}

#content-main-home {
	float: left;
	padding: 0pt 16px;
	position: relative;
	width: 1000px;
	height: 269px;
}

div#serverErrors, div#serverErrors li, div#errmsg, span.required {
	color: #980033;
	font-weight: bold;
}

.noborder { border: none; }

.menuspacer {
	height: 50px;
	width: 100px;
	background-color: transparent;
}

#content-main .main-box blockquote {
	background: #DDDDDD none repeat scroll 0%;
	padding: 10px;
	margin: 10px 0 0 0;
}

#content-main .main-box .in-box .inner .box p .moreInfo,
#content-main .main-box .in-box .inner .box p .regnow,
#content-main .main-box .in-box .inner .box p .learnMore {
	background: transparent url(../images/reg_now_bttn.gif) no-repeat scroll;
	display: block;
	width: 114px;
	height: 21px;
	padding-left: 15px;
}

#content-main .main-box .in-box .inner .box p .learnMore { padding-left: 18px; }

#content-main .main-box .in-box .inner .box p .moreInfo a,
#content-main .main-box .in-box .inner .box p .regnow a,
#content-main .main-box .in-box .inner .box p .learnMore a {
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: none;
}

/* ------ some more generic rules to accommodate buttons that aren't so specific as those above ------ */

.moreInfo,
.regnow,
.learnMore {
	background: transparent url(../images/reg_now_bttn.gif) no-repeat scroll;
	display: block;
	width: 114px;
	height: 21px;
	padding-left: 15px;
}

#content-main .main-box .moreInfo a,
#content-main .main-box .regnow a,
#content-main .main-box .learnMore a {
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
}

#content-main .main-box .in-box .inner .box p .moreInfo a {
	text-align: center;
	padding: 0 12px 0 12px;
}

fieldset { border: none; }
fieldset label { }
fieldset input, fieldset select { float: left; }
fieldset input.checkbox { float: none; }

#partnerguiderequest label { display: block; }
#partnerguiderequest fieldset input,
#partnerguiderequest fieldset select { float: none; }



.inlineImg { padding: 8px 0 5px 0; }
.imgFloatLeft {
	padding: 0 15px 5px 0;
	float: left;
}

#content-main .main-box p.imgCaption { padding: 0 0 10px 0; font-style: italic; }

img.pic {
	border: 1px solid #CCCCCC;
	float: right;
	margin-left: 80px;
	padding: 5px;
}

img.resourceThumb {
	margin: 10px 20px 10px 0;
	padding: 5px;
	border: 1px solid #8c8c8c;
	float: left;
	clear: both;
}

.formLayout img.resourceThumb {
	clear: none;
	margin-bottom: 20px;
}

ul.whatsInsideList li {
	margin-left: 12px;
}

ul.whatsInsideList li.lastItem {
	margin-left: 0;
}

.formLayout ul.whatsInsideList li.lastItem {
	margin-left: 12px;
}

#content-main .main-box #resources_page h3 {
	border-top: 1px solid #A7A7A7;
	color: #333;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: normal;
	margin: 10px 0pt 0pt;
	padding: 5px 0pt 0pt;
	width: 100%;
}

#content-main .main-box #resources_page ul { margin-left: 0; }

#content-main .main-box #resources_page ul li {
	list-style-type: none;
	margin-left: 0;
	display: block;
	padding: 5px 0 5px 23px;
}

/* RESOURCES ICONS */
#content-main .main-box #resources_page ul li.case { background: url(/images/icons/pages_blue.gif) no-repeat 0px 7px; }
#content-main .main-box #resources_page ul li.white { background: url(/images/icons/pages_blue.gif) no-repeat 0px 7px; }
#content-main .main-box #resources_page ul li.data { background: url(/images/icons/pages_blue.gif) no-repeat 0px 7px; }
#content-main .main-box #resources_page ul li.solutions { background: url(/images/icons/pages_blue.gif) no-repeat 0px 7px; }
#content-main .main-box #resources_page ul li.flash { background: url(/images/icons/video_blue.gif) no-repeat 0px 7px; }
#content-main .main-box #resources_page ul li.webi { background: url(/images/icons/video_blue.gif) no-repeat 0px 7px; }
#content-main .main-box #resources_page ul li.site { background: url(/images/icons/site_blue.gif) no-repeat 0px 7px; }
#content-main .main-box #resources_page ul li.demo { background: url(/images/icons/site_blue.gif) no-repeat 0px 7px; }
#content-main .main-box #resources_page ul li.quickStart { background: url(/images/icons/site_blue.gif) no-repeat 0px 7px; }
#content-main .main-box #resources_page ul li.ml { background: url(/images/icons/M_blue.gif) no-repeat 0px 7px; }

/* LEFT NAV ICONS */

.left-box .in-box ul li.case a,
.left-box .in-box ul li.white a,  
.left-box .in-box ul li.data a,
.left-box .in-box ul li.quickStart a,
.left-box .in-box ul li.doc a,
.left-box .in-box ul li.demo a {
	background: url(/images/icons/pages.gif) no-repeat 0px 3px;
}

.left-box .in-box ul li.case a:hover,
.left-box .in-box ul li.white a:hover,
.left-box .in-box ul li.data a:hover,
.left-box .in-box ul li.quickStart a:hover,
.left-box .in-box ul li.doc a:hover,
.left-box .in-box ul li.demo a:hover {
	background-image: url(/images/icons/pages_hover.gif);
}

.left-box .in-box ul li.site a {
	background: url(/images/icons/site.gif) no-repeat 0px 3px;
}

.left-box .in-box ul li.site a:hover {
	background: url(/images/icons/site_hover.gif) no-repeat 0px 3px;
}

.left-box .in-box ul li.email a {
	background: url(/images/icons/email.gif) no-repeat 0px 3px;
}

.left-box .in-box ul li.email a:hover {
	background: url(/images/icons/email_hover.gif) no-repeat 0px 3px;
}

.left-box .in-box ul li.phone a {
	background: url(/images/icons/phone.gif) no-repeat 0px 3px;
}

.left-box .in-box ul li.phone a:hover {
	background: url(/images/icons/phone_hover.gif) no-repeat 0px 3px;
}

.left-box .in-box ul li.ml a,
.left-box .in-box ul li.flash a,
.left-box .in-box ul li.webi a {
	background: url(/images/icons/video.gif) no-repeat 0px 3px;
}

.left-box .in-box ul li.ml a:hover,
.left-box .in-box ul li.flash a:hover,
.left-box .in-box ul li.webi a:hover {
	background-image: url(/images/icons/video_hover.gif);
}                                                                                    


.left-box .in-box ul li.rss a {
	background: url(../images/feed-icon16x16.png) no-repeat 0px 3px;
}


#content-main .main-box .site-map ul li {
	list-style-type: none;
	font-weight: bold;
}

#content-main .main-box .site-map ul li ul li {
	list-style-type: square;
	font-weight: normal;
}

#newsletterSignup input {
	display: block;
	margin-bottom: 5px;
	border: 1px solid grey;
}

#newsletterSignup label {
	display: block;
	margin-bottom: 2px;
	margin-top: 2px;
	text-align: left;
	width: 322px;
}

#newsletterSignup br { clear: left; }

#abstractSignup input {
	display: block;
	margin-bottom: 5px;
}

#abstractSignup label {
	display: block;
	margin-bottom: 2px;
	margin-top: 2px;
	text-align: right;
}

#abstractSignup br { clear: left; }

.whitedivider {
	height: 20px;
	width: 568px;
	background-color: white;
	display: block;
}

span.white { color: white; }

span.rule {
	border-top: 1px solid #A7A7A7;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}

#content-main a.downloadlink,
#content-main a.downloadlink:hover {
	background: transparent url(../images/reg_now_bttn.gif) no-repeat scroll;
	display: block;
	width: 114px;
	height: 21px;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}

#content-main .in-box .message p { margin: 10px; }

#content-main .in-box .message p span {
	padding-left: 20px;
}

/* ------------------------------------------------ */
/* Form                                             */
/* ------------------------------------------------ */

form.in-box {
	padding: 10px;
	background-color: #ECEFDA;
}

form.in-box form {
	font-family: Arial, Verdana, sans-serif;
}

form.in-box form label {
	font-size: 1.0em;
}

form.in-box a:hover {
	border-bottom: 1px solid #36C;
}

.formErrors ul {
	margin: 10px;
	padding: 10px;
	border: 1px solid #900;
	background: #FDD;
}

.formErrors ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	color: #900;
}

input.invalid, textarea.invalid { background-color: #FDD; }

/* form table ----------------------------------------- */

table.tblforms td {
	padding: 8px 0;
}

table.tblforms td.label {
	padding-right: 10px;
	text-align: right;
}

table.tblforms tr.note td {
	padding: 0 0 0 4px;
	font-size: 0.9em;
}

/* Resource Thank You page box */

.resourceThankYou {
	padding: 20px 20px 0;
	background-color: #ECEFDA;
}

#content-main .main-box .resourceThankYou h2 {
	margin-bottom: 6px;
	padding-bottom: 0;
	width: auto;
	font: normal 1.5em Arial;
	text-transform: none;
}

#content-main .main-box .resourceThankYou a.resourcelink,
#content-main .main-box .resourceThankYou a.resourcelink:visited,
#content-main .main-box .resourceThankYou a.resourcelink:hover {
	display: block;
	height: 26px;
	padding: 8px 15px 0;
	background: url(/images/resources/resourceButtonBackgroundLeft.jpg) no-repeat left top;
	color: #FFF;
	font: 1.167em Arial;
	text-transform: uppercase;
	text-decoration: none;
}

.centerAlignHack td {
	background: url(/images/resources/resourceButtonBackground.jpg) no-repeat right top;
	padding: 0;
}

#content-main .main-box .centerAlignHack table {
	float: right;
}

/* seminar dates table ----------------------------------------- */
.seminarDates {
	width: 100%; 
	margin-bottom: 15px;
	font-weight: bold;
}

#content-main .main-box .in-box .inner .box p.termsConditions {
	font-size: .90em;
	line-height: 1.0em;
}

#content-main .main-box .resourceThankYou .heading h2 {
}

#content-main .main-box .resourceThankYou p {
	margin-bottom: 0;
	padding-bottom: 20px;
	color: #333;
	line-height: 1.4em;
}

#content-main .main-box .resourceThankYou a,
#content-main .main-box .resourceThankYou a:visited,
#content-main .main-box .resourceThankYou a:hover {
	text-decoration: underline;
	border-bottom: 0;
	color: #36C;
}

.resourceThankYou hr {
	clear: both;
	margin-bottom: 20px;
	color: #999;
}

/* ################################################################################ */
/* Information Landing Pages */
/* -------------------------------------------------------------------------------- */
/* blockquote caption */
#content-main .main-box blockquote.whatsInside {
	margin: 20px 0;
	padding: 0 20px 10px 20px;
	background: #ECEFDA;
	/*border: 1px solid #ccc;*/
}

#content-main .main-box blockquote.whatsInside h4 {
	padding-top: 12px;
	font-size: 15px;
	color: #36C;
	margin-bottom: 5px;
}

#content-main .main-box blockquote.whatsInside p { width: auto; }
div.sub-menu-holder .left-box .in-box.noTopBorder { border-top: 0; }

.callToAction {
	margin: 10px 0 15px 0;
	padding: 15px;
	background: #ECEFDA;
}

.callToAction p { font-size: 14px; }
.callToAction h3 { display: inline; }

/* -------------------------------------------------------------------------------- */
/* Register Now button */

a.learnMoreButton,
a.watchNowButton {
	margin: 5px 0 0 15px;
	padding: 16px 99px 18px 79px;
	background: url(images/buttonLearnMore.gif) no-repeat 0 0;
	float: right;
	position: relative;
	z-index: 500;
}

a.watchNowButton {
	background-image: url(images/buttonWatchNow.gif);
}

a.learnMoreButton:hover,
a.watchNowButton:hover { background-position: -178px 0; }

/* -------------------------------------------------------------------------------- */
/* for viewVideo pop-up windows */

body.viewVideo object {
	margin: 15px auto;
}

body.viewVideo .playButton {
	font-family: "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif; 
}

/* -------------------------------------------------------------------------------- */
/* for google adwords landing pages */

body.formLayout #content.landingNoNav #content-main .main-box { padding: 0 36px 20px 36px; }
body.formLayout #content-main .main-box p { width: 100%; }
body.formLayout #content-main .main-box .in-box { width: 510px; }


.formContent {
	width: 510px;
	margin-left: 20px;
	float: right;
}

.contentLeft {
	width: 380px;
	float: left;
}

ul.boldList li {
	font-weight: bold;
}

.inlineImage {
	padding: 10px 0 10px 0;
}

p.inlineImageCaption {
	text-align: left;
	color: #666;
}

.inlineImgPress { 
	margin: 0 15px 3px 0;
	float: left; 
}

/* -------------------------------------------------------------------------------- */
/* for landing pages once we've given them includes 

#content .top-box {
	background:transparent url(/themes/marklogic/images/headers/bgresources.jpg) no-repeat scroll 0pt;
}	
*/

/* ------------------------------------------------ */
/* special table style                     			*/
/* ------------------------------------------------ */

table.style1 {
	margin: 10px 0;
	border-collapse: collapse;
}

table.style1 th,
table.style1 td {
	padding: 3px 8px;
	border: 3px solid #fff;
	vertical-align: top;
}

table.style1 li,
table.style1 th,
table.style1 td {
	font-size: 11px;
}

table.style1 th {
	background: #d4dbb1;
}

table.style1 td {
	background: #ECEFDA;
}

table.style1 td.nowrap {
	white-space: nowrap;
}

table.style1 li {
	margin: 0;
}

table.style1 ul ul {
	margin: 0 0 10px 10px;
}

#content-main .main-box table.style1 p {
	width: auto;
}

div.hoverLink {
	color: #36C;
}

.hoverLink div {
	position: relative;
	display: none;
}

.hoverLink:hover {
	border: none;
}	

div.hoverLinkHover div,
.hoverLink:hover div {
	display: block;
}

.hoverLink div div {
	z-index: 2;
	position: absolute;
	top: 20px;
	left: 20px;
	width: 300px;
	padding: 10px 10px 5px;
	border: 2px solid #333;
	background: none #FFF;
	color: #333;
	text-decoration: none;
	text-align: left;
}

.hoverBoxArrow {
	display: block;
	position: absolute;
	top: -20px;
	left: 20px;
	width: 27px;
	height: 20px;
	background: url(images/hoverBoxArrow.gif) no-repeat;
}

/* ======================== Sidebar quotes */

.sideQuote {
	clear: both;
	margin-bottom: 20px;
	padding: 5px 0 0 37px;
	font: 14px/20px Arial;
	color: #888;
	background: url(/images/sideQuote.jpg) no-repeat left top;
}

.sideQuote .attribution {
	display: block;
	text-align: right;
	font: bold 10px/16px Arial;
	color: #666;
}


/* ======================== Logoboxs */ 

#content-main .main-box .in-box .mlConference h3 {
	color: #36C;	
}

.logobox,
#content-main .main-box .in-box .inner .box .logobox {               
	clear: both;                
	overflow: auto;
	padding: 15px 0;
	border-top: 1px solid #CCC; 
}

#content-main .main-box .logobox p {
	width: auto;
}

table.logo {  
	float: left;    
	width: 198px;
	height: 109px;
	background: url(/images/customerFrame.jpg) no-repeat left top;
}                 

table.logo td {
	text-align: center;
	vertical-align: center;
}                   

#content-main .main-box .in-box .inner .box table.logo img {
	float: none; 
	margin: 0;
}          

.logoboxContent {
	margin-left: 215px;
}
               
#content-main .main-box .in-box .inner .box .logoboxContent p {    
	clear: none;
	width: auto;
}    

#content-main .logoboxContent a.moreCustomer {    
	margin-top: 3px;
	padding: 0;                                   
	background-image: none;
}

/* ======================== sIFR */

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	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;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

.hoverLink .hoverLinkBottom {
	top: auto;
	bottom: 40px;
}

.hoverLink .hoverLinkBottom .hoverBoxArrow {
	top: auto;
	bottom: -20px;
	background-image: url(images/hoverBoxArrowDown.gif);
}


/* ======================== social Buttons */

.socialButtons {
	clear: both;
	margin-bottom: 30px;
	margin-left: -10px; /* lines up the icons with the funky 405 columns */
}

.socialButtons ul {
	overflow: hidden;
}

.socialButtons li {
	float: left;
	width: 16%;
	text-align: center;
}

/* ======================== sidebar contact */

.contactSidebar h3 {
	color: #F96D07;
	text-transform: uppercase;
}

.contactSidebar .bold { /* Stupid.  This is done because of the horrid cascading values for <strong> previously defined */
	font-weight: bold;
}

.contactSidebar {
	font: 12px/17px Arial, Verdana, sans-serif;
}

/* ------------------------------------------------ */
/* Leadership Page                                  */
/* ------------------------------------------------ */

#content-main .main-box .in-box .inner .box .top-inner .leadership h3 {
	padding-top: 20px;
}

#content-main .main-box .in-box .inner .leadership img {
	margin: 20px 20px 20px 0;
}

#content-main .main-box .in-box .inner .leadership p {
	clear: none;
	width: auto;
}

