﻿/** Styles in this sheet are available in Content Editor 
*** See SiteStyles.css for General Site Layout/Backgrounds Styles
*** Do not include positioning and layout styles in this sheet, use SiteStyles css file instead
**/
/*
light blue:#D6E1E5
green: 60c42a
dark green: 64a165
light grey: eaeae9
med grey: bbbbbb
grey: 737173
yellow: fcdb00
dark gold: 9C6D00
gold: DE9E08
*/
/*.yellow
{
	color: #fcdb00;
}
.gold
{
	color: #DE9E08;
}
*/
.red
{
    color:#c24b23;
}
.darkgrey
{
	color: #424242;
	line-height:130%;
}

.orange
{
    color:faa819;
}
.grey
{
	color: #666666;
	line-height:130%;
}

.greytopper
{
	color: #666666;
	line-height:130%;
	padding-left:10px;
	padding-right:10px;
	width:100px;
}

.darkgreytopper
{
	color: #424242;
	line-height:130%;
	padding-left:10px;
	padding-right:10px;
}
.white, .white:hover
{
	color: #fff;
}
.black
{
	color: #000;
}

/* Start General Styles */
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th
{
	font-weight:lighter;
}

img
{
	border: 0px none #ffffff;
}

h1
{
	font-weight:lighter;
	font-size:20px;
	color:#F0FFFF;
	padding-left:10px;
}

h1 .Temp1
{
    color:c24b24;
}
    
    
h2
{
	
	font-size: 18pt;
	/*padding-top:20px;
	padding-bottom:20px;*/
	color:#424242;
}
h3
{
	
	font-size: 16px;
	/*font-weight:lighter;*/
	color: #c24b23;
	padding: 6px 0px 6px 0px;
}
h4
{
    font-size: 14px;
	color: #c24b23;
	font-weight:lighter;
	color: #424242;
	
}
h5
{
	
}
h6
{
	font-weight: bold;
}

input, select
{
	font-size: 12px;
}

strong, b
{
	font-weight: bold;
}
.normal
{
	font-weight:normal;
}
i
{
	font-style: italic;
}

a
{
	color: #c24b23;
	text-decoration: none;
	font-weight: normal;
}
a:hover
{

	text-decoration: underline;
}

hr
{
	/*border: 0px none #FFFFFF;
	color: #cccccc;
	height: 1px;*/
	-moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #A9A9A9;
    border-style: none none dotted;
    border-width: 0 0 2px;
    height: 2px;
    width:90%;
    margin: 10px 0;
}

.small
{
	font-size: .9em;
}
.bold
{
	font-weight: bold;
}
.block, .blocklabel
{
	display: block;
}
.inline
{
	display: inline;
}

/* End General Styles */

/* Start Headings/Titles Styles */

.quote 
{
    font-family:Georgia;
    font-style:italic;
    color:#424242;
    font-size: 12px;
    padding: 5px 5px 5px 5px;
}

.temptxt
{
    
    font-family:Arial;
    line-height:110%;
    margin: 15px auto;
    width:700px;
    color:#666666;
}

.perma
{
    font-family:Arial;
    line-height:110%;
    margin: 15px auto;
    width:700px;
    color:#424242;
}
.TitleText, .TitleText span
{
	background: #666666;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 10px 0px;
}

.ShopperPrefs
{
    font-size: 12px;
	font-weight: bold;
	padding: 10px 0px;
}
.SectionHeading
{
	font-size: 12px;
	font-weight: bold;
	padding: 3px 0px 3px 0px;
}
.SectionTitle
{
    font-weight: bold;
    color: #1C5C7D;
}
.asterisk
{
	color: #FF0000;
}
.optional .asterisk
{
	display: none;
	visibility: hidden;
}
/* End Headings/Titles Styles */

/* Start Table Styles */
.TableStyle, .dataFormTable
{
	color: #000000;
	border-width: 0px;
}
.FullWidth
{
	width: 600px;
}
.TableStyle tr th, .TableStyle tr td, .dataFormTable tr th, .dataFormTable tr td
{
	padding: 5px 5px 5px 5px;
	border-width: 0px;
	text-align:left;
}
.HeaderRow, .HeaderRow th
{
	background-color: #D6E1E5;
	color: #1c5c7d;
	border:1px solid #737173;
}
tr.AlternateRow td
{
	background-color: #eaeae9;
}
.dataFormTable tr th
{
	text-align: left;
	font-weight: normal;
}
.thwidths th
{
	width: 115px;
}
.dataFormTable select
{
	width: 150px;
}
.dataFormRow
{
	margin: 3px 0px 10px 0px;
}
.bordered,  .borderedDiv
{
	border: 1px solid #737173;
}
/* End Table Styles */




