/* General */
body
{
    padding:0px; margin:0px; margin:0; margin-top: 0px;
	font-family: "Lucida Grande", Verdana, "Bitstream Vera Sans", Arial, sans-serif;
	font-size:12px; color:#333;line-height:17px;
}
.center 
{
	margin: 0 auto; width: 1000px;
}

/* Degraded background for title sections of page */
div.highlightBox
{
	background-image: url(../../images/master/boxbg.jpg); 
	padding: 6px
}

/* For features.aspx: sizing and styling of feature box */
.featureBox
{
	width: 300px;
	padding-right: 8px;
}





.highlight
{
	font-size: 12px;
	color: #666633;
}
.big { font-size: 14px; }
.small { font-size: 11px }
.bold { font-weight: bold }
.errorMessage {  }
.error { color: #FF3300 }
.red { color: #FF3300 }

/* Html Tag overloading */
table { border-collapse:collapse; border:0px; }
td { vertical-align:top; padding:0px;}
h1
{
	text-decoration: none;
	font-size: 18px;
	color: #444;
	margin: 2px 0px 20px 0px;
}
h2 { text-decoration: none;
font-weight: bold; font-size: 13px; color: #444; margin: 10px 0px 10px 0px; }
h2.big { text-decoration: none; 
font-weight: bold; font-size: 14px; color: #444; margin: 10px 0px 10px 0px; }
h3 { text-decoration: none; 
 font-size: 14px; color: #444; margin: 2px 0px 10px 0px; }
p { margin: 10px 0px 10px 0px; line-height:20px;  }
sup { font-size: 9px } 
img { border:0px;}

a
{
	color: #207397;
	text-decoration: none;
}
a:hover {text-decoration:underline;}

a.colorlink {color:#207397; text-decoration:none}
a.colorlink:hover {text-decoration:underline;}


strong {color:#FFFFFF}
.comments {color:#888; font-size: 11px}
.light {color:#555;}
div { line-height: 20px}

/* Bullets */
ul { margin:0; padding:0; list-style:none}

.ul li{background:url(../../images/master/a1.gif) no-repeat top left; background-position:0 5px; padding-left:17px; padding-bottom: 8px; line-height:17px;}
.ul li a {color:#FFDF70; text-decoration:underline; background:none; padding-left:0px}
.ul li a:hover { color:#FFDF70; text-decoration:none; background:none; padding-left:0px}

.ulnorm li{color:#ffffff; background:url(../../images/master/a1.gif) no-repeat top left; background-position:0 5px; padding-left:17px; padding-bottom: 8px; line-height:17px;}
.ulnorm li a {color:#FFDF70; text-decoration:underline; background:none; padding-left:0px}
.ulnorm li a:hover { color:#FFDF70; text-decoration:none; background:none; padding-left:0px}

.ulstar li{color:#ffffff; background:url(../../images/icons/tiny-star.png) no-repeat top left; background-position:0 5px; padding-left:17px; padding-bottom: 8px; line-height:17px;}
.ulstar li a {color:#ffffff; text-decoration:underline; background:none; padding-left:0px}
.ulstar li a:hover { color:#FFDF70; text-decoration:none; background:none; padding-left:0px}


/* Footer */
div .footer 
{ 
	font-size: 11px;
	color: #777; background-color: #fff; height: 40px; width: 1000px; padding-top: 3px; text-align: center;
}
.footer a { color: #777; text-decoration:none}
.footer a:hover{ color:#000; text-decoration:underline}

/* Page header links */
div .h_text { text-align: right; margin-right:20px; padding-top: 25px }
.h_text a { margin-left: 20px; color:#A2A2A2; text-decoration:none; }
.h_text a:hover { text-decoration:underline }


/* Navigation */
div .navigation
{
	float: right;
	font-size: 16px;
	text-align: right;
}
div .nav_sel
{
	float: left;
	background-color: #fff;
	padding-top: 6px; padding-bottom: 6px;
}
div .nav { float: left; padding-top: 6px; padding-bottom: 6px; }
.navtext { padding-left: 20px; padding-right: 20px; padding-top: 6px; padding-bottom: 6px; cursor: pointer}
.navigation a
{
	color: #bbb;
	text-decoration: none;
}
.navigation a:hover
{
	color: #fff;
	text-decoration: none;
}
.navigation .selected a:hover
{
	color: #888;
	text-decoration: none;
}
.navigation .selected a { 	color: #666; text-decoration:none; }

/* 2nd level Navigation */
div.subnav
{
	background-color: #fff;
	padding: 4px 20px 4px 20px;
	text-align: left;
	color: #000;
	font-family: Verdana;
	font-size: 14px;
}
a.subnav
{
	color: #000;
}

/* Content columns (2 columns) */
div .column1
{
	width: 750px;
	background-color: #fff;
	padding: 10px 20px 20px 20px;
}
div .column2 { width:250px; background-color: #fff; padding: 10px 20px 20px 20px }
div .column0 { width:1000px;background-color: #fff; padding: 10px 20px 20px 20px }




a.freetrial
{
	background-image: url(../../images/master/button_red_bk.png);
	padding: 4px 10px 6px 14px;
	color: White;
	font-size: 14px;
	text-decoration: none;
}
a.customerlogin
{
	color: #eee;
}
a.edition
{
	background-image: url(../../images/master/button_green_bk.png);
	padding: 5px 8px 6px 12px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
a.video
{
	background-image: url(../../images/icons/video_32x32.png) no-repeat top left;
	padding-left: 40px;
	text-decoration: none;
}





/* Background highlighted info boxes */
div .textBox
{
	padding: 5px;
	font-size: 12px;
	/*border-bottom: solid 1px #424242;*/
}


/* Tables (prices, etc) */
table .formattedTable
{
	border: 0;
	font-size: 12px;
	background-color: #E2E9F3;

}

.formattedTable td
{
	padding: 8px 6px 8px 6px;
	text-align: center;
}

.formattedTable th
{
	padding: 8px 6px 8px 6px;
	text-align: center;
	color: #777;
}

.standard td
{
	text-align:left;
	padding: 4px 12px 4px 12px;
}

.standard th
{
	text-align:left;
	padding: 4px 12px 4px 12px;
}



/* Tables (prices, etc) */
table .simpleTable
{
	border: 0;
	font-size: 12px;
}

.simpleTable
{
	color: #333;
}

.simpleTable p
{
	padding: 0;
	margin: 4px 0px 4px 0px;
}

.simpleTable td
{
	text-align:left;
	padding: 4px 12px 4px 0px;
	border-bottom: 1px solid #e0e0e0;
}

.simpleTable th
{
	text-align: left;
	padding-top: 20px;
	padding-bottom: 2px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	border-bottom: 3px solid #e0e0e0;
}

.simpleTable .title td
{
	padding-top: 20px;
	padding-bottom: 2px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	border-bottom: 3px solid #e0e0e0;
}
.simpleTable tr.title
{
}



.simpleTable2
{
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.simpleTable2 p
{
	padding: 0;
	margin: 4px 0px 4px 0px;
}

.simpleTable2 td
{
	text-align:left;
	padding: 4px 12px 4px 6px;
}

.simpleTable2 th
{
	text-align: left;
	padding: 8px 12px 8px 6px;
	color: #444;
	background-color: #eee;
	border-bottom: 1px solid #fff;
	font-size: 13px;
}

.simpleTable2 .title td
{
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
	font-weight: bold;
	color: #f5f5f5;
}
.simpleTable2 tr.title
{
	background-color: #999;
}






.borderBottom td
{
	border-bottom: 1px solid #DEEBFE;
}



/* FAQ */
div.faqLink { background:url(../../images/icons/bullet-small.png) top left no-repeat; padding-left: 16px; padding-bottom: 6px; }

div.faqFullTitle
{
	clear: both;
	padding-top: 10px;
	border-top: solid 1px #404040;
	text-decoration: none;
	font-size: 14px;
	color: #444;
	font-weight: bold;
	margin: 2px 0px 10px 0px;
}
div.faqFullEnd
{
	text-align:right; padding-bottom:6px;
}


/* POPUP */

div.pcenter 
{
	width: 100%; height: 100%;
}

div.pfooter 
{ 
	width: 100%; 
	text-align:center;
	font-size: 10px;
	color: #777;
}


/* RSS */
a.rss
{
	color: #444;
}

span.rssdate
{
	color: #444;
	font-size: 10px;
}
