
/* QUICK PICK STYLES */


/* DESIGN TABLE CONTAINER */


@media print {
     BODY { display : none }
   }


.WtblDiv {
	background:#FFF;
	width:100%;
 0px 10px 0px
	}


.Qtable {
	width:100%;
	}


.QtblDivContainer {
	clear : both; /* moz fix */
	padding:none;
	background:#FFF;
	height:auto;
	margin: 0px auto;  /* MOZ HACK to center element */
	margin: expression('5px 0px 0px 0px');
	}

/* QUICK PICK TABS */

/* <!-- top,right,bot,left --> */
 
#tabs1, 
#tabs2, 
#tabs3,
#tabs4,
#tabs5,
#tabs6,
#tabs7
{
	float:left;
	width:100%;
	background:transparent;
	font: BOLD 12px Arial,Verdana;
	line-height:normal;
	border-bottom:1px solid #7b9ebd;
	margin:0px;
      }

#tabs1 ul,
#tabs2 ul,
#tabs3 ul,
#tabs4 ul,
#tabs5 ul,
#tabs6 ul,
#tabs7 ul  
{
	margin:0;
	padding:10px 10px 0 5px; /* all tabs 5px from left */
	list-style:none;
      }

#tabs1 li,
#tabs2 li, 
#tabs3 li,
#tabs4 li,
#tabs5 li,
#tabs6 li,
#tabs7 li
{
      display:inline;
      margin:0;
      padding:0;
      }

#tabs1 a,
#tabs2 a, 
#tabs3 a,
#tabs4 a,
#tabs5 a,
#tabs6 a,
#tabs7 a
{
      float:left;
      background:url("images/tableft_b_y.gif") no-repeat left top;
      margin:0;
      padding:0 1 0 4px; /* all tabs 1px apart */
      text-decoration:none;
	-moz-outline:0px; /* remove dashed border for mozilla firefox + net7 */
      }

#tabs1 a span,
#tabs2 a span,
#tabs3 a span,
#tabs4 a span,
#tabs5 a span,
#tabs6 a span,
#tabs7 a span
{
      float:left;
      display:block;
      background:url("images/tabright_b_y.gif") no-repeat right top;
      padding:5px 6px 4px 0px; /* text  */
      color:#FFF;

      }


	/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs1 a span,
#tabs2 a span, 
#tabs3 a span, 
#tabs4 a span, 
#tabs5 a span,
#tabs6 a span,
#tabs7 a span 
{
float:none;
}
	/* End IE5-Mac hack */


#tabs1 a:hover span,
#tabs2 a:hover span, 
#tabs3 a:hover span,
#tabs4 a:hover span,
#tabs5 a:hover span,
#tabs6 a:hover span,
#tabs7 a:hover span
{
	color:#FFF;
	font: italic 12px Arial,Verdana;
      }

/* QUICK PICK COLLAPSER DIV */

/* <!-- top,right,bot,left --> */

/* HOME PAGE QUICK PICK OUTER DIV */

 .quickDivOut {
	clear : both; /* moz fix */
	overflow:hidden; /* MOZ HACK */
	overflow: expression('visible');  /* MOZ HACK */
 	padding:5px 0 5 0;
	padding: expression('5px 0px 0px 0px');
	border-bottom:1px dashed #3C0;
	margin:0px;
	margin-bottom:10px;
	height: auto;  /* MOZ HACK */
	height: expression('27px');
 /* 	position: relative; */    /* for FADER */
	}


/* 	div.cf_wrapper
	{
		position: relative;
	}
 */

/* NESTED DIV */

 .collContentDiv {
	text-align:left;
	background: url(images/ajax-loader3.gif) no-repeat 50% 10px;
 	padding:5px 0 0 0;
	padding: expression('0px');
	overflow:visible; /* MOZ HACK */
	overflow: expression('hidden');  /* MOZ HACK */
/* position: absolute; */
/*  float: center; */

	}

/* SHADOW GIF UNDER DESIGN GRID */

.shadow {
	width:100%;
	height:16px;
	margin:0px 0 10 0;
}


/* RADIOS - VALUE PIKS */

LABEL {
	cursor:hand;
	vertical-align:middle;
	font: normal 11px Arial;
	}

.rad {
	vertical-align:middle;
	-moz-outline-width:0px;
	}



/* TableHeader */

.tH {
font: normal 10px arial;
/* background-color:#CEDEED; */
background-color:#ECF5FA;
color:#08729C;

text-decoration:none;
padding: 0px 1 0 1;
text-align:center;

}

/* Y! border blu #7b9ebd */

/* TableBodyAlter */

.tBA {
font: normal 10px arial;
/* color:#003399; */
color:#0054E3;

/* background-color:#ECF5FA;  */ /* BEGINS AT ROW #1  */
background-color:#fff;  /* BEGINS AT ROW #1  */
padding: 0px 1 0 1;

}

/* TableBody */

.tB {
font: normal 10px arial;
/* color:#08729C; */
color:#0054E3;
/* background-color:#F5F8FD; */  /* BEGINS AT ROW #2 */
background-color:#fff;
padding: 0px 1 0 1;

}


.WtblDiv A, .WtblDiv A:link, .WtblDiv A:visited, .WtblDiv A:active {
	color:#0054E3;
	}

.WtblDiv A:hover{

	text-decoration:none;
	}

/* Y! CORNERS BLUE DATA CONTAINERS */

.top-container-ltblu {
  border:1px solid #B3D7EB;
  background-color:#fff;
  width:auto;
}

#onh_ltblu .corner-top, #onh_ltblu .corner-left, #onh_ltblu .corner-bottom  {
background-image:url(images/ltblu_cor.gif);
}


/* DONT SHOW BANNERS */
/* 
.dharma_ban { display:none; }
.phoenix_ban {  }

 */


/* 5 STAR AWARD STRING IN FEATURES */

/* INSERTED BY .js innerHTML */

.awardTxt{
font: bold 10px arial;
font-style:italic;
color:#0054E3;
	}

.award{
display:inline
	}

.energy{
display:inline;
font: bold 11px arial;
color:#0099FF;//#008000;
	}
