@media screen {
body 	{
	color: white;
	background-image: url('/bgblue.gif');
	margin: 0px
	}

p {
	margin-top: 6px;
	margin-bottom: 6px;
}

ul {
	list-style-type: square;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	padding-left: 15px;
}

li {
	margin-top: 4px;
}

a {
	color: #3366CC;
	text-decoration: none;
	border: 0px;
	}

a:hover { 
 	text-decoration: underline; 
	}

a:active {
	color: grey;
	}
	
.navigation a {
	font-family: Georgia, "Times New Roman", Times, serif;
	//text-shadow: #4E88C2 0px 0px 3px;
	}
	
#center {
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	text-align: center;
	margin-top: -280px;
	min-width: 802px;
	}

#wrapper {
	position: relative;
	width: 802px;
	height: 560px;
	text-align: left;
	margin: 0px auto;
	} 	

.headerbar {
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 25px;
	background-image: url('/headerbg.gif');
	background-repeat: repeat-x;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	padding-left: 20px;
	padding-top: 3px;
}

/* non-IE5mac \ */
.headerbar {
	position: relative;
	width: auto; 
}
/* END non-IE5Mac */


.headertext {
	font-family: Georgia, "Times New Roman", Times, serif;
	position: relative;
	text-align: left;
	font-size: 16px;
	color: black;
	text-shadow: grey 0px 0px 2px;
}

.headerlinks {
	color: silver;
	padding-right: 20px;
	font-size: 13px;
	text-align: right;
}

.headersubmit {	
	background-color: #EFEFEF;
	border: 1px solid silver;
	margin-right: 20px;
	height: 19px;
}

.headerdropdown {
	background-color: #EFEFEF;
	border: 1px solid silver;
	font-size: 11px;
	height: 18px;
}

/* non-IE5Mac \*/
.headerDropdownForm {
	float: right; 
	height: 18px;
}

/* non-IE Windows or Mac \*/
*>.headerDropdownForm {
	float: none; 
	height: 18px;
}
/* END non-IE */

.navigation {
	position: relative;
	font-size: 14px;
	color: white;
	text-align: center;
	padding-bottom: 8px;
}

.inside {
	background:url('/insidebg.gif') repeat-y; 
	padding-right: 40px;
	padding-left: 40px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
//	letter-spacing: 0.07em;
	color: #626262;
}

/* non-IE \*/
*>.inside {
	font-size: 12px;
	line-height: 14px;
}
/* END non-IE */

.normal {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
//	letter-spacing: 0.07em;
	color: #626262;
}

.intro {
//        font-family: Arial, Verdana, Helvetica, sans-serif;
//        font-size: 13px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 14px;
        line-height: 14px;
        text-align: justify;
        letter-spacing: 0.5px;
        color: #626262;
}

#content      
	{
	position: relative;
	overflow: auto;
	height: 382px;
	background-color: #f8f8f8;
	background-image: url('/contentbg.gif');
	background-repeat: no-repeat;
	background-position: right top;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #f8f8f8;
	border-bottom: 1px solid #999999;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
 }
 
/* non-IE */
.inside>#content {
	padding-top: 0px;
	width: auto;
	margin: 0px;
}
/* END non-IE */

.imgLeft {
	float: left;
	padding: 2px;
	margin-right: 6px;
}

.imgCenter {
	position: relative;
	text-align: center;
	border: 0px;
	margin: 6px;
}

.contentFooter {
	font-size: 10px;
	text-align: right;
	height: 15px;
	width: auto;
	border: 1px solid #CCCCCC;
	vertical-align: middle;
	padding-top: 3px;
	padding-right: 3px;
	color: #C3C3C3;
}

.subheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	position: relative;
	color: black;
	font-size: 18px;
}

.subheader14 {
	font-family: Georgia, "Times New Roman", Times, serif;
	position: relative;
	color: black;
	font-size: 14px;
}

.subheader13 {
	font-family: Georgia, "Times New Roman", Times, serif;
/*	position: relative; */
	color: black;
	font-size: 13px;
}

.description {
	position: relative;
	color: #626262;
	font-size: 13px;
}

.softwareVersions {
	color: #626262;
	font-size: 12px;
	text-align: right;
}

.softwareTitle {
	position: relative;
	color: black;
	font-size: 18px;
}

.softwareDetails {
	position: relative;
	color: #626262;
	font-size: 11px;
}

TABLE.resultTable {
	border-spacing: 0px;
	font-size: 11px;
	color: #626262;
	line-height: 18px;
	border: 1px solid #E0E0E0;
	padding: 5px;
}

/* non-IE Windows \*/
*>.resultTable {
}
/* END non-IE */


TD.rowOdd {
	/* maybe we'll want to use this later */
}

TD.rowEven {
      background-image: url('/rowbg.gif');
}

.formField {
	background-color: #EEEEEE; 
	border: 1px solid silver;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	padding: 2px;
}

.license      
	{
	position: relative;
	overflow: auto;
	height: 230px;
	font-size: 11px;
	color: #626262;
	background-color: #EEEEEE;
	border: 1px solid silver;
	padding: 10px;
 }

/*		special classes for showing/hiding content		*/

#BMdisclaimer
{
	/* Usage: 	
	<script language="JavaScript" src="csstoggle.js"></script>
	<div id="BMdisclaimer">Hidden Text Here</div>
	*/
	margin: 0px 20px 0px 20px;
	color: black;
	border: 1px dashed gray;
	background-color: #E0E0E0;
	opacity:.50;
	filter: alpha(opacity=50); 
	-moz-opacity: 0.5;
	margin: 5px;
	padding: 5px;
	display: none;
}

#divshow
{
	/* Usage: 	
	<head><script language="JavaScript" src="csstoggle.js"></script></head>
	<div id="divshow">Visible Text Here <a href=\"javascript:toggleLayers('divshow','divhide');\" title=\"Show more info about our software\">(more...)</a></div>";
	<div id="divhide">Hidden Text Here <a href="javascript:toggleLayers('divhide','divshow');\" title=\"hide this text\">(less...)</a></div>
	*/
	padding-bottom: 8px;
	font-size: 11px;
	color: #626262;
}

#divhide
{
	padding-bottom: 8px;
	font-size: 11px;
	color: #626262;
	display: none;
}

} /* end media screen */

@media print {

.header, .footer {
    height: 0;
    width: 0;
    visibility: hidden;
}

input {
        visibility: hidden;
}
.navigation {
        visibility: hidden;
}

#body * {
    visibility: visible;
    width: 6.25in;
  }

#body input {
        visibility: hidden;
}


p {
    font-family: "Bitstream Vera Serif";
    font-size: 10pt;
    line-height: 14pt;
  }

h1, h2, h3, h4, h5, h6 {
    font-family: "Bitstream Vera Sans";
  }

}
