/******************************************************************************
 * Standard BW Styles
 */

.bw_text
{
font-size: 12px;
padding-left: 2px;
text-align: left;
color: #454545;
font-family: "Trebuchet MS","Geneva CY",Verdana;
}

.bw_button 
{
background:#666;
border: 1px solid #000;
width:85px;
line-height: 100%;
font-size: 1em;
padding: 3px;
color:#FFF;
}


table.bw_table
{
   border:solid 1px #cccccc;
   border-collapse: collapse;
}

table.bw_table tr th
{
     font-weight: bold;
     font-size: 12px;
     font-family: "Trebuchet MS","Geneva CY","Verdana";
     color: #ffffff;
     background-color: #333366;
     border:solid 1px #cccccc;
}

table.bw_table tr
{
     font-size: 12px;
     font-family: "Trebuchet MS","Geneva CY","Verdana";
     background-color: #f8f8f8;
     border:solid 1px #cccccc;
}

table.bw_table tr.rowHightlight
{
     font-size: 12px;
     font-family: "Trebuchet MS","Geneva CY","Verdana";
     background-color: #e2e2e2;
     border:solid 1px #cccccc;
}


table.bw_table td
{
     padding:3px;
     border:solid 1px #cccccc;
}



/******************************************************************************
 * Divs and Text
 */
div.component {
     padding: 5px;
}

div.componentHeader 
{
    background-image: url(/images/doctor_child_small.jpg);
    background-position:right;
    background-repeat:no-repeat;
    min-height:115px;
    height:115px;
  
}

.componentTitle
{
    font-size:14pt;
    color:#6279a0;
}

.componentText
{
    padding-top:5px;
   
}

.grayGradient
{
    background-image:url(/images/portal/grid_slice.gif);
    background-repeat: repeat-x; 
    background-position: bottom center;
}


.yellowGradient
{
    background-image:url(/images/portal/grid_yellowslice.gif);
    background-repeat: repeat-x; 
    background-position: bottom center;
}

.blueGradient
{
    background-image:url(/images/portal/grid_blueslice.gif);
    background-repeat:repeat-x;
    background-position: bottom center;
}

.quote_disclaimer
{
    font-size:11pt;
    color:gray;
    margin:10px;
}

 /* Handles Norvax Bad HTML  */
.quote_disclaimer ul li p
{
    font-size:11pt;
    color:gray;
}

/******************************************************************************
 * Tables
 */
table.planCompareTable tr th
{
    background-image:url(/images/portal/grid_slice.gif);
    background-repeat: repeat-x; 
    background-position: top center;
    background-color:#c3c2c1; 
}

table.planCompareTable tr th.planCompareYellow
{
         background-image:url(/images/portal/grid_yellowslice.gif);
         background-repeat: repeat-x; 
         background-position: bottom center; 
         background-color:#ffeeac; 
         color: #828282;
         width: 200px; 
}
table.planCompareTable tr td
{
         padding: 5px 5px 5px 5px; 
}

table.historyTable tr td
{
    padding:5px;
}


table.subTable tr th
{
    border-bottom:solid 1px black;
    font-weight:bold;
}

table.subTable tr td
{
    text-align:center;
}


/******************************************************************************
 * Menus
 */



div.com_quote_menu_welcomeText
{
       font-weight:bold;
       margin-left:5px;
}
			
div.com_quote_menu_links
{
	line-height:1.5em;
	font-size:8pt;
	color:#FFF;
	font-family:arial;
	margin-right:5px;
}
			
div.com_quote_menu_links a:link,
div.com_quote_menu_links a:visited,
div.com_quote_menu_links a:active
{
        color:#FFF;
        text-decoration:underline;
}

div.com_quote_menu_links a:hover
{
      color: #aaaaaa;
      text-decoration:none;
}

/******************************************************************************
 * Buttons
 */
.componentButtonYellow
{
    background-image:url(/images/ButtonImages/yelbtn_tall_slice.gif);
    background-repeat:repeat-x;
    border: 1px solid #999999;
    width:120px;
    font-size: 13px;
    font-weight:bold;
    font-family:arial;
    padding: 3px;
    color:#6279a0;
}

.componentButtonGray 
{
    background-image:url(/images/ButtonImages/graybtn_tall_slice.gif);
    background-repeat:repeat-x;
    border: 1px solid #999999;
    width:120px;
    font-size: 13px;
    font-weight:bold;
    font-family:arial;
    padding: 3px;
    color:#6279a0;
}

.componentButtonBlue 
{
    background-image:url(/images/ButtonImages/blubtn_tall_slice.gif);
    background-repeat:repeat-x;
    border: 1px solid #999999;
    width:120px;
    font-size: 13px;
    font-weight:bold;
    font-family:arial;
    padding: 3px;
    color:#FFF;
}

/******************************************************************************
 * Tableless Forms
 */
div.formRow {
  clear: both;
  padding-top: 5px;
  }

div.formRow label {
  float: left;
  width: 125px;
  text-align: right;
  }

div.formRow .field {
  float: right;
  width: 335px;
  text-align: left;
  } 

div.spacer {
  clear: both;
  }



/******************************************************************************
 * Fieldset Forms
 */
fieldset {
    margin: .5em 0;
    border: none;
    border-top: 1px solid #ccc;
    padding-bottom: 5px;
    border-bottom: none;
}

fieldset legend {
    margin-bottom: 5px;
    padding: 0.5em;
    color: #036;
    background: transparent;
    font-size: 1.2em;
    font-weight: bold;
}


fieldset.tableless div {
    padding:0.3em;
}

fieldset.tableless div div {
    padding:0em;
}

fieldset.tableless label {
    font-size:1.0em;
    font-weight:bold;
}



/******************************************************************************
 * Float Formatting
 */
div.clear
{
      clear:both;
      /*** these next attributes are designed to keep the div
      height to 0 pixels high, critical for Safari and Netscape 7 ***/
      height:1px;
      overflow:hidden;
      line-height:1%;
      font-size:0px;
      margin-bottom:-1px;
}