﻿/*Reset START*/

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote{padding:0;margin:0;font-size:100%;font-weight:normal;}
table{border-collapse:collapse;border-spacing:0;}
td, th, caption{font-weight:normal;text-align:left;}
img, fieldset{border:0;}
ol{padding-left:1.4em;list-style:decimal;}
ul{padding-left:1.4em;list-style:square;}
q:before, q:after{content:'';}

/*Reset END*/


html{
    background-image:url('../images/background.png');
    background-repeat:repeat;
}

body {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size:1.0em;
}



#container {
	/*width: 100%;*/
	width: 960px;
	margin:0 auto;
	margin-top: 17px;
	/*border-bottom: 2px solid #a0522d;*/
	background-color: #fff;
	
}
#masthead {
	width: 944px;
	padding:5px;
	background-color: black;/*navy; /*#009999; /*#99CC00; :#333300;*/
	color: yellow; /*orange;/*Hex code for orange is ffa500*/
	border:3px solid silver;
	/*padding-bottom:35px;*/
	padding-bottom:10px;
}

#head{
	font-size:3em;
	font-weight: bold;
	text-transform: uppercase;
}

#subhead{
	font-weight: normal;
	color:white;
}

#social{
	background-color:#333300;
	margin-top:5px;
	margin-bottom:5px;	
}

#navigation {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	margin-top:10px;
	margin-bottom: 5px;
}

#gennavigation {
	width: 700px;
	/*margin-right: auto;
	margin-left: auto;*/
	clear: both;
	overflow: hidden;
	/*margin-top:10px;
	margin-bottom: 5px;*/
}

.topdscnav {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	margin-top:10px;
	margin-bottom: 5px;
}

#breadcrumb{
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	text-align:center;
}

#breadcrumb a{
	color:#333300;
}

#page_content {
	width:960px;
	padding:5px;
	margin:0 auto;
}
#content {
	width: 600px;
	float: left;
	padding-top: 2px;
	padding-bottom: 5px;
	text-align: left;
}
#sidebar {
	margin-left:620px;
	width: 310px;
	/*padding-top: 5px;
	padding-bottom: 5px;*/
	padding:5px;
	text-align: left;
	/*background-color:#FFFFCC;
	border: solid 2px #a0522d;*/
}
#footer {
	clear: both;
	width: 944px;
	text-align: center;
	margin-top: 10px;
	padding:5px;
	background-color:black; /*navy; /*#009999; /* #333300;*/
	font-size:1.2em;
	border:3px solid silver;
}

/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	text-transform: uppercase;
	float: left;
	display: inline;

}
#masthead h3 {
	font-weight: normal;
	float: left;
	display: inline;
}

/* Navigation Styles */
/*** Navigation 1 START***/
#gennavigation {
	/*float:right;*/
}

#gennavigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#gennavigation li {
	float: left;
}
#gennavigation a {
	text-decoration: none;
	color: #a0522d;
	color:white;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	background-color: #edb;
	background-color:gray;
	font-size:0.8em;
}
#gennavigation a:hover {
	text-decoration: none;
	color: black;
	background-color: white;
}
/*** Navigation 1 END***/


/*** Navigation 2 START***/
.topdscnav ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
.topdscnav li {
	float: left;
}
.topdscnav a {
	text-decoration: none;
	color: #a0522d;
	color:white;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	background-color: #edb;
	background-color:black;
	font-size:1em;
}
.topdscnav a:hover {
	text-decoration: none;
	color: #edb;
	background-color: #a0522d;
	background-color:navy;
}

#dscnavigation2 {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	margin-top:10px;
	margin-bottom: 5px;
}


/*** Navigation 2 END***/


/* Content Styles */
#content h2,h3,h4,h5,h6 {
	/*color: #a0522d;
	color:#333300;
	color:brown;*/
	color:#a52a2a;
}

#content h1 {
	font-size:2em;
	font-weight:bold;
	color:#333300;
	margin-bottom:0.2em;
}

#content h2 {
	font-size:1.5em;
	font-weight:bold;
	margin-top:0.8em;
	margin-bottom:0.3em;
}

#content h3 {
	font-size:1.0em;
	font-weight:bold;
	font-style:italic;
	margin-top:0.4em;
}

#content img {
	padding: 5px;
	border: 1px solid #a0522d;
}
/* Sidebar Styles */
#sidebar p {
	color: #222;
}

#sidebar h2 {
	font-size:1.5em;
	font-weight:bold;
	color:navy;
}

#sidebar h3 {
	font-size:1.2em;
	font-weight:bold;
	color:gray;
}


#sidebar img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-left: 10px;
}

#sidebar #sidebarlist{
	background-color:#16212A;
	color:yellow; 
	font-weight:bold;
	font-size:1.4em;
	text-align:center;
	padding:5px;
}

#sidebar h3{
	color:black;
	font-size:1em;
	font-weight:normal;
	padding-bottom:0.2em;
}

.siderate {
	text-decoration:underline;
	font-weight:bold;
}

/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color:white; /* #808080;*/
}

#footer #footergennavigation {
	font-size: 0.85em;
	color:white; /* #808080;	*/
}

#footer a {
	color: #a0522d;
	color:#FFFFCC;
	text-decoration: underline;
}
#footer a:hover {
	color: #800000;
	color:white;
	color:#66CCFF;
	text-decoration: none;
}

/* Link Styles */
a {
	color: #a0522d;
	text-decoration: underline;
}
a:hover {
	color: #800000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}


.stepbullet {
	font-weight:bold;
}

/*
#formdownloadside {

	text-align:center;
	margin-left:-15px;
	padding:10px;
	background: url('../images/dnldsidebtn1.gif') no-repeat left top;
	margin-right: auto;
	margin-top: -5px;
	margin-bottom: -20px;
}

#formdownloadside a {
	font-size:1.5em;
	color:navy;
	font-weight:bold;
	display:block;
	font-family:calibri, Cambria, "palatino Linotype", serif;
	text-decoration:none;

}

#formdownloadside:hover{
	background: url('../images/dnldsidebtn2.gif') no-repeat left top;
}
*/

#formdownloadmain a{
	font-size:1.5em;
	color:navy;
	font-weight:bold
}

.pricing {
	margin:5px auto;
	border-collapse:collapse;
}

.pricing td, .pricing th {
  font-size: 0.85em;
  border: 1px solid gray;
  padding: 2px 1px 2px 4px;
  text-align:center;
  width:170px;
  background-color:#fff;
}

.pricing th
{
    text-align: center;
    padding-top: 5px;
    padding-bottom: 2px; 
    color: #FFF;
    text-align: center;
    background-color:#000;
    color:#FFF;
    font-weight:bold;
    font-size: 0.9em;
    background-color:#16212A; 
	color:yellow;
}

.pricing tr.alt1 td{
	background-color:#CCCCFF;
}

.pricing tr.alt2 td{
	background-color:#FFFFCC;
}

.pricing tr.alt3 td{
	background-color:#f5fffa;
}

/*
.side1 {
	width:280px;
	background: url(../images/side1.jpg) no-repeat left top;
	font-size:2.2em;
	text-align:center;
	color:white;
	margin:0px auto;
	margin-top:10px;
	padding:5px 2px;
}

.side2 {
	width:280px;
	background: url(../images/side2.jpg) no-repeat left top;
	font-size:2.2em;
	text-align:center;
	color:yellow;
	margin:-25px auto;
	padding:5px 2px;
}


.side {
	font-size:2em; 
	font-weight:bold; 
	color:blue;
	margin:0px auto; 
}
*/

.formdownloadlink a{
	/*background:silver;
	border:4px solid blue;
	padding:5px;*/
	font-size:1.3em;
}

.formdownloadlink a:link{
	color:blue;
}

.formdownloadlink a:visited{
	color:blue;
}

.formdownloadlink a:hover{
	color:purple;
}

.formdownloadlink a:active{
	color:blue;
}


#docFAQs ol li ol{
	list-style:lower-roman;
}

a.faqlink {
	color:blue;
}

.gototop {
	text-align:right;
	font-weight:bold;
}

.gototop a, .gototop a:link,.gototop a:visited,.gototop a:hover{
	color:#663300;
}

.eqterm{
	font-style:italic;
}

#rightfooter {
	text-align:right;
	font-size:10px;
	color:white;
}

#rightfooter a,#rightfooter a:hover, #rightfooter a:visited{
	color:white;
	font-size:10px;
}

#footer #credit {
	font-size:0.8em;
	color:white;
}

#credit a, #credit a:hover, #credit a:visited{
	font-size:0.8em;
	color:white;
	
}

.diritem {
	margin-bottom:10px;
}

#USBdifftable {
  width: 98%;
  border-collapse: collapse;
}	

#USBdifftable th{
	text-align:center;
	font-weight:bold;
	background-color:#16212A; 
	color:yellow;
}

#USBdifftable td, #USBdifftable th {
  border: 2px solid #DDB575;
  border: 2px solid gray;  
  padding:2px;
}

.tm{
	vertical-align:super;
	color:gray;
}


ul.roundbullet li{
	list-style-type:disc;
	margin-top:0.8em;
}

#faqlist li{
	margin-top:10px;
}

#social{
	text-align:left;
	margin-left:200px;
}

.disclaimer{
	font-style:italic;
	font-size:0.9em;
	margin-top:5em;
	margin-bottom:0.5em;
	
}

.related-links {
	/*font-size:0.8em;*/
	margin-top:5em;
}

.ncodehighlight {
	font-size:1.5em; 
	text-decoration:underline;
}

#sidebarnotice {
	border: 2px solid red;
	margin-bottom:10px;
	padding:5px;
}

#sidebarnotice h2{
	color:maroon;
	font-size:20px;
	text-decoration:underline;
}

#sidebardiff {
	border: 2px solid purple;;
	margin-bottom:10px;
	padding:5px;
	color:navy;
	font-size:1.2em;
	font-weight:bold;
	
}

h3.blogdesc {
	color:gray;
}

#rssdiv {
	border:2px solid black;
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
	padding:2px;
	text-align:center;
	width:90%;

}

#rssdiv p{
	font-weight:bold;
}
	
#rssdiv img {
	padding-right:100px;
}


/*05-Nov-15*/
.itemname {
	background-color:navy;
	font-size:2em;
	color:white;
}

.itemdetails {

	font-size:1em;

}

.indkycoptions {
	margin:5px auto;
	border-collapse:collapse;
	width:98%;
}

.indkycoptions td, .indkycoptions th {
  font-size: 1.0em;
  border: 1px solid gray;
  padding: 2px 1px 2px 4px;
  text-align:left;
  /*width:15em;*/
  background-color:#fff;
}

.indkycoptions th
{
    text-align: center;
    padding-top: 5px;
    padding-bottom: 2px; 
    color: #FFF;
    text-align: center;
    background-color:#000;
    color:#FFF;
    font-weight:bold;
    font-size: 1.2em;
    background-color:#16212A; 
	color:yellow;
}

/*
.indkycoptions th.diffno {
	width:0.5em;
}


.indkycoptions td.diffno {
	width:0.5em;
}
*/
.indkycoptions tr.alt1 td{
	background-color:#CCCCFF;
}

.indkycoptions tr.alt2 td{
	background-color:#FFFFCC;
}

.indkycoptions tr.alt3 td{
	background-color:#f5fffa;
}


.indkycoptions .srno {
	width:1em;
}

.bluepen{
	color:blue;
}