/* 
	site css
	
	$Id: main.css 487 2005-10-21 21:30:15Z aparajita $
*/
 
/* Element styles */

body, p, samp {
	font:		normal 10pt Verdana, Arial, Helvetica, sans-serif;
	color:		#555;
}

body {
	padding: 	0;
	margin:  	0;
	background:	#fff;
}

p {
	padding: 	0;
	margin:  	0 0 1em 0;
	background:	inherit;
}

h1, h2, h3, h4, h5, h6 {
	margin:  0;
	padding: 0;
}

h1 {
	font-size:		1.25em;
	font-weight:	bold;
	background:		inherit;
	color:			#1b60ff;
	border-bottom:	2px solid #ffd966;
	margin:			0 0 .5em 0;
	padding:		0 0 1px;
}

h2 {
	font-size:		1em;
	font-weight:	bold;
	background:		inherit;
	color:			#336ccf;
	padding:		.5em 0 .5em 0;
}

h3 {
	font-size:		1em;
	font-weight:	bold;
	background:		inherit;
	color:			#555;
	padding:		.5em 0 0 0;
}

caption {
	font-size:		1em;
	font-weight:	bold;
	text-align:		left;
	text-indent:	8px;
	background:		inherit;
	color:			#8c66ff;
	padding:		.5em 0 .5em 0;
}
	
img {
	border: none;
}

form {
	margin:  0;
	padding: 0;
	clear:	 none;
}

samp, p.note {
	display:		block;
	margin: 		0 0 1em 0;
	padding:		.5em .75em;
	background:		#e0eaef;
	border:			1px solid #dae3e9;
}

code {
	display:		block;
	margin:			0;
	padding:		.5em .75em;
	font:			normal 12px "Courier New", "Andale Mono", Monaco, monospace;
	white-space:	pre;
	background:		#ededed;
	color:			#555;
	border:			1px solid #e5e5e5;
}

strong {
	font-weight: bold;
}

input, select, textarea {
	font:		normal 12px Verdana, Arial, Helvetica, sans-serif;
	color:		#000;
	margin:		0;
}

input.text, textarea {
	padding:	.25em;
}

blockquote {
	font-family:	"Trebuchet MS", "Times New Roman", Times, serif;
	font-size:		1em;
	font-style:		normal;
	margin:			1.5em 3em 1.5em 2em;
	padding:		1em;
	background:		#f8f6ff;
	border:			1px solid #eee;
}

blockquote cite {
	display:		block;
	font-style:		italic;
	text-indent:	1em;
}

sup {
	font-size: .75em;
	margin-left: .25em;
}

textarea.code {
	font:		normal 12px "Courier New", "Andale Mono", Monaco, monospace;
	padding:	.5em;
	margin:		.75em 0;
	background:	#f8f8f8;
	color:		#555;
	border:		1px solid #e5e5e5;
}

textarea.code:focus {
	background:	#fff;
	color:		#555;
	border: 	1px solid #8ae3a0;
}

div.hr {
	width: 			99%;
	height: 		1.5em;
	margin: 		1.25em 0 0 0;
	padding:		0;
	background:		inherit;
	border-top:		1px solid #ccc;
}

.clear-both {
	clear: both;
}

span.button-spacer {
	margin-right: 30px;
}


/* Masthead */

#masthead, #nav {
	border-width:	1px;
	border-style:	solid;
	border-color:	#fff #ccc #ccc #fff;
}

#masthead {
	background:		url(images/masthead-bg.gif) repeat-x;
	padding-left:	10px;
}


/* Navbar */

#nav {
	float:		left;
	width:		170px;
	margin: 	0 0 1em 0;
	padding: 	0;
	background: url(images/nav-bg.gif) top left repeat-y;
}

#nav ul {
	margin:			1em 10px 0 10px;
	padding:		0;
	list-style: 	none;
	font-size:		9pt;
}

#nav a, #nav ul ul a {
	display: 			block;
	padding: 			4px 5px;
	width:				135px;
	background:			inherit;
	color:				#295eff;
	text-decoration: 	none;
	background:			url(images/dotted-line.gif) top left repeat-x;
}

#nav a:hover {
	background:			url(images/dotted-line.gif) top left repeat-x;
	color:				#ebb000;
	text-decoration:	none;
	border-left:		4px solid #ebb000;
	padding-left:		1px;
}

#nav li span {
	display:		block;
	font-weight: 	bold;
	background:		inherit;
	color:			#ebb000;
	margin:			4px 0;
}

#nav ul ul {
	font-weight:		normal;
	margin: 			0 0 11px 0;
	text-indent:		11px;
	background-image:	none;
}

#nav ul ul ul {
	text-indent:		22px;
}


/* Content */

#content {
	clear:		none;
	min-width: 	450px;
	margin:		0 3em 0 200px;
	padding:	1.5em 0 1em 0;
}

#content p, #content ul, #content ol {
	line-height: 16px;
}

#content ul {
	list-style: 	none;
	position:		relative;
	left:			-1em;
}

#content ul li {
	background: url(images/li-arrow.gif) 0 .4em no-repeat;
	margin:		.5em 0 0 -.5em;
	padding:	0 0 0 .75em;
}

#content ol li {
	margin: .5em 0;
}

#content a:link {
	text-decoration:	none;
	color:				#668cff;
}

#content a:visited {
	text-decoration:	none;
	color:				#668cff;
}

#content a:hover {
	text-decoration:	none;
	background:			#dce5ff;
	color:				#00cc33;
}

#content a.nohilite:hover {
	background:			inherit;
}

#content a:active {
	text-decoration:	none;
	color:				#668cff;
}

#content #links {
	float:			right;
	width:			320px;
	text-align:		right;
	margin-top:		.25em;
	padding: 		.25em 0 1.5em 0;
	background:		#fff;
}

#content .hilite {
	color: #FF403F;
}


/* Footer */

#footer {
	clear:		both;
	margin:		0;
	padding:	6px 2em;
	font-size:	9pt;
	background:	url(images/dotted-line.gif) top left repeat-x;
	color:		inherit;
	height:		1%;
}

#footer img {
	vertical-align: top;
}

#footer_copyright {
	margin:		0;
	padding:	0;
}

#footer .standards {
	float:			right;
	margin-left:	20px;
}


/* button */

a.button {
	background: 		#FFFFFF;
	border: 			solid 1px #D9E6B5;
	color: 				#336600;
	padding: 			1px 3px;
	text-decoration: 	none;
	white-space:		nowrap;
}

a.button:hover {
	background: 		#F2FEE2;
	border: 			solid 1px #C4F45E;
}


/* feature table */

.feature-table {
	margin-bottom: 2em;
}

.feature-table td, .feature-table th {
	padding:	8px 6px;
}

.feature-table th {
	font-weight:	bold;
	color:			#333;
	background:		#9999FF;
	text-align:		left;
}

.feature-table td {
	background:		url("/site/images/dotted-line.gif") left bottom repeat-x;
	vertical-align:	top;
}

.feature-table tr.last td {
	background:		#fff;
	border-bottom:	1px solid #777;
}

.feature-table tr.totals td {
	font-weight:	bold;
	background:		#edf3fe;
}

.feature-table tr.alt td {
	/*background-color:	#edf3fe;*/
}


/* download table */

.download-table {
	border-collapse: collapse;
}

.download-table td {
	text-align:		left;
	vertical-align:	middle;
	padding:		2px;
	margin:			0;
	border:			1px solid #eee;
}

.download-table td.label {
	padding: 		8px;
	white-space:	normal;
}

.download-table td img {
	vertical-align:	middle;
}

.download-table a {
	display:	block;
	padding:	8px;
	margin:		0;
	
	/* 
		In FireFox, without a fixed height the link had a fractional height,
		which led to an off-by-one error in the height.
	*/
	height:		1.5em;
}

.download-table a:link {
	text-decoration:	none;
	color:				#668cff;
}

.download-table a:visited {
	text-decoration:	none;
	color:				#668cff;
}

.download-table a:hover {
	text-decoration:	none;
	background:			#dce5ff;
	color:				#00cc33;
}

.download-table a.nohilite:hover {
	background:			inherit;
}

.download-table a:active {
	text-decoration:	none;
	color:				#668cff;
}

.download-table a.buy-now {
	padding: 0;
	height: auto;
}

.download-table a.buy-now:hover {
	background: #fff;
}

table.editor {
	width: 85%;
}

.editor td {
	white-space: nowrap;
}



/* Licensing and support tables */
table.comparison-grid {
	margin-bottom: 1.5em;
	border-collapse: collapse;
}

table.comparison-grid td, table.comparison-grid th {
	text-align: left;
	padding: .5em;
	border: 1px solid #ccc;
	vertical-align: top;
	white-space: nowrap;
	font-size: 9pt;
}

table.comparison-grid th {
	background-color: #8DB0FF;
	color: #555;
}

table.comparison-grid td.bare, table.comparison-grid th.bare {
	padding: 0;
	border: none;
	vertical-align: middle;
	background-color: #fff;
}

table.comparison-grid td.notes {
	white-space: normal;
}

table.support td, table.support th {
	text-align: center;
}

table.support td.feature, table.support th.feature {
	text-align: left;
}

ol.support-notes li {
	padding: .25em 0;
}
