﻿h1
{
	font-family: Arial Black;
	font-size: 20pt;
	margin-top:5px;
	color: #5c89c2;
	font-weight: normal;
}

ul.components a
{
	font-size:8pt;
}

.founder
{
	font-size: 12pt;
	font-weight: bold;
	color: #5c89c2;
	line-height: 8pt;
}

a.mailto
{
	font-size: 7pt;
	color: #5c89c2;
	text-decoration: none;
	margin-left: 1px;
}

a:hover.mailto
{
	text-decoration: underline;
}

a.contact
{
	font-size: 12pt;
}

a.strong
{
	color: black;
	font-weight: bold;
	text-decoration: none;
}

a:hover.strong
{
	color: #5c89c2;
	font-weight: bold;
	text-decoration: underline;
}

.mainframe
{
	width:100%;
	height:320px;
	border: solid 1px black;
}

a:link.paypal, a:visited.paypal, a:active.paypal
{
	color: black;
	text-decoration: none;
}

a:hover.paypal
{
	color: #173250;
	text-decoration: underline;
}

.article pre
{
	background-color: #eeeeee;
	padding: 10px;
	font-size: 8pt;
	width: 470px;
	overflow: auto;
}

div.articletitle a:link, div.articletitle a:visited, div.articletitle a:active
{
	color: #173250;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

div.articletitle a:hover
{
	color: #173250;
	text-decoration: underline;
}

div.articlesnippet
{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 9pt;
}

div.readmore a:link, div.readmore a:visited, div.readmore a:active
{
	font-size: 8pt;
	color: #4682b4;
	text-decoration: none;
}

div.readmore a:hover
{
	color: #5c89c2;
	text-decoration: underline;
}

table#CurrentProjects td.projectImage
{
	vertical-align: top;
	text-align: left;
}

table#CurrentProjects td.projectImage img
{
	cursor: pointer;
}

table#CurrentProjects td.projectInfo
{
	vertical-align: top;
}

div.projectHeading
{
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 5px;
}

div.projectDescription
{
	font-size: 7pt;
}

div.projectHeading a:link, div.projectHeading a:visited, div.projectHeading a:active
{
	color: #5c89c2;
	text-decoration: none;
}

div.projectHeading a:hover
{
	color: #5c89c2;
	text-decoration: underline;
}

code
{
	color: DarkBlue;
}

div.referComments
{
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
	font-size: 8pt;
	color: MediumBlue;
}

div#SiteMapItems ul
{
	list-style-type: square;
	color: #5c89c2;
}

div#SiteMapItems a:link, div#SiteMapItems a:visited, div#SiteMapItems a:active
{
	color: DarkBlue;
	text-decoration: none;
}

div#SiteMapItems a:hover
{
	color: CornflowerBlue;
	text-decoration: none;
}

table#support td
{
	vertical-align: top;
	padding-right: 5px;
}

.purchasedetails
{
	font-size: 9pt;
}

.PurchaseSection
{
	position: relative;
	left: 0px;
	top: 0px;
	padding: 10px;
	background-color: #eeeeee;
	margin-bottom: 6px;
}

div.PurchaseSection img
{
	position: absolute;
	background-color: White;
	width: 1px;
	height: 1px;
}

table.FeatureDetails
{
	border: solid 1px Gainsboro;
	border-collapse: collapse;
	margin-top: 5px;
	font-size: 8pt;
}

table.FeatureDetails td
{
	border: solid 1px Gainsboro;
	padding: 5px;
	font-size: 8pt;
}

table.FeatureDetails th
{
	border: solid 1px #aaaaaa;
	padding: 5px;
	text-align: left;
}

table.FeatureDetails tr.FeatureSection
{
	background-color: Gainsboro;
}

table.FeatureDetails td.FeatureSupported
{
	width: 150px;
	color: #5c89c2;
}

table.FeatureDetails td.FeatureNotSupported
{
	width: 150px;
	color: Red;
}

table.FeatureDetails td.FeatureNotApplicable
{
	width: 150px;
	color: Gray;
}

table.FeatureDetails td.FeatureName
{
	width: 175px;
}

table.FeatureDetailsIE td.FeatureDetail
{
	padding-top: 20px;
}

div#FAQ
{
	font-size: 8pt;
}

div#FAQ ol
{
	margin-left: 0px;
	padding-left: 25px;
}

div#FAQ pre
{
	background-color: #eeeeee;
	padding: 10px;
	font-size: 8pt;
	width: 440px;
	overflow: auto;
}

div#ClientReference
{
	font-size: 8pt;
}

table.ClientReference
{
	border: solid 1px Gainsboro;
	border-collapse: collapse;
	margin-top: 5px;
	font-size: 8pt;
}

table.ClientReference td
{
	border: solid 1px Gainsboro;
	padding: 5px;
	font-size: 8pt;
}

table.ClientReference th
{
	border: solid 1px #aaaaaa;
	padding: 5px;
	text-align: left;
}

table.ClientReference tr.Section
{
	background-color: Gainsboro;
}

table.ClientReference th.SectionName, table.ClientReference th.SectionDescription
{
	font-weight: bold;
}

table.ClientReference th.SectionName, table.ClientReference td.ItemName
{
	width: 135px;
}

table.ClientReference th.SectionDescription, table.ClientReference td.ItemDescription
{
	width: 303px;
}

table.ClientReference td.ItemName, table.ClientReference td.ItemDescription
{
	vertical-align: top;
}

table.ClientReferenceIE
{
	padding-top: 20px;
}

div#ClientReference pre
{
	background-color: #dddddd;
	padding: 10px;
	font-size: 8pt;
	width: 440px;
	overflow: auto;
}

a:link.ClientReferenceLink, a:visited.ClientReferenceLink, a:active.ClientReferenceLink
{
	color: #555555;
	text-decoration: none;
}

a:hover.ClientReferenceLink
{
	color: Blue;
	text-decoration: underline;
}

div.sponsors table
{
	font-size: 8pt;
	border: none;
}

td.sponsorImage
{
	width: 125px;
	text-align: center;
	vertical-align: middle;
}

td.sponsorDescription
{
	width: 320px;
	padding: 5px 5px 25px 5px;
}

div.sponsors th
{
	height: 30px;
	background-color: White;
	color: black;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	font-size: 10pt;
}

div.sponsorSubtitle
{
	font-size: 8pt;
	position: relative;
	left: 0px;
	top: -1px;
}

div.sponsors a:link, div.sponsors a:visited, div.sponsors a:active
{
	color: #5c89c2;
	text-decoration: none;
}

div.sponsors a:hover
{
	color: #5c89c2;
	text-decoration: underline;
}

div.sponsorHeading a:link, div.sponsorHeading a:visited, div.sponsorHeading a:active
{
	color: #444444;
	text-decoration: none;
}

div.sponsorHeading a:hover
{
	color: #333333;
	text-decoration: underline;
}

a:link.nounderline, a:visited.nounderline, a:active.nounderline, a:hover.nounderline
{
	text-decoration: none;
}

a:hover.underline
{
	text-decoration: underline;
}
