@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: 0 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;
	margin-top: 0px;
	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 {
	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: 0 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: 10px 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;
}
.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%;
}

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

img#top {

}

img#bottom {

}

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

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;
}

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


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

h5 {
	font: 10pt Courier, serif;
}

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

.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;
	}

ol {
	font-size:small;
}

ul {
	font-size:small;
}

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

#sidebar1 h5 {
	color:#FF0000;
}

#navbar2 {
	text-align:center;
}

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

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


#topCont {
	text-align: center;
	margin: 0 auto;
}

#topCont img {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#topImg {
	margin:0;
	padding: 0;
	height: 15px;

}

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

#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;
}

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

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

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

form td {
	font-size: 10pt;
}


.featuretable table {
    background-color: #F3F3F3;

	} 
	
.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;
	}

.exampleTable {
    width: 700px;
    background-color: #F3F3F3;
}

.exampleTable td.rowheader{ 
	font: 12pt Arial, Helvetica, sans-serif;
    color: yellow;
	background-image: url(img/nav_bk_25.gif);
    padding: 5px;
	} 
    
.exampleTable td {
	background: white;
	font: 10pt Arial, Helvetica, sans-serif;

	}
 
.exampleTable td.detail {
    font: 10pt Arial, Helvetica, sans-serif;
    background-color: #F3F3F3;
	
 }

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

.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;
	}

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