@charset "utf-8";

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(img/g5_ex.png);
	background-repeat:repeat-x;
	background-attachment:fixed;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	height: 100%
}
.twoColFixRtHdr #container {
	width: 990px;
	margin: 0px auto;
	text-align: left;
	background: #ffffff;
	border-left-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	padding-top: 0px;
} 
.twoColFixRtHdr #header {
	padding: 0 10px 0 20px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
}
.twoColFixRtHdr #sidebar1 {
    margin-top: 0px;
	float: right; /* since this element is floated, a width must be given */
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 1px 10px;
	border-left: thin black dotted ;
}
.twoColFixRtHdr #mainContent {
	margin: 34px 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 10px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixRtHdr #singleContent {
	margin: 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 10px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

} 

.twoColFixRtHdr #TabbedPanels1 {
	margin-top: 12px; /* the tour layout does not include the right column */

} 

.twoColFixRtHdr #tourContent {
	margin: 0; /* the tour layout does not include the right column */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top: 5px;
} 
.twoColFixRtHdr #footer {
	background:#ffffff;
	border-right: 1px black solid;
	width: 990px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.fltIDRrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
    padding-right: 11px;
}

.fltlogo{
    float: left;
	margin-right: 8px;
    padding-left:  20px;
}

.html5logo{
    float: left;
	margin-right: 8px;
    padding-left:  20px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
img#bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#blog p{
    margin-top:0px;
    margin-bottom: 0px;
}

#buttonbar {
    font-size:11pt;
	width: 990px;
    height:32px;
}

#buttonlist li
{
display: inline;
list-style-type: none;

}

#buttonbar table{
   border-collapse: collapse;
   border-right:1px solid gray;

}

#buttonbar td {
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid gray;
    border-top: 1px solid gray;
}

#buttonbar td a{
    text-decoration: none;
    color: gray; 
}

#buttonbar td a:hover{ /*THEME CHANGE HERE*/
color: blue;
}

#content {
	position:relative;
	z-index:1;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
}

#forum p {
    margin-top:0px;
    margin-bottom: 0px;    
}

#linkbar {
    margin-bottom:0px;
	padding-bottom:0px;
	text-align: center;
	width: 990px;
    height:20px;
}

#linkbar p {
    margin:0px;
}

#linkbar td {
    background-image: url(img/nav_bk.gif);
    font-size: 12pt;    
}

#linkbar td a{
    text-decoration: none;
    color: white; 
}

#linkbar td a:hover{ /*THEME CHANGE HERE*/
color: yellow;
}

#navbar2 {
	text-align:center;
}

#search{
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 10px;	
}

#sidebar1 h5 {
	color:#FF0000;
}

#topCont {
	margin: 0px auto;
}

#topCont img {
	margin-left:auto;
	margin-right:auto;
    margin-top:0px;
    margin-bottom:0px;
	text-align:center;
}

#topImg {
	margin:30px 0px -4px 0px;
	padding: 0px;
}

a img {
	border: 0px none;
	display: block;			/* removes extra space underneath caused by default text-alignment */
}

form{
	border: 1px solid #99cc99;
	padding: 5px;
}

form td {
	font-size: 10pt;
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}

img.floatRight { 
    float: right; 
    margin: 4px; 
}

h1 {
	font: bold 14pt Arial, Helvetica, sans-serif;
	margin-top: 14pt;
	padding-bottom:  7pt;
	border-bottom-width: thin;
	border-bottom-style: dotted;
}

h2 {
	font: bold 12pt Arial, Helvetica, sans-serif;
	margin-top: 6pt;
	padding-bottom:  6pt;
	border-bottom-width: thin;
	border-bottom-style: dotted;
}

h3 {
	font: bold italic 10pt Arial, Helvetica, sans-serif;
	margin-top: 5pt;
	padding-bottom:  5pt;
}

h4 {
	font:bold 11pt Arial, Helvetica, sans-serif;
	margin-top: 10pt;  
}

h5 {
	font: 10pt Courier, serif;
}

p {
	font-size:small;
	z-index: 1;
}

ol {
	font-size:small;
}

ul {
	font-size:small;
}

ul.IDRlist {
    list-style-image: url("img/tick.gif");
    line-height: 200%;
	font-size:small;
}

.blockright {
	display: inline;
	float: right;
	margin: 0px; 
	position: relative;
}

.edge{
    border-left: 1px solid black;
    padding-left: 5px;
}


.featuretable {
	background-color: #C0C0C0;

	} 
	
.featuretable td {
	background: white;
	font: 10pt Arial, Helvetica, sans-serif;
	padding: 5px;
	}

.featuretable td.single {
	background: white;
	font: 10pt Arial, Helvetica, sans-serif;
	padding-left: 35px;
	
	}	
.featuretable td.bold { 
	font: bold 11pt Arial, Helvetica, sans-serif;
	background: white;
	}
	
.featuretable td.rowheader{ 
	font: 14pt Arial, Helvetica, sans-serif;
	background: #C0C0C0;
	} 
	
.featuretable td.rowheader10{ 
	font: 10pt Arial, Helvetica, sans-serif;
	background: #C0C0C0;
	}
 
.featuretable td.sub12{ 
	font: bold 12pt Arial, Helvetica, sans-serif;

	}

.ForumDate {
    font: 10pt "Times New Roman", Georgia, serif;
	color:black;
    margin:0px;
}

.ForumTitle {
    font: 10pt Arial, Helvetica, sans-serif;
	color:black;
    text-decoration: none;
     margin:0px;
}

.IDRh1 {
	font-size: 14pt;
	background-image:url(img/bhh1_back.gif);
	margin-top: 10px;
	margin-bottom: 5px;
	
}

.IDRSubRed10 {
    font: bold 10pt Arial, Helvetica, sans-serif;
	color:red;
	}

.IDRSub12 {
    font: bold 12pt Arial, Helvetica, sans-serif;
	}
	
.IDRSub11Bold {
    font: bold 11pt Arial, Helvetica, sans-serif;
	}

.IDRSub10 {
    font: bold 10pt Arial, Helvetica, sans-serif;
	}

.IDR10 {
    font: normal 10pt Arial, Helvetica, sans-serif;
	}

.IDRCourier10 {
    font: 10pt Courier, serif;
	}
	
.IDRNews {
    color: blue;
	}


.internallink{
	font-size:0.9em;
	text-align:center;
}

.pricetable{
	margin-left: 0px; 
	margin-right: 10px;
	padding: 1% 2%;
	text-align: center;
	}

.pricetable table {
	border: 1px solid black;
	border-collapse: collapse;
	} 

.pricetable td {
	background: white;
	font: 10pt Arial, Helvetica, sans-serif;
	padding: 5px;
	}

.pricetable td.rowheader{ 
	border: 1px solid black;
	font: 14pt Arial, Helvetica, sans-serif;
	background: #C0C0C0;
	} 

.pricetable td.oem {
	background: #ffffcc;
	font: 10pt Arial, Helvetica, sans-serif;
	padding: 5px;
	}

.pricetable td.site {
	background: #94c4ff;
	font: 10pt Arial, Helvetica, sans-serif;
	padding: 5px;
	border-right: 1px solid black;
	}
 
.SiteMapTable {
    border-collapse:collapse;
	border: 1px solid black;
    background-color: #C0C0C0;

	}
 
.SiteMapTable th {
	background: #C0C0C0;
	font: bold 11pt Arial, Helvetica, sans-serif;
    color: black;
	padding: 5px;
    text-align: left;
	}	

.SiteMapTable td {
	background: #C0C0C0;
	font: 9pt Arial, Helvetica, sans-serif;
    width: 198px;
	padding: 0 5px;
    vertical-align: top;
	}

.SiteMapTable td.copyright {
    background-image: url(img/nav_bk.gif);
	font: 11pt Arial, Helvetica, sans-serif;
    color: yellow;
	width: 990px;
    height: 20px;
    vertical-align: middle;
    text-align: center;
	}	

.SiteMapTable a {
	text-decoration: none;
    }

.rightb {
    cursor: pointer;
	display: inline;
	float: right;
	margin: 0px; 
	position: relative;
	}
    
.TBorder{
    border-left: 1px black dotted;
    padding-left: 15px;
}

/* Mini Download page */    

input,textarea {
    font-family: Helvetica, Arial, sans-serif;
    background: url(img/bg-input-gradient.png) repeat-x 0 0;
    border: 1px solid #666666;
    padding: 5px;
    width: 175px;
}

textarea {
    height: 140px;
}

fieldset div {
    margin: 0 0 10px 10px;
}
fieldset div label {
    line-height: 1.1;
    margin: 5px 20px 0px 0px;
    width: 140px;
    float: left;
    font: normal 10pt Arial, Helvetica, sans-serif;
    text-align: left;
}

fieldset div input,
fieldset div textarea,
fieldset div select {
    display: block;
    line-height: 1;
}

.FormSubmitButton{
    border: none;
    cursor: pointer;
    background: url(img/demoDownload.png) no-repeat 0 0;
    width: 186px;
    height:  50px;
}

.FormSearchButton{
    border: none;
    cursor: pointer;
    background: url(img/search.png) no-repeat 0 0;
    width: 149px;
    height:  32px;
}

.sRadio{
   border: none;
   width: 40px;
   background: white; 
}

#Contact input, textarea{
    font-family: Helvetica, Arial, sans-serif;
    background: url(img/bg-input-gradient.png) repeat-x 0 0;
    border: 1px solid #666666;
    padding: 5px;
    width: 300px;
}

#Contact textarea{
    height: 160px;
}

#Contact .FormSendButton{
    border: none;
    cursor: pointer;
    background: url(img/send.png) no-repeat 0 0;
    width: 120px;
    height:  30px;
}
