.hidepics {
  width:0px;
  height:0px;
  visibility:hidden;
}


body {
	font-family: arial, verdana, serif;
	font-weight: normal;
	font-size: 10pt;
	}


/* navbar */
body.navbar {
	background-color: black;
	color: white;
	font-family: verdana,arial,serif;
	}

.navbarlogo {
	margin: 0 0 10px 0;
	}

.navsection {
	margin: 5px 0 10px 0;
	color: #DEE7C6;
	}

.navsectiontitle {
	font-size: 9pt;
	font-weight: bold;
	border:1px solid #DEE7C6;
	padding: 2px;
	}

div.navsectionlinks {
	margin: 3px 0 0 0;
	}

ul.navsectionlinks {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

ul.navsectionlinks li {
	}

ul.navsectionlinks li a {
	color: #DEE7C6;
	font-weight: bold;
	font-size: 8pt;
	text-decoration: none;

	padding: 0 0 0 15px;
	background: transparent url('../images/greendot.gif') no-repeat scroll 0 0
	}

ul.navsectionlinks li ul {
	margin: 0px;
	padding: 0 0 0 30px;
	list-style: disc;
	}

ul.navsectionlinks li ul li {
	}

ul.navsectionlinks li a:hover {
	color: #FFC47F;
	background: transparent url('../images/orangedot.gif') no-repeat scroll 0 0
	}

ul.navsectionlinks li ul li a {
	color: #DEE7C6;
	background: none;
	padding: 0;
	font-weight: normal;
	}

ul.navsectionlinks li ul li a:hover {
	color: #FFC47F;
	background: none;
	}

ul.navsectionlinks li ul li ul {
	margin: 0px;
	padding: 0 0 0 15px;
	list-style: circle;
	}


.navbarsearch {
	margin: 5px 0 0 0;
	}

.navbarsearch fieldset {
	border: none;
	}

.navbarsearch fieldset legend {
	font-size: 8pt;
	}

.navbarsearch input{
	font-size: 8pt;
	color: black;
	background-color: white;
	}



/* main page */
#splashpage{
	text-align: center;
	}

#mainbrandsplash{
	font-size: 12pt;
	font-weight: bold;
	margin: 0 0 20px 0;
	}

#maincopy{
	margin: 0 0 15px 0;
	}

#currentversioninfo{
	font-size: 12pt;
	}
#currentversioninfo .product{
	font-size: 14pt;
	font-weight: bold;
	}
#currentversioninfo .version{
	font-size: 14pt;
	font-weight: bold;
	}
#currentversioninfo .releasedate{
	font-size: 11pt;
	margin: 5px 0 0 0;
	}
#currentversioninfo .whatsnew{
	font-size: 11pt;
	font-weight: bold;
	margin: 10px 0 0 0;
	}

#splashpage #mainfooter{
	margin: 30px 0 0 0;
	font-size: 8pt;
	}
#splashpage #mainfooter .disclaimer{
	width: 80%;
	margin: auto;
	}
#splashpage #mainfooter .logos{
	margin: 15px 0 0 0;
	}


a img {
	border: none;
}

a:link, a:visited, a:active
{
  color:#1610C9;
  text-decoration:none;
}

a:hover
{
  color:#109BC9;
  text-decoration:none;
}


div.navbar {
  background-color: black;
  color: white;
  width: 170px;
  height: 100%;
  position:fixed;
  z-index:100;
  border-top: 0px solid black;
  border-bottom: 0px solid black;
  border-right: 0px solid black;
  border-left: 2px solid black;
  padding-right: 3px;
  overflow:auto;
  top: 0px;
  left: 0px;
  text-align: left;
}

body {
  margin: 0px;
  margin-left: 183px;
}

pre {
  font-size: 9pt;
  line-height: 7pt;
}


