﻿/** 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
**/

/* Start General Styles */
body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;  
	font-size:12px;
}

th {font-weight:bold;}

img { border:0px none #ffffff;}

h1  {font-weight:bold; font-size:1.5em; padding:0 0px 5px 0px; color: #002554;}
h2  {font-weight:bold; font-size: 1.1em; padding:5px 0px 5px 0px; color: #002554;}
h3,.h3  {font-weight:bold; font-size: 15px; color:#ff9900; padding:6px 0px 6px 0px; color: #002554;}

input, select {font-size:12px;}

strong, b {font-weight:bold;}
i   {font-style:italic;}

a { color: #666666; text-decoration: underline; }
a:hover { color: #666666; text-decoration: underline; }

hr {
    background-color:#ff9900;
    border:0px none #FFFFFF;
    color:#ff9900;
    height:1px;
}

.small
{
    font-size: .9em;
}
.bold
{
    font-weight: bold;
}
.block, .blocklabel{display:block;}
.hide{ display: none; }

.StepNumber 
{
    background-image: url(../images/stepBg.gif); 
    background-position: top center; 
    background-repeat:no-repeat; 
    color:#ffffff; 
    font-size:14px; 
    font-weight:bold; 
    height:30px; 
    width:30px;
    margin:0px 5px 0px 0px;
    padding:5px 0px 0px 0px; 
    text-align:center;
}
.bluetitle
{
    text-transform: uppercase;
    font-weight: bold;
    color: #004578;
    font-size: 13px;
}
.blue{ color: #002554; }
.red{ color: #990000; }
.orange{ color: #FFC048; }
.gray{ color: #666666; }
.fillgray{ background: #eeeeee; }
.white{ color: #ffffff; }

.align-right{ text-align: right; }
.align-left{ text-align: left; }
.align-center{ text-align: center; }
.align-justify{ text-align: justify; }

.nounderline{ text-decoration: none !important; }
/* End General Styles */

/* Start Button Styles */
.ButtonStyle
{
    color: #012e57;
    font-size:11px;
    background-color: #648ABD;
    border:1px solid #012e57;
    padding:2px 3px 2px 3px;
    text-decoration: none;
}
.AltButtonStyle .ButtonStyle
{
    color: #648ABD;
    font-size:11px;
    background-color: #012e57;
    border:1px solid #ffffff;
    text-decoration: none;
}
.HighlightButtonStyle .ButtonStyle
{
    color: #000000;
    font-size:14px;
    background-color: orange;
    border:1px solid #012e57;
    padding: 6px 6px 6px 6px;
    text-decoration: none;
}

.ButtonStyle:hover, .ButtonStyle:active
{
    cursor:pointer;
    color:#ffffff;
}
/* End Button Styles */


/* Start Status Summary Styles */
.Error, .AspNet-Login-FailurePanel, .AspNet-PasswordRecovery-FailurePanel
{
    color:#ff0000;
    background-color: #ffffff;
    margin:5px 0px 5px 0px;
}
.Success
{
    color:#000000;
    padding:5px;
    font-weight: bold;
    background-color: #FFC048;
    margin:5px 0px 5px 0px;
}
/* End Status Summary Styles */

/* Start Headings/Titles Styles */
.TitleText, .TitleText span
{
    background: #666666; color: #ffffff; font-weight: bold; font-size:12px; 
    padding:5px 5px 5px 5px; margin:0px 0px 10px 0px;
}
.SectionHeading
{
    font-size:12px;
    font-weight:bold;
    padding:3px 0px 3px 0px;
}
.asterisk
{
    color: #FF0000;
}
/* End Headings/Titles Styles */

/* Start Table Styles */
.TableStyle,.dataFormTable     {color:#000000; border-width:0px;}
.FullWidth  {width:100%}
.TableStyle tr th, .TableStyle tr td,
.dataFormTable tr th, .dataFormTable tr td  { padding:5px 5px 5px 5px; border-width:0px;}
.TableStyle .h3{ text-align: left; }
.HeaderRow,.HeaderRow th      {background-color: #eef5f4; color: #789792;}
tr.AlternateRow td   {background-color:#eeeeee;}
.dataFormTable tr th    {text-align:right; font-weight:normal;}
.thwidths th { width:115px; }
.dataFormTable select {width:150px;}
.dataFormRow {margin:3px 0px 10px 0px;}
.bordered, .bordered tr th, .bordered tr td, .borderedDiv {border:1px solid #cccccc;}

.dataFormTable2{ border: none; }
.dataFormTable2 tr th, .dataFormTable2 tr td  { padding:5px 5px 5px 5px; border: none; }
.dataFormTable2 tr th    {text-align:right; font-weight:bold;}

.cartBottomContainer {background-color:#f3f1e2; padding:0px 0px 35px 0px;}

.totalTable  {margin:0px 0px 5px 0px;}
.totalTable tr th,.totalTable tr td  {border-width:0px; padding:3px 5px 3px 5px; border-bottom:1px solid #cccccc; font-size:11px;}
.totalTable tr th {border-right:1px solid #cccccc; text-align:right; padding-left:12px;}
.totalTable tr td   {color:#000000;}
/* End Table Styles */

/* Start Half Size Container Styles */
.left {float:left;}
.right {float:right;}
.clear  {clear:both;}

