/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

/* Remove border of img that are associated to one hyperlink  on every browsers */
a img{
border: 0px ;
}

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #030888;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 padding-right:20px;
 text-align:right;
 width:145px;
 float:left;
}
				
.Style4 {
    color: #010170;
    font-size: 14px;
}
.Style6 {color: #FFFFFF}
.Style13 {font-size: 80%}
.Style14 {font-size: 12px}
.Style15 {
    color: #818181;
    font-size: 10px;
    font-style: italic;
}
.Style20 {
    font-size: 11px;
    color: #666666;
    margin-left: 25px;
    padding-bottom: 2px;
    line-height: 15px;
    padding-top: 3px;
}
.Style21 {
    color: #006600;
    font-weight: bold;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #CCCCCC;
	width: 800px;
	color: #999999;
	position: static;
	line-height: 17px;
	top: 0px;
	height: 80px;
}

#masthead img{
	border: 0;
}

#fixedNavBar{
	position: fixed;
	top: 100px;
	left: 0px;
	width: 140px;
	background-color: #F8F8F8;
	margin-left: 10px;
	line-height: 13px;
	color: #999999;
	border: 1px solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#navBar{
	position: absolute;
	top: 100px;
	left: 0px;
	width: 140px;
	background-color: #F8F8F8;
	margin-left: 10px;
	line-height: 13px;
	color: #999999;
	border: 1px solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#navBar_fs{
	position: absolute;
	top: 5px;
	left: 0px;
	width: 140px;
	background-color: #F8F8F8;
	margin-left: 10px;
	line-height: 13px;
	color: #999999;
	border: 1px solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#content{
	position: absolute;
	top: 100px;
	left: 165px;
	padding: 0px 3px 3px 3px;
	font-size: 80%;
	width: 620px;
}

#content_fs{
	position: absolute;
	top: 5px;
	left: 165px;
	padding: 0px 3px 3px 3px;
	font-size: 80%;
	width: 620px;
}

#vertical_content{
	position: absolute;
	top: 100px;
	left: 1px;
	padding: 0px 3px 3px 3px;
	font-size: 80%;
	width: 100%;
}


#content td{
	text-align: justify;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
	color: #cccccc;
	padding: 0px 0px 0px 10px;
	white-space: normal;
	margin-top: 5px;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
/*	position:relative;
	left: 0px;
	top: 0px;*/
}

.feature p {
	text-align: justify;
	margin-top: 10px;
	}

.feature h3{
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	margin-right: 5px;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	position: absolute;
	font-size: 75%;
	color: #cccccc;
	width: 790px;
	padding: 5px 0px 5px 10px;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	top: 500px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #999999;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {
	list-style: none;
	background-color: #FFFFFF;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

li {
	margin-bottom: 5px;
}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	font-size: 90%;
	list-style-type: none;
}

#sectionLinks h3{
	padding: 5px 0px 2px 10px;
}

#sectionLinks a:link{
/*	padding: 2px 0px 2px 10px;
	width: 100%;*/
  voice-family: "\"}\""; 
  voice-family:inherit;
/*	width: auto;*/
}

#sectionLinks a:visited{
/*	padding: 2px 0px 2px 10px;*/
}

#sectionLinks a:hover{
	background-color: #dddddd;
	color: #666666;
/*	padding: 2px 0px 2px 10px;*/
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #999999;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/************** #jmmc download area *************/
#category{
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #CCCCCC;
	width: 800px;
	line-height: 17px;
	top: 0px;
}

#file{
	border: 1px solid #CCCCCC;
    margin-top: 5px;
    padding: 3px;
}

#filesize {
	text-align: left;
	font-family: fixed;
    font-size: 80%;
}


/************** use these classes to get boxes *************/
.box {
    border:1px solid #CCCCCC;
    padding: 3px;
    margin: 3px;
}
.error {
    border:1px solid #CCCCCC;
    border-left:5px solid #FF0000;
    padding: 3px;
    margin: 3px;
    color: #FF0000;
    background-color:#D0D0D0;
}
/************** use these classes to get colorized tables *************/
.coloredtable table {
    color: #334D55;
    border:2px solid #CCCCCC;
    border-collapse:collapse;
}
.coloredtable thead, tfoot {
    background-color:#F8F8F8;
    border:1px solid #993300;
}
.coloredtable tbody {
    background-color:#FFFFFF;
    border:1px solid #EEEEEE;
}
.coloredtable th {
    font-family:monospace;
    border:1px dotted #CCCCCC;
    padding:5px;
    background-color:#F8F8F8;
}
.coloredtable td {
    white-space: nowrap;
    font-family:monospace;
    font-size:100%;
    border:1px solid #CCCCCC;
    padding:4px;
    text-align:left;
}

/***************** added for jar icons *************/
/* info colledted from http://feedicons.com/code/  */
.jar {
    margin-left: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 20px;
    background: url("../images/jar-icon-16x16.png") no-repeat 0 50%;
}


/***************** added for rss icons *************/
/* info colledted from http://feedicons.com/code/  */
.feed {
    margin-left: 3px;
    padding: 0 0 0 19px;
    background: url("../images/feed-icon-14x14.png") no-repeat 0 50%;
}

.feed-list {
    margin: 0 0 15px 15px;
    padding: 0;
    list-style-type: none;
}

.feed-list li {
    margin: 0 0 10px 0;
    padding: 0;
    list-style-type: none;
}

.feed-list li a {
    padding: 0 0 0 19px;
    background: url("../images/feed-icon-14x14.png")
    no-repeat 0 50%;
    list-style-type: none;
} 


/***************** added for download areas *************/
/* Define one downlaod application */
.downloadApp {
    background-color: #f8f8f8;
    font-weight: bold;
    padding: 15px ;
    padding-bottom: 25px ;
    border: solid #cccccc 1px;
    text-align: center;
    width:70%;
    margin-top:30px;
    margin-bottom:25px;
    margin-left:auto;
    margin-right:auto;
}
/* Define the application icon */
.downloadAppIcon {
    text-align: center;
    border: solid #000 1px; 
    margin-top:-30px;
}
/* Fix white background for transparent icons */
img.downloadAppIcon{
    background-color: #FFF ;
}

/* Define the download icon */
.downloadAppStartIcon {
    float:left;
    margin-left:10px;
}

/* Define the help icon */
.downloadAppHelp {
    float:right;
    margin-right:10px;
}


.centered {
  text-align:center;
}

/********* feature comparison ***************************/

.yes {
  background: #90ff90;
}

.no {
  background: #ff9090;
}

#content td.no,
#content td.yes {
  font-weight: bold;
  text-align: center;
}

td.nowrap {
  white-space:normal;
}

/******** bot prevention onto feedback report (honf means hidden on feedback) ********/
.honf {
    display: none;
}


