/* Main Stylesheet */
/*

	This is the main stylesheet. It should be used for most content
	pages on the site.

*/

@import url(basic.css); /* Load basic styles */
@import url(gui.css); /* Load GUI styles */

a.arrow {
	display: block;
	height: 25px;
	margin-right: 1em;
	padding-left: 32px;
	background: transparent url(../images/arrow_off.jpg) no-repeat left;
	line-height: 20px;
}
a.arrow:hover {
	background-image: url(../images/arrow_on.jpg);
}
a.arrow.lt {
	background-image: url(../images/lftarrow_off.jpg);
}
a.arrow.lt:hover {
	background-image: url(../images/lftarrow_on.jpg);
}
a.arrow.rt {
	padding-left: 0px;
	padding-right: 32px;
	margin-right: 0;
	margin-left: 1em;
	float: right;
	background-position: right;
}

div.left {
	float: left;
}
div.faq h3 {
	border-top: 4px solid #DDD;
	margin-top: 20px;
	padding-top: 4px;
}
div.screenshot {
	display: block;
	float: right;
	clear: right;
	margin-left: 5px;
	width: 25%;
	background: #FFF;
}
div.screenshot a, div.screenshot a:visited {
	display: block;
	border: 0;
}
div.screenshot img {
	width: 100%;
	max-width: 200px;
	border: 1px solid #444;
	display: block;
}
div.screenshot p {
	margin: 0;
	padding: 0;
	font-size: 10px;
}

li h6 {
    margin: 0;
    padding: 0;
    color: #000;
}
li p {
	line-height: 1.25em;
	margin: 0;
	padding: 0;
}

table p {
	line-height: 1.25em;
	margin: 0;
	padding: 0;
}

ul.articles li {
	background-image: url(../images/document.gif);
	margin-bottom: 1em;
}
ul.faq li li {
	background-image: url(../images/faq.gif);
}
ul.faq a {
	color: #444;
}

/* --- Center Column Styles --- */

#content div.multicol {
	margin: 0;
	padding: 0;
}
#content div.border {
	margin: 0 .25em;
	border: 1px solid #E2E2E2;
	border-width: 1px 0 0 1px;
	padding: .5em;
	background: #FFFFFF url(../images/gray_gradient.gif) no-repeat left top;
}
#content img.logo {
	position: relative;
	float: right;
	top: -15px;
	right: -10px;
	width: 40%;
	height: 40%;
	margin: 0 0 0 -8px;
	padding: 0;
	z-index: 1;
}
/* ------ */


ul.nolist, #center ul.nolist {
	display: block;
	list-style: none;
}
ul.nolist li, #center ul.nolist li {
	list-style: none;
	display: block;
}
.step1, .step2, .step3 {
	/* background-color: #EEEEEE; */
	background-position: .1em .5em;
	padding-left: 1.5em;
	color: #444444;
}
.step1 {
	background-image: url(../images/number1.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.step2 {
	background-image: url(../images/number2.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.step3 {
	background-image: url(../images/number3.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.backgray {
	background-color: #EEEEEE;
}
sup {
    line-height: 0;
}
sup span {
    font-size: 90%;
}
h1.steps {
    background: transparent url(../images/steps.gif) no-repeat left bottom;
    background-position: 0 3px;
    border-bottom: 2px solid #444444;
    font-size: 12px;
    height: 32px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

/* Highlight Square Styles */
.highlight {
	border: 2px solid #DDD;
	border-width: 0 2px 0 0;
	height: 150px;
	width: 300px;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-left: 150px;
	background: transparent url(../images/placeholder.jpg) left top no-repeat;
	overflow: hidden;
}
.highlight div {
	background: #EEE;
	height: 150px;
	padding: 0 5px;
}
.highlight div h3 {
	font-size: 11px;
	margin-top: .25em;
	color: #444;
}
.highlight ul {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}
.highlight li {
	display: block;
	border-top: 8px solid #DDD;
	background: #EEE;
	height: 36px;
	margin: 0;
	padding: 2px 5px 4px 5px;
	font-size: 9px;
	overflow: hidden;
}
.highlight li strong {
	display: block;
	float: left;
	margin: 0;
	padding: 0 .25em 0 0;
	font-weight: bold;
	font-size: 10px;
	color: #666;
}
.highlight blockquote {
	margin: 0;
	padding: 0 5px;
	height: 150px;
	width: 100%;
	background: #EEE url(../images/lt_quote_top.gif) no-repeat 4px 2px;
	border: 0;
	font-size: 9px;
}
.highlight blockquote div {
	padding: 20px 0;
	margin-right: 6px;
	height: 110px;
    background: transparent url(../images/lt_quote_bottom.gif) no-repeat right 128px;
}
.highlight blockquote p {
	margin: .5em 0;
	padding: 0 20px;
	color: #00529B;
}

/* Feature Set Styles */
#features {
	clear: both;
}
#features ul {
	list-style: none;
	display: block;
	margin: .5em 0 0 0;
	padding: 0;
}
#features li {
	margin: 0 0 .5em 0;
	padding: 3px 3px 3px 60px;
	background: #EEE url(images/wizard.jpg) 3px 3px no-repeat;
	border: 1px solid #DDD;
	min-height: 52px;
	_height: 52px;
}
#features li * {
	margin: 0;
	padding: 0;
}
#features h4 {
	color: #444;
	font-style: normal;
}

/* Demo Box Styles */
#demo {
	margin: 2em 0 0 0;
	padding: 15px 1em 1em 110px;
	min-height: 100px;
	_height: 100px;
	background: #FFF url(../images/monitor_HTML_sm.gif) 5px 2px no-repeat;
	border: 2px dotted #DDD;
}
#demo p {
	margin: 0;
	padding: 0;
}

/* Styled Quote Styles */
.quote blockquote {
	margin: 0;
	padding: 0 5px;
	background: #EEEEEE url(../images/quote_top.gif) no-repeat left top;
	background-position: 4px 0px;
	border: 0;
	/* font-style: italic; */
}
.quote blockquote div {
    padding: 20px 0;
    background: transparent url(../images/quote_bottom.gif) no-repeat right bottom;
}
.quote blockquote p {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    line-height: 1.3em;
}

/* Pricing Table Styles */
table.quote {
	clear: both;
	margin: 1em 0;
	table-layout: fixed;
	/* width: 100%; */
	background: #c0c0c0;
	border: 0;
	font-size: 10px;
}
table.quote h6 {
	color: #444;
}
table.quote td.title p {
	color: #444;
}
colgroup.stub {
	width: 50%;
}
colgroup.data {
	width: 50%;
}
colgroup.long_stub {
	width: 75%;
}
colgroup.short_data {
	width: 25%;
}
colgroup.med_stub {
	width: 60%;
}
colgroup.med_data {
	width: 20%;
}
table.quote td {
	vertical-align: bottom;
	white-space: nowrap;
	text-align: right;
	padding: .25em .5em;
	/* width: 8%; */
}
table.quote td.stub {
    text-align: left;
	white-space: normal;
	padding-right: 0;
}
table.quote td.stub strong, #center table.quote td.stub strong {
    font-weight: bold;
    color: #444444;
}
table.quote td.stub h6 {
    font-size: 11px;
    font-weight: bold;
    padding: 0;
    margin: 0;
}
table.quote tr {
	background: #ffffff;
}
tr.alt, table.quote tr.alt {
	background: #edf1f7;
}
table.quote tr.spacer {
    height: 3em;
}
table.quote td.indent {
	padding-left: 3em;
}
table.quote td.indent2 {
	padding-left: 7em;
}
table.quote td.standard {
	font-weight: bold;
}
table.quote td.long, table.quote td.standard.long, table.quote td.long, table.quote td.subheader.long,
  table.quote td.header.long {
	/* width: 50%; */
}
table.quote td.title, table.quote td.header, table.quote td.subheader  {
	text-align: center;
	font-weight: bold;
	white-space: normal;
	/* width: 50%; */
}
table.quote td.title {
	font-size: 12px;
	font-weight: bold;
	color: #00529B;
	text-align: left;
	padding-top: .5em;
	padding-bottom: .5em;
	vertical-align: middle;
}
table.quote td.title p {
	font-size: 10px;
	font-weight: normal;
}
table.quote td.header, table.quote td.subheader {
	vertical-align: bottom;
}
td.middle {
	vertical-align: middle;
}

fieldset {
	display: block;
	border: 1px solid #DDD;
	background: #EEE url(../images/grad_fade.gif) left bottom repeat-x;
	padding: 10px 5px;
	margin: 5px 0;
	width: 350px;
}
div.login {
	float: left;
	clear: none;
	width: 350px;
	}
fieldset.login dt {
	float: left;
	width: 105px;
	margin-right: 5px;
	text-align: right;
	font-weight: bold;
	line-height: 2em;
}

fieldset.login dd {
	margin-bottom: 1em;
}

fieldset.login h4 {
	border-top: dashed 1px #DDD;
	margin-top: 5px;
	padding-top: 1em;
}

input.logon {
	width: 150px;
}

.require {
	float: left;
	width: 465px;
	margin-left: 20px;
	border-left: double 5px #EEE;
	padding-left: 20px;
}
.require p {
	margin-right: 10px;
}
.require li {
	background: transparent;
}
p.result {
	color: #8E0000;
	font-weight: bold;
	text-align: center;
	}