/****************************************************
 **  GENERAL  *********************
 ****************************************************/

body{
	background-color: #fff;
	font-size: 8pt;
	font-family: Arial, sans-serif;
	color: #666;
	text-align: center; /* to center the container - for IE */
	padding: 0;
	margin: 0;
}
/* horizontally center the container in the browser */
#container {
	width: 905px;
	margin: auto;
	background-color: #fff; 
	text-align: left; /* to reset text alignment for all content */
	position: relative; /* to contain the menu which is absolutely positioned. */
	overflow: hidden;
}
a {
	color: #4e6f87;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #0c3c60;
}
a img {
	border: 0px;	/* to eliminate the ugly 2px blue border around img inside a tags */
}

/* 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' */
	float: none;
	position: inherit;
}
#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;
	text-align: justify;
}

#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;
}


/****************************************************
 **  HEADER *********************
 ****************************************************/

#header {
	height: 39px;
	text-align: right;
	padding-top: 0.3em;
	position: relative;
	margin: 12px 0px 29px 0px;
	width: 100%;
}
#header a.logo{
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 294px;
	height: 60px;
	background: url(../images/ANTGroupLogo.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	text-align: left;
}

#header #devmenu {
	font-size: 12px;
	font-weight: bold;
	color: #50A0DE;
	position: absolute;
	right: 0;
	top: 15;
	background: url(../images/lb.gif) left center no-repeat;
	padding-left: 30px;
	height: 32px;
	line-height: 22px;
}

#header #devmenu a {
	color: #50A0DE;
}

#header #devmenu a:hover {
	text-decoration: underline;
}

#main {
	position: relative; /* to contain the navigation pane */
	margin-top: 30px;    /* to allow space for the menu bar */
	height: 100%;
	background-image: url(../images/navigation.gif);
	background-repeat: repeat-y;
}
/* 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 */
}



/****************************************************
 **  NAVIGATION  *********************
 ****************************************************/

#navigation {
	float: left;
	margin-top: 0px; /* same as padding-top of main */
	left: 0;
	width: 190px;
	font-size: 11px;
	/* border-right: 2px solid #f1f3f5; */
}
#navigation .menu {
	width: 180px;
	margin-bottom: 40px;
}
#navigation ul {
	margin: 0;
	padding: 0;
}
div.separator {
	height: 0px;
	border-top: 2px dotted #f1f3f5;
	margin: 1px 0px;
	padding: 0;
	font-size: 0;
	line-height:0px; /* for IE: was messing up the 'next steps' sidebar */
}
#navigation a {
	color: inherit;
}
#navigation li a,
#navigation .features a {
	display: block;    /* make the entire block clickable */
}
#navigation ul.menu li a {
	line-height: 30px;
	color: #60839f;
	height: 100%;
	background-color: #fff;
}
#navigation ul.menu li {
	border-top: 2px dotted #f1f3f5; /* put dotted line here instead */
	text-indent: 10px;
	list-style-type: none;
	line-height: 30px;
	margin: 0;
	padding: 0;
	color: #60839f;
}
#navigation ul.menu li a.selected {
	background-color: #f1f3f5;
	/*font-weight: bold;*/
	color: #50a0de;
}
#navigation ul.menu li a:hover {
	background-color: #e2e4e6;
}
#navigation ul.submenu {
	border-top: 2px dotted #f1f3f5;
	color: #60839f;
}
#navigation ul.submenu li {
	border-top: 2px dotted #f1f3f5; /* put dotted line here instead */
	text-indent: 1em;
	line-height: 30px;
	list-style: none;
}
#navigation ul.submenu li:first-child {
	border-top: none;
}
#navigation ul.submenu li a {
/*	background-image: url(../images/dot.gif);
	background-position: 2em center;
	background-repeat: no-repeat;*/
	padding-left: 10px;
}
#navigation ul.submenu li.selected {
	background-color: #f1f3f5;
	font-weight: bold;
	color: #567a95;
}/*
#navigation ul.submenu li a.selected {
	background-image: url(../images/dot-hover.gif);
}
#navigation ul.submenu li a.selected:hover {
	background-image: url(../images/dot.gif);
}*/
#navigation li.separator:hover {  
	background-color: inherit;     /* do not change background on separators */
}
#navigation .features {
	width: 180px;
}
#navigation .feature {
	padding-left: 60px;
	background-position: 5px center;
	background-repeat: no-repeat;
	height: 57px;
	cursor: pointer;
}
#navigation .demo {
	background-image: url(../images/feature-demo.gif);
}
#navigation .download {
	background-image: url(../images/feature-download.gif);
}
#navigation .downloadpps {
	background-image: url(../images/pps.gif);
}
#navigation .downloadpdf {
	background-image: url(../images/download-pdf.gif);
}
#navigation .goto {
	background-image: url(../images/goto.gif);
}
#navigation .new {
	background-image: url(../images/new.gif);
}
#navigation .whitepaper {
	background-image: url(../images/feature-whitepaper.png);
}
#navigation .title {
	color: #333;
	font-weight: bold;
}
#navigation .subtitle {
	color: #666;
	padding-top: 17px;
}

/* DOWNLOAD ICONS */

#content .downloaditem {
	color: #567a95;
	line-height: 19px;
	padding-left: 20px;
	background-position: left center;
	background-repeat: no-repeat;
	cursor: pointer;
}

#content .dlpdf {
	background-image: url(../images/dl-pdf.gif);
}

#content .dlword {
	background-image: url(../images/dl-word.gif);
}

#content .dlexcel {
	background-image: url(../images/dl-excel.gif);
}

#content .dlppt {
	background-image: url(../images/dl-ppt.gif);
}

/*  NEXT STEP SIDE BAR  */
#content .nextstep {
	float: left;
	overflow: hidden;
	top: 0px;
	margin-left: 20px;
	width: 190px;
	font-size: 11px;
	line-height: 18px;
}

#content .nextstep .container {
	display: block;
	width: 190px;
	height: 145px;
	margin: 0 0 20px 0;
}
#content .nextstep .viewdemo {
	background: url(../images/sidebar_00/viewdemo-bg.gif) bottom left no-repeat;
}
#content .nextstep .learnajax {
	background: url(../images/sidebar_00/learnajax-bg.gif) bottom left no-repeat;
}
#content .nextstep .ajaxexpertise {
	background: url(../images/sidebar_00/ajaxexpertise-bg.gif) bottom left no-repeat;
}
#content .nextstep .general {
	background: #fff;
	height: auto;
}
#content .nextstep .general div {
	background: #ebecec;
	padding: 0 0 20px 0;
}
#content .nextstep .general div p {
	margin: 3px 0 0 10px;
	padding: 10px 0 0 0;
}
#content .nextstep .container h4 {
	display: block;
	height: 26px;
	line-height: 26px;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	padding: 0 0 0 10px;
	margin: 0;
}
#content .nextstep .container p {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	margin: 10px 0 0 10px;
}
#content .nextstep .container .more {
	display: block;
	width: 14px;
	height: 12px;
	background: url(../images/sidebar_00/arrow-gray.gif) no-repeat;
	margin: 10px 0 0 20px;
}
#content .nextstep .container .color-blue {
	background: url(../images/sidebar_00/color-blue.gif) repeat-x;
}
#content .nextstep .container .color-green {
	background: url(../images/sidebar_00/color-green.gif) repeat-x;
}
#content .nextstep .container .color-red {
	background: url(../images/sidebar_00/color-red.gif) repeat-x;
}
#content .nextstep .container .color-orange {
	background: url(../images/sidebar_00/color-orange.gif) repeat-x;
}
#content .section .title {
	background-color: #f1f3f5;
	font-weight: bold;
	color: #333;
	line-height: 30px;
	padding-left: 1em;
}
#content .nextstep .section {
	margin-bottom: 19px;
}
#content .nextstep .item {
	color: #567a95;
	line-height: 36px;
	padding-left: 30px;
	background-position: 9px center;
	background-repeat: no-repeat;
	cursor: pointer;
}
#content .nextstep .browse {
	background-image: url(../images/browse.gif);
}
#content .nextstep .download {
	background-image: url(../images/download.gif);
}
#content .nextstep .contact {
	background-image: url(../images/contact.gif);
}
#content .nextstep .section .body {
	margin: 1em 0 1em 1em;
}
#content .nextstep .link {
	margin-bottom: 1em;
	margin-left: 1em;
}
#content .nextstep .quote {
	background-image: url(../images/quotes.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-left: 1em;
}
#content .nextstep .quote .text {
	padding-top: 13px;
	color: #567a95;
	font-size: 12px;
	line-height:18px;
	font-style: italic;
	text-indent: 20px;
}
#content .nextstep .source {
	color: #567a95;
	padding-left: 1em;
	padding-top: 1em;
}
#content .nextstep .source .author {
	font-weight: bold;
}

/****************************************************
 **  SITE *********************
 ****************************************************/


/* needed for IE bullet styling */
#content .description li { 
	font-size: 13px; 
	line-height: 20px;
}
#content .description p.indented {
	margin-left: 3em;
}
#content .description .tabbox {
	border: 1px solid #a2abb1;
}
#content .description .tabselector {
	width: 100%;
	height: 1.7em;
}
#content .description .tab {
	float: left;
	width: 23%;
	text-align: center;
	font-weight: bold;
	color: #333;
	border-right: 1px solid #a2abb1;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #a2abb1;
	padding: 0.2em;
}
#content .description .selected {
	border-top: 1px solid #a2abb1;
	border-right: 2px solid #a2abb1;
	border-bottom: 1px solid #fff;
	background-color: #f5f7f8;
}
#content .margin-bottom {
	margin-bottom: 20px;  /* used for the 'Top 10 Reasons' page */
}
#content p.emphasis {
	xfont-size: 13px;  /* used for the 'Why a Framework' page */
	xfont-style: italic;
	border-top:2px dotted #F1F3F5;
	border-bottom:2px dotted #F1F3F5;
	font-weight:bold;
	padding:5px 0 7px 0;
}
#content .tabselector a:hover .selected {
	cursor: default;
}
#content .description .contents {
	padding: 20px;
	background-color: #f5f7f8;	
}
#content .contents .title {
	font-size: 150%;
	color: #333;
	padding-bottom: 10px;
}
#content .contents p, td a {
	font-size: 13px;
	line-height: 20px;
}
#content .contents thead {
	display: none; /* hidden from screen but necessary for 508 */
}
#content .contents table {
	width: 420px;
	border-collapse: collapse; 
	border-spacing: 0;
	font-size: 8pt;
}
#content .contents table caption {
	margin-top: 20px;
	width: 100%;
	border: 1px solid #a2abb1;
	background-color: #f5f7f8;
	text-align: left;
	padding: 0.6em;
	color: #333;
	font-weight: bold;
}
#content .contents td {
	width: 50%;
	border: 1px solid #a2abb1;
	background-color: #fff;
	padding: 0.6em;
}

.textContent{
	text-align:justify;	
}

/****************************************************
 **  FOOTER *********************
 ****************************************************/

#footer {
	margin-top: 20px;
	margin-bottom: 10px;
	position: relative;
	padding: 0.6em 10px;
	background-color: #f1f3f5;
}
#footer .legal {
	position: absolute;
	right: 0.6em;
}
#footer a {
	padding-left: 0.6em;
	padding-right: 0.4em;
	color: #4e6f87;
	text-decoration: none;
}
#footer a:hover {
	color: #0c3c60;
	background-color: #fafaff;
}
#footer .and {
	border-left: 1px solid #666;
}
.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 */


/****************************************************
 **  TABLES STYLING *********************
 ****************************************************/

/* 'table' table... */
table.table {
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px 0px 1em 1px;
	width: 99%;
}
table.table th {
	vertical-align: top;
	text-align: left;
	padding: 3px;
	background:#EFEFEF;
	font-weight: bold;
	font-size: 13px; /* these 2 lines added for Internet Explorer - styling of 'strategic partner' page */
	line-height: 20px;
	border:1px solid #AAA;
}
table.table td {
	vertical-align: top;
	padding: 5px;
	border-collapse: collapse;
	border:1px solid #CCC;
	font-size: 13px; /* these 2 lines added for Internet Explorer - styling of 'strategic partner' page */
	line-height: 20px;
}
table.table td.resellers {
	width: 270px;
}
table.table td.check {
	text-align: center;
	vertical-align: middle;
} 
table.table caption {
	padding: 0.3em 0 0.5em 0;
	font-weight: bold;
	font-style: italic;
}

table.noborders td {
	border: none;
}

/* Table settings */

.td-left{
	width:50%;
}
.td-right{
	width:30%;
	vertical-align:top;
}
.td-middle{
	width:20%;
	vertical-align:top;
}

/* Product overview table */
table.prodov {
	border:1px solid #AAA;
}
table.prodov th,
table.prodov th a {
	background-color: #999;
	color: #fff;
	border: none;
	text-align: center;
	text-decoration: underline;
}
table.prodov tr.separator td {
	background-color: #EFEFEF;
}
table.prodov td,
table.prodov th
{
	font-size: 11px;
	line-height: 16px;
}

/* Info Table */

table.infotable {
	margin: 1em 0;
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
}
table.infotable tr td {
	vertical-align: middle;
	border: solid #ccc;
	border-width: 1px 0;
}
table.infotable td img {
	margin: 4px;
}
table.infotable td.trialtd {
	vertical-align: top;
	padding-top: 8px;
}
table.infotable .iconlist ul li {
	cursor: default;
}

/****************************************************
 **  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 **
 ****************************************************/

#customer-engagement {
	width: 450px;
	height: 123px;
	background: url(../images/customer-engangement-450px.png) no-repeat;
	position: relative;
	margin-bottom: 15px;
}
.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(../images/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(../images/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(../images/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(../images/background-trans.png) !important;
	background: transparent;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../images/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;
}

/******
 * PRODUCT PAGE */

#container #products {
	margin-top: 20px;
	padding: 5px 5px 5px 5px;
	border: none;
	width: 60%;
}
#container #products td {
	width: 180px;
	height: 185px;
	padding: 0px 15px 0px 15px;
	text-align: center;
	vertical-align: top;
}
#container #products .image {
	width: 180px;
	text-align: center;
	margin: 0px 0px 0px 0px;
	border: 1px solid #ccc;
}
#container #products td a {
	text-decoration: none;
	text-align: center;
	font-size: 10px;
}
#container #products h5 {
	text-transform: uppercase;
	text-align: center;
	padding: 1px 1px 1px 1px;
	margin: 1px 1px 1px 1px;
	font-size: 10px;
}
#container #accessories {
border:1px solid #333333;
padding:4px;
text-align:center;
}
#container #accessories img.acc {
height:12px;
text-align:center;
width:auto;
}
	#protocols {
		width:100.0%;
		border-collapse:collapse;
		border:none;
		text-align: center;
	}
	#protocols th {
		border-top:none;
		border-left:none;
		border-bottom:solid #696969 1.5pt;
		border-right:none;
	}
	#protocols th.right {
		border-top:none;
		border-left:none;
		border-bottom:solid #696969 1.5pt;
		border-right:none;
	}
	#protocols td.left {
		text-align: left;
	}
	#protocols td {
		border-top:none;
		border-left:none;
		border-bottom:solid #696969 1.0pt;
		border-right:solid #696969 1.0pt;
	}
	#protocols td.right {
		border-top:none;
		border-left:none;
		border-bottom:solid #696969 1.0pt;
		border-right:none;
	}
