﻿body {
	height: 100%;
	margin: 0px;
	font-family: Arial;
	color: #e8e8e8;
    background-color: #767676;
	background-image: url('/images/background.jpg');
}
.style1 {
	background-image: url('/images/backgroundheader.jpg');
}
.style2 {
    width: 737px;
}
.style3 {
	background-image: url('/images/background.jpg');
}
.style4 {
	font-size: x-small;
}

form {
	padding: 0px;
	margin: 0px;
}
select, option, input, textarea {
	border: 1px solid gray;
	border-collapse: collapse;
	font-family: Arial;
	font-size: 12pt;
	}
.title {
	font-weight: bold;
	color: white;
	font-size: 12pt;
}
.subtitle {
	color: #c8e0c5;
	font-style: italic;
	font-weight: bold;
	}
.versiontitle {
	color: #c8e0c5;
	font-style: italic;
	}
.buynowtitle {
	color: white;
	font-weight: bold;
	}
a:visited {
	color: #91bfef;
	}
a:link {
	color: #91bfef;
	}
a {
	color: #91bfef;
	}
a:hover {
	color: #6f96c0;
	}
.commandcolortable {
	background-color: #656262; 
	}
.commandtable {
	border-collapse: collapse;
	background-color: #656262; 
	border: 1px solid #a0a0a0;
	}
.commandtable td {
	border: 1px solid #333532;
	margin: 6px;
	padding: 6px;
	}
.commandtable thead tr {
	background-color: #8ba1c4;
	border-bottom: 1px solid gray;
	}
.commandtable thead td {
	color: #3a6ab9;
	}


.grid {
	border: 0px;
	border-collapse: separate;
	}
.grid td {
	padding: 5px;
	}
.gridheader  {
	background-color: #609d5a;
	padding: 8px;
	color: White;
	}
.gridheaderitem {
	background-color: #ddf5d8;
	color: #424841;
	}
.gridheaderitem a, .gridheaderalt a {
	color: #424841;
	}
.gridheaderalt {
	background-color: #c1e9b9;
	color: #424841;
	}

#navbar {
	position: relative; 
	z-index: 5;
	width: 737px;
	height: 45px;
	}
#navbar ul {
	z-index: 5;
	border: 1px solid black;
	}
#navbar ul {
	height: 45px;
	}
#navbar ul li {
	float: left;
	position: relative;
	padding: 0px;
	border: 0px;
	margin: 0px;
	list-style-type: none;
	}

#navbar ul {
	float: left;
	position: relative;
	padding: 0px;
	border: 0px;
	margin: 0px;
	list-style-type: none;
	}

#navbar li ul {
	position: absolute;
	left: 0px;
	top: 37px;
	display: none;
	background-color: #333333;
	}
	
#navbar ul li ul {
	width: 180px;
	}
#navbar ul li ul {
	height: 100%;
	}
#navbar ul li ul li {
	height: 25px;
	}
#navbar ul li ul li a {
	display: block;
	z-index: 4;
	height: 25px;
	line-height: 25px;
	font-family: arial;
	font-size: 11pt;
	text-decoration: none;
	text-indent: 10px;
	vertical-align: middle;
	color: white;
	width: 180px;
	background-color: #558ac2;
	position: relative;
	border: 0px;
	margin: 0px;
	}
#navbar ul li ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0px;
	}
#navbar li.over ul { 
	display: block;
	}
#navbar li:hover ul { 
	display: block;
	}
#navbar ul li ul li a:hover {
	background-color: #113153;
	color: #ffffff;
	}
