body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

a {
	color: #08884A;
	text-decoration: none;
}

a:hover {
	color: #08884A;
	text-decoration: none;
}

.banner {
	font-size: 13px;
	color: #fff;
	padding: 0;
	text-align: center;
	font-weight: bold;
	background-image:url(/Images/fade_img.jpg);
	background-repeat:repeat-x;
}

.banner-skua {
	font-size: 13px;
	color: #fff;
	padding: 0;
	text-align: center;
	font-weight: bold;
	background-image:url(/Images/fade_img.jpg);
	background-repeat:repeat-x;
}

div.page {
	padding-top: 4px;
	padding-left: 20px;
}

div.footer {
	border-top: 1px solid #ccc;
	margin-top: 16px;
	margin-bottom: 16px;
	padding-top: 8px;
	/*text-align: center;*/
}

h1 {
	font-size: 18pt;
	color: #08884A;
}

h2 {
	font-size: 16pt;
	color: #08884A;
	margin-top: 5px;
	margin-bottom: 0px;
}

h3 {
	font-size: 13pt;
	color: #08884A;
	margin-top: 0px;
	margin-bottom: 5px;
}

font.product {
	font-size: 12pt;
	color: #08884A;
	font-weight: bold;
}

.rfc {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14pt;	
}

.rfc1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14pt;	
	vertical-align: top;
	margin-top: 55px;
	padding-left: 2px;
}

.note {
	font-size: 9px;	
}
.super {
	vertical-align: 30%;
	font-size: 17px;	
}
.supersmall {
	vertical-align: 20%;
	font-size: 9px;	
}
.new {
	vertical-align: super;
	font-size: 8px;	
	color: #08884A;	
	font-weight: bold;
}

.important {
	color: #000;	
}

.alert {
	color: #f00;	
	font-weight: bold;
}

div.menu {
	background-color: #f5f5f5;
	border-right: 1px solid #aaa;
	padding: 12px;
	/* Forces the menu to fit on the page height for Mozilla / Firefox */
	height: 100%;
}

div.menu a {
	color: #666;
}

div.menu a:hover {
	color: #000;
}
 
div.menuhead {
	font-size: 13px;	
	font-weight: bold;
	color: #08884A;
	white-space: nowrap;
	padding-top: 16px;
	padding-bottom: 4px;
}

div.menuhead a {
	color: #08884A;
}

div.menuhead a:hover {
	color: #08884A;
}

ul.blue, li.blue {
	list-style-type: square;
	color: #08884A;
	list-style-position: outside;
	margin: 6pt;
	padding-left: 6pt;
}

ul.blue span {
	color: #000;
}

ul.red, li.red {
	list-style-type: square;
	color: #08884A;
	list-style-position: outside;
	margin: 6pt;
	padding-left: 6pt;
}

ul.red span {
	color: #000;
}

ul.menuitems {
	list-style-type: square;
	color: #08884A;
	list-style-position: inside;
	margin: 0pt;
	padding-left: 0pt;
}

ul.menuitems li {
	padding: 1pt;
}

ul.menuitems span {
	color: #000;
}

.vendor {
	color: #08884A;
	border-bottom: 1px solid #08884A;
	font-weight: bold;
}

.package {
	background-color: #f5f5f5;
	white-space: nowrap;
}

table.sysreqs {
    width: 762px;
    border: 1px solid #666;
    margin-top: 6px;
    margin-bottom: 16px;
    padding: 0;
}

table.sysreqs td {
    font-size: 10px;
}

table.sysreqs td.header {
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    background-color: #08884A;
}

table.sysreqs td.subheader {
    font-weight: bold;
    background-color: #f1f1f8;
}

p.platform {
    font-weight: bold;
    color: #08884A;
}

/* Required to display the system requirements */
h1.bluebox {
    font-size: 12px;
    color: #fff;
    background-color: #08884A;
    border: 1px solid #666;
    width: 762px;
    padding-left: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin: 0px;
    margin-top: 16px;
}

/* List of products*/
table.products {
    border-width: 1px;
    font-size: 9px;
    white-space: nowrap;
    margin-bottom: 15px;
}
table.products th {
    background-color: #08884A;
    font-weight: bold;
    color: white;
}

table.products th.left {
    border-right: 1px solid #000000;
}

table.products td {
    vertical-align: top;
    border-bottom: 1px solid black;
    padding-right: 10px;
}

table.products td.left {
    border-right: 1px solid black;
}


