﻿body
{
	background-color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	margin: 0em;
}

.standard
{
}

.text
{
	text-align: justify;
}

.standard h1, .standard h2, .standard h3
{
	font-family: tahoma, arial, helvetica, sans-serif;
}


.standard h1
{
	font-size: 135%;
	text-align: center;
	border-bottom: #dc143c 1px solid;
	width: 80%;
	color: #6699cc;
	margin: 0em auto 0.5em auto;
}

.standard h2
{
	font-size: 125%;
	text-align: left;
	border-bottom: #99cccc 1px solid;
	width: 90%;
	padding-left: 30px;
	color: #66cc66;
	margin: 1em auto 0.5em auto;
}

.standard h3
{
	font-size: 115%;
	text-align: left;
	border-bottom: #99cccc 1px solid;
	width: 90%;
	padding-left: 30px;
	color: #336699;
	margin: 1em auto 0.5em auto;
	font-weight: bold;
}

.standard a, .standard a:visited, .standard a:active
{
	text-decoration: none;
	color: #0099ff;
}

.standard a:hover
{
	text-decoration: underline;
}


img
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

table.menutop
{
	position: absolute;
	top: 40px;
	right: 20px;
	text-transform: uppercase;
	z-index: 10;
}

.MainMenu a, .menutop a, .login a, .sitemap a, a.menulink
{
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
	color: #ff8c00;
}

.MainMenu a, .menutop a, a.menulink
{
	font-size: 11px;
}

a.menulink
{
	text-transform: uppercase;
}

.login a, .sitemap a
{
	font-size: 10px;
}

.MainMenu a:active, .menutop a:active, .login a:active, .sitemap a:active, a:active.menulink
{
	color: #ff8c00;
}


.MainMenu a:visited, .menutop a:visited, .login a:visited, .sitemap a:visited, a:visited.menulink
{
	color: #ff8c00;
}

.MainMenu a:hover, .menutop a:hover, .login a:hover, .sitemap a:hover, a:hover.menulink
{
	background-color: Transparent;
	text-decoration: underline;
}

.menutop-menu
{
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	text-transform: capitalize;
	border-right: #990000 1px solid;
	border-top: #990000 1px solid;
	border-left: #990000 1px solid;
	border-bottom: #990000 1px solid;		
	padding: 3px 10px 3px 10px;
	z-index:10;
}

.menutop-menu a, .menutop-menu a:hover, .menutop-menu a:active, .menutop-menu a:visited
{
	font-size: 12px;
	color: #ff8c00;
}

.menutop-hover
{
	border: solid 1px #C0C0FF;
}

.menutop-hover a:hover
{
	text-decoration: none;
}


.mainheader
{
	background-repeat: no-repeat;
	position: relative;
	width: 760px;
	height: 81px;
	top: 10px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
}

img
{
	border-width: 0;
}

.login
{
	position: absolute;
	right: 20px;
	top: 0px;
	text-transform: uppercase;
}

.logo
{
	float:left;
	padding-left:20px;	
}


.sitemapbg, .sitemapbg-opera
{
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 20px;
	top: 57px;
	left: 0px;
	text-align: left;
	border-top: darkgray 1px solid;
	z-index: 1;
}

.sitemapbg
{
	background-image: url(Images/sitemap.png);
	background-repeat: repeat-x;
}

.sitemap
{
	position: absolute;
	left: 20px;
	top: 2px;
	text-transform: uppercase;
	font-size: 10px;
}

.sitemapnode
{
	font-family: verdana, arial, helvetica, sans-serif;
	color: #3366cc;
}

.page
{
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5em;
	width: 760px;
	position: relative;
	top: 20px;
	z-index: 0;
}

.spacer
{
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;	
	height: 8px;
	font-size: 0;
	clear: both;
}

.footer
{
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 75px;
	text-align: center;
	color: #a9a9a9;
	font-size: 85%;
	border-top: #dcdcdc 1px solid;
	position: relative;
}

.back-to-top, .back-to-top a, .back-to-top a:active, .back-to-top a:visited
{
	text-decoration: none;
	position: fixed;
	right: 0px;
	bottom: 0px;
	padding: 10px 10px 10px 10px;
	color: #a9a9a9;
	font-size: 10px;
	text-transform: capitalize;
	font-family: Sans-Serif;
	background-color: Transparent;
}

.back-to-top a:hover
{
	text-decoration: underline;
	color: #a9a9a9;
	background-color: Transparent;
}

/* other */

div.product
{
	width: 85%;
	padding: 20px 20px 20px 50px;
	background-color: #e3e4ff;
	margin-left: auto;
	margin-right: auto;
	-moz-border-radius: 16px 16px 16px 16px;
}

div.title
{
	font-size: 150%;
	font-weight: bold;
	color: #d2691e;
	text-align: left;
}

div.version
{
	color: #006699;
	font-size: 0.9em;
}

div.product-icon
{
	float: left;
	width: 170px;
	margin-right: 10px;
	padding: 5px;
	background-color: #ffffff;
	-moz-border-radius: 16px 16px 16px 16px;
}

ul.features
{
	margin-left: 16px;
	position: relative;
	list-style: url(Images/bullet.png) outside;
}

ul.features li
{
	margin-top: 0.25em;
	margin-left: 0.25em;
}	

ul.features li img
{	
	line-height:1em;
	vertical-align:top;
}

sup.asterix
{
	color: #006699;
}

sup.required
{
	color: Red;
}

div.note, span.note, div.note-left, div.note-center
{
	color: #a9a9a9;
}

div.note, div.note-left, div.note-center, .download-note
{
	font-size: 1em;
}

div.note
{
	text-align: justify;
	padding: 1em;
}

div.note-left
{
	margin-left: 100px;
	text-align: left;
}

div.note-center
{
	margin: 2em auto 0em auto;
	border-top: solid 1px #a9a9a9;
	width: 80%;
	text-align: center;
	padding: 0.2em 0.2em 0.2em 0.2em;
}


div.buttons
{
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: center;
}

img.see
{
	vertical-align: baseline;
}

ul.usage-index
{
	list-style-type: none;
}

ul.usage-index li
{
    padding-top:0.2em;
	padding-bottom:0.2em;
}

ul.non
{
	list-style-type: none;
}

div.center
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.control-padding
{
	padding-top: 0.8em;
	padding-bottom: 0.8em;
}

.control-left
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

div.control-back-small, div.control-back-large
{
	background-color: #ffe8a4;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 20px 20px 20px;
	-moz-border-radius: 16px 16px 16px 16px;
}

div.control-back-small
{
	width: 70%;
}

div.control-back-large
{
	width: 90%;
}

label.form
{
	float: left;
	margin-right: 0.5em;
	margin-top: 0.3em;
	text-align: right;
	width: 180px;
	vertical-align: middle;
}

fieldset
{
	padding: 0em;
	margin: 0em;
	border: none;
}

input.form, textarea.form, select.form
{
	margin-top: 0.2em;
	font-size: 1em;
}

input.form
{
	width: 250px;
}

div.status
{
	margin-top: 10px;
	text-align: center;
	background-color: #ffff99;
	border-right: #669999 1px solid;
	border-top: #669999 1px solid;
	border-left: #669999 1px solid;
	border-bottom: #669999 1px solid;
	clear: both;
	padding: 5px;
	font-weight: bold;
	font-size: 0.9em;
	color: #00cc00;
}

/* profile navigation */

.profile-menu
{
	float: left;
	z-index: 5;	
}

.ProfileMenu
{	
	width:190px;
}

.ProfileMenu li, .tab td
{
	padding-left:1em;	
	height: 2em;
	border: #dcdcdc 1px solid;
	line-height:2em;
	vertical-align:middle;
}

.tab td
{
	padding-right:1em;
}

.ProfileMenu li.AspNet-Menu-Selected, .tabs
{
	background-color: #d8e0e6;
}

.ProfileMenu .AspNet-Menu-Selected a, .ProfileMenu .AspNet-Menu-Selected a:visited, .ProfileMenu .AspNet-Menu-Selected a:active, .tabs a, .tabs a:visited, .tabs:active
{
	color: #808080;
	font-weight: bold;
}



.profile-controls
{
	float: left;
	z-index: 4;
	background-color: #d8e0e6;
	width: 500px;
	padding: 20px 20px 20px 20px;
	color: #696969;	
	margin:0;
}

.subscribe
{
	background: #fff7e7;
	padding: 0.2em 2em 0.2em 2em;
	margin: 1.5em auto 0em auto;
	width: 20%;
	border-right: #deba84 1px solid;
	border-top: #deba84 1px solid;
	border-left: #deba84 1px solid;
	border-bottom: #deba84 1px solid;
}

/* table */

.grid
{
	border: #deba84 1px solid;
}

.grid td, .grid th
{
	padding: 0em 0.5em 0em 0.5em;
	border: #deba84 1px solid;
}

.grid tr
{
	background-color: #fff7e7;
}

.grid tr.head, .grid td.head
{
	background-color: #b8d2e6;
	font-weight: bold;
}

.grid tr.selected
{
	background-color: #ffe9bd;
}

.grid span.title
{
	color: #009999;
}

.grid-center
{
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	
}

.grid-center table
{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}


.pdf-image, .pdf-image a:hover
{
	padding-right: 16px;
	text-decoration: none;
	display: inline;
}

span.nobr
{
	white-space: nowrap;
}

.image
{
	float: left;
	padding-right: 20px;
	padding-top: 15px;
}

/*
div.horiz
{
	border-top: solid 1px #a9a9a9;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 1em;
}
*/

/* orders */

.profile-controls .orders
{
	margin-bottom: 2em;
}

/* downloads */
.download-note
{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	padding: 0em 0.8em 0.8em 0.8em;
}

a.trial
{
	font-size:120%;
	font-weight: bold;
}

/* contact */

.emails
{
	float: left;
	margin-top: 1em;
}

.emails .recipient
{
	font-weight: bold;
	color: #009999;
	float: left;
	width: 8em;
	text-align: right;
	margin: 0em 1em 0em 0em;
}

.emails .emailLink
{
	width:300px;
}

.text-no-emails
{
	bottom:0;
	left:100px;
	line-height:15px;
	position:absolute;
}

.text-no-emails-container
{
	height:80px;
	line-height:80px;
	position:relative;
}

/* Companies */

ul.companies
{
	list-style-type:none;
}

li.highlight
{
	background-color: #ffdead;	
	display:inline; /* otherwise they extend over the whole width */
	padding-left:10px;
	padding-right:10px;
}


span.enhance
{
	font-weight: bold;
	color: #66cc99;
}

/* Admin */

.AdminMenu
{
	padding:0;
	margin:0;
	padding-top: 5px;
}

.AdminMenu li
{
	padding: 3px 8px;
	-moz-border-radius: 6px 6px 6px 6px;
}

.AdminMenu li.AspNet-Menu-Selected
{
	background-color:#FFC080;
}