:root {
    --body-color: #8080ff;
    --body-fonts: Arial, Verdana, Helvetica, sans-serif;
    --header-color: #3A38B7;
    --panel-color: #5858d6;
}

html {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

body {
    height: 100%;
    background-color: var(--body-color);
    font-family: var(--body-fonts);
    margin: 0px;
    padding: 0px;
}

/*Opera Fix*/
body:before {
    content: "";
    height: 100%;
    float: left;
    width: 0;
    margin-top: -32767px;
}

#bottomline {
    background-color: #000000;
    background-image: url(/Images/line.gif);
    background-repeat: repeat-x;
    color: #ffffff;
    height: 1px;
    font-size: 1px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: auto;
}

#content {
    overflow: auto;
    text-align: center;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    display: block;
}

#copyright {
    color: white;
    font-family: var(--body-fonts);
    font-size: 12px;
    font-weight: normal;
    vertical-align: middle;
    text-align: center;
    height: 88px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: auto;
}
#copyright a {
    background-color: var(--panel-color);
    color: white;
    font-size: 13px;
    padding: 5px;
	text-decoration: none;
    vertical-align: middle;
}
#copyright a:link {
    background-color: var(--panel-color);
}
#copyright a:visited {
    background-color: var(--panel-color);
}
#copyright a:hover {
    background-color: var(--body-color);
}
#copyright a:active {
    background-color: var(--body-color);
}

/* must be same height as main */
#footer {
    background-color: var(--panel-color);
    border: 3px solid #000000;
    color: #000000;
    clear: both;
    height: 90px;
    margin-top: -95.5px; /* negative value of footer height */
    margin-right: auto;
    margin-bottom: -3px;
    margin-left: auto;
    max-width: 794px;
    vertical-align: bottom;
    width: calc(100% - 6px);
}

#header {
    background-color: var(--header-color);
    background-image: url(/Images/pageheading.jpg);
    background-repeat: no-repeat;
    border: 2px solid #000000;
    color: #000000;
    font-family: var(--body-fonts);
    font-size: 13px;
    font-weight: normal;
    vertical-align: middle;
    text-align: left;
    height: 80px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: auto;
}

/* must be same height as footer */
#main {
    overflow: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-bottom: 90px;
    display: block;
    width: auto;
}

#sitebox {
    background-color: #FFFFFF;
    border: solid #000000 2px;
    color: #000000;
    font-family: var(--body-fonts);
    font-size: 13px;
    font-weight: normal;
    vertical-align: middle;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    max-width: 796px;
    min-height: calc(100% - 4px);
    width: calc(100% - 4px);
}

#topline {
    background-color: #000000;
    background-image: url(/Images/line.gif);
    background-repeat: repeat-x;
    color: #ffffff;
    font-size: 1px;
    height: 1px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: auto;
}

.boxline {
    background-color: black;
    background-image: url(/Images/line.gif);
    background-repeat: repeat-x;
    color: white;
    font-size: 1px;
    height: 1px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: auto;
}

.centertitle {
    color: #000000;
    font-family: var(--body-fonts);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

.full-table {
	color: #000000;
	border-collapse:collapse;
	width: 100%;
}

.full-td-centered {
	border: 1px solid #333;
	padding: 10px;
	text-align: center;
	vertical-align : middle;
}

.full-td-top-left {
	border: 1px solid #333;
	padding: 10px;
    text-align: left;
	vertical-align : top;
}

.full-td-top-right {
	border: 1px solid #333;
	padding: 10px;
    text-align: right;
	vertical-align : top;
}

.full-th {
	background-color: #dddddd;
	border: 1px solid #333;
	padding: 10px;
	text-align: center;
	vertical-align : middle;
}

.headerbar {
    background-color: var(--panel-color);
    padding: 1px;
    position: relative;
    height: auto;
    max-width: 798px;
    overflow: auto;
    text-decoration: none;
    width: calc(100% - 2px); /* - 2x padding */
}

.headerbar a {
    background-color: var(--panel-color);
    display: block;
    float: left;
    color: white;
    font-family: var(--body-fonts);
    font-size: 13px;
    margin: 1px;
    padding: 6px;
    text-align: center;
    text-decoration: none;
}

.headerbar a.active {
    background-color: var(--body-color);
}

.headerbar a:hover {
    background-color: var(--body-color);
}

.normalbold {
    color: #000000;
    font-family: var(--body-fonts);
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
}

.normal {
    color: #000000;
    font-family: var(--body-fonts);
    font-size: 13px;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
}


#bottomedge {
    background-image: url(/Images/bottomback.jpg);
    background-repeat: no-repeat;
    color: #ffffff;
    height: 5px;
    max-width: 800px;
    vertical-align: bottom;
    width: 100%;
}
#mainsitebox {
    color: #000000;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    vertical-align: middle;
    background-image: url(/Images/mainsiteback.jpg);
    background-repeat: repeat-y;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    max-width: 800px;
    min-height: 100%;
    width: 100%;
}
#topedge {
    background-image: url(/Images/topedge.jpg);
    background-repeat: repeat-x;
    color: #ffffff;
    font-size: 1px;
    height: 5px;
    max-width: 800px;
    width: 100%;
}

.boxa {
	text-decoration: none;
}
.boxa:link {
	color: #2222ff;
	text-decoration: underline;
}
.boxa:visited {
	color: #2222ff;
	text-decoration: underline;
}
.boxa:hover {
	color: #6622ff;
	text-decoration: none;
}
.boxa:active {
	color: #5858d6;
	text-decoration: none;
}

.centerheading {
    color: #000000;
    font-family: var(--body-fonts);
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}
.leftheading {
    color: #000000;
    font-family: var(--body-fonts);
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
}
.rightheading {
    color: #000000;
    font-family: var(--body-fonts);
    font-size: 13px;
    font-weight: bold;
    text-align: right;
    vertical-align: middle;
}
.tableheading {
    background-color: #dddddd;
    font-family: var(--body-fonts);
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}
.lefttitle {
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align : left;
	vertical-align : middle;
}
.righttitle {
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align : right;
	vertical-align : middle;
}

.centersmalltitle {
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align : center;
	vertical-align : middle;
}
.leftsmalltitle {
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align : left;
	vertical-align : middle;
}

.indentsection {
	text-align: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	vertical-align : top;
	}

.indentsection2 {
	text-align: left;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
	vertical-align : top;
	}

div.row {
	clear: both;
	padding-top: 5px;
	}

div.row span.dblabel {
	float: left;
	width: 110px;
	padding-top: 2px;
	padding-right: 8px;
	text-align: right;
	}

div.row span.feedbacklabel {
	float: left;
	width: 100px;
	padding-top: 2px;
	padding-right: 8px;
	text-align: right;
	}

div.row span.loginlabel {
	float: left;
	width: 175px;
	padding-top: 2px;
	padding-right: 8px;
	text-align: right;
	}

div.row span.orderlabel {
	float: left;
	width: 150px;
	padding-top: 2px;
	padding-right: 8px;
	text-align: right;
	}

div.row span.pricinglabel {
	float: left;
	width: 175px;
	padding-top: 2px;
	padding-right: 8px;
	text-align: right;
	}

div.row .formw {
	float: left;
	text-align: left;
	} 

div.row .formlabel {
	float: left;
	text-align: left;
	padding-top: 2px;
	} 

.spacer {
	clear: both;
}

div.cell {
	clear: both;
	padding-top: 5px;
	width: 100%;
}

div.cell .image {
	float: left;
	padding-top: 2px;
	text-align: left;
	width: 300px;
}

div.cell .image img {
	width: 280px;
}

div.cell .features {
	float: left;
	padding-left: 10px;
	padding-top: 10px;
	text-align: left;
    width: calc(100% - 310px);
}

div.button {
	text-align: center;
	clear: both;
	padding-top: 5px;
	}

div.button a {
	outline: none;
	border: none;
	text-decoration: none;
	}
	
div.button img {
	outline: none;
	border: none;
	text-decoration: none;
	}

.rlbuttons {
	overflow: hidden;
	}

.rlbuttons input {
	float: right;
	}

.gallery {
	color: #000000;
	border: none;
	border-collapse:collapse;
	width: 100%
	}

.gallery td {
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	vertical-align : top;
	}

.gallery .title2 {
	padding: 5px;
	width: 250px;
	}

.gallery .image2 {
	padding: 10px;
	padding-bottom: 20px;
	}

.gallery .title3 {
	padding: 5px;
	width: 160px;
	}

.gallery .image3 {
	padding: 10px;
	padding-bottom: 20px;
	}

.gallery .title4 {
	padding: 5px;
	width: 130px;
	}

.gallery .image4 {
	padding: 5px;
	padding-bottom: 20px;
	}

.gallery a {
	outline: none;
	border: none;
	text-decoration: none;
	}

.gallery img {
	outline: none;
	border: none;
	text-decoration: none;
	}

.gallery div {
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align : left;
	vertical-align : middle;
}

#downloads {
	color: #000000;
	border-collapse:collapse;
	width: 560px;
	}

#downloads th {
	background-color: #dddddd;
	border: 1px solid #333;
	padding: 5px;
	text-align: center;
	vertical-align : middle;
	}

#downloads td {
	padding: 10px;
	border: 1px solid #333;
	}

#downloads .file {
	text-align: center;
	vertical-align : middle;
	width: 80px;
	}

#downloads .release {
	text-align: center;
	vertical-align : middle;
	width: 50px;
	} 

#downloads .version {
	text-align: center;
	vertical-align : middle;
	width: 80px;
	}

#downloads .date {
	text-align: center;
	vertical-align : middle;
	width: 50px;
	} 

#downloads .size {
	text-align: center;
	vertical-align : middle;
	width: 50px;
	} 

#licenses {
	color: #000000;
	border-collapse:collapse;
	width: 560px;
	}

#licenses th {
	background-color: #dddddd;
	border: 1px solid #333;
	padding: 5px;
	text-align: center;
	vertical-align : middle;
	}

#licenses td {
	padding: 10px;
	border: 1px solid #333;
	}

#licenses .id {
	text-align: center;
	vertical-align : middle;
	}

#licenses .key {
	text-align: center;
	vertical-align : middle;
	}

#licenses .start {
	text-align: center;
	vertical-align : middle;
	}

#licenses .expiration {
	text-align: center;
	vertical-align : middle;
	}

#pricing {
	color: #000000;
	border-collapse:collapse;
	width: 560px;
	}

#pricing th {
	background-color: #dddddd;
	border: 1px solid #333;
	padding: 5px;
	text-align: center;
	vertical-align : middle;
	}

#pricing td {
	padding: 10px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	}

#pricing .cart {
	text-align: left;
	vertical-align : top;
	width: 140px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	}

#pricing .product {
	text-align: left;
	vertical-align : top;
	width: 40px;
	border-top: 1px solid #333;
	}

#pricing .renew {
	text-align: left;
	vertical-align : top;
	width: 40px;
	border-bottom: 1px solid #333;
	}

#pricing .empty {
	border: 0px;
	}

#pricing .type {
	text-align: left;
	vertical-align : top;
	width: 70px;
	border-bottom: 1px solid #333;
	} 

#pricing .keys {
	text-align: left;
	vertical-align : top;
	width: 30px;
	border-bottom: 1px solid #333;
	} 

#pricing .price {
	text-align: right;
	vertical-align : top;
	width: 40px;
	border-bottom: 1px solid #333;
	}

#pricing .quantity {
	text-align: right;
	vertical-align : top;
	width: 30px;
	border-bottom: 1px solid #333;
	}

#providers {
	color: #000000;
	border-collapse:collapse;
	width: 100%;
	}

#providers th {
	background-color: #dddddd;
	border: 1px solid #333;
	padding: 10px;
	text-align: center;
	vertical-align : middle;
	}

#providers td {
	padding: 10px;
	border: 1px solid #333;
}

#providers td.contact {
	text-align: center;
	vertical-align : middle;
	width: 150px;
}

#providers td.services {
	padding-left: 20px;
	text-align: center;
	vertical-align : top;
	width: 510px;
} 

providers.services {
	text-align: right;
	vertical-align : top;
} 


#providers td.online {
	text-align: center;
	vertical-align : middle;
	width: 50px;
	} 

#providers td.subscription {
	text-align: center;
	vertical-align : middle;
	width: 50px;
	} 

div.provider {
	clear: both;
	padding-top: 5px;
	}

div.provider span.contact {
	float: left;
	width: 180px;
	padding-top: 2px;
	text-align: left;
	}

div.provider span.services {
	float: left;
	width: 200px;
	text-align: left;
} 

div.provider span.online {
	float: left;
	width: 80px;
	text-align: center;
	} 

.contentsection {
	overflow:auto;
	text-align: center;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	}

.contentsection img{ 
	display:block;
	margin:0 auto;
	text-align:center;
}

.button {
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	}
	


.footer {
	background-color: #5858d6;
	color: #ffffff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	vertical-align : middle;
	text-align : left;
}

.required {
	color: #ff0000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	vertical-align : middle;
	text-align : left;
}
.smallcopy {
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	vertical-align : middle;
	text-align : center;
}
.smallfooter {
	color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	vertical-align : middle;
	text-align : center;
}

.copy {
	font-size: 12px;
	line-height: 120%;
	color: #535353;
}
.copy2 {
	font-size: 12px;
	line-height: 120%;
	color: #626c72;
}
.copytable {
	font-size: 12px;
	line-height: 115%;
	color: #535353;
}
.copyright {
	font-size: 10px;
	color: #787878;
}
.copyrightlink {
	font-size: 10px;
	color: #787878;
}
.copyrightlink:link {
	text-decoration: none;
	color: #787878;
}
.copyrightlink:visited {
	text-decoration: none;
	color: #787878;
}
.copyrightlink:hover {
	color: #0aa4e5;
	text-decoration: underline;
}
.header {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.link01 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	color: #FF0000;
}
.link01:link {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	text-decoration: none;
	color: #333333;
}
.link01:hover {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	text-decoration: none;
	color: #0468AB;
}
.link01:visited {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	text-decoration: none;
	color: #333333;
}
.link02 {
	font-size: 12px;
	color: #009dff;
	text-decoration: underline;
}
.link02:link {
	font-size: 12px;
	color: #009dff;
	text-decoration: underline; }
.link02:hover {
	font-size: 12px;
	text-decoration: none;
	color: #333333;
}
.link02:visited {
	font-size: 12px;
	text-decoration: none;
	color: #009dff;
}
.link03 {
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: underline;
}
.link03:link {
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: underline; }
.link03:hover {
	font-size: 12px;
	text-decoration: none;
	color: #CCCCCC;
}
.link03:visited {
	font-size: 12px;
	text-decoration: none;
	color: #CCCCCC;
}
.link04 {
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}
.link05 {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
}
.link05:visited {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.link05:link {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.link05:hover {
	font-size: 12px;
	font-weight: bold;
	color: #0066FF;
}
.link04:link {
	font-size: 12px;
	color: #333333;
	text-decoration: underline; }
.link04:hover {
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}
.link04:visited {
	font-size: 12px;
	text-decoration: none;
	color: #333333;
}

#lightbox{
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img {
	border: none;
	}

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/Images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink, #prevLink:hover, #prevLink:visited:hover {
	background: url(/Images/prevlabel.gif) left 0% no-repeat;
	}
#nextLink, #nextLink:hover, #nextLink:visited:hover {
	background: url(/Images/nextlabel.gif) right 0% no-repeat;
	}


#imageDataContainer{
	font: 10px Arial, Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	


* {margin:0; padding:0}

#accordion {
	width:175px;
	border:none;
	display: table-cell;
	}
.accordion {
	width:175px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #8080ff;
	}
.accordion dt {
	width:163px; 
	padding:4px 6px; 
	font-weight:bold;
	cursor:pointer;
	background-color: #5858d6;
	background-image:url(/Images/arrow_down.gif);
	background-position:right center;
	background-repeat:no-repeat;
	color:#fff;
	border-bottom:1px solid #333;
	border-right:1px solid #333;
	}
.accordion dt:hover {
	background-color: #8080ff;
	}
.accordion .open {
	width:163px; 
	padding:4px 6px; 
	font-weight:bold;
	cursor:pointer;
	background-color: #5858d6;
	background-image:url(/Images/arrow_up.gif);
	background-position:right center;
	background-repeat:no-repeat;
	color:#fff;
	border-bottom:1px solid #333;
	border-right:1px solid #333;
	}
.accordion dd {
	width:175px; 
	overflow:hidden;
	background:#fff;
	text-decoration: none;
	border-right:1px solid #333;
	}

.accordion a:active {
	color: #668899;
	text-decoration: none;
	}
.accordion a:hover {
	color: #BBDDFF;
	text-decoration: none;
	}
.accordion a:link {
	color: #000000;
	text-decoration: none;
	}
.accordion a:visited {
	color: #000000;
	text-decoration: none;
	}

.accordionsection {
	display:block;
	width:140px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	}

.accordion span {
	display:block;
	width:140px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	}


@media (max-width: 600px) {
    div.cell .image {
	    width: 220px;
    }
    div.cell .image img {
	    width: 200px;
    }
    div.cell .features {
        width: calc(100% - 230px);
    }

    .gallery .title2 {
	    width: 160px;
	}

    .gallery .image2 {
	    padding: 2px;
	    padding-bottom: 20px;
	}

    .gallery .image2 img {
	    width: 200px;
	}

    .gallery .title3 {
	    width: 100px;
	}

    .gallery .image3 {
	    padding: 2px;
	    padding-bottom: 20px;
	}

    .gallery .image3 img {
	    width: 140px;
	}

    .headerbar a {
        text-align: center;
        float: none;
    }
}

