/**** TAG STYLES ******/
body {
	margin: 0;
	background: #e0e1e2;
	text-align: center;
	font: 13px arial, sans-serif;
	line-height: 1.4em;
}

a {
	color: #008d6a;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #008d6a;
}
a:active {
	border-style: none;
}
a img {
	border-style: none;
}
dl dt {
	margin-top: 1em;
}

dl dd {
	margin-left: 0;
}
h1 {
	font:  1.5em  Verdana, 'Tahoma', Arial, sans-serif;
	color: #08027b;
	margin-bottom: .75em;
	margin-top: .2em;
}
h2 {
	font: 1.3em 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;
}
hr {
	color: #efefef;
}
th {
	color: #000;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
}	
ul li, ol li {
	margin-bottom: .8em;
	margin-left: -1em;
}
ul li ul li, ol li ol li {
	margin-bottom: auto;
}

/********* main layout for all pages *******************/

#dMain {
	width: 950px;
	margin: 0 auto;
	padding: 0;
	background: white;
	border: 1px solid #aeb0b3;
}

#tMain {
	width: 950px;
	background: white;
	margin: 0;
	padding: 0;
	text-align: left;
}

#mainheader {
	width: 950px;
	background: white;
	margin: 0;
	padding: 0;
	text-align: left;
}

#mainheader img
{
	float: left
}

#bodyBox 
{
	width: 950px;
	margin: 0;
	clear: both;
}

#oneCol 
{
	width: 950px;
	margin: 0;
	clear: both;
}

#mainCol 
{
	float: left;
	width: 738px;
	background: url("/images/corner.png") right top no-repeat;
}

#subheader
{
	padding-left: 50px;
	padding-top: 15px;
	padding-bottom: 10px;
	margin: 0;
}

#subheader h1 {
	font-size: 1.9em;
	vertical-align: baseline;
	margin-top: 0;
	margin-bottom: 0;
	display: inline;
}
#subheader h2 {
	font-size: .9em;
	font-weight: normal;
	margin-top: 0;
	margin-left: 20px;
	margin-bottom: 0;
	vertical-align: baseline;
	display: inline;
}

#core 
{
	float: left;
	min-width: 648px;
	padding: 18px;
	padding-left: 50px;
	padding-right: 40px;
	text-align: left;
	vertical-align: top;
	border-bottom-style: none;
}

#sideCol 
{
	float: right;
	width: 212px;
	border-top: 1px solid aeb0b3;
	background: #999999 url("/images/999999.png") repeat;
	/**Of course this won't work in IE. Sigh.**/
     -moz-border-radius-bottomleft: 20px;
    -webkit-border-radius-bottomleft: 20px;
    -khtml-border-radius-bottomleft: 20px;
    border-radius-bottomleft: 20px;
}

#sideColBox 
{
	margin: 20px 10px 20px 10px;
}

a.dlbutton {
	display: block;
	text-align: center;
	padding-bottom: 21px;
}

#fMain
{
	clear: both;
}

div.blast 
{
	background: #d0d0d0 url("/images/corner.png") right top no-repeat;
	padding: 18px 10px 0px 10px;
	border: none;
}
div.blast h1 {
	margin-top: 0;
	margin-bottom: .75em;
	color: #08027b;
	font:  1.5em  Verdana, 'Tahoma', Arial, sans-serif;
}

div.blast ul {
	margin-left: 0;
	padding-left: 15px;
	line-height: normal;
}

div.blast li 
{
	margin: 0;
	font:  .9em  Verdana, 'Tahoma', Arial, sans-serif;
	text-indent: 0;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	border-bottom: 1px solid #fff;
}
div.blast li a
{
	font-weight: bold;
}

div.qlink ul {
	padding-bottom: 10px;
	margin-bottom: 15px;
}

div.qlink li 
{
	margin: 0;
	font:  .85em  Verdana, 'Tahoma', Arial, sans-serif;
	text-indent: 0;
	padding-bottom: 5px;
	margin-bottom: 10px;
	margin-right: 10px;
	border-style: none;
}

div.logoBox {
	margin: 10px 10px 10px 10px;
	padding: 10px;
	background: #fff url("/images/cornerlite.png") right top no-repeat;
}

.footer {
	color: #818386;
	font-size: 10px;
	margin-top: 25px;
	margin-bottom: 8px;
	line-height: 1.1em;
}

#fmenu 
{
	padding-left: 50px;
	float: left;
}
#fcright
{
	padding-right: 50px;
	float: right;
}

/******* Search Box and Menus for all pages ********/

#searchContainer
{
	position: relative;
}

#searchBox
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 212px;
	height: 68px;

	background: url("/images/SearchBoxBack.png") no-repeat;
	vertical-align: bottom;
}

#searchBox  form  {
	padding: 10px 15px;
}
#searchBox input  {
	background-color: #eee;
}


#searchButton {
	background: #ffffff;
	border-collapse: collapse;
	color: white;
	font: 9px bold Arial, Helvetica, sans-serif;
	padding: 0 0 0 0;
}

.addthis img {
	padding-left: 16px;
}


#topMenu {				/* Position/layout properties */
	float:left;
	margin: 0;
	border: 0;
	border-top: 1px solid white;
	padding: 0;
	width: 738px;
	height: 30px;
	background: #999999 url("/images/999999.png") repeat;
	z-index: 9999;
}

#topMenu {				/* Font properties */
	color: #fff;
	font: bold 11px helvetica, sans-serif;
	text-align: right;
	text-decoration: none;
}

#topMenu a:hover { text-decoration: none;}

#topMenu ul {
	margin:0 0 0 46px;
	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 a {
	display: block;
	padding: 8px 30px 7px 5px;
	text-decoration: none;
	color:#fff;
	text-transform:uppercase;
	}	
#topMenu li a:hover {
	background-color: #d0d0d0;
	color: #08027b;
}
#topMenu li hover {
	color: #08027b;
}

#topMenu li.on a {color: #08027b;}

#topMenu ul ul {
	position: absolute;
	width: 122px;
	display: none;
	margin-top: 15px;
	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-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;
	margin-top: 9px;
	margin-left: 4px;
	margin-bottom: 0;
	left:119px;
	width: 110px;
	display: none;
	z-index: 9995;
}
	
#topMenu li ul {display: none;}
	
#topMenu li:hover ul li ul {display: none;}

#topMenu ul li ul li a { text-transform: none;}

#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 ul li.on ul li.on a  {color: #999999;}
#topMenu ul li.on ul li.on.msec a  {color: #999999;}
#topMenu ul li.on ul li.off.msec a  {color: #fff;}
#topMenu ul li.on ul li.on.msec ul li.on a  {color: #999999;}
#topMenu ul li.on ul li.on.msec ul li.off a  {color: #fff;}	
#topMenu ul li.on ul li.on.msec ul li.off a:hover  {color: #08027b;}	

#topMenu li:hover ul {display: block; background:#08027b url("/images/menuDrop.png") repeat;}
#topMenu ul ul li:hover ul {display: block;}

#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 ul ul li.msec {background: url(/images/menuArrowLight.png) 97% 50% no-repeat;}

#topMenu ul ul li.msec a:hover {background: #d0d0d0 url(/images/menuArrowDark.png) 97% 50% no-repeat;}
#topMenu ul ul li.msub a:hover {background: #d0d0d0;}
	
#homeMenu {				/* Position/layout properties */
	float:right;
	margin: 0;
	border: 0;
	border-top: 1px solid white;
	padding: 0;
	width: 212px;
	height: 30px;
	background: #999999 url("/images/homeMenuBack.png") no-repeat;
	z-index: 9999;
}

#homeMenu {				/* Font properties */
	color: #fff;
	font: bold 11px helvetica, sans-serif;
	text-align: right;
	text-decoration: none;
}

#homeMenu a:hover { text-decoration: none;}

#homeMenu ul {
	margin:0 0 0 10px;
	padding: 0;
	}
#homeMenu li {
	position: relative;
	list-style: none;
	margin: 0;
	float: left;
	width: auto;
	line-height: 1.3em;
	text-align:right;
	z-index: 9994;
	}
#homeMenu li a {
	display: block;
	padding: 8px 20px 7px 5px;
	text-decoration: none;
	color:#fff;
	text-transform:uppercase;
	}	

#homeMenu li a:hover {
	background-color: #d0d0d0;
	color: #08027b;
}
#homeMenu li hover {
	color: #08027b;
}
	
#breadcrumbs {
	/*float: left;*/
	font-size: x-small;
	padding-left: 50px;
	padding-top: .5em;
	color: #08027b;
}

#secMenu {				
    width: 100%;
    margin: 0;
	background: url("/images/tabBorder.png") repeat-x bottom;
	float: left;
}

#secMenuBox {			
	font: normal 1.75em helvetica, sans-serif;
	line-height: 1.4em;
	text-decoration: none;
	padding: 5px 50px 5px 50px;
}

#secMenuBox ul {
	margin:0;
	padding: 0;
	list-style: none;
	}
#secMenuBox li {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #818386;
	}
#secMenuBox li a {
	color:#008d6a;
	}	
#secMenuBox  li a.hover {
	color: #008d6a;
}

#subMenu {				/* Position/layout properties */
	float:left;
	
	width: 100%;
	background: url("/images/tabBorder.png") repeat-x bottom;
	z-index: 9999;
}

#subMenuBox
{
	padding-left: 40px;
}

#subMenu {				/* Font properties */
	font: bold 11px helvetica, sans-serif;
	line-height: normal;
	text-decoration: none;
}

#subMenu a:hover { text-decoration: none;}

#subMenu ul 
{
	width: 100%;
	margin:0;
	padding: 10px 10px 0;
	list-style: none;
	}
#subMenu li {
	float: left;
	background:url("/images/tableftOFF.png") no-repeat left top;
	margin: 0;
	padding: 0 0 0 9px;
	list-style: none;
	z-index: 9994;
	}
#subMenu a {
	float: left;
	display: block;
	background:url("/images/tabOFF.png") no-repeat right top;
	padding: 5px 15px 4px 6px;
}
/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
  #header a {float:none;}
  /* End IE5-Mac hack */
  
#subMenu li a {
	text-decoration: none;
	}	
#subMenu li.on 
{
	background-image:url("/images/tableftON.png");
}
#subMenu li.on a
{
	background-image:url("/images/tabON.png");
	padding-bottom: 5px;
	color: #08027b;
}
#subMenu li a:hover {
	color: #08027b;
}
#subMenu li.on a:hover {
	color: #08027b;
	cursor: default;
}

/****** GENERIC STYLES *******/

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;
}

.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 {   /*used in pop-up windows for close button. */
           
	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;
}

.tright {
	text-align: right;
}

a.center {
	display: block;
}

a.center img {
	text-align: center;
}

.thumbnail {
	width: 220px;
	font-size: smaller;
	float: right;
	text-align: center;
	margin-bottom: 20px;
	margin-left: 20px;
	z-index: 0;
}

.thumbnail img {
	display: block;
	margin: 0 auto;
}

.thumbnails {
	display: inline-block;
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: smaller;
	text-align: center;
	z-index: 0;
}

.thumbnailL, .thumbnailL a, thumbnailL a img{
	width: 215px;
	float: left;
}

.thumbnailC, .thumbnailC a, thumbnailC a img{
	width: 215px;
	float: left;
}

.thumbnailR, .thumbnailR a, thumbnailR a img{
	width: 215px;
	float: right;
}

.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;
}

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;
	width: 50%;
	vertical-align: top;
	
}

#twoupfull td {
	padding: 0 30px 0 0;
	vertical-align: top;
	width: 50%;
}

#twoupfull td  img{
	vertical-align: top;
}

#twoupfull td h2 {
	padding-top: 0;
	margin-top: 0;
}

div#homeNav ul {
	margin: 7px;
	padding: 0 0 0 1.5em;
	line-height: 1.5em;
	color: #08027b;
}

div#homeNav ul li {
	margin-bottom: auto;
}

div#call2act {
	float:right;
	width: 190px;
	padding: 10px 10px;
	margin-left: 30px;
	margin-bottom: 20px;
	border: solid 1px #d0d0d0;
	/**Of course this won't work in IE. Sigh.**/
     -moz-border-radius-topright: 20px;
    -webkit-border-radius-topright: 20px;
    -khtml-border-radius-topright: 20px;
    border-radius-topright: 20px;
}


/**** FONT STYLES ******/

.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;
}	
.bstress{
	color: #08027b;
}	
.notstrong{
	font-weight: normal;
}
.symbol {
	font: 12px Courier;
	color: #08027b;
}
.sc {
	font-variant: small-caps;
}
.small {
	font-size: smaller;
}
.large {
	font-size: larger;
}
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;
}
code {
	font: 12px Courier, "Courier New", monospace;
}
.bluebold {
	color: #08027b;
	font-weight: bold;
	font-size: 1em;
}

/****** FORMS ****************/

.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;
}

/***** IMAGE POSITIONING ******/

img {display: block;} /* remove bottom margin that happens in strict mode */

img.imgWrapC {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.imgFloatR {
	float: right;
	margin: 1em 0 1em 1.5em;
	line-height: 1.8em;
	clear: none;
}

#imgPop {
	margin: 0;
	padding: 0;
	}
#imgPop ul {
	margin: 0;
	padding: 0;
	}	
#imgPop li {
	margin: 0;
	padding: 0;
	position: relative;
	display: inline-block;
	}
#imgPop.popR2 li {
	padding: 0 20px 0 0;
	}
#imgPop li ul {
	position: absolute;
	z-index: 98;
	left: -155px;
	top: -120px;
	display: none;
	}
#imgPop.popR2 li ul {
	position: absolute;
	z-index: 9999;
	left: -10px;
	top: -300px;
	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 */

/**** PAGE SPECIFIC STYLES ******/


#fourohfour{
	margin-left: -50px;
	padding-left: 50px;
	padding-top: 20px;
	width: 700px;
	height: 500px;
	background: url("/images/404.jpg") left top no-repeat;
}
#fourohfour h1{font-size: 4em; margin-bottom:.5em;}


/* partners.htm */

.partner img {
	display: block;
	padding-right: 20px;
	float: left;
}

.partner td{
	vertical-align: top;
	margin: 0 20px 30px auto;	 /* to fix IE7 margin bug */
	padding-bottom: 30px; /* to fix IE7 margin bug */
}

/* pricing.htm & features*/

.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 {
	color: #08027b;
	text-align: left;
}

.features td b {
	float: left;
	color: #000;
	text-align: left;
	font-weight: normal;
}

.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;
}

/* 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;
}

div#pr span.newsDate a {
	color: #08027b;  /*#036;*/
}

div#pr span.newsText {
	margin: 0 0 .5em 10em;
	font-weight: bold;
	color: #08027b;
	display: block;
}
.newsSub {
	font-weight: normal;
	color: #08027b;
	font-style: italic;
}

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;
}

/*  Sitemap */

* html div#sitemap.split div {
	margin: 0;
}

#sitemap table {
	padding-left: 0px;
	margin: 0;
}

#sitemap td {
	vertical-align: top;
	margin: 0;
}

#sitemap ul {
	list-style: none;
	margin-bottom: 1em;
	margin-left: 0;
	padding-left: 0;

}

#sitemap ul li {
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;
	float: none;
	margin-left: 10px;
}

#sitemap ul li ul {
	margin-left: 10px;

}

#sitemap ul li ul li {
	font-size: 1em;
	font-weight: bold;
	margin-left: 10px;
}

#sitemap ul li ul li ul {
	margin-left: 10px;

}

#sitemap ul li ul li ul li {
	font-size: .9em;
	font-weight: normal;
	margin-left: 10px;
}

/* 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;
}


/* JNBPro columns */

#jnbpro .jnbpblock .jnbpcol{
	display: inline-block;
	width: 320px;
	vertical-align: top;	
	/* IE 7 HACK */
	zoom: 1;
	*display:inline;
	/* end IE 7 HACK */
}

#jnbpro .jnbpblock .jnbpcol img{
	float: right;
	padding-bottom: 20px;
}

#jnbpro  h3{
	font-size: 1em;
	font-weight: normal;
}
#jnbpro  h3.commhead,  div.commhead{
	padding-left: 65px;
}

#jnbpro .anything {
	width: 330px;
	margin: 0;
	padding: 0;
	background-color: #d0d0d0;
}

#jnbpro .anything  th {
	width: 110px;
	vertical-align: top;
	color: #08027b;
	padding-top: .5em;
	padding-bottom: .5em;
	padding-left: .5em;
}

#jnbpro .anything  td {
	padding-top: 0;
	margin-top: 0;
}

#jnbpro .anything .anyjava  {
	width: 110px;
	vertical-align: top;
	background-color: #aabed6;
}

#jnbpro .anything .anyneutral {
	width: 110px;
	vertical-align: top;
	background-color: #dadada;
}

#jnbpro .anything .anydotnet {
	width: 110px;
	vertical-align: top;
	background-color: #b0dadd;
}


#jnbpro .anything dl dt {
	margin: 0 .5em .4em .75em;
	font-size: .85em;
}


/* System Requirements */

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;
}

/* History */

#history table tr th td {
	background-color: #fff;
	border-width: 1px;
	border-color: #fff;
}

#history td {
	padding-right: 1em;
	text-align: left;
}

#history td.vtop {
	vertical-align: top;
}

/*  Usecase */
#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;
} 

/* 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 */

.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;
}

/* Registration forms */ 
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;
}

/* Case Studies*/
table#cstudy {
	padding-left: 0;
	vertical-align: top;
	border-style: none;
	border-collapse: collapse;
}

#cstudy td {
	padding: 0 3em 0 0;
	vertical-align: top;
}

#cstudy h1{
	margin-bottom: 0;
	margin-top: 0;
}

.cscol {
	width: 245px;
}

.cscase  {
	font: bold  1em Verdana, 'Tahoma', Arial, sans-serif;
	color: #fff;
	background: #08027b;
	margin: 0 0 .4em;
	padding: .2em .2em .2em .2em;
}

.cslefth  {
	font: bold italic 1em Verdana, 'Tahoma', Arial, sans-serif;
	color: #08027b;
	margin: 1.3em 0 .4em;
}

.csleftb  {
	font-size: .75em ;
	color: #08027b;
	line-height: 1.3em;
}

.csright {
	font-size: .58em ;
	text-align: right;
	line-height: 1.3em;
}

.csquote {
	font: bold  1em Verdana, 'Tahoma', Arial, sans-serif;
	color: #08027b;
	margin: 3.3em 0 0;
}

.csquotesrc {
	font: bold italic .9em Verdana, 'Tahoma', Arial, sans-serif;
	color: #08027b;
	margin: 1em 0 3.3em;
}

.csdef {
	font: bold  1em Verdana, 'Tahoma', Arial, sans-serif;
	color: #08027b;
	margin: 0 0 0 0;
}
.csdefTerm {
	font: bold italic 1.3em Verdana, 'Tahoma', Arial, sans-serif;
	color: #08027b;
	margin: 0 0 0 0;
}
.csFig {
	font: bold .8em Verdana, 'Tahoma', Arial, sans-serif;
	color: #08027b;
	margin: 0 0 0 0;
}

/* List of Case Studies*/
table#cslist {
	margin: 0;
}

#cslist td  {
	padding-top: 0px;
	vertical-align: top;
	padding-bottom: 15px;
}

#cslist td p  {
	vertical-align: top;
	margin-top: 0;
	padding-top: 0;
	padding-left: 30px;
}


/* swreg page */

div.wide {  /* Yet another kludge for IE */
	display: block;
	width: 100%;  
}

/* Store */

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;
}

ul.choice {
	list-style-type: none;
	list-style-image: url(/images/choice.gif);
	margin-left: 0;
	padding-left: 18px;
}

/* Remove branding from Google Search results. */

.cse .gsc-branding,.gsc-branding {display: none;}
.gsc-branding-text, .gsc-branding-img { display: none; height: 0; }


/* Click-through 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;
}

