﻿body
{
	font-family: Verdana,Arial,Helvetica;
	background-color: White;
	margin: 0;
}

a
{
	color: royalblue;
	cursor: default;
	text-decoration: none;
}

a:hover
{
	color: royalblue;
	cursor: pointer;
	text-decoration: underline;
}

h1
{
	font-size: 100%;
	font-weight: bold;
	color: white;
	margin-left: 0.5em;
	margin-right: 0.5em;
	margin-top: 0.5em;
	margin-bottom: 0em;
}

h2
{
	font-size: 90%;
	color: #1f4478;
	margin-left: 0.5em;
	margin-right: 0.5em;
	margin-top: 0.5em;
	margin-bottom: 0em;
	font-weight: bold;
}

h3
{
	font-size: 70%;
	color: #1f4478;
	margin-left: 0.5em;
	margin-right: 0.5em;
	margin-top: 0.5em;
	margin-bottom: 0em;
	font-weight: bold;
}

h4
{
	font-size: 70%;
	color: #1f4478;
	margin-left: 0.5em;
	margin-right: 0.5em;
	margin-top: 0.5em;
	margin-bottom: 0em;
	font-weight: normal;
}

p
{
	font-size: 80%;
	margin-left: 0.5em;
	margin-right: 0.5em;
	margin-top: 0.5em;
	margin-bottom: 0em;
}

ul
{
	margin-top: 0em;
	margin-bottom: 0em;
}

ul.feature
{
	margin-top: 0em;
	margin-bottom: 0em;
	list-style-type: circle
}

hr.dotted
{
	color: White;
	border-top: dotted 1px silver	
}

/* Header */
table.header
{
	border: 0;
	width: 100%;
}

tr.header
{
	border: 0;
	width: 100%;
	background-color: #1f4478;
	color: white;
}

tr.divider
{
	border: 0;
	width: 100%;
	background-color: #C4BE8D;
	font-size: 1px;
	color: white;
}

a.header
{
	font-weight: bold;
	font-size: xx-small;
	color: white;
	cursor: default;
	text-decoration: none;
}

a.header:hover
{
	color: white;
	cursor: pointer;
	text-decoration: underline;
}

/* Footer */
table.footer
{
	border: 0;
	width: 100%;
	padding: 0.5em;
}

tr.footer
{
	border: 0;
	width: 100%;
	background-color: #1f4478;
	font-size: xx-small;
	color: white;
}

a.footer
{
	font-weight: bold;
	font-size: xx-small;
	color: white;
	cursor: default;
	text-decoration: none;
}

a.footer:hover
{
	cursor: pointer;
	text-decoration: underline;
}

/* Contents */
div.contents
{
	border-right: solid 1px #1f4478;
	background: whitesmoke;
	height: 100%;
}

table.contents
{
	border: 0;
	width: 100%;
	background-color: #F1F1F1;
}

td.contentsheader
{	
	background-color: #1f4478;
}

a.contentsheader
{
	font-size: xx-small;
	font-weight: bold;
	color: white;
	cursor: default;
	text-decoration: none;
}

a.contentsheader:hover
{
	font-size: xx-small;
	font-weight: bold;
	color: white;
	cursor: pointer;
	text-decoration: underline;
}

a.contents
{
	font-size: xx-small;
	color: black;
	cursor: default;
	text-decoration: none;
}

a.contents:hover
{
	font-size: xx-small;
	color: black;
	cursor: pointer;
	text-decoration: underline;
}

/* Title */
table.title
{
	background-color: #c4be8d;
	width: 100%;
	border: 0;	
}

/* Product panel */
p.productpanel
{
	font-size: xx-small;
	margin-left: 0.5em;
	margin-right: 0.5em;
	margin-top: 0.5em;
	margin-bottom: 0em;
}

table.productpanel
{
	float: right;
}

td.productpanel
{
	background-color: #1f4478;
}

td.productpanel2
{
	background-color: #c4be8d;
}

td.productpanel3
{
	background-color: #c4be8d;
}

a.productpanel
{
	font-size: xx-small;
	font-weight: bold;
	color: white;
	cursor: default;
	text-decoration: none;
}

a.productpanel:hover
{
	font-size: xx-small;
	font-weight: bold;
	color: white;
	cursor: pointer;
	text-decoration: underline;
}

a.productpanel2
{
	font-size: x-small;
	font-weight: bold;
	color: black;
	cursor: default;
	text-decoration: none;
}

a.productpanel2:hover
{
	font-size: x-small;
	font-weight: bold;
	color: black;
	cursor: pointer;
	text-decoration: underline;
}

a.productpanel3
{
	font-size: xx-small;
	font-weight: bold;
	color: black;
	cursor: default;
	text-decoration: none;
}

a.productpanel3:hover
{
	font-size: xx-small;
	font-weight: bold;
	color: black;
	cursor: pointer;
	text-decoration: underline;
}

/* News */
div.news
{
	font-size: 85%;
}

/* Screen shots */
p.figure
{
	margin-left: 2em;
}

/* Code Samples */
p.listing
{
	margin-left: 2.5em;
}

div.listing
{
	margin-left: 2em;
	margin-right: 2em;
	width: 100%;
}

table.listing
{
	width: 100%;
	background-color: #EEEEEE;
	border: solid 1 Gray;
}

/* Client list */
table.clients
{
	border: 0;
	width: 100%;
	font-size: xx-small;
}

/* Product list */
table.productlist
{
	border: 0;
}

tr.productlisttitle
{
	background-color: whitesmoke;
}

td.productlisttitle
{
	font-size: 80%;
	font-weight: bold;
}

tr.productlist
{
}

td.productlist
{
	font-size: 80%;
}

tr.productlistalternating
{
	background-color: whitesmoke;
}

/* Shopping Cart */
p.cart
{
	font-size: 70%;
	margin-right: 2em;
}

p.cartlist
{
	font-size: 70%;
	margin-right: 2em;
}

table.cartlist
{
	border: 0;
	width: 75%
}

tr.cartlisttitle
{
	background-color: whitesmoke;
}

td.cartlisttitle
{
	font-size: 80%;
	font-weight: bold;
}

tr.cartlist
{
}

td.cartlist
{
	font-size: 80%;
}

tr.cartlistalternating
{
	background-color: whitesmoke;
}

td.cartlistfooter
{
	font-size: 80%;
	font-weight: bold;
}

.cartbutton
{
}
