@charset "UTF-8";

/* ***********************************************************

	Readfaster.com Screen Styles
	
	Table of Contents

			- STRUCTURE
			- BACKGROUNDS
			- GENERAL
			- FIXES
			- HIGHSLIDE IMAGE POP UP
			- CSS ROUNDED CORNER
			- FADING DIV
			- COMPARE TABS
			- TOOLTIPS
			- PAGINATION FOR TABS ON PRODUCTS PAGE
			- TOGGLE DIV
			- DELIVERY PAGE
		
*********************************************************** */


/*	STRUCTURE
	The most basic containers on the site, controlling 
	page dimensions and main column widths
------------------------------------------------------------*/

.noPrint 
{
    display:none;
}

/* force a vertical scroll bar in firefox */
html { overflow-y: scroll; }
html { overflow: -moz-scrollbars-vertical; }

body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url('../images/bg_footerfade.jpg'); 
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment: fixed;
	}
	
body.popwindow {
	margin: 0;
	padding: 0;
	background-color: #F7FAFC;
	background-image: none;
	}
	
/* default link formatting */
a:link {
	text-decoration		:none; 
	font-weight			:normal;
	color				:#4182c3;
	}
a:visited {
	text-decoration		:none; 
	font-weight			:normal;
	color				:#4182c3;
	}
a:hover {
	text-decoration		:underline; 
	font-weight			:normal; 
	color				:#4182c3;
	}
a:active {
	text-decoration		:none; 
	font-weight			:normal;
	color				:#4182c3; 
	}

	
/*	BACKGROUNDS
	Background images and styles
------------------------------------------------------------*/

.articlesBg {
	background: url(../images/homeBg-articles.gif) no-repeat left 86px;	
	padding-left: 2px;
	}

div.logo-repeat {
	background-image: url('../images/bg_pattern_repeat.jpg'); 
	height: 90px;
	background-repeat: repeat-x;
	background-color: #000000;
	}
	
div.logo {
	background-image: url('../images/bg_pattern.jpg'); 
	height:	90px;
	background-position: left;
	background-repeat: no-repeat;
	}
	
div.menu-repeat {
	background-image: url('../images/bg_menu_repeat.jpg'); 
	height: 37px;
	background-repeat: repeat-x;
	background-color: #000000;
	}
	
div.menu {
	background-image: url('../images/bg_menu.jpg');  
	height:	37px;
	background-position: left;
	background-repeat: no-repeat;
	}
	
div.menuanchor {
	background-image: url('../images/bg_menuanchor.jpg'); 
	background-repeat: repeat-x; 
	height:	33px;
	background-position: left;
	}
	
td.subnav {
	background-image: url('../images/top.jpg'); 
	background-repeat: repeat-x; 
	height:	32px;
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-align: left;
	}
	
td.left {
	background-image: url('../images/left.jpg'); 
	background-repeat: repeat-y;
	}
	
td.right {
	background-image: url('../images/right.jpg'); 
	background-repeat: repeat-y;
	}
	
td.bottom {
	background-image: url('../images/bottom.jpg'); 
	background-repeat: repeat-x;
	}
	
td.products_banner {
	background-image: url('../images/products.jpg'); 
	background-repeat: no-repeat;
	height:330px;
	width:875px;
	}
	
td.products_summarizer {
	background-image: url('../images/summarizer-header.jpg'); 
	background-repeat: no-repeat;
	height:330px;
	width:875px;
	}


td.bg_column_home {
	padding: 0 20px 20px 15px;
	text-align: left;
	/* background-image: url('../images/home_reflection.jpg');  */
	background-repeat: no-repeat;
	height: 84px;
	background-position: top;
	}
	
td.bg_column {
	padding: 0 20px 20px 15px;
	text-align: left;
	background-image: url('../images/products_reflection2.jpg'); 
	background-repeat: no-repeat;
	height: 84px;
	background-position: top;
	}
	
td.bg_column_summarizer {
	padding: 0 20px 20px 15px;
	text-align: left;
	background-image: url('../images/summarizer_reflection.jpg'); 
	background-repeat: no-repeat;
	height: 84px;
	background-position: top;
	}
	
td.bg_column_workshops {
	padding: 0 20px 20px 15px;
	text-align: left;
	background-image: url('../images/workshops_reflection.jpg'); 
	background-repeat: no-repeat;
	height: 84px;
	background-position: top;
	}
	
td.bg_column_company {
	padding: 0 20px 20px 15px;
	text-align: left;
	background-image: url('../images/company_refection.jpg'); 
	background-repeat: no-repeat;
	height: 84px;
	background-position: top;
	}
	
td.bg_column_support {
	padding: 0 20px 20px 15px;
	text-align: left;
	background-image: url('../images/support_reflection.jpg'); 
	background-repeat: no-repeat;
	height: 84px;
	background-position: top;
	}
	
td.bg_column_login {
	padding: 0 20px 20px 15px;
	text-align: left;
	background-image: url('../images/login_reflection.jpg'); 
	background-repeat: no-repeat;
	height: 84px;
	background-position: top;
	}
	
td.bg_column_blank {
	padding: 40px 20px 20px 6px;
	text-align: left;
	height: 84px;
	background-position: top;
	}
	
td.bg_toplinks {
	/* background-image: url('../images/toplinks/bg.gif'); 
	background-repeat: repeat-x;
	height: 24px; */
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	}
	
	
/*	GENERAL
	General formatting styles, fonts, colors, etc.
------------------------------------------------------------*/
	
td.content {
	background-color: #FFFFFF;
	text-align: left;
	}
	
td.mainCLText {
    font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:normal;
	color: #666666;
    }
	
	
td.cbaHead {
    font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: #000000;
	text-align:center;
    }


div.footer {
	padding: 20px 0 30px 0;
	}
	
.subnav a:link {
	text-decoration		:none; 
	font-weight			:bold;
	color				:#999999;
	}
.subnav a:visited {
	text-decoration		:none; 
	font-weight			:bold;
	color				:#999999;
	}
.subnav a:hover {
	text-decoration		:underline; 
	font-weight			:bold; 
	color				:#000000;
	}
.subnav a:active {
	text-decoration		:none; 
	font-weight			:bold;
	color				:#999999; 
	}
	
	
td.phone {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: normal;
	text-align: left;
	}
	
td.footertext {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	padding-top: 5px;
	}
	
.footertext a:link {
	text-decoration		:underline; 
	font-weight			:bold;
	color				:#4182c3;
	}
.footertext a:visited {
	text-decoration		:underline; 
	font-weight			:bold;
	color				:#4182c3;
	}
.footertext a:hover {
	text-decoration		:none; 
	font-weight			:bold; 
	color				:#4182c3;
	}
.footertext a:active {
	text-decoration		:underline; 
	font-weight			:bold;
	color				:#4182c3; 
	}
	
td.columns_bottom {
	padding: 0 20px;
	text-align: right;
	vertical-align: top;
	}
	
td.columns_login_top {
	padding: 0 0 0 20px;
	text-align: left;
	vertical-align: top;
	}
	
td.columns_login {
	padding: 0 10px 20px 20px;
	text-align: left;
	vertical-align: top;
	}
	
td.columns {
	padding: 0 20px 20px 20px;
	text-align: left;
	vertical-align: top;
	}
	
td.columns_right {
	padding: 0;
	vertical-align: top;
	}
	
p {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight: normal;
	text-align: left;
	margin: 0;
	padding: 5px 0 0 0;
	line-height: 19px;
	}
	
p.screenshots {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	text-align: center;
	margin: 0 20px 30px 20px;
	padding: 5px 0 0 0;
	}
	
p.tableheading {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding:0;
	margin:0;
	vertical-align:middle;
	text-align:left;
	font-weight:bold;
	}
	
.tableheadbg {
	border-bottom:1px solid #E2E2E2; 
	background-image:url('../images/bg_solutions.gif'); 
	background-repeat: repeat-x;
	background-color:#CCCCCC; 
	text-align:left;
	}
	
p.right {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight: normal;
	text-align: right;
	margin: 0;
	padding: 5px 0 0 0;
	line-height: 19px;
	}
	
p.smalltext {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
	font-weight: normal;
	margin: 0;
	}
	
p.footer {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#999999;
	font-weight: normal;
	text-align: left;
	margin: 0;
	padding: 8px 10px;
	}
	
a:link.rating  {
	text-decoration		:none; 
	font-weight			:normal;
	color				:#4182c3;
	}
	
a:visited.rating  {
	text-decoration		:none; 
	font-weight			:normal;
	color				:#4182c3;
	}
	
a:hover.rating  {
	text-decoration		:underline; 
	font-weight			:normal; 
	color				:#4182c3;
	}
	
a:active.rating  {
	text-decoration		:none; 
	font-weight			:normal;
	color				:#4182c3; 
	}
	
p.small_contact {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: left;
	margin: 20px 0 0 0;
	padding: 15px 0 0 20px;
	line-height: 20px;
	background-image: url(../images/bg_support.gif);
	height: 186px;
	background-repeat: no-repeat;
	}
	
p.small_contact_nomargin {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: left;
	margin: 5px 0 0 0;
	padding: 15px 0 0 20px;
	line-height: 20px;
	background-image: url(../images/bg_support.gif);
	height: 186px;
	background-repeat: no-repeat;
	}
	
p.small {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	margin: 20px 0 0 0;
	padding: 15px 0 0 20px;
	line-height: 30px;
	background-image: url(../images/bg_support.gif);
	height: 186px;
	background-repeat: no-repeat;
	}
	
p.smallFaq {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	margin: 20px 0 0 0;
	padding: 16px 0 0 20px;
	line-height: 25px;
	background-image: url(../images/bg_support.gif);
	height: 186px;
	background-repeat: no-repeat;
	}
	
p.small_white {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-align: left;
	margin: 20px 0 0 0;
	padding: 12px 20px 0 20px;
	line-height: 30px;
	background-image: url(../images/bg_support_white.gif);
	height: 186px;
	background-repeat: no-repeat;
	}
	
div.logintop {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-align: left;
	margin: 20px 0 0 0;
	padding: 0;
	background-image: url(../images/loginpanel_top2.gif);
	width: 562px;
	height: 49px;
	background-repeat: no-repeat;
	}
	
div.loginbody {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-align: left;
	margin: 0;
	padding:0px;
	background-image: url(../images/loginpanel_bg2.gif);
	width: 562px;
	background-repeat: repeat-y;
	background-position: top;
	}
	
div.loginbottom {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-align: left;
	margin: 0;
	padding: 0;
	background-image: url(../images/loginpanel_bottom2.gif);
	width: 562px;
	height: 21px;
	background-repeat: no-repeat;
	background-position:top;
	}
	
.logintext-help {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight: normal;
	padding:0 20px;
	}
	
.logintitle-help {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	padding:15px 0 0 20px;
	}
	
.logintext {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight: normal;
	padding:0 5px;
	}
	
.logintextDim {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight: normal;
	}

.logintitle {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	padding:5px 0 10px 5px;
	}
	
div.comparetipstop {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-align: left;
	margin: 20px 0 0 0;
	padding: 0;
	background-image: url(../images/comparetop.gif);
	width: 793px;
	height: 17px;
	background-repeat: no-repeat;
	}
	
div.comparetipsbg {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-align: left;
	margin: 0;
	padding:0;
	background-image: url(../images/comparebg.gif);
	width: 793px;
	background-repeat: repeat-y;
	background-position:top;
	}
	
div.comparetipsbottom {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-align: left;
	margin: 0;
	padding: 0;
	background-image: url(../images/comparebottom.gif);
	width: 793px;
	height: 16px;
	background-repeat: no-repeat;
	background-position:top;
	}
	
div.errortop {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-align: left;
	margin: 20px 0 0 0;
	padding: 0;
	background-image: url(../images/errorpanel_top.gif);
	width: 248px;
	height: 49px;
	background-repeat: no-repeat;
	}
	
div.errorbody {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-align: left;
	margin: 0;
	padding:0px;
	background-image: url(../images/errorpanel_bg.gif);
	width: 248px;
	background-repeat: repeat-y;
	background-position: top;
	}
	
div.errorbottom {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-align: left;
	margin: 0;
	padding: 0;
	background-image: url(../images/errorpanel_bottom.gif);
	width: 248px;
	height: 21px;
	background-repeat: no-repeat;
	background-position:top;
	}
	
.errortext {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990033;
	line-height: 15px;
	padding:0 20px;
	}
	
.errortitle {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990033;
	padding:15px 0 0 20px;
	}
	
.errortext a:link  {
	text-decoration		:none; 
	font-weight			:normal;
	color				:#000000;
	line-height: 17px;
	border-bottom		:1px dotted #000000;
	}
	
.errortext a:visited  {
	text-decoration		:none; 
	font-weight			:normal;
	color				:#000000;
	line-height: 17px;
	border-bottom		:1px dotted #000000;
	}
	
.errortext a:hover  {
	text-decoration		:none; 
	font-weight			:normal;
	color				:#000000;
	line-height: 17px;
	border-bottom		:0px dotted #000000;
	}
	
.errortext a:active  {
	text-decoration		:none; 
	font-weight			:normal;
	color				:#000000;
	line-height: 17px;
	border-bottom		:1px dotted #000000;
	}
	
a:link.dottedline   {
	text-decoration		:none; 
	font-weight			:normal;
	color				:#4182c3;
	border-bottom		:1px dotted #4182c3;
	}
	
a:visited.dottedline   {
	text-decoration		:none; 
	font-weight			:normal;
	color				:#4182c3;
	border-bottom		:1px dotted #4182c3;
	}
	
a:hover.dottedline   {
	text-decoration		:none; 
	font-weight			:normal;
	color				:#4182c3;
	border-bottom		:0px dotted #4182c3;
	}
	
a:active.dottedline   {
	text-decoration		:none; 
	font-weight			:normal;
	color				:#4182c3;
	border-bottom		:1px dotted #4182c3;
	}
	
div.testimonialstop {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-align: left;
	padding: 0;
	background-image: url(../images/testimonials_top.gif);
	width: 369px;
	height: 16px;
	background-repeat: no-repeat;
	background-position:top;
	}
	
.testimonial_full {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 15px;
	padding:1px 20px;
	}

div.testmonialsbody {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-align: left;
	margin: 0;
	padding:0px;
	background-image: url(../images/testimonials_bg.gif);
	width: 369px;
	background-repeat: repeat-y;
	background-position: top;
	}
	
div.testmonialsbottom {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-align: left;
	margin: 0 0 30px 0;
	padding: 0;
	background-image: url(../images/testimonials_bottom.gif);
	width: 369px;
	height: 36px;
	background-repeat: no-repeat;
	background-position:top;
	}
	
div.testmonialsbottom_last {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-align: left;
	margin: 0;
	padding: 0;
	background-image: url(../images/testimonials_bottom.gif);
	width: 369px;
	height: 36px;
	background-repeat: no-repeat;
	background-position:top;
	}
	
div.testtop {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-align: left;
	margin: 20px 0 0 0;
	padding: 0;
	background-image: url(../images/panel_test_top.gif);
	width: 244px;
	height: 11px;
	background-repeat: no-repeat;
	}
	
div.testbody {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-align: left;
	margin: 0;
	padding:0px;
	background-image: url(../images/panel_test_bg.gif);
	width: 244px;
	background-repeat: no-repeat;
	background-position: top;
	background-color: #191919;
	}
	
div.testbottom {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-align: left;
	margin: 0;
	padding: 0;
	background-image: url(../images/panel_test_bottom.gif);
	width: 244px;
	height: 28px;
	background-repeat: no-repeat;
	background-position:top;
	}
	
.author {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding: 30px 0 0 20px;
	}

.code {
	font-family: Consolas, Tahoma ;
	font-size: 24px;
	font-weight: 500;
	color: #333333;
	padding: 0 0 0 10px;
	}
	
.codeSmall {
	font-family: Consolas, Tahoma ;
	font-size: 16px;
	font-weight: 500;
	color: #666666;
	}
	
.testimonial {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	line-height: 15px;
	padding:7px 20px 7px 20px;
	}
	
div.panelhead {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	margin: 20px 0 0 0;
	padding: 0;
	background-image: url(../images/bg_panelhead_black.gif);
	height: 47px;
	width: 244px;
	background-repeat: no-repeat;
	}
	
div.panelbody {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
	font-weight: normal;
	text-align: left;
	margin:0;
	padding:0;
	border-right:1px solid #666666;
	border-left:1px solid #666666;
	width: 242px;
	background-image: url(../images/bg_panelfade.gif);
	background-repeat: no-repeat;
	background-position: center top;
	/* height:120px; */
	}
	
div.panelbottom {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-align: left;
	margin: 0;
	padding: 0;
	background-image: url(../images/panel_bottom.gif);
	width: 244px;
	height: 17px;
	background-repeat: no-repeat;
	background-position:top;
	}
	
div.panelhead_blue {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	margin: 20px 0 0 0;
	padding: 0;
	background-image: url(../images/bg_panelhead_blue.gif);
	height: 47px;
	width: 244px;
	background-repeat: no-repeat;
	}
	

td.storyicon {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #F0F0F0;
	font-weight: bold;
	text-align: center;
	vertical-align:middle;
	margin:0;
	padding:0;
	width: 47px;
	height: 47px;
	background-image: url(../images/icon_story.gif);
	background-repeat: no-repeat;
	}
	
div.panelbody_blue {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
	font-weight: normal;
	text-align: left;
	margin:0;
	padding:0;
	border-bottom:1px solid #4e88b9;
	border-right:1px solid #4e88b9;
	border-left:1px solid #4e88b9;
	width: 242px;
	background-image: url(../images/bg_panelfade.gif);
	background-repeat: no-repeat;
	background-position: center top;
	/* height:120px; */
	}
	
p.rate {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-align: right;
	line-height: 20px;
	padding: 15px 20px 0 20px;
	}
	
td.ratebg {
	background-image: url(../images/bg_support_top.gif);
	height: 84px;
	background-repeat: no-repeat;
	width: 247px;
	}
	
td.ratebg_bottom {
	background-image: url(../images/bg_support_bottom.gif);
	height: 102px;
	background-repeat: no-repeat;
	width: 247px;
	}
	
p.ratebg_success {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF3399;
	font-weight: bold;
	text-align: center;
	}
	
p.ratebg_text {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: left;
	line-height: 20px;
	padding: 0 0 0 20px;
	}
	
p.presscontact {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: left;
	margin: 20px 0 0 0;
	padding: 18px 22px 0 20px;
	line-height: 20px;
	background-image: url(../images/bg_support_curl.gif);
	height: 186px;
	background-repeat: no-repeat;
	}
	
.small a:link {
	text-decoration		:none; 
	font-weight			:normal;
	color				: #bddef8;
	font-size: 11px;
	}
	
.small a:visited {
	text-decoration		:none; 
	font-weight			:normal;
	color				:#bddef8;
	font-size: 11px;
	}
	
.small a:hover {
	text-decoration		:underline; 
	font-weight			:normal; 
	color				:#bddef8;
	font-size: 11px;
	}
	
.small a:active {
	text-decoration		:none; 
	font-weight			:normal;
	color				:#bddef8; 
	font-size: 11px;
	}
	
.smallFaq a:link {
	text-decoration		:none; 
	font-weight			:normal;
	color				: #bddef8;
	font-size: 11px;
	}
	
.smallFaq a:visited {
	text-decoration		:none; 
	font-weight			:normal;
	color				:#bddef8;
	font-size: 11px;
	}
	
.smallFaq a:hover {
	text-decoration		:underline; 
	font-weight			:normal; 
	color				:#bddef8;
	font-size: 11px;
	}
	
.smallFaq a:active {
	text-decoration		:none; 
	font-weight			:normal;
	color				:#bddef8; 
	font-size: 11px;
	}
	
dl {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight: normal;
	text-align: left;
	}
	
dt {
	padding-bottom: 8px;
	}
	
a:link.indent {
	text-decoration		:none; 
	font-weight			:normal;
	color				:#4182c3;
	}
a:visited.indent {
	text-decoration		:none; 
	font-weight			:normal;
	color				:#4182c3;
	}
a:hover.indent {
	text-decoration		:underline; 
	font-weight			:normal; 
	color				:#4182c3;
	}
a:active.indent {
	text-decoration		:none; 
	font-weight			:normal;
	color				:#4182c3; 
	}

	
p.line {
	border-top: 1px solid #CCCCCC;
	}
	
.popupcontent {
	margin: 15px 20px 20px 20px;
	}
	
.popupheader {
	margin: 0 0 15px 0;
	background-image:url(../images/popuptabbg.gif);
	background-repeat:repeat-x;
	height:54px;
	}
	
h2.popupheadertext {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	padding: 17px 0 0 12px;
	}
	
h2 {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 0;
	}
	
h1 {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 0;
	}
	
h1.home {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 0 0 8px 0;
	}
	
h1.screenshots {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4182c3;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 0;
	}
	
h3 {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 0;
	}
	
h3 a:link {
	text-decoration		:none; 
	color				:#000000;
	}
h3 a:visited {
	text-decoration		:none; 
	color				:#000000;
	}
h3 a:hover {
	text-decoration		:underline; 
	color				:#4182c3;
	}
h3 a:active {
	text-decoration		:none; 
	color				:#000000;
	}
	
p.tableheading2 {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding:0;
	margin:0;
	vertical-align:middle;
	text-align:left;
	font-weight:bold;
	color: #000000;
	}
	
p.littledate { 
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 3px;
	margin-bottom: 6px;
	}
	
p.littledate_noline { 
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#CCCCCC;
	padding-bottom: 3px;
	margin-bottom: 6px;
	}
	
a:link.aname {
	text-decoration		:none; 
	font-weight			:bold;
	color				:#000000;
	}
	
a:visited.aname {
	text-decoration		:none; 
	font-weight			:bold;
	color				:#000000;
	}
	
a:hover.aname {
	text-decoration		:none; 
	font-weight			:bold;
	color				:#000000;
	}
	
a:active.aname {
	text-decoration		:none; 
	font-weight			:bold;
	color				:#000000;
	}
	
p.test_title {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color:#000000;
	padding: 3px 0 0 0;
	margin-bottom: 10px;
	text-align:left;
	}
	
p.subtitle {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#0B55B4;
	padding: 3px 0 0 0;
	margin-bottom: 10px;
	text-align:left;
	}
	
ol.numbers li {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#666666;
	margin-top:0;
	padding-top:0;
	line-height:17px;
	text-align:left;
	margin-left: 50px;
	list-style:circle;
	}
	
ol.bullets li {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#666666;
	margin-top:0;
	padding-top:0;
	line-height:17px;
	text-align:left;
	}
	
ul.popuplist li {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#FFFFFF;
	margin:0 0 0 -15px;
	padding:0;
	text-align:left;
	list-style:square;
	}
	
ul.worktab li {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#666666;
	margin:0 0 0 50px;
	padding:0;
	line-height:30px;
	text-align:left;
	list-style: none;
	}

ul.main {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color:#666666;
	margin:0 0 5px 35px;
	padding: 5px 0 5px 5px; 
	line-height:17px;
	text-align:left;
	list-style: disc;
	}
	
ul.main li {
	padding: 5px 0 0 0; 
	}
	
.worktab a:link {
	text-decoration		:none; 
	font-weight			:normal;
	color				:#666666;
	}
.worktab a:visited {
	text-decoration		:none; 
	font-weight			:normal;
	color				:#4182c3;
	}
.worktab a:hover {
	text-decoration		:none; 
	font-weight			:normal; 
	color				:#4182c3;
	background-image	: url('../images/worktab_blue.gif');
	height				:28px;
	width				:232px;
	background-position	:right;
	background-repeat	:no-repeat;
	}
.worktab a:active {
	text-decoration		:none; 
	font-weight			:normal;
	color				:#4182c3; 
	}
	
ul, ol li {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color:#666666;
	margin:7px 0;
	padding-top:0;
	line-height:17px;
	text-align:left;
	}
	
td.linksuptop {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	font-weight: normal;
	padding: 20px 20px 0 0;
	}
	


td.icons {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	padding: 0 0px 0 21px;
	line-height: 25px;
	text-align: left;
	vertical-align: middle;
	height: 11px;
	background-position: left;
	background-repeat: no-repeat;
	}
	

	
A.chatlink:link, A.chatlink:visited, A.chatlink:active {text-decoration:none; font-weight:normal; color:#FFFFFF; padding-left: 17px; background: url(../images/toplinks/icon_chat.gif) no-repeat left;}
A.chatlink:hover {text-decoration:underline; font-weight:normal; color:#FFFFFF; padding-left: 17px; background: url(../images/toplinks/icon_chat.gif) no-repeat left;}

A.sharelink:link, A.sharelink:visited, A.sharelink:active {text-decoration:none; font-weight:normal; color:#FFFFFF; padding-left: 17px; background: url(../images/toplinks/icon_share.gif) no-repeat left;}
A.sharelink:hover {text-decoration:underline; font-weight:normal; color:#FFFFFF; padding-left: 17px; background: url(../images/toplinks/icon_share.gif) no-repeat left;}

A.shareurl:link, A.shareurl:visited, A.shareurl:active {text-decoration:none; font-weight:normal; color:#999999;}
A.shareurl:hover {text-decoration:none; font-weight:normal; color:#4182c3;}

A.contactlink:link, A.contactlink:visited, A.contactlink:active {text-decoration:none; font-weight:normal; color:#FFFFFF; padding-left: 17px; background: url(../images/toplinks/icon_contact.gif) no-repeat left;}
A.contactlink:hover {text-decoration:underline; font-weight:normal; color:#FFFFFF; padding-left: 17px; background: url(../images/toplinks/icon_contact.gif) no-repeat left;}

A.shoplink:link, A.shoplink:visited, A.shoplink:active {text-decoration:none; font-weight:normal; color:#FFFFFF; padding-left: 17px; background: url(../images/toplinks/icon_shopping.gif) no-repeat left;}
A.shoplink:hover {text-decoration:underline; font-weight:normal; color:#FFFFFF; padding-left: 17px; background: url(../images/toplinks/icon_shopping.gif) no-repeat left;}
	
A.upgradeopts:link, A.upgradeopts:visited, A.upgradeopts:active {font-size:11px; text-decoration:none; font-weight:normal; color:#7784AF;}
A.upgradeopts:hover {font-size:11px; text-decoration:underline; font-weight:normal; color:#7784AF;}
	
	
img.right {
	float: right;
	padding: 0 0 9px 9px;
	}
	
div.search {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 20px 20px 5px 20px;
	}
	
div.label {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 0 0 5px 0;
	}
	
input {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align:left;
	vertical-align:middle;
	margin:0;
	}
	
textarea {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align:left;
	vertical-align:middle;
	margin: 0;
	padding: 4px;
	}
	
div.field {
	float:left;
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	}
	
div.field_search {
	float:left;
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding: 0 0 0 20px;
	margin-bottom: 30px;
	}
	
div.newsleft {
	float:left;
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	width: 140px;
	}
	
div.newsright {
	float:left;
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding: 0 0 0 5px;
	width: 340px;
	line-height: 16px;
	}
	
div.error {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990033;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 5px 0 0 0;
	float: right;
	width: 210px;
	}
	
div.error_short {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990033;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 5px 0 0 0;
	float: right;
	width: 210px;
	}
	
.formerror {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990033;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 5px;
	width: 315px;
	background-color:#FFCDD8;
	border:1px solid #FF8B93;
	margin-top:20px;
	}
	
.rss {
	background-color: #FFFFFF;
	padding: 3px;
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	border: 1px solid #FFFFFF;
	}

div.rss {
	display: block;
	background-color: #FFFFFF;
	padding: 3px;
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	border: 1px solid #FFFFFF;
	}
	
div.rss:hover {
	background-color:#F1F1F1;
	border:1px solid #E4E4E4;
	cursor: pointer;
	text-decoration: none;
	}
	
a:link.blacklink  {
	text-decoration		:none; 
	font-weight			:normal;
	color				:#333333;
	line-height			:16px;
	}
	
a:visited.blacklink  {
	text-decoration		:none; 
	font-weight			:normal;
	color				:#333333;
	line-height			:16px;
	}
	
a:hover.blacklink  {
	text-decoration		:underline; 
	font-weight			:normal; 
	color				:#4182c3;
	line-height			:16px;
	}
	
a:active.blacklink  {
	text-decoration		:none; 
	font-weight			:normal;
	color				:#333333; 
	line-height			:16px;
	}
	
.storehead {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: normal;
	text-align: left;
	margin: 0;
	padding: 5px 0 3px 0;
	margin-bottom: 4px;
	margin-right: 20px;
	border-bottom: 1px solid #B9B9B9;
	}
	
.top10 {
	margin: 30px 0 10px 30px;
	float: right;
	}

	
/*	
a:link.emailarticle  {
	text-decoration		:none; 
	font-weight			:normal;
	color				:#4182c3;
	background-image	:url(../images/icon_email.gif);
	background-repeat   :no-repeat;
	padding-left		:15px;
	}
a:visited.emailarticle  {
	text-decoration		:none; 
	font-weight			:normal;
	color				:#4182c3;
	}
a:hover.emailarticle  {
	text-decoration		:underline; 
	font-weight			:normal; 
	color				:#4182c3;
	}
a:active.emailarticle  {
	text-decoration		:none; 
	font-weight			:normal;
	color				:#4182c3; 
	}
	
a:link.printarticle  {
	text-decoration		:none; 
	font-weight			:normal;
	color				:#4182c3;
	background-image	:url(../images/icon_print.gif);
	background-repeat   :no-repeat;
	padding-left		:15px;
	}
a:visited.printarticle  {
	text-decoration		:none; 
	font-weight			:normal;
	color				:#4182c3;
	}
a:hover.printarticle  {
	text-decoration		:underline; 
	font-weight			:normal; 
	color				:#4182c3;
	}
a:active.printarticle  {
	text-decoration		:none; 
	font-weight			:normal;
	color				:#4182c3; 
	}
	
a:link.sharearticle  {
	text-decoration		:none; 
	font-weight			:normal;
	color				:#4182c3;
	background-image	:url(../images/icon_share.gif);
	background-repeat   :no-repeat;
	padding-left		:15px;
	}
a:visited.sharearticle  {
	text-decoration		:none; 
	font-weight			:normal;
	color				:#4182c3;
	}
a:hover.sharearticle  {
	text-decoration		:underline; 
	font-weight			:normal; 
	color				:#4182c3;
	}
a:active.sharearticle  {
	text-decoration		:none; 
	font-weight			:normal;
	color				:#4182c3; 
	}
	
a:link.backhome  {
	text-decoration		:none; 
	font-weight			:normal;
	color				:#4182c3;
	background-image	:url(../images/icon_back.gif);
	background-repeat   :no-repeat;
	padding-left		:15px;
	}
a:visited.backhome  {
	text-decoration		:none; 
	font-weight			:normal;
	color				:#4182c3;
	}
a:hover.backhome  {
	text-decoration		:underline; 
	font-weight			:normal; 
	color				:#4182c3;
	}
a:active.backhome  {
	text-decoration		:none; 
	font-weight			:normal;
	color				:#4182c3; 
	}
*/

/*	FIX
	Browser fixes and tricks
------------------------------------------------------------*/	
	
*:focus {
	outline: none
	}
	
	
/*	HIGHSLIDE IMAGE POP UP
	Pop up window that is a thumbnail viewer
------------------------------------------------------------*/	
	
.highslide {
	cursor: url(../highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
}
.highslide:hover img {
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 2px solid white;
    border-top: none;
    font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;;
    font-size: 11px;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    padding-left: 22px;
    background-image: url(../highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

a.highslide-full-expand {
	background: url(../highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}



/*	CSS ROUNDED CORNER
	Rounded corner box with only CSS and no images
------------------------------------------------------------*/	
.errorwidth {
	width: 325px;
	margin-bottom: 25px;
	}

.b1, .b2, .b3, .b4{
	font-size:2px; 
	overflow:hidden; 
	display:block;
	}
.b1 {height:1px; background:#FF8B93; margin:0 5px;}
.b2 {height:1px; background:#FFCDD8; border-right:2px solid #FF8B93; border-left:2px solid #FF8B93; margin:0 3px;}
.b3 {height:1px; background:#FFCDD8; border-right:1px solid #FF8B93; border-left:1px solid #FF8B93; margin:0 2px;}
.b4 {height:2px; background:#FFCDD8; border-right:1px solid #FF8B93; border-left:1px solid #FF8B93; margin:0 1px;}
.contentb {background: #FFCDD8; border-right:1px solid #FF8B93; border-left:1px solid #FF8B93;}
.contentb div {
	margin: 0;
	padding: 4px 10px;
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #990033;
	font-size:12px; 
	}
	
.loginwidth {
	width: 820px;
	margin-bottom: 15px;
	}
	
.supportwidth {
	width: 90%;
	margin-bottom: 15px;
	}

.articlewidth {
	width: 809px;
	margin-top: 25px;
	margin-bottom: 15px;
	}

.b1g, .b2g, .b3g, .b4g{
	font-size:2px; 
	overflow:hidden; 
	display:block;
	}
.b1g {height:1px; background:#D2D2D2; margin:0 5px;}
.b2g {height:1px; background: #F1F1F1; border-right:2px solid #D2D2D2; border-left:2px solid #D2D2D2; margin:0 3px;}
.b3g {height:1px; background:#F1F1F1; border-right:1px solid #D2D2D2; border-left:1px solid #D2D2D2; margin:0 2px;}
.b4g {height:2px; background:#F1F1F1; border-right:1px solid #D2D2D2; border-left:1px solid #D2D2D2; margin:0 1px;}
.contentbg {background: #F1F1F1; border-right:1px solid #D2D2D2; border-left:1px solid #D2D2D2;}
.contentbg div {
	margin: 0;
	padding: 4px 10px;
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px; 
	}
	
.b1b, .b2b, .b3b, .b4b{
	font-size:2px; 
	overflow:hidden; 
	display:block;
	}
.b1b {height:1px; background:#4d87c2; margin:0 5px;}
.b2b {height:1px; background: #8bb8e7; border-right:2px solid #4d87c2; border-left:2px solid #4d87c2; margin:0 3px;}
.b3b {height:1px; background:#8bb8e7; border-right:1px solid #4d87c2; border-left:1px solid #4d87c2; margin:0 2px;}
.b4b {height:2px; background:#8bb8e7; border-right:1px solid #4d87c2; border-left:1px solid #4d87c2; margin:0 1px;}
.contentbb {background: #8bb8e7; border-right:1px solid #4d87c2; border-left:1px solid #4d87c2;}
.contentbb div {
	margin: 0;
	padding: 4px 10px;
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:13px; 
	}
	
	
/*	FADING DIV
	Needed to make font in IE look good after fade in
------------------------------------------------------------*/

#hiddenDiv { 
	filter: alpha(opacity=100); 
	opacity: 1.0; 
	background-color: white;}
	
	
/*	COMPARE TABS
	Tabs for the compare versions table
------------------------------------------------------------*/
	
.professional {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	background-image: url(../images/tab2.gif);
	height: 43px;
	width: 125px;
	background-repeat: no-repeat;
	background-position: bottom;
	border-right:2px solid #FFFFFF;
	}
	
.network {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	background-image: url(../images/tab3.gif);
	height: 43px;
	width: 125px;
	background-repeat: no-repeat;
	background-position: bottom;
	}
	
.basic {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	background-image: url(../images/tab1.gif);
	height: 43px;
	width: 125px;
	background-repeat: no-repeat;
	background-position: bottom;
	border-right:2px solid #FFFFFF;
	}
	
.online {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	background-image: url(../images/tab4.gif);
	height: 43px;
	width: 125px;
	background-repeat: no-repeat;
	background-position: bottom;
	}
	
.basic_m {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	background-image: url(../images/tab1_m.gif);
	height: 40px;
	width: 125px;
	background-repeat: no-repeat;
	}
	
.basic_b {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	background-image: url(../images/tab1_b.gif);
	height: 40px;
	width: 125px;
	background-repeat: no-repeat;
	}
	
.comparepc {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	text-align: right;
	background-color:#FFFFFF;
	height: 30px;
	vertical-align: middle;
	padding-right:3px;
	}	
	
.price {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	text-align: center;
	background-color:#E3E3E3;
	height: 40px;
	width: 125px;
	vertical-align: middle;
	}
	
.price1 {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
	text-align: center;
	background-color:#7784af;
	width: 125px;
	vertical-align: middle;
	border-right:2px solid #FFFFFF;
	}
	
.price2 {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
	text-align: center;
	background-color:#5388d0;
	height: 40px;
	width: 125px;
	vertical-align: middle;
	border-right:2px solid #FFFFFF;
	}
	
.price3 {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
	text-align: center;
	background-color:#7f2727;
	width: 125px;
	vertical-align: middle;
	}
	
.price4 {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
	text-align: center;
	background-color:#40a662;
	width: 125px;
	vertical-align: middle;
	}
	
.tabs {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	padding-bottom:10px;
	}
	
.users {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	padding: 5px 10px;
	}
	
.users2 {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	padding: 5px 10px;
	}
	
.users_price {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 5px 10px;
	}
	
.buy {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	text-align: center;
	background-color:#F1F1F1;
	height: 40px;
	width: 125px;
	vertical-align: middle;
	}
	
.buy_dark {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	text-align: center;
	background-color:#CCCCCC;
	height: 40px;
	width: 125px;
	vertical-align: middle;
	}
	
.buy_white {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	text-align: center;
	background-color:#FFFFFF;
	height: 50px;
	width: 125px;
	vertical-align: middle;
	}
	
.feature {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	text-align: left;
	background-color:#F1F1F1;
	padding: 10px;
	border-right:2px solid #FFFFFF;
	border-bottom:2px solid #FFFFFF;
	vertical-align: middle;
	}
	
.feature2 {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	text-align: left;
	background-color:#dddddd;
	padding: 10px 25px 10px 25px;
	border-right:2px solid #FFFFFF;
	border-top:2px solid #FFFFFF;
	vertical-align: middle;
	width: 380px;
	}

.feature3 {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4182c3;
	font-weight: normal;
	text-align: left;
	background-color:#F1F1F1;
	border-right:2px solid #FFFFFF;
	padding: 10px;
	vertical-align: middle;
	}
		
.checkmark_basic {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	text-align: center;
	background-color:#d8ddee;
	vertical-align: middle;
	width: 125px;
	border-right:solid 2px #ffffff;
	border-top:solid 2px #ffffff;
	}
	
.checkmark_pro {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	text-align: center;
	background-color:#b8d4fa;
	vertical-align: middle;
	width: 125px;
	border-right:solid 2px #ffffff;
	border-top:solid 2px #ffffff;
	}
	
.checkmark_net {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	text-align: center;
	background-color:#edafaf;
	vertical-align: middle;
	width: 125px;
	border-top:solid 2px #ffffff;
	}
	
.checkmark_online {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	text-align: center;
	background-color:#aef3c5;
	vertical-align: middle;
	width: 125px;
	}
	
.checkmark_basic2 {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	text-align: center;
	background-color:#d8ddee;
	vertical-align: middle;
	width: 125px;
	border-right:solid 2px #ffffff;
	}
	
.checkmark_pro2 {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	text-align: center;
	background-color:#b8d4fa;
	vertical-align: middle;
	width: 125px;
	border-right:solid 2px #ffffff;
	}
	
.checkmark_net2 {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	text-align: center;
	background-color:#edafaf;
	vertical-align: middle;
	width: 125px;
	}
	
.checkmark_online2 {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	text-align: center;
	background-color:#aef3c5;
	vertical-align: middle;
	width: 125px;
	}
	
a:link.nounderline {
	text-decoration		:none; 
	font-weight			:normal;
	color				:#4182c3;
	cursor				:help;
	}
a:visited.nounderline {
	text-decoration		:none; 
	font-weight			:normal;
	color				:#4182c3;
	cursor				:help;
	}
a:hover.nounderline {
	text-decoration		:none; 
	font-weight			:normal; 
	color				:#4182c3;
	cursor				:help;
	}
a:active.nounderline {
	text-decoration		:none; 
	font-weight			:normal;
	color				:#4182c3; 
	cursor				:help;
	}
	


/*	TOOL TIPS
	MooTools tool tips
------------------------------------------------------------*/


.tool-tip {
	color: #fff;
	width: 295px;
	z-index: 13000;
}
 
.tool-title {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 15px 15px 8px;
	background: url(../images/bubble.png) top left;
}
 
.tool-text {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 4px 15px 15px;
	background: url(../images/bubble.png) bottom right;
}
 
.custom-tip {
	color: #000;
	width: 286px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}



/*	PAGINATION FOR TABS ON PRODUCTS PAGE
	Tab through content on products page
------------------------------------------------------------*/

.paginationstyle{ /*Style for demo pagination divs*/
text-align: left;
/* padding: 3px 0 0 0;  for overview page*/
padding: 1px 0 0 0;
margin: 0;
font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
/* line-height: 25px; for overview page*/
line-height: 26px;
}

/* .paginationstyle select{ /*Style for demo pagination divs' select menu
border: px solid navy;
margin: 0 15px;
} */

.paginationstyle a{ /*Pagination links style*/
padding: 0 0 0 30px;
text-decoration: none;
border: 0px solid black;
color: #666666;
}

.paginationstyle a:hover, .paginationstyle a.selected{
color: #4182c3;
border: 0px solid black;
}

.paginationstyle .flatview a:hover { /*Pagination div "flatview" links style*/
color: #4182c3;
text-decoration: none;
}

.paginationstyle .flatview a.selected{ 
color:black;
text-decoration: none;
font-weight:bold;
background-image:url(../images/leftblackarrow.gif);
background-repeat:no-repeat;
background-position: left;
padding-left:20px;
}

.tabbed_bg {
background-image:url(../images/bg_lines.gif);
background-repeat: no-repeat;
width: 230px;
height: 204px;
}

.tabbed_bg10 {
background-image:url(../images/bg_lines10.gif);
background-repeat: no-repeat;
width: 230px;
height:261px;
}

.screenshotsbg {
	background-image: url(../images/screenshots_bg.gif);
	background-repeat: no-repeat;
	width: 530px;
	height: 147px;
	text-align: center;
	vertical-align: middle;
	padding-top: 20px;
}


/*	TOGGLE DIV
	Toggle DIV show/hide on compare page
------------------------------------------------------------*/


a:link.togglelink {
	text-decoration		:none; 
	font-weight			:normal;
	color				:#4182c3;
	font-size			:12px;
	}
a:visited.togglelink {
	text-decoration		:none; 
	font-weight			:normal;
	color				:#4182c3;
	font-size			:12px;
	}
a:hover.togglelink {
	text-decoration		:none; 
	font-weight			:normal; 
	color				:#4182c3;
	font-size			:12px;
	}
a:active.togglelink {
	text-decoration		:none; 
	font-weight			:normal;
	color				:#4182c3; 
	font-size			:12px;
	}
	
a:link.togglelink2 {
	text-decoration		:none; 
	font-weight			:normal;
	color				:#333333;
	font-size			:12px;
	cursor				:help;
	}
a:visited.togglelink2 {
	text-decoration		:none; 
	font-weight			:normal;
	color				:#333333;
	font-size			:12px;
	cursor				:help;
	}
a:hover.togglelink2 {
	text-decoration		:none; 
	font-weight			:normal; 
	color				:#333333;
	font-size			:12px;
	cursor				:help;
	}
a:active.togglelink2 {
	text-decoration		:none; 
	font-weight			:normal;
	color				:#333333; 
	font-size			:12px;
	cursor				:help;
	}


/*	DELIVERY PAGE
	Used on the delivery page
------------------------------------------------------------*/
p.question_home {
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	color:#0B55B4;
	margin-top:0;
	padding-top:0;
	margin-bottom: 5px;
	text-align:left;
	}
	
p.answer {
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: normal;
	color:#666666;
	margin-top:0;
	padding-top:0;
	margin-bottom:5px;
	line-height:17px;
	text-align:left;
	}
	
p.price {
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	font-weight: bold;
	color:#000000;
	text-align:left;
	background-color: white;
	margin-top: -7px;
	margin-left: 5px;
	}
	
.order_bullets ul li {
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: normal;
	color:#666666;
	margin:0;
	padding:0;
	line-height:17px;
	text-align:left;
	}
	

/*	TESTING
	Code used in testing
------------------------------------------------------------*/
	
#idList {
	margin: 0;
	padding: 0;
}
 
#idList li {
	display: block;
	margin: 0;
	padding: 4px;
	width: 120px;
	background: #333;
	color: #888;
}

div.loginform {
	padding:0;
	margin: 20px 0 0 -3px;
}

div.loginform-help {
	padding: 0 0 0 20px;
	margin-top: 25px;
}


p.newspdf {
    margin-top: 25px;
    margin-bottom: 25px;
    text-align:center;
}    

div.secTop
{
    margin:5px 0px 5px 0px;
    padding:5px;
    background-color:#E8F2FC;
    width:100%;
    border:solid 1px #F5FAFC;
}

/*account, print order details */

td.invoicetext {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight: normal;
	margin: 0;
	padding: 5px 0 0 0;
	line-height: 19px;
	}

/*format PNG for IE6 */	
.fmtPng { 
	behavior: url(/includes/iepngfix.htc); 
}


/*dhtmlwindow popup formatting */	
.dhtmlwindow{
position: absolute;
visibility: hidden;
background-color: #F7FAFC;
border: 1px solid #6A98C5;
}


.drag-handle{ /*CSS for Drag Handle*/
text-indent: 3px;
cursor: move;
overflow: hidden;
width: auto;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
background-image:url(../images/popuptabbg.gif);
background-repeat:repeat-x;
height:37px;
font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
font-size: 19px;
color: #FFFFFF;
font-weight: bold;
text-align: left;
padding: 17px 0 0 16px;
	
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
top: -15px;
right: -15px;
cursor: hand;
cursor: pointer;
}

* html .drag-handle{ /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
width: 100%;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
background-color: #F7FAFC;
font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
color: #666666;
font-weight: normal;
overflow: auto;
width:100%;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
background-color: white;
height:0px; /*height of resize image*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 13px; /*width of resize image*/
height: 13px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}


div.moreInfoWrapper{
    border-bottom:2px solid white;
}


div.divToggle{
    cursor:pointer;
}

img.thumbnail {border: 2px solid #E0E0E0;}