﻿/** 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
colors:
purple - #492a46
light grey (buttons) - #e0e1e0 or F1F1F1
middle grey (table bg) - #ece9ec
dark grey (table headers & borders & header nav & text) - #5F5A59
possible darker grey 5F5A59 or 5F5A59
text:
Verdana (sharp)
**/

/* Start General Styles */
body
{
	font-family:Arial, Helvetica, sans-serif;  
	font-size:12px;
	color:#5F5A59;
}

p {color:#5F5A59;}

th {font-weight:bold;}

img { border:0px none #ffffff;}

h1  {font-weight:bold; font-size:1.5em; padding:5px 0px 5px 0px;}
h2  {font-weight:bold; font-size: 1.1em; padding:5px 0px 5px 0px;}
h3,.h3  {font-weight:bold; font-size: 16px; color:#5F5A59; padding:8px 0px 0px 5px; vertical-align:bottom; text-align:left;}

input, select {font-size:10px;}

strong, b {font-weight:bold;}
i   {font-style:italic;}

a { color: #5F5A59; text-decoration: none; }
a:hover { color: #492a46; text-decoration: underline; }

hr {
    background-color:#492a46;
    border:0px none #FFFFFF;
    color:#492a46;
    height:1px;
}

.seoboxes{color:#5F5A59 !important;}
.seoboxes span{color:#5F5A59 !important;}
.seoboxes p span{color:#5F5A59 !important;}
.seotopboxes{width:990px;text-align:right;margin-right:10px;padding-bottom:5px;color:#5F5A59 !important;}
.seotopboxes span{color:#5F5A59 !important;}
.seotopboxes p span{color:#5F5A59 !important;}

.small
{
    font-size: .9em;
}
.bold
{
    font-weight: bold;
}
.block, .blocklabel{display:block;}

.underline {color:#492a46;}

.StepNumber 
{
    color:#5F5A59; 
    font-size:24px; 
    font-weight:bold; 
    
}
.headercarttable {width:330px;}
.headercarttable td {font-size:11px;}
.headercartline {width:100%;margin-bottom:2px;padding-bottom:2px;font-weight:bold;}
.headercartline2 {width:100%;border-top:2px solid #ece9ec;margin-top:2px;padding-top:2px;}
.buttonlink {padding:2px 3px;background:#ece9ec;color:#492a46;margin:1px 1px 1px 1px;font-weight:bold;}
.buttonlink:hover, .buttonlink:active {text-decoration:none}
.mytextbox{border:2px solid #999999;padding:2px 3px 2px 3px;color:#5F5A59;width:200px;}
.purplelink {color:#492a46;font-weight:bold;}
.footerline {width:100%;border-bottom:2px solid #ece9ec;margin-top:2px;padding-top:2px;height:30px;vertical-align:top;}
.footerline2 {padding-top:5px;vertical-align:top;}
.footerline2 a {
        display:inline !important;
        background-image:none !important;
        padding: 0px 0px 0px 0px;
}
.footer_copy {font-size:10px;}
/* End General Styles */

/* Start Button Styles */
.ButtonStyle
{
    font-family:Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size:11px;
    font-weight:bold;
    background-color: #492a46;
    border:1px solid #5F5A59;
    padding:2px 3px 2px 3px;
    text-decoration: none;
    
}
.ButtonStyle2
{
    font-family:Arial, Helvetica, sans-serif;
    color: #5F5A59;
    font-size:11px;
    font-weight:bold;
    background-color: #ffffff;
    border:1px solid #5F5A59;
    padding:2px 3px 2px 3px;
    text-decoration: none;
}
.AltButtonStyle
{
    color: #648ABD;
    font-size:11px;
    background-color: #012e57;
    border:1px solid #ffffff;
    text-decoration: none;
}
.HighlightButtonStyle
{
    
    font-size:14px;
    background-color: orange;
    border:1px solid #012e57;
    padding: 6px 6px 6px 6px;
    text-decoration: none;
}

.ButtonStyle:hover, .ButtonStyle:active, .ButtonStyle2:hover, .ButtonStyle2:active
{
    cursor:pointer;
    color:#ffffff;
    text-decoration:none;
}
/* End Button Styles */


/* Start Status Summary Styles */
.Error, .AspNet-Login-FailurePanel, .AspNet-PasswordRecovery-FailurePanel
{
    color:#ff0000;
    padding:10px 10px 10px 10px;
    border:1px solid #ff0000;
    background-color: #ffffff;
    margin:5px 0px 5px 0px;
}
.Success
{
    color:#492a46;
    padding:10px 10px 10px 10px;
    border:1px solid #492a46;
    background-color: #ffffff;
    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: #492a46;
}
/* End Headings/Titles Styles */

/* Start Table Styles */
.TableStyle,.dataFormTable     { 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;}
.HeaderRow,.HeaderRow th      {background-color: #f9f9f9; color: #5F5A59;border-bottom:1px solid #cccccc;}
tr.AlternateRow td   {}
.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;}

.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   {}
/* End Table Styles */

/* Start Half Size Container Styles */
.left {float:left;}
.right {float:right;}
.clear  {clear:both;}

.DeptPageTitle {font-size:36px;}
.featured_container {padding-bottom:20px;}
.deptdescdiv{font-size:14px; padding: 0px 10px 10px 0px}

.ImageAttributeSelector_ImageSelected 
{
    border-width:thick;
    border-style:solid;
    border-color:Black;
}

.ImageAttributeSelector_Unselected 
{
    border-style:none;
}

.ImageAttributeSelector_ValueDisabled
{
    border-width:thick;
    border-style:solid;
    border-color:#e0e1e0;
}

.DropDownAttributeSelector_ValueDisabled
{
    color:#e0e1e0; 
    font-style:italic;
}
