/*  
Theme Name: ThemesPressTest
Theme URI: 
Description: A theme generated by ThemesPress.com
Author: ThemesPress
Author URI: http://themespress.com/
*/
img {display: block;}
/* remove bottom margin that happens in strict mode */


/*<group=main page layout>*/

#dMain {
	width: 803px;
	margin: 0 auto;
	padding: 0;
}

#tMain {
	width: 803px;
	background: white;
	border-collapse: collapse;
	border: 1px solid #aeb0b3;
	margin: 0 auto;
	table-layout: fixed;
}
/* rLeft, rMain, rRight are reference row */
/* tLeft is bridge pic, tRight is logo */
/* nLeft is top menu, nRight is search box */
/* mLeft is sub nav, mMain is body, mRight is news box */
/* fLeft, fMain, and fRight are footer */

#tMain #tLeft, #tMain #tRight, #tMain #nLeft, #tMain #nRight {
	padding: 0;
	vertical-align: middle;
	text-align: left;
}

#tMain #tLeft, #tMain #tRight {
	border-width:0;
}

#tMain #nLeft, #tMain #nRight {
	border: 1px solid #aeb0b3;
}


#tMain #nLeft {
	background: url("images/menuBack2.jpg") repeat-y;
}

#tMain #nRight {
	background: #f3f4f4;
	border-bottom-style: none;
}

#tMain #mLeft, #tMain #mMain, #tMain #mRight {
	padding: 15px 5px;
	text-align: left;
	vertical-align: top;
	border-bottom-style: none;
}

#tMain #mLeft {
	/*width: 121px;*/
	background: #f3f4f4;
	border: 1px solid #aeb0b3;
	border-bottom-style: none;
	border-top-style: none;
	padding-top: 22px;
	font-size: .95em;					/* not sure this should be specified here */
}

#tMain #mMain {
	padding: 18px;
}

#tMain #mRight {
	background: #f3f4f4;
	border: 1px solid #aeb0b3;
	border-bottom-style: none;
	border-top-style: none;
	padding-top: 12px;
	font-size: .95em;					/* not sure this should be specified here */
}

#tMain #fLeft, #tMain #fMain, #tMain #fRight {
	padding: 18px;
	text-align: left;
	vertical-align: bottom;
}

#tMain #fLeft, #tMain #fRight {
	background: #f3f4f4;
	border: 1px solid #aeb0b3;
	border-top-style: none;
	border-bottom-style: none;
}

/* Reference Row Definitions */
#tMain #rLeft, #tMain #rMain, #tMain #rRight {
	padding: 0;
	height: 1px;
	line-height: 1px;
	background: #aeb0b3;
}

#tMain #rLeft {
	width: 132px;
}

#tMain #rMain {
	width: 490px;
}

#tMain #rRight {
	width: 174px;
}

#tMain #nRight form {
    margin: 0;
}

/*<group=base styles>*/

body {
	margin: 0;
	background: #e0e1e2;
	text-align: center;
	font: 13px Arial, sans-serif;
	line-height: 1.4em;
}

.post {
	font-size: 13px;
}

.post h2 {
	font: bold 1.4em Verdana, 'Tahoma', Arial, sans-serif;
	color: #08027b;
	margin: 1.3em 0 .4em;
}

.entry h2 {
	font-size: 1.1em;
}

body.popup {
	background: none;
	margin: 2em;
	text-align: left;
}

body.popup h1 {
	border-top: 2px solid #009973;
	border-bottom: 2px solid #009973;
	padding: 1.5em 0;
	margin-bottom: 2em;
}

body.popup img {
	margin: 1em auto;
	display: block;
}

body.popup input {
	margin-bottom: 1em;
}

/*.contentTable hr, #content hr {
	margin: 1em auto;
	padding: 0;
	clear: right;
}*/

* html .contentTable hr, * html #content hr {
	margin: -.5em auto;
}

a img {
	border-style: none;
}

/*.contentTable table, #content table {
	margin: 0;
	width: 100%;
	border-style: none;
}*/

hr {
	color: #efefef;
}
	
ul li, ol li {
	margin-bottom: .8em;
	margin-left: -1em;
}

ul li ul li, ol li ol li {
	margin-bottom: auto;
}

.tight {
	margin-bottom: .2em;
	margin-left: -1em;
}


.split:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.split {
	display: inline-table;
	width: 100%;
}

/* \*/
* html .split {
	height: 1%;
}

.split {
	display: block;
}

/* */

.left {
	float: left;
	margin: 0 .5em .5em 0;
	line-height: 1.8em;
}

.split .left {
	text-align: left;
	margin: 0 1em 0 0;
	padding: 0;
}

.split .right {
	float: right;
	text-align: right;
	margin: 0 1em 0 1em;
	padding: 0;
}

td .split * {
	max-width: none;
	width: auto;
}

.float {
	float: right;
	margin: 0 0 .5em 1.5em;
	line-height: 1.8em;
	clear: none;
}

hr + a.float {
	margin-top: -4px;
}

.center {
	text-align: center;
	margin: 0 auto;
}

a.center {
	display: block;
}

a.center img {
	text-align: center;
}

.thumbnail {
	width: 160px;
	font-size: smaller;
	float: right;
	text-align: center;
	margin-bottom: 10px;
	margin-left: 20px;
	z-index: 0;
}

.thumbnail img {
	display: block;
	margin: 0 auto;
}

.rimage {
	width: 300px;
	font-size: smaller;
	float: right;
	text-align: center;
	margin-bottom: 10px;
	margin-left: 20px;
	z-index: 0;
}

.rimage img {
	display: block;
	margin: 0 auto;
}

.bylogo img {
	display: block;
	float: right;
	clear: both;
	margin: 20px auto auto auto;
}

blockquote {
	padding: 0;
	margin: 1em 0 0;
}

blockquote p {
	margin: 0;
}

blockquote cite {
	margin: 0;
	font-style: normal;
	font-weight: normal;
	font-size: .85em;
	display: block;
	padding: 0 0 0 18em;
}

blockquote cite a {
	font-weight: normal;
}

/*<group=text styles>*/

h1 {
	font:  1.5em  Verdana, 'Tahoma', Arial, sans-serif;
	color: #08027b;
	margin-bottom: .75em;
	margin-top: .2em;
}

h2 {
	font: bold 1.1em Verdana, 'Tahoma', Arial, sans-serif;
	color: #08027b;
	margin: 1.3em 0 .4em;
}

h2 + p {
	margin-top: 0;
}

h2 a {
	color: #008d6a;
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}

h2 a:visited {
	color: #008d6a;
}

h3 {
	font: bold 1em Verdana, 'Tahoma', Arial, sans-serif;
	color: #08027b;
}

h3 a:hover {
	text-decoration: underline;
}

h3 a:visited {
	color: #008d6a;
}

h4 {
	color: #08027b;
	font-weight: bold;
	font-size: 1em;
}

h4 a:hover {
	text-decoration: underline;
}

h4 a:visited {
	color: #008d6a;
}

h5 {
	color: #08027b;
	font-weight: bold;
	font-size: 1em;
}

h5 a:hover {
	text-decoration: underline;
}

h5 a:visited {
	color: #52507b;
}

a {
	color: #008d6a;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #008d6a;
}

/*.contentTable a:link, #content a:link {
	color: #08027b;
	text-decoration: none;
}

.contentTable a:hover, #content a:hover {
	text-decoration: underline;
}

.contentTable a:visited, #content a:visited {
	color: #5257b;
}*/

a:active {
	border-style: none;
}

th {
	color: #000;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
}

code {
	font: 12px Courier, "Courier New", monospace;
}

/*<span.definition for new index page. >*/

li.definition {
	font-size: 12px;
	font-style: italic;
	line-height: 1.6em;
}

.defword {
	font-weight: bolder;
	font-variant: small-caps;
}

address {
	font-style: normal;
	font-weight: normal;
	line-height: 1.4em;
}

.filetype {
	font-weight: normal;
	font-size: x-small;
	line-height: inherit;
	margin-right: 3em;
	margin-left: .5em;
	white-space: normal;
	height: 1em;
}

.symbol {
	font: 12px Courier;
	color: #08027b;
}

.sc {
	font-variant: small-caps;
}

.small {
	font-size: smaller;
}

/*</group>*/

/*<group=layout>*/

#container {
	width: 800px;
	margin: 0 auto;
	overflow: hidden;
	background: #fff;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #aeb0b3;
	border-width: 1px;
	padding: 0;
}

.box {
	margin: 5px 5px 20px 5px;
	/*padding-bottom: .75em;*/
	/*color: #818386;*/
	/*border: 1px gray solid;*/
}

.box h3 {
	color: #08027b;
	/*background-color: #a0a0a0;*/
	padding-top: 0;
	padding-bottom: 2px;
	font-weight: bold;
	font-size: .8em;
	margin-top: 0;
}

.box .h4 {
	color: #08027b;
	font-weight: bold;
	margin-bottom: 0;
	padding-left: 0px;
}

.box .h5 {
	color: #818386;
	margin-top: 0;
	font-weight: normal;
	padding-left: 0px;
}

.box h3 a {
	color: #008d6a;
	text-decoration: none;
}

.box h3 a:hover {
	color: #008d6a;
	text-decoration: underline;
}

.box h4 a {
	color: #008d6a;
	text-decoration: none;
}

.box h4 a:hover {
	color: #008d6a;
	text-decoration: underline;
}

.box .small {
	margin: 1.2em auto;
}

.box ul {
	margin-left: 0;
	padding-left: 15px;
}

.box li {
	margin: 0;
	text-indent: 0;
}

.box p {
	padding-left: 0px;
}

.box .imgWrap {
	margin: 1.2em auto 1em;
	text-align: center;
}

.box .imgWrap2 {
	margin-left: -5px;
	margin-right: -5px;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
	text-align: center;
}

#newsBox {
	/*padding-bottom: 1.75em;*/
}
div.blast {
	background-color: #fff;
	padding: 8px 5px 0px 5px;
	border: 1px solid #08027b;
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 15px;
}


#content {
	width: 538px;
	padding: 15px 15px 0;
	float: right;
}

.footer {
	color: #818386;
	font-size: 10px;
	margin-top: 25px;
	margin-bottom: 8px;
	line-height: 1.1em;
}

.footer table {
	width: 100%;
	border-style: none;
}

.footer td {
	border-style: none;
	vertical-align: bottom;
	padding: 0;
}

.footer td.ftLeft {
	text-align: left;
}

.footer td.ftCenter {
	text-align: center;
}

.footer td.ftRight {
	text-align: right;
}

div#searchBox {
  margin: 4px 0px 0px 9px;
  padding: 0;
  vertical-align: bottom;
}

input.searchBox {
	font-size: 9px;
}

#searchButton {
	background: #ffffff;
	border-collapse: collapse;
	color: white;
	font: 9px bold Arial, Helvetica, sans-serif;
	padding: 0 0 0 0;
}

/*<group=menus>*/

#topMenu {				/* Position/layout properties */
	float:left;
	margin: 0;
	border: 0;
	padding: 0;
	width: 626px;
	height: 20px;
	z-index: 9999;
}

#topMenu {				/* Font properties */
	color: #fff;
	font: bold 11px Arial, sans-serif;
	text-align: right;
	text-decoration: none;
}

#topMenu a#home {
	background: url("images/home.jpg") no-repeat;
	background-position: center;
	padding: 8px 0px 1px 0px;
}

#topMenu a#home:hover {
	background: url("images/homeRO.jpg") no-repeat;
	background-position: center;
}

#topMenu li.on a#home {
	background: url("images/homeRO.jpg") no-repeat;
	background-position: center;
}

/************new pulldown ***************************************************************************/


#topMenu a:hover { text-decoration: none;}

#topMenu ul {
	margin:0;
	padding: 0;
	}
#topMenu li {
	position: relative;
	list-style: none;
	margin: 0;
	float: left;
	width: auto;
	line-height: 1.3em;
	text-align:right;
	z-index: 9994;
	}
#topMenu li#blank {
	width: 80px;
	border: 0;
}	
#topMenu li a {
	display: block;
	padding: 4px 13px 7px 5px;
	text-decoration: none;
	color:#fff;
	text-transform:uppercase;
	}	
#topMenu li a:hover {
	color: #08027b;
}
#topMenu li hover {
	color: #08027b;
}

#topMenu li.on a {color: #08027b;}
#topMenu ul ul li.on a {color: #08027b;}
#topMenu ul ul li.off a {color: #fff;}
#topMenu ul ul li.off a:hover {color: #08027b;}
#topMenu li ul {display: none;}
#topMenu li:hover {
	background-color: #d0d0d0;
	color: #08027b;
	}
#topMenu li a#home:hover {
	background-color: #9e9e9e;
	}
#topMenu li#blank:hover {
	background: transparent;
	border: 0;
	}


#topMenu ul ul {
	position: absolute;
	width: 122px;
	display: none;
	margin-top: 10px;
	margin-left: 2px;
	padding-right: 2px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #08027b;
	z-index: 9996;
	}

#topMenu ul ul li {
	width: 100%;
	border-top: 0;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #08027b;
	border-right: 1px solid #08027b;
	text-align:left;
	padding-top:2px;
	padding-bottom:0;
	}

#topMenu ul ul li:hover  {
	border-left: 1px solid #08027b;
	border-right: 1px solid #08027b;
}

	
#topMenu ul ul ul {
	position: absolute;	
	top: 0px;
	left:119px;
	width: 110px;
	display: none;
	z-index: 9995;
	}
	
#topMenu li:hover ul li ul {display: none;}

#topMenu ul li ul li a { text-transform: none;}

#topMenu li li:hover {background-color: #00A886;}
/*
#topMenu li:hover ul {display: block; background:url("images/submenuBack.jpg") repeat-y;}
#topMenu ul ul li:hover ul {display: block; background:url("images/submenuBack.jpg") repeat-y;}
*/
#topMenu li:hover ul {display: block; background-color: #9e9e9e;;}
#topMenu ul ul li:hover ul {display: block; background-color: #9e9e9e;;}


#topMenu ul {top: 2.2em; left: -3px;} /* top for WinIE 5 & 6 */

html>body #topMenu ul {top:1.2em;} /* what we really want */

html>body #topMenu ul ul ul {top:-0.9em;} /* what we really want */

#topMenu li.sub {background: url(images/submenu.gif) 97% 50% no-repeat;}
#topMenu li.sub:hover {
	background: url(images/choice.gif) 97% 50% no-repeat;
	background-color: #00A886;
	}

/*end new pulldown*************************************************************************************************/


#subMenu {				/* Position/layout properties */
	width: 105px;
	padding-left: 10px;
}

#subMenu p {
	margin: 0 0 1.7em 0;
	color: #818386;
	font-weight: bold;
}

#subMenu p a {
	color: #818386;
	text-decoration: none;
}

#subMenu p a:hover {
	color: #08027b;
}

#subMenu p.on a {
	color: #08027b;
	cursor: default;
}

#subMenu p.on a:hover {
	color: #08027b;
	cursor: default;
}

#subMenu p img {
	width: 50px;
	height: 2px;
	margin: 0;
	margin-bottom: -.2em;
}

#subMenu h1 {
	margin: 0 0 1.7em 0;
	color: #08027b;
	font-weight: bold;
	font-size: 1em;
}

#subsubMenu {				/* Position/layout properties */
	width: 105px;
	padding-left: 15px;
}

#subsubMenu p {
	margin: 0 0 1em 0;
	color: #818386;
	font-weight: bold;
}

#subsubMenu p a {
	color: #818386;
	text-decoration: none;
}

#subsubMenu p a:hover {
	color: #008d6a;
}

#subsubMenu p.on a {
	color: #008d6a;

}

#subsubMenu p.on a:hover {
	color: #008d6a;

}

#subsubMenu p img {
	width: 50px;
	height: 2px;
	margin: 0;
	margin-bottom: -.2em;
}

/* \*/
* html #topMenu li, * html #subMenu li {
	padding: 0;
}

/* */

/*</group>*/

/*</group>*/

/*<group=page-specific>*/

/* index.htm */


table#twoup {
	border-collapse: collapse;
}

#twoup th {
	color: #08027b;
	font-weight: bold;
	font-family: Verdana, 'Tahoma',  Arial, sans-serif;
	padding: 0 2em 1em 2em;
	width: 50%;
	vertical-align: top;
	
}

#twoup td {
	padding: 0 2em 2em 2em;
	vertical-align: top;
	
}

.twoupborder {
	border-right: solid #d9d9d9 1px;
}

table#twoupfull {
	border-collapse: collapse;
}

#twoupfull th {
	color: #08027b;
	font-weight: bold;
	font-family: Verdana, 'Tahoma',  Arial, sans-serif;
	padding: 0 0 1em 1em;
	width: 50%;
	vertical-align: top;
	
}

#twoupfull td {
	padding: 0 1em 1em 1em;
	vertical-align: top;
	
}


table#compare {
	border-collapse: collapse;
	width: 100%;
}

#compare td {
	width: 5%;
	padding: 0 0 0 0;
	vertical-align: top;
	text-align: left;
	font: 1.5em Verdana, 'Tahoma', Arial, sans-serif;
	color: #08027b;
}

div#homeNav ul {
	margin: 7px;
	padding: 0 0 0 1.5em;
	line-height: 1.5em;
	color: #08027b;
}

div#homeNav ul li {
	margin-bottom: auto;
}

/* news.htm */
/* this is broken if newsText line length is too long */

div#pr {
	float: right;
}

div#pr span.newsDate {
	width: 9em;
	white-space: nowrap;
	padding-right: 1em;
	display: block;
	float: left;
	clear: both;
}

div#pr span.newsDate a {
	color: #08027b;  /*#036;*/
}

div#pr span.newsText {
	margin: 0 0 .5em 10em;
	display: block;
}

div#innews div.newsItem {
	margin: 0 0 1.2em 0;
}

div#innews span.newsPub {
	color: #08027b;  /*#036;*/
	font-weight: bold;
}

div#innews span.newsPub:after {
	content: ", ";
}

div#innews span.newsDate {
	color: #08027b;  /*#036;*/
	padding: 0 0 0 1em;
}

div#innews span.newsText {
	color: #08027b;  /*#069;*/
	font-weight: bold;
	display: block;
	white-space: nowrap;
}

div#innews span.newsText.special {
	display: inline;
	padding: 0 1em 0 0;
}

div#innews span.newsDesc {
	display: block;
	font-style: oblique;
}

div#innews span.newsAuthor {
	margin: 0 1em 0 0;
}

.logo {
	text-align: center;
	width: 100%;
	margin: 25px 0px 25px 0px;
	padding: 0;
	float: left;
	clear: none;
}

.partner img {
	display: block;
	margin: 0 auto 20px auto;
}

/* partners.htm */

.partner {
	text-align: center;
	width: 250px;
	margin: 20px 5px 0;
	padding: 0;
	float: left;
	clear: none;
}

.partner img, #intel {
	display: block;
	margin: 0 auto 20px auto;
}

#intel {
	color: #00f;
	font-size: 2em;
	font-weight: bold;
}

/* pricing.htm */

#pricing td, #features td {
	padding: .3em;
	background-color: #f3f4f4;
	vertical-align: middle;
	font-size: .9em;
}

#features td {
	color: #08027b;
	font-weight: bold;
	text-align: center;
}

#pricing td b, #features td b {
	color: #08027b;
	text-align: left;
}

#features td b {
	float: left;
}

#pricing th, #features th {
	color: #000;
	background-color: #dadada;
	padding: .3em;
}

#pricing th[colspan], #features th[colspan] {
	text-align: center;
}

#pricing th h3, #features th h3 {
	background: #08027b;
	font-size: .95em;
	font-weight: bold;
	text-align: left;
	color: #fff;
	margin: -.2em;
	padding: .3em;
}

/* sitemap.htm */

/* \*/

* html div#sitemap.split div {
	margin: 0;
}

/* */

#sitemap table {
	padding-left: 0px;
}

#sitemap td {
	vertical-align: top;
}

#sitemap ul {
	list-style: none;

	margin-bottom: 1em;

}

#sitemap ul li {
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;
	margin-left: 1em;
	float: none;
}

#sitemap ul li ul {
	margin-left: 1em;

}

#sitemap ul li ul li {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
}

#sitemap ul li ul li ul {
	margin-left: 1em;

}

#sitemap ul li ul li ul li {
	font-size: .9em;
	font-weight: normal;
	margin: 0;
}

/* support.htm */

#contactInfo {
	margin-bottom: 2em;
}

#contactInfo p {
	width: 215px;
	line-height: 1.2em;
}

#contactInfo dl {
	text-align: left;
	width: 200px;
}

#contactInfo dl dt {
	color: #08027b;
	font-weight: bold;
	width: 5em;
	float: left;
	margin: 0;
}

dl dt {
	margin-top: 1em;
}

dl dd {
	margin-left: 0;
}

#imgPop {
	margin: 0;
	padding: 0;
	}
#imgPop ul {
	margin: 0;
	padding: 0;
	}	
#imgPop li {
	margin: 0;
	padding: 0;
	position: relative;
	display: inline-block;
	}
#imgPop li ul {
	position: absolute;
	z-index: 98;
	left: -155px;
	top: -120px;
	display: none;
	}
#imgPop li a {
	display: block;
	font-size: 9px;
	}	
#imgPop li ul li img { 
	padding: 5px 5px; 
} 
#imgPop li:hover ul { display: block; } /* The magic */


/* click-thru demo pages */

table#demobox {
	width: 100%;
	text-align: left;
	border: 1px solid #ccc;
	margin: 0;
	padding: 0;
}

#demobox td {
	vertical-align: top;
	border-style: none;
}

table#demonav {
	width: 35; /*IE needs this */
	text-align: center;
	font: bold 12px Arial, sans-serif;
	background-color: #a0a0a0;
	margin: 0;
	padding: 0;
	border: 0;
}

#demoNavMenu {
	margin: 0;
	padding: 0;
	}
#demoNavMenu ul {
	margin: 0;
	padding: 0;
	}	
#demoNavMenu a {
	text-decoration: none;
	}
#demoNavMenu li {
	margin: 0;
	border-bottom: 1px solid #fff;
	position: relative;
	z-index: 900;
	display: block;
	}
#demoNavMenu li ul {
	position: absolute;
	left: 40px;
	width: 260px;
	text-align: left;
	top: 0;
	z-index: 1000;
	display: none;
	}
#demoNavMenu li a {
	display: block;
	text-decoration: none;
	color: #fff;
	background: url("images/demomenuBack.jpg") repeat-y;
	padding: 5px;

	}
#demoNavMenu li.on a {
	color: #08027b;
}
#demoNavMenu li a:hover {
	color: #08027b;
}
#demoNavMenu li.off a {
	color: #fff;
	height: 15px;
	width: 15px;
}
#demoNavMenu li.on ul a { 
	color: #08027b;
}	
#demoNavMenu ul li a:hover { 
	color: #fff;
}		
#demoNavMenu li ul li a { 
	padding: 5px 5px; 
} /* Sub Menu Styles */
#demoNavMenu li:hover ul { display: block; } /* The magic */

#demoNavMenuWide {
	margin: 0;
	padding: 0;
	}
#demoNavMenuWide ul {
	margin: 0;
	padding: 0;
	}	
#demoNavMenuWide a {
	text-decoration: none;
	}
#demoNavMenuWide li {
	margin: 0;
	border-bottom: 1px solid #fff;
	position: relative;
	z-index: 900;
	display: block;
	}
#demoNavMenuWide li ul {
	position: absolute;
	left: 40px;
	width: 375px;
	text-align: left;
	top: 0;
	z-index: 1000;
	display: none;
	}
#demoNavMenuWide li a {
	display: block;
	text-decoration: none;
	color: #fff;
	background: url("images/demomenuBackWide.jpg") repeat-y;
	padding: 5px;

	}
#demoNavMenuWide li.on a {
	color: #08027b;
}
#demoNavMenuWide li a:hover {
	color: #08027b;
}
#demoNavMenuWide li.off a {
	color: #fff;
	height: 15px;
	width: 15px;
}
#demoNavMenuWide li.on ul a { 
	color: #08027b;
}	
#demoNavMenuWide ul li a:hover { 
	color: #fff;
}		
#demoNavMenuWide li ul li a { 
	padding: 5px 5px; 
} /* Sub Menu Styles */
#demoNavMenuWide li:hover ul { display: block; } /* The magic */

table#demo {
	width: 100%;
	text-align: left;

}
table#demoimage {
	width: 260px;
	text-align: left;
	z-index: 100;
}

table#demoimageWide {
	width: 375px;
	text-align: left;
	z-index: 100;
}


/*Want the image pop to flow over the next table. Putting it in a LI container works, leaving it standalone doesn't */

#demoimgPop {
	margin: 0;
	padding: 0;
	}
#demoimgPop ul {
	margin: 0;
	padding: 0;
	}	
#demoimgPop li {
	margin: 0;
	padding: 0;
	position: relative;
	
	display: block;
	}
#demoimgPop li ul {
	position: absolute;
	z-index: 98;
	left: 2px;
	width: 600px;
	top: 0;
	display: none;
	}
#demoimgPop li a {
	display: block;
	font-size: 9px;
	}	
#demoimgPop li ul li img { 
	padding: 5px 5px; 
} 
#demoimgPop li:hover ul { display: block; } /* The magic */

table#demotext {
	text-align: left;
}
#demotext td {
	padding-right: 1em;
	padding-left: 1em;
	vertical-align: top;
	border-style: none;
}


/*</group>*/ 

.errRequired {
	color:#f00;
}

.isRequired {
	color:#f88;
	font-weight: normal;
}

table.isrequired {
	margin: 0;
	width: 100%;
	border-style: solid;
	border-width: 1px;
	border-color: #f88;
}

td.isrequired {
	padding: 0 5px 0 5px;
}

table.notrequired {
	margin: 0;
	width: 100%;
	padding: 1px;	
}
td.notrequired {
	padding: 0 5px 0 5px;
}

div.store input, select, textarea {
	margin: 10px 5px 0 10px;	
}

div.store li.steps{
	margin-bottom: .01em;	
}

div.store ol li {
	margin-bottom: 1em;	
}

div.store h2 {
	margin-top: 0;
	margin-bottom: 1em;	
}

div.store h3 {
	margin-top: 0;
	margin-bottom: 0em;
	color: #08027b;
}

div.store table {
	width: 100%;
}

div.choice {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
	margin-left: 0.3em;
}

div.choice  a {
	font-weight: bold;
}

div.choice {
	background: url(images/choice.gif) no-repeat;
	padding-left: 25px;
}

/*
div.choice:before {
	content: url(images/choice.png);		/* Before selector not supported by IE
	padding-right: 10px;
}
*/

ul.choice {
	list-style-type: none;
	list-style-image: url(images/choice.gif);
	margin-left: 0;
	padding-left: 18px;
}

/*<---------------->*/

.info {
	font-size: 9px;
	font-style: italic;
	font-weight: normal;
}

.fineprint {
	font-size: 9px;
	font-weight: normal;
	line-height: 12px;
}


.note {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
}

.neutral {
	background-color: #dadada;
}
.java {
	background-color: #aabed6;  /*#33ff99;*/
}

.dotnet{
	background-color: #b0dadd;  /*#3399ff;*/
}

.stress{
	font-style: italic;
}	

.strong{
	font-weight: bold;
}	

.bstrong{
	font-weight: bold;
	color: #08027b;
}	

.notstrong{
	font-weight: normal;
}

table#jnbpro {
	border-collapse: collapse;
	font-size: .8em;
}

#jnbpro th {
	padding-top: 5px;
	padding-left: 8px;
	padding-right: 6px; 
	width: 30%;
}

#jnbpro td {
	padding-left: 8px;
	padding-right: 6px; 
	padding-top: 0;
	padding-bottom: 0;
	margin: 0 0 0 0;
}

table#requirements {
	border-collapse: collapse;
	width: 100%;
}

#requirements td {
	width: 50%;
	vertical-align: top;
	padding-left: 0;
	padding-right: 6px; 
	padding-top: 0;
	padding-bottom: 0;
	margin: 0 0 0 0;
}

table#logos {
	border-collapse: collapse;
	width: 100%;
	margin-top: 25px;
	clear: both;
}

#logos td {	
	text-align: center;
	width: auto;
}

#history table tr th td {
	background-color: #fff;
	border-width: 1px;
	border-color: #fff;
}

#history td {
	padding-right: .5em;
}

#history td.vtop {
	vertical-align: top;
}

#usecase {
	font-size: .85em;
	font-weight: bold;
}

table#usecase { 
	border-collapse: separate;
	border-spacing: 1px 12px;
}

td.arrow {
	background-image: url(images/marr.png);
	background-position: center;
	background-repeat: repeat-x;
}

td.usenet {
	background-color: #b0dadd;  /*#3399ff;*/
	text-align: center;
}

td.usejava {
	background-color: #aabed6;  /*#33ff99;*/
	text-align: center;
}

td.useneutral {
	background-color: #eee;  
	text-align: center;
}

th.useheader {
	text-align: center;
}

colgroup.uselineL {
	background-image: url(images/gdot.png);
	background-position: left;
	background-repeat: repeat-y;
} 

colgroup.uselineR {
	background-image: url(images/gdot.png);
	background-position: right;
	background-repeat: repeat-y;
} 

/* customer.htm */
table.customer {
	width: 538px;
}

table.customer tr {
}

table.customer td {
	text-align: left;
	margin: 0;
	padding: 0.75em 0.50em;
	border-bottom: 1px #cccccc solid;
}

table.customer td.cdescr {
	padding-left: 0;
}

/* side-link download  */
/*
	background-color: #00A886;
	border: 2px outset #08027b;
*/

a.dlbutton {
	background-image: url('images/button.png');
	display: block;
	font: bold 13px Arial, sans-serif;
	text-align: center;
	line-height: 42px;
	height: 45px;
	text-decoration: none;
	color: #fff;
}
/* IE6 fake-out  */
a:visited.dlbutton {
	color: #fff;
	text-decoration: none;
}
a:link.dlbutton {
	color: #fff;
	text-decoration: none;
}
/* end IE6 fake-out  */
a:hover.dlbutton {
	color: #08027b;
	text-decoration: none;
}



a.dlbutton span {
	display block;
}	
	

/* SF Knowledge Base */
iframe {
	border-style: none;
} 

/* video and flash */
#flashBody
{
	background-color: #ffffff;
	font: .8em/1.3em verdana,arial,helvetica,sans-serif;
	text-align: center;
	z-index: 0;
}

#flashNone
{
	margin: 0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #1a1a1a;
	text-align: left;
	background-repeat: no-repeat;
	width: 210px; 
	height: 200px;	
	padding: 40px;
}

/* legal docs */
/* margin and padding is a wonderful discrepancy between IE and every other browser */

.documenthead{
	font: bold 1.1em Verdana, 'Tahoma', Arial, sans-serif;
	color: #08027b;
	margin-left: 30px;
	padding-left: 30px;
}

.documentbody{
	font: 13px Arial, sans-serif;
	color: #000000;
}
.subdocument {
	list-style-type: lower-alpha;
	color: #08027b;
}

table.fullWidth {
	width: 100%;
}

/* Interview transcript*/
div.interview {
	margin-top: 1.25em;
}

.interviewName  {
	font-weight: bold;
	color: #08027b;	
}
.interviewQ {
	font-weight: normal;
	font-style: italic;
}
.interviewA {
	font-weight: normal;
}

#sidebar  ul {
	margin-left: 0;
	padding-left: 15px;
}
#sidebar li { 
	font: .9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 0;
	text-indent: 0;
	}
#sidebar h3 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: .95em;
	}
#sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
#sidebar ul li {
	list-style: none;
	list-style-position: outside;
}
#sidebar ul li ul li{
	list-style: disc;
	font: .85em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin-bottom: 1.5em;
}

.navigation {
	margin-top: 1.5em;
	font: bold 1em Verdana, 'Tahoma', Arial, sans-serif;
}

#commentform {
	font: 13px Arial, sans-serif;
}