body{
padding:0px;
margin:0px;
background-image:url('images/bw-honey.gif');
font-family: sans-serif;
color:#FFF;
}

a:link {color: #FFFFFF; text-decoration: underline; }
a:active {color: #FFFFFF; text-decoration: underline; }
a:visited {color: #FFFFFF; text-decoration: underline; }

div.content {
	clear: left;
	padding: 1em;
}

ol#toc {
	height: 2em;
	list-style: none;
	margin: 0;
	padding: 0;
}

ol#toc a {
	background: url(images/tabs.gif) 100% 0;
	color: #008;
	float: left;
	line-height: 2em;
	outline: none;
	padding-right: 10px;
	text-decoration: none;
}

ol#toc li.current {
	background-color: #48f;
	background-position: 0 -60px;
}

ol#toc li.current a {
	background-position: 100% -60px;
	color: #fff;
	font-weight: bold;
}

ol#toc li {
	background: #bdf url(images/tabs.gif);
	float: left;
	margin: 0 0 0 0;
	padding-left: 10px;
}

.center{text-align: center;}
.container {
		margin: 0 auto;   /* align for good browsers */
		width:600px;
		text-align: left;	
	}
	
.h_text {color:#FFFFFF; line-height:17px;font-family:Tahoma;}
.h_text span{color:#E28905;}
.h_text strong{color:#6C6C6C; line-height:15px}


input.button {
	 border:none;
    background:url(images/plus_sign.png);
    background-repeat:no-repeat; 
    background-position:center;
    height: 23px;
    width: 16px;
 }

.box {

	width:650px;
   background: #201F1F;
	margin: 0;
	padding: 0;
	clear: left;
	padding: 1em;
}

.faq_box {
		width:60%;
		margin:0 auto;
		text-align:left;
		
		}
.h3_text {color:#FFFFFF; line-height:17px;font-family:Tahoma;}
.h3_text span{color:#FE8300}


.shadetabs{
padding: 0px 0;
margin:0px auto;
margin-left:5px;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;

top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 2px;
}


.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

.dialog {
 width:100%;
 margin:0px auto;
 min-width:20em;
 max-width:1100px; /* I only cut the left background images out to 800px. You could do much larger, etc. */
 color:#fff;
}

.dialog .hd .c,
.dialog .ft .c {
padding: 0px 0;
 font-size:1px; /* ensure minimum height */
 height:11px;
}

.dialog .ft .c {
 height:14px;
}

.dialog .hd {
 background:transparent url(images/tl.png) no-repeat 0px 0px;
 margin-right:14px; /* space for right corner */
}

.dialog .hd .c {
 background:transparent url(images/tr.png) no-repeat right 0px;
 margin-right:-14px; /* pull right corner back over "empty" space (from above margin) */
}

.dialog .bd {
 background:transparent url(images/ml.png) repeat-y 0px 0px;
 margin-right:6px;
}

.dialog .bd .c {
 background:transparent url(images/mr.png) repeat-y right 0px;
 margin-right:-6px;
}

.dialog .bd .c .s {
 margin:0px 8px 0px 4px;
 background:#000 url(images/ms.jpg) repeat-x 0px 0px;
 padding:1em;
}

.dialog .ft {
 background:transparent url(images/bl.png) no-repeat 0px 0px;
 margin-right:14px;
}

.dialog .ft .c {
 background:transparent url(images/br.png) no-repeat right 0px;
 margin-right:-14px;
}

/* content-specific */

.dialog h1 {
 /* header */
 font-size:2em;
 margin:0px;
 padding:0px;
 margin-top:-0.6em;
}

p {
 font-family:verdana,tahoma,arial,"sans serif";
}

.dialog p {
 margin:0.5em 0px 0px 0px;
 padding:0px;
 font:0.95em/1.5em arial,tahoma,"sans serif";
}


.title
{margin-left:150px;
font-weight:bold;
color:#FFD24F;}

.error
{margin-left:20px;
font-weight:bold;
color:#EE0000;}

.star
{float:left;
font-weight:bold;
color:#EE0000;}

.copy
{width:900px;
font-weight:bold;
}
	
.caption
{font-size: 75%;}

.displayed {
  display:block; 
   margin:0 auto; 
   text-align:center;  }



