
/* --------------- print styles not displayed------------------- */

#printLogo, #printFooter
	{
	display: none;
	}

/* --------------- left menu ------------------- */

#leftCol
	{
	float: left;
	display: block;
	width: 165px;
	margin: 48px 0px 20px 0px;
	}
	
.SubMenuTitle
	{
	font-weight: bold;
	text-align: right;
	font-size: 0.75em;
	border-bottom: 1px solid #666666;
	padding: 0px 7px 2px 0px;
	margin: 0px;
	}

.SubMenuTitle2
	{
	font-weight: bold;
	text-align: right;
	border-bottom: 1px solid #666666;
	padding: 0px 7px 2px 0px;
	margin: 0px;
	}

#leftCol ul
	{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}
	
#leftCol li
	{
	list-style: none;
	font-size: 0.75em;
	}

#leftCol a
	{
	display: block;
	height: 17px;
	margin: 0px 0px 1px 0px;
	padding: 4px 15px 0px 0px;
	font-size: 0.95em;
	color: #666666;
	text-decoration: none; 
	text-align: right;
	background-image:  url(/images/generic/template/leftMenuBG.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	border-bottom: 1px solid #DADADA;
	}
	
#leftCol li a:hover
	{
	color: #00ACBC;
	background-image: url(/images/filepoint/template/leftMenuBG_over.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	}

/* --------------- live help ------------------- */

#liveHelp
	{
	width: auto;
	margin-bottom: 10px;
	} 
		
#liveHelp a
	{
	display: block;
	height: 36px;
	text-align: right;
	margin: 0px 7px 12px 0px;
	padding: 0px;
	background-image: none;
	border-bottom: none;
	} 

/* --------------- my account live help ------------------- */

#myLiveHelp
	{
	float: right;
	width: auto;
	margin-top: 30px;
	} 

/* --------------- main body ------------------- */

#mainBody
	{
	float: left;
	width: 545px;
	min-height: 400px;
	margin: 20px 10px 20px 0px;
	padding: 15px 15px 20px 15px;
	border: 1px solid #CCCCCC;
	background-image:  url(/images/generic/template/mainBodyBg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
	}

#mainBody P
	{
	Font-size: 0.8em;
	line-height: 1.4em;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	}
	
* HTML DIV#mainBody
	{
	height: 400px;
	}
	
/* --------------- main body my account ------------------- */

#myMainBody
	{
	float: left;
	width: 680px;
	margin: 20px 15px 20px 15px;
	padding: 15px 15px 20px 15px;
	border: 1px solid #CCCCCC;
	background-image:  url(/images/generic/template/mainBodyBg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
	}

#myMainBody P
	{
	font-size: 0.8em;
	line-height: 1.4em;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	}
	

/* --------------- general list styles ------------------- */

#mainBody ul
	{
	margin: 10px 0px 0px 40px;
	padding: 0px;
	}

#mainBody li
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.3em;
	padding: 2px 0px 2px 0px;
	margin: 0px;
	list-style-image: url(/images/generic/template/bullet.gif);
	}

/* --------------- 2Col Grid ------------------- */

#midPanelLeftCol
	{
	float: left;
	width: 250px;
	margin: 0px 10px 0px 0px;
	padding: 0px 10px 0px 0px;
	border-right: 1px dotted #cccccc;
	}


#midPanelrightCol
	{
	float: left;
	width: 250px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	}

.btns
	{
	border-top: 1px dotted #cccccc;
	text-align: right;
	margin-top: 10px;
	padding-top: 10px;
	}
	
/* --------------- store includes ------------------- */

#mainBody .headline
	{
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 5px 0px 10px 0px;
	}
	
#mainBody .headline IMG, #mainBody .headline P
	{
	float: left;
	padding: 2px 5px 5px 0px;
	margin: 0px;
	}
	
#mainBody .headline P
	{
	float: left;
	width: 520px;
	padding: 2px 5px 5px 0px;
	margin: 0px;
	border-bottom: 1px dotted #cccccc;
	}

#mainBody .whitePaper
	{
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	}
	
#mainBody .whitePaper IMG, #mainBody .whitePaper P
	{
	float: left;
	padding: 2px 5px 5px 0px;
	margin: 0px;
	}
	
#mainBody .whitePaper P
	{
	float: left;
	width: 500px;
	padding: 5px 5px 5px 0px;
	margin: 0px;
	}

/* --------------- fonts ------------------- */

H1
	{
	font-size: 130%;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 5px;
	}
	
H2
	{
	color: #00ACBC;
	font-size: 75%;
	padding: 15px 0px 0px 0px;
	margin: 0px;
	}

#myMainBody H1, #myMainBody H2
{
	color: #000000;
}

/* --------------- table ------------------- */

table, th, td 
	{ 
	border: 1px solid #999999; 
	font-size: 0.75em;
	vertical-align: middle;
	padding: 2px 4px 2px 4px;
	margin: 0px;
	}

table
	{
	border-collapse: collapse; 
	font-size: 0.95em;
	}
	
th	
	{
	text-align: left;
	color: #333333;
	background-image: url(/images/generic/tableHeaderBG.jpg);
	background-color: #00ACBC;
	min-height: 28px;
	}
	
* HTML DIV#th	
	{
	height:28px;
	}

.normal
	{
	font-weight: normal;
	}

tr.total
	{
	background-color: #eeeeee;
	}

.highlight
	{
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	}
	
TBODY.blink TR.highlight
	{
	background-color: #FFFFFF;
	color: #000000;
	}
	
.colPrice
	{
	background-color: #F4F4F4;
	}

.colPriceSelected
	{
	background-color: #FF0000;
	color: #FFFFFF;
	font-weight: bold;
	}
	
.rowHover .colPrice
	{
	font-weight: bold;
	background-color: #CCCCCC;
	}

.rowHover
	{
	font-weight: bold;
	color: #FFFFFF;
	}

.rowTotal
	{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
	}

/* --------------- forms ------------------- */

legend 
	{
	color: #000000;
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 10px;
	}

div.row 
	{
  	clear: both;
 	padding-top: 1px;
	margin: 0px;
  	text-align: right;
  	}
 
div.row P
	{
	margin: 0px;
	padding: 0px;
  	}

div.row span.label, div.row span.labelrequired 
	{
  float: left;
  width: 130px;
  font-size: 11px;
  text-align: right;
  padding: 4px 5px 0px 0px;
  }

div.row span.variable 
	{
  float: left;
  text-align: right;
  font-size: 11px;
	} 

div.row span.help 
	{
  float: left;
  width: 18px;
  margin: 2px 0px 0px 4px;
	} 
  
.txtBox
	{
	height: 16px;
	width: 200px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #999999;
	}

.submit
	{
	float: right;
	text-align: right;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	}

.submitPrice
	{
	float: right;
	text-align: right;
	margin: 15px 60px 0px 0px;
	padding: 0px;
	}

.buyNow
	{
	float: right;
	margin: 10px 100px 0px 0px;
	padding: 0px;
	}
	
.calculatePrice
	{
	float: left;
	margin: 13px 0px 0px 0px;
	padding: 0px;
	}
	
/* --------------- order Details -------------------- */

div.orderRow 
	{
  clear: both;
  padding-top: 1px;
  text-align: right;
  }

div.orderRow span.orderLabel
	{
  float: left;
  width: 80px;
  font-size: 0.75em;
  font-weight: bold;
  text-align: left;
  padding: 0px 5px 0px 0px;
  }

div.orderRow span.orderVariable 
	{
  float: left;
  font-size: 0.75em;
  text-align: left;
	} 

h2.orderHeading
	{
	clear: both;
	margin: 0px 0px 10px 0px;
	padding: 1px 0px 1px 3px;
	background-color: #eeeeee;
	border: 1px solid #CCCCCC;
	}

div.orderRow span.orderModifyDetailsBtn
	{
	padding-top: 30px;
	}
	
/* --------------- order details ------------------- */	


div.row span.labelInvoice
	{
  float: left;
  width: 100px;
  font-size: 0.75em;
  text-align: left;
  padding: 18px 5px 0px 0px;
  }  
  
 div.row span.variableInvoice 
	{
  float: left;
  text-align: right;
  padding-top: 16px;
	} 
 
.paymentImages
	{
	float: left;
	margin-top: 8px;
	}

.paymentImages IMG
	{
	margin-right: 6px;
	}
  
.paymentType
	{
	float: right;
	margin: 8px 0px 0px 0px;
	width: 100px;
	}
	
	
/* --------------- query form ------------------- */

.wideTxtBox
	{
	width: 200px;
	}

.queryBox
	{
	width: 300px;
	height: 100px;
	}


/* --------------- login form ------------------- */

.myAccount
	{
	width: 300px;
	}

div.row span.labellogin
	{
	float: left;
	width: 90px;
	font-size: 11px;
	text-align: right;
	padding: 4px 5px 0px 0px;
  	}
	
.submitlogin
	{
	float: right;
	text-align: right;
	margin: 5px 45px 5px 0px;
	padding: 0px;
	}

#forgottenPW
	{
	clear: both;
	margin: 0px 45px 0px 0px;
	padding: 0px;
	font-size: 12px;
    text-align: right;
  	}

/* --------------- pricing form ------------------- */

fieldset.pricingTab
	{
	width: 530px;
	}

fieldset.pricingTabWide
	{
	width: 630px;
	}

table.pricingTable span.help 
	{
  	width: 18px;
  	margin: 0px 0px 0px 4px;
 	padding: 0px;
	vertical-align: bottom;
	}
	
table.pricingTable
	{ 
	border-collapse: collapse; 
	border: 1px solid #FFFFFF; 
	vertical-align: middle;
	text-align: left;
	padding: 2px 4px 2px 4px;
	margin: 0px;
	font-size: 0.95em;
	background-color: #FFFFFF;
	}

table.pricingTable tr th	
	{
	text-align: left;
	border: 1px solid #FFFFFF;  
	background-image: none;
	min-height: 28px;
	background-color: #FFFFFF;
	}

table.pricingTable td
	{
	border: 1px solid #ffffff;
	}

.tableNoBG
	{
	text-align: right;
	font-weight: normal;
	}

table.pricingTable TR.pricingTabTotal, table.pricingTable TR.pricingTabTotal TH
	{
	color: #FFFFFF;
	font-weight: bold;
	}

table.pricingTable TR.pricingTabSelect, table.pricingTable TR.pricingTabSelect TH
	{
	background-color: #E3E3E3;
	}

.formBoxDropSml
	{
	width: 70px;
	height: 15px;
	font-size: 0.95em;
	margin: 0px;
	padding: 0px;
	}

.formBoxDropLrg
	{
	width: 140px;
	height: 15px;
	font-size: 0.95em;
	margin: 0px;
	padding: 0px;
	}

.formBoxPricingSml
	{
	width: 50px;
	height: 12px;
	font-size: 9px;
	}

.formBoxPricingLrg
	{
	width: 100px;
	height: 12px;
	font-size: 9px;
	}

.PriceTabLine
	{
	color: #000000;
	height: 1px;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	}

.PriceTabBuyNow
	{
	float: right;
	margin: 0px;
	padding: 0px;
	}

/* --------------- features list ------------------- */

.feature
	{
	font-weight: bold;
	}
	
#mainBody ul.features
	{
	font-size: 0.85em;
	margin: 0px;
	padding: 0px;
	}

#mainBody ul.features li
	{
	list-style-image: none;
	list-style: none;
	min-height: 32px;
	width: 350px;
	margin: 15px 0px 10px 40px;
	padding: 0px 0px 10px 40px;
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #cccccc;
	}

* HTML DIV#mainBody ul.features li
	{
	height: 32px;
	}

#mainBody ul.features li.fSpace
	{
	background-image: url(/images/generic/icons/drive_local.png);
	}

#mainBody ul.features li.feasy
	{
	background-image: url(/images/generic/icons/windows.png);
	}

#mainBody ul.features li.fschedule
	{
	background-image: url(/images/generic/icons/clock.png);
	}

#mainBody ul.features li.fusers
	{
	background-image: url(/images/generic/icons/user.png);
	}
	
#mainBody ul.features li.fsecure
	{
	background-image: url(/images/generic/icons/catergory_secure.png);
	}

#mainBody ul.features li.fdownloads
	{
	background-image: url(/images/generic/icons/download.png);
	}

#mainBody ul.features li.femail
	{
	background-image: url(/images/generic/icons/email.png);
	}

#mainBody ul.features li.support
	{
	background-image: url(/images/generic/icons/help.png);
	}

#mainBody P.smTxt	
	{
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

.userLink	
	{
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	}

.leftSpan
	{
	float:left;
	}
	
.rightSpan
	{
	float:right;
	}

.closeWindow
	{
	display: none;
	}

/* John - added for account overview
.divAccountsTable
	{
		display: none;
		border: 0px;
	}
#tblUsers
	{
	border-style:none;
	}
John - end of account overview */

#tblUsers * INPUT.text, #tblUsers * INPUT.textNumeric { width: 50px; }
#tblUsers * INPUT.textNumeric { text-align: right; }

#logOut
	{
	float: right;
	margin-top: 0px;
	}
	
/* --------------- purchase pages ------------------- */

/* #purchase  */
