/* -------------------------------------------------------------*/

/*
A:link { color: #0000ff; text-decoration: none }
A:visited { color: #0000ff; text-decoration: none }
A:hover { text-decoration: underline }
*/

a:link, a:visited {	text-decoration: none; font-weight: bolder; }
a:hover, a:active {	text-decoration: underline; }
a.stealth {	color: inherit;	text-decoration: none; }
a.external {	background: url(/assets/media/extlink.png) center right no-repeat;	padding-right: 13px; }
a.urlextern {	background: url(/assets/media/extlink.png) center right no-repeat;	padding-right: 13px; }
img { border-width: 0px; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {	text-decoration: none;	}



/* -------------------------------------------------------------*/

body {
	background-image: url(/assets/media/layout/background.gif);
	background-color: #A6A6A6;
	font-family: Arial;
	font-size: .75em;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
}

div {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0;
	padding:0;
}


.main-container {
	margin-left: 5px;
}


.text_inherited
{
	color: inherit;
	line-height: inherit;
	font-size: inherit; font-style: inherit;
	font-variant: inherit; font-weight: inherit;
}

.text_note {
	color: gray;
	font-size: smaller;
	font-style: inherit;
	font-variant: small-caps;
	font-weight: lighter;
}



#icon {	width: 10px; position: absolute; top: -10px; left: 7px; float:left; }


#logo {
	position: relative;
	float: left;
	cursor: pointer;
}

#headtagline {
	position: absolute;
	top: 97px;
	right: 20px;
	font-family: Helvetica;
	font-size: 16px;
	color: #4B4B4B;
}


/**
 * Layout elements
 */

/* Standard 2 column layout class */
.bi-column, .col { 
		float: left;
		width: 300px;
		margin-right: 24px;
}

.wide {
	width: 448px;
}

.wide-offset {
	width: 600px;
	margin-right: 23px;
}

.narrow-offset {
	width: 300px;
	margin-right: 0;
}

/* 3 Column layout class  - use only on wide content sections without side nav*/
.tri-column {
	float: left;
	width: 298px;
	margin-right: 12.5px;	
}

/* 4 column layout class - use with side nav */
.quad-column {
	float: left;
	width: 215px;
	margin-right: 16px;	
}
.last-column {
	margin-right: 0;
}

.level1 {
	margin-left: 5px;
}

/* -------------------------------------------------------------*/

	.requirements {
		margin-top: 12px;
		padding: 12px 12px 8px 36px;
		border: 1px solid #eeeeee;
		background: #ffffff url(/assets/media/layout/bg-light.png) repeat-x;
	}		
	.screenshots {
		text-align: center;
		font-size: 11px;
		margin: 12px 0px 0px 0px;
--			background: #ffffff url(/assets/media/layout/bg-light-small.png) repeat-x;
		padding: 4px 0px 4px 0px;
	}
	.screenshots img {
		border: 1px solid #a0a0a0;
		width: 98px;
		margin: 2px;
	}

	.screenshots-caption {
		text-align: center;
		padding: 3px;
--			background: #6d6d6d;
		color: #3d3d3d;
		margin: 0px 0px 12px 0px;
	}




/* -------------------------------------------------------------*/

/** 
 * Standard table style
 */
.standard {
	border-collapse: collapse;
	font-size:12px;
	margin-bottom: 20px;
	width: 100%;
}

.standard td, th {
	border-bottom: 1px solid #eeeeee;		
	text-align: center;
	padding: 4px;
	border-top-width: 1px dotted;
}

.standard th {
	border: 1px solid #c0c0c0;		
	font-weight: bold;
	background: #e0e0e0;
}

.standard td {
	text-align: left;
}

/* -------------------------------------------------------------*/


#nav {
	background-image: url(/assets/media/layout/nav_background.gif);
	background-color: #C18F1A;
	height: 29px;
	border-top: 1px #4B4B4B solid;		
	border-bottom: 1px #4B4B4B solid;	
	font-family: Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #454545;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav ul li {
	float: right;
	width: 100px;
	white-space: nowrap;
	padding-top: 7px;
	height: 20px;
	text-align: center;
	border-left: 1px #4B4B4B solid;
	cursor: pointer;	
}

#nav ul li a{
	text-decoration: none;
	color: inherit;
}	

#nav .selected {
	background-image: url(/assets/media/layout/nav_background-sel.gif);	
	background-color: #061F80;
	color: #E0E0E0;
	cursor: default;
}

/* -------------------------------------------------------------*/




#content_wrapper {
	background-color: #FFFFFF;
	border-left: 1px #4B4B4B solid;
	border-right: 1px #4B4B4B solid;
	width: 966px;
	margin: 0 auto;
}

#content {
	padding: 20px;
}

#footer {
	background-image: url(/assets/media/layout/footer_background.gif);
	background-color: #C18F1A;	
	border-top: 1px #4B4B4B solid;
	border-bottom: 1px #4B4B4B solid;				
	text-align: center;
	height: 50px;
	color: #454545;
	padding-top: 8px;		
	font-family: Helvetica;
	font-size: 10px;
}

#footer #copyright {
	margin-top: 5px;
	font-size: 9px;
}


/* -----------------------------------------------*/
/* Home Page */

.home_pod {
	float: right;
	margin: 10px;
	width: 331px;
}

.home_pod .pod_content {
	vertical-align: top;
	width: 299px;
	background-color: #E2E2E2;
	background-image: url(/assets/media/layout/pod_background-gradient.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	font-family: Helvetica;
}

.home_pod .pod_content span {
	font-weight: bold;
	font-size: 18px;
	color: #061F80;
}	

.home_pod .pod_content ul {
	font-size: 14px;
	margin-top: 5px;
	margin-left: 0px;
	padding-left: 30px;
	line-height: 20px;
	list-style-image: url(/assets/media/layout/lock_bullet.gif);
}



/* -----------------------------------------------*/
/* Features */


#content .feature_block
{
	padding-bottom: 15px;
}

#content .feature_block .feature_q
{
	font-size: 15px;
	font-weight: bold;
}

#content .feature_block .feature_a
{
	font-size: 14px;
}
#content .feature_block .feature_a li
{
	padding-bottom: 2px;
}


/* -----------------------------------------------*/
/* Pricing */


#content .pricing_block
{
	padding-bottom: 15px;
}


#content .pricing_block .price_table
{
	padding: 10px;
	display: table;
}


#content .pricing_block .price_table th
{
	padding: 10px;
	text-align: center;
	font-size: 13px;
}

#content .pricing_block .price_table td
{
	padding: 6px;
	text-align: right;
	font-size: 12px;
}




/* -----------------------------------------------*/
/* Support */

#content .support_block
{
	padding-bottom: 15px;
}


/* -----------------------------------------------*/
/* Something */


#content_wrapper h1{
	font-size: 18px;
	color: #061F80;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 12px;
}


div.pagetitle h2 {
	font-size: 18px;
	color: #061F80;
	font-weight: bold;
	padding-left: 1.15em;
	float: left;
}

div.pagetitle img
{
	display: inline-block;
	float: right;
	margin: 4px;
	clear: none;
}

div.content_wrapper
{
	clear: both;
	/*
	background-color: #F2F2F2;
	border-top: 2px #061F80 solid;
	border-bottom: 2px #061F80 solid;
	*/
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 15px;
}


div.content_block {
	padding-left: 1em;
	padding-top: 0;
	margin: .25em;
}


div.content_block h3 {
	font-size: 14px;
}


.content_block div ul {
	margin-top: .5em;
	margin-left: .5em;
	padding-left: .5em;
	padding-top: 0;
}

.content_block_hdr span, .subtitle {
	font-weight: bold;
	font-size: 16px;
	color: #990000;
}

.content_block span.subtitle
{
	font-weight: bold;
	font-size: 1.35em;
	color: #990000;
}


#main_table {
	background-color: #FFFFFF;
	width: 749px;
	border-left: 1px #5B5B5B solid;
	border-right: 1px #5B5B5B solid;
}

.general {
	background-color: #F2F2F2;
	border-top: 2px #061F80 solid;
	border-bottom: 2px #061F80 solid;	
	margin-left: 20px;
	margin-bottom: 15px;
}

.general td {
	padding: 10px;
}


#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}
	
