/****************************************************
 **  GENERAL  *********************
 ****************************************************/

/* horizontally center the container in the browser */


/****************************************************
 **  COMMON *********************
 ****************************************************/

#content {
	float: left;
	margin-left: 25px;
	width: 680px;
	position: relative;
}
#content h1 {
	border-bottom:2px dotted #F1F3F5;
	color:#333333;
	font-size:22px;
	font-weight: normal;
	height:1.6em;
	margin: 0;
	padding: 0;
	margin-bottom:30px;
}
#content h2 {
	color:#666666;
	font-size:18px;
	line-height:22px;
	font-weight: normal;
	height:1.4em;
	margin: 0pt 0pt 5px;
}
#content h2.dotted {
	border-bottom:2px dotted #F1F3F5;
	margin: 0pt 0pt 5px; /* this needs to be here to overwrite the selector '.dotted' */
}
#content h3 {
	color:#666666;
	font-size:13px;
	font-weight: bold;
	height:1.0em;
	margin-bottom:10px;
}
/* content2 exists only to group description and promotion such that they both are relative to the same top 
   allowing the title to be flexibly sized by the user */
#content .content2 {
	float: left;
	overflow: hidden;
}
#content .description {
	width: 460px;
	overflow: hidden;
	float: left;
	margin-left: 2px;
	margin-right: 2px;
	font-size: 13px;
	line-height: 20px;
}
#content .description p {
	margin-top: 0px;
}
/* added 9/21/07 */
#content p a {
	text-decoration: underline;
}
.dotted {
	border-bottom:2px dotted #F1F3F5;
	margin-bottom:30px;
}

/****************************************************
 **  HOME PAGE *********************
 ****************************************************/

#centerpiece {
	position: relative;
	margin: 0 auto 30px auto;
	width: 100%;
	height: 400px;
	overflow: hidden;
	background: url(/img/index/bg.jpg) no-repeat;
}
#centerpiece a:visited {
	background:none;
}
#enterprise-tab,
#consulting-tab {
	display: none;
}
#enterprise-tab a:hover,#ria-tab a:hover{
   	background:none;
}
#centerpiece h1,
#centerpiece strong,
#centerpiece p,
#centerpiece h2 {
	font-size: 0;
	text-indent: -1000px;
	display: none;
}
.demolink,
.readlink,
.buylink {
	position: absolute;
	top: 310px;
	width: 85px;
	height: 26px;
	overflow: hidden;
	font-size: 0;
	text-indent: -1000px;
}
#ria-tab .demolink {
	left: 470px;
}
#ria-tab .readlink {
	left: 680px;
}

#ria-tab .buylink {
	left: 575px;	
}
#enterprise-tab .demolink {
	left: 470px;
}
#enterprise-tab .readlink {
	left: 680px;	
}
#enterprise-tab .buylink {
	left: 575px;	
}
#centerpiece #ria,
#centerpiece #enterprise,
#centerpiece #consulting {
	position: absolute;
	bottom: 0;
	height: 35px;
	overflow: hidden;
	font-size: 0;
	text-indent: -9999px;
}
#centerpiece #ria {
	left: 0px;
	width: 410px;
}
#centerpiece #ria:hover {
	background: url(/img/index/bg.jpg) 0 -1200px no-repeat;
}
#centerpiece #enterprise {
	left: 410px;
	width: 410px;
}
#centerpiece #enterprise:hover {
	background: url(/img/index/bg.jpg) -410px -1200px no-repeat;
}
#centerpiece .rich-dashboard-link,
#centerpiece .rich-form-link,
#centerpiece .cobrowse-link,
#centerpiece .rich-dashboard-buttons,
#centerpiece .mvc-link,
#centerpiece .dual-api-link,
#centerpiece .extensible-widget-link,
#centerpiece .full-doc-link,
#centerpiece .language-link,
#centerpiece .browser-link,
#centerpiece .ria-consulting-link,
#centerpiece .user-experience-link,
#centerpiece .ajax-training-link,
#centerpiece .technical-support-link {
	position: absolute;
	overflow: hidden;
	text-indent: -1000px;
	display: block;
	left: 664px;
	height: 12px;
}
#centerpiece .rich-dashboard-link {
	top: 75px;
	width: 108px;
}
#centerpiece .rich-form-link {
	top: 102px;
	width: 75px;
}
#centerpiece .cobrowse-link {
	top: 129px;
	width: 125px;
}
#centerpiece .rich-dashboard-buttons {
	top: 198px;
	width: 180px;
	height: 22px;
}
#centerpiece .mvc-link {
	top: 75px;
	width: 197px;
	height: 12px;
	left: 615px;
}
#centerpiece .dual-api-link {
	top: 108px;
	width: 190px;
	height: 15px;
	left: 615px;
}
#centerpiece .extensible-widget-link {
	top: 143px;
	width: 177px;
	height: 15px;
	left: 615px;
}
#centerpiece .full-doc-link {
	top: 176px;
	width: 212px;
	height: 15px;
	left: 615px;
}
#centerpiece .language-link {
	top: 205px;
	width: 106px;
	height: 35px;
	left: 612px;
}
#centerpiece .browser-link {
	top: 218px;
	width: 100px;
	height: 22px;
	left: 742px;
}
#centerpiece .ria-consulting-link {
	top: 75px;
	width: 148px;
	height: 15px;
}
#centerpiece .user-experience-link {
	top: 110px;
	width: 160px;
	height: 15px;
}
#centerpiece .ajax-training-link {
	top: 142px;
	width: 89px;
	height: 15px;
}
#centerpiece .technical-support-link {
	top: 177px;
	width: 125px;
	height: 15px;
}

#information {
	position: relative; /* to contain the news, events, documents columns */
	width: 100%;
	font-size: 12px;
	line-height: 15px;
}
#information h2.title {
	color: #333;
	font-size: 12px;
	font-weight: bold;
	background: url(/img/index/title-bg.gif) repeat-x;
	border: 1px solid #c9c9c9;
	height: 19px;
	line-height: 19px;
	margin: 0;
	padding: 0;
	padding-left: 10px;
}
#information .news {
	float: left;
	width: 254px!important;
	width: 247px;
	display: block;
}
#information .events {
	float: left;
	margin-left: 30px;
	width: 254px!important;
	width: 247px;
	display: block;
}
#information .events .line {
	background: #999999;
	font-size: 0;
	display: block;
	height: 1px;
	margin-top: 10px;
}
#information .events .discover,
#information .events .try,
#information .events .use {
	display: block;
	position: relative;
	text-indent: -1000px;
	overflow: hidden;
	color: #505050;
	width: 254px!important;
	width: 247px;
	height: 72px;
	margin: 10px 0;
}

#information .events .discover:hover {
	background-position: 0 -216px;
}

#information .events .try:hover {
	background-position: 0 -288px;
}

#information .events .use:hover {
	background-position: 0 -360px;
}

#information .documents {
	float: right;
	width: 252px!important;
	width: 244px;
	margin-left: 27px;
	display: block;
}
#information .documents .rectangle {
	position: relative;
	width: 252px!important;
	width: 244px;
	height: 122px;
	margin-bottom: 13px;
	overflow: hidden;
	display: block;
}

#information .documents ul {
	list-style-position: inside;
	padding: 0;
	color: #333;
	margin: 15px 0px 10px 15px;
}
#information .documents h3 {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	margin: 0;
	padding: 6px 0px 6px 15px;
}
#information .documents h4 {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	margin: 0;
	padding: 10px 0px 5px 15px;
}
#information .documents p {
	font-size: 11px;
	font-weight: normal;
	color: #333;
	margin: 0;
	padding: 5px 15px 5px 15px;
	position: relative;
}
#information .documents a.read-more {
	margin: 0;
	font-weight: normal;
	padding: 5px 15px 5px 15px;
	position: relative;
	background: url(http://images.backbase.com/gfx/double-arrow-white.gif) right center no-repeat;
	text-decoration: underline;
	display: inline;
}

#information .documents img.customers {
	position: absolute;
	top: 35px;
	left: 65px;
}

#information .more {
	padding-left: 20px;
	height: 16px;
	min-height: 16px;
	background-image: url(http://images.backbase.com/gfx/more.gif);
	background-repeat: no-repeat;
}

#information .title {
	background-color: #f1f3f5;
	font-weight: bold;
	color: #333;
	padding: 4px;
	position: relative;
	min-height: 16px;
}

#information .feed {
	position: absolute;
	top: 4px;
	right: 4px;
	width: 16px;
	height: 16px;
	background-image: url(http://images.backbase.com/gfx/feed.gif);
	background-repeat: no-repeat;
}
#information .item {
	padding: 16px 0 6px 0;
}
#information .headline {
	color: #4e4e4e;
	font-weight: bold;
}
#information .source {
	font-size: 10px;
}
#information .publication:after,
#information .author:after {
	content: " - " ;
}
#information .teaser {
	padding: 6px 0;
}


#menu {
	height: 33px;
	margin: 0;
	padding: 0;
	border: 0;
	background: url(/img/index/menu-bg.gif) repeat-x;
	z-index: 90;
	list-style: none;
	position: relative;
}

/* begin first level unselected */
#menu li {
	z-index:1000;
	position: relative;  /* to contain the dropdown menu */
	height: 33px;
	float: left;
	background: url(/img/index/menu-divider.gif) top right no-repeat;
	padding: 0 2px 0 0;
}
#menu li.left {
	height: 33px;
	width: 10px;
	background: url(/img/index/menu-left.gif) no-repeat;
	margin: 0 15px 0 0;
	padding: 0;
}
#menu li.right {
	height: 33px;
	width: 10px;
	background: url(/img/index/menu-right.gif) no-repeat;
	position: absolute;
	right: -1px;
	padding: 0;
}
#menu ul li:hover,
#menu ul li.sfhover {

}
#menu li a {
	display: block;
	font-family: Arial;
	font-size: 13px;	/* to override the browser default */
	font-weight: bold;
	color: #fff;
	line-height: 31px;
	padding: 0 10px;
}
#menu li a:hover,
#menu li:hover a,
#menu li.sfhover a {
	background: url(/img/index/menu-hover.gif) repeat-x;
}
/* end first level unselected */
/* begin first level selected */
#menu li.selected {

}
#menu li.selected a {
	background: url(/img/index/menu-hover.gif) repeat-x;
}
#menu li.selected a:hover {

}
/* end first level selected */
/* begin drop down menu with son of suckerfish */
#menu li ul.dropmenu {
	position: absolute;
	display: block;
	left: -999em;
	height: auto;
	width: 174px;
	margin: 0;
	padding: 0 0 15px 0;
	background: none;
	overflow: hidden;
}

#menu li:hover ul.dropmenu,
#menu li.sfhover ul.dropmenu {
	left: -5px;
	top: 30px;
	z-index: 900; /* place it above the page content */
}
#menu li ul.dropmenu li {
	display: block;	
	height: 25px;
	background: none;
	/* background: url(http://images.backbase.com/gfx/menu-dropdown-bg.png) repeat-y; */
	float: none;
	padding: 0;
}
#menu li ul.dropmenu li.bottom {
	/* background: url(http://images.backbase.com/gfx/menu-dropdown-bottom.png) no-repeat; */
	width: 174px;
	height: 15px;
}
#menu li ul.dropmenu li a {
	display: block;
	color: #333366;
	font-size: 12px;
	font-weight: normal;
	line-height: 25px;
	height: 25px;
	background: none;
	margin: 0 5px;
	padding: 0 8px;
}
#menu li ul.dropmenu li a.first {
	background: url(http://images.backbase.com/gfx/menu-dropdown-gradient.gif) repeat-x;
}
#menu li ul.dropmenu li a:hover {
	background: #336699;
	color: #fff;
}
/* end drop down menu with son of suckerfish */

/* has no navigation line. use for front page */
#body-home {
	position: relative; /* to contain the navigation pane */
	margin-top: 10px;    /* to allow space for the menu bar */
}


.clear { 
	display: block;
	clear: both; 
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/****************************************************
 **  MARKET2LEAD FORM STYLING *********************
 ****************************************************/

.QuestionNormal,.AnswerNormal {
	font-size: 11px;
	font-family: Arial, sans-serif;
}

tr > td > input {
	margin-right: 5px;	
}

/****************************************************
 **  Styling for Customer Engagement Overview page **
 ****************************************************/

.rich-dashboard,
.rich-forms,
.browse-chat{
	width: 126px;
	height: 88px;
	display: block;
	position: absolute;
	top: 14px;
	text-indent: -999px;
	font-size: 0;
}
.rich-dashboard {
	left: 21px;
}
.rich-forms {
	left: 162px;
}
.browse-chat {
	left: 303px;
}

/* product overview map */
#product-overview-image {
	background: url(http://images.backbase.com/gfx/product-overview.jpg) no-repeat;
	width: 452px;
	height: 165px;
	margin-bottom: 13px;
	position: relative;
}
#product-overview-image .enterprise-ajax-framework,
#product-overview-image .visual-ajax-builder,
#product-overview-image .rich-engagement-applications,
#product-overview-image .training-consulting-support {
	position: absolute;
	overflow: hidden;
	text-indent: -1000px;
	display: block;
	top: 13px;
	width: 125px;
	height: 88px;
}
#product-overview-image .enterprise-ajax-framework {
	left: 16px;
}
#product-overview-image .visual-ajax-builder {
	left: 156px;
}
#product-overview-image .rich-engagement-applications {
	left: 297px;
}
#product-overview-image .training-consulting-support {
	top: 112px;
	left: 15px;
	width: 409px;
	height: 25px;
}

/* enterprise ajax map */
#enterprise-ajax-image {
	background: url(http://images.backbase.com/gfx/enterprise-ajax-overview.jpg) no-repeat;
	width: 304px;
	height: 251px;
	margin-bottom: 0;
	position: relative;
	margin: auto;
}
#enterprise-ajax-image .client-framework,
#enterprise-ajax-image .server-modules,
#enterprise-ajax-image .development-tools {
	position: absolute;
	overflow: hidden;
	text-indent: -1000px;
	display: block;
	top: 13px;
	width: 125px;
	height: 88px;	
}
#enterprise-ajax-image .client-framework {
	left: 40px;
	top: 50px;
	width: 105px;
	height: 70px;	
}
#enterprise-ajax-image .server-modules {
	left: 155px;
	top: 50px;
	width: 110px;
	height: 70px;	
}
#enterprise-ajax-image .development-tools {
	left: 55px;
	top: 170px;
	width: 185px;
	height: 40px;	
}

/* FOR pages/landing */
.landing-page #landing-page-iframe {
	width: 90%;
	border: 0;
	padding: 0;
	height: 450px;
	overflow: hidden;
}
.landing-page .quote {
	background-image: url(http://images.backbase.com/gfx/quotes.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.landing-page .quote .text {
	padding-top: 13px;
	color: #567a95;
	font-size: 12px;
	line-height:18px;
	font-style: italic;
	text-indent: 20px;
}
.landing-page .source {
	color: #567a95;
	padding-left: 1em;
	padding-top: 1em;
}
.landing-page .source .author {
	font-weight: bold;
}
.landing-page #view-product-tour {
	margin-top: 50px;
	margin-bottom: 30px;
	display: block;
}
.landing-page ul {
	padding: 0;
	padding-left: 2em;
	margin: 0;
	margin-bottom: 30px;
}
.landing-page ul li {
	color: #567aab;
	line-height: 20px;
	font-weight: bold;
}

#overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	width:100%;
	height:100%;
	text-align:center;
	z-index: 100;
	background: url(/gfx/background-trans.png) !important;
	background: transparent;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/gfx/background-trans.png', sizingMethod='scale');
	display: none;
}

#insider {
	width:500px;
	left: 0;
	background-color: #fff;
	border:1px solid #000;
	padding:15px;
	margin-top: 50px;
	text-align:center;
	position: fixed;
	z-index: 1000;
}

.noHover a:hover{
	background-color:#ffffff;
}
