
/* Navigation Section */

div.navBar2 {
	height: 25px;
	width: 100%;
	border-top: solid #000 1px;
	border-bottom: solid #000 1px;
	background-color: black;
}
div.navBar2 ul {
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
	color: white;
	line-height: 25px;
	white-space: wordwrap;
}
div.navBar2 li {
	list-style-type: none;
	display: inline;
}

div.navBar2 li.nSelected {
	list-style-type: none;
	font-weight: bold;
	background-color: Maroon;
}

div.navBar2 a:visited {
	font-weight: bold;
	color: white;
}

div.navBar2 li a {
	text-decoration: underline;
	padding: 3px 5px;
	color: white;
}
div.navBar2 li a:link {
	font-weight: bold;
	color: white:
}


div.navBar2 li a:hover {
	font-weight: bold;
	color: black;
	background-color: Darkorange ;
}

li {
	padding-bottom:5pt;
}


/** Blog Content **/

td.contentColumn {
	background: white;
	vertical-align: top;
	padding: 14px;
	margin-right: 10px;
	margin-left: 10px;
}

.contentColumn p {
	margin-right: 10px;
}

p.Post {
	margin-left: 12px;
}

td.rightColumn {
	background: white;
	padding: 10px;
	width: 250px;
	vertical-align: top;
	border-left:1px dashed lightblue;
}

.rightColumn h3 {
	text-align: center;
	font-size: medium;
}

.rightColumn h4 {
	text-align: center;
	font-size: small;
}

.rightColumn p {
	margin-left: 10px;
	font-size: medium;
}

.rightColumn li {
	margin-left: 2px;
	font-size: small;
}

/* Section Headers */
h1 { 
	font-size: x-large;
	color: black;
}

h2 { 
	color: #000066;
	font-size: large;
}

h3 {
	font-size: medium;
	color: #336600; 
	margin-bottom:3pt;
	margin-top:3pt;
}

/* Body and Special Table Cells */ 	

body,div,p,td {
	font-family: Calibre, Sans-serif;
	font-size: medium;
}


body {
	background-color: white;
	color: black;
}

tr.toolbar {
	background-color: aqua;
	color: black;
}

div.header {
	font-size: normal;
	text-indent: 10px;
	background: rgb(204,204,255);
	color: black;
	border: solid;
	border-width: thin;
	width: 100%;
}

div.faq {
	border: none;
	border-width: none;
}

div.faq p {
	margin-left:8pt;
}

/** Primary Table Layouts */

.dataTable {
	margin:9px auto;
	width:99%;
}

.dataTable td {
	margin:0;
	padding:9px;
	border-top:1px dotted #ccc;
}
.dataTable .key {
	width:24%;
	border-right:1px dotted #ccc;
	font-size: normal;
	font-weight:bold;
	color:#666;
	text-align:right;
	vertical-align:top;
}
.dataTable .value {
	color:#000;
}

table.dataTable td {
	margin:0;
	padding:5px;
}


tr.headerRow, td.headerRow{
	background-color: aqua;
	color: black;
	font-weight: bold;
	border:1px solid black;
}

td.videoBox {
	background-color: #F4F4F4;
	text-align: center;
	color: black;
	font-weight: bold;
	border:1px solid #ccc;
}


/* Legend Information */

td.evenRow {
	background-color: white;
	vertical-align: top;
	text-align:left;
	border:1px solid black;
	padding: 2pt;
}

td.oddRow {
	background-color: #D3D3D3; /* Light Grey */
	vertical-align: top;
	text-align:left;
	border:1px solid black;
	padding: 2pt;
}
.errmsg {
	font-size: bigger; 
	color: red; 
	font-weight: bold
}

p.copyright {
	font-size: smaller;
	text-align:center;
}

p.captioned-image {
	font-size: 10pt;
	text-align:center;
	font-family: Monospace;
	font-weight: bold;
}


p.currencyNote {
	font-size: smaller;
	text-align:center;
}

p.licenseAgreementLink {
	font-size: smaller;
	text-align:center;
}

/** Product Information */
div#details {
	width: 175px;
	margin-left:1.5em;
	padding:1em;
	border:1px solid #fc0;
	background:#ffe;
}

div#details p {
	margin-top: 0pt;
	text-align: center;
}

div#details ul {
	text-align: left;
	margin:1em 0;
	padding:1em 0 0;
	border-top:1px dotted #ccc;
}

div#details li {
	margin:2px 0;
	padding-right:24px;
	font-size:.9em;
	font-weight:bold;
	line-height:1.2em;
	list-style-type:none;
	color:#333;
}

div#details li b {
	color:#999;
}

img.corner {
	width: 15px;
	height: 15px;
	border: none;
	display: block !important;
}

