﻿/** 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: small;
}

th
{
    font-weight: bold;
}

img
{
    border: 0px none #ffffff;
}

h1
{
    font-weight: bold;
    font-size: larger;
    padding: 5px 0px 5px 0px;
    color: #8265A8;
}
h2
{
    font-weight: bold;
    font-size: large;
    padding: 5px 0px 5px 0px;
}
h3, .h3
{
    font-weight: bold;
    font-size: medium;
    color: #B9BCA1;
    padding: 2px 0px 2px 0px;
}
/*specify the li style since it is being nuked from the a_reset-min.css */

li
{
    list-style-type: none;
}
input, select
{
    font-size: 10px;
}

strong, b
{
    font-weight: bold;
}
i
{
    font-style: italic;
}

a
{
    color: #8264AA;
    text-decoration: none;
}
a:hover
{
    color: #90ABD8;
    text-decoration: underline;
    /*font-weight:bold;*/
}

hr
{
    color: #ffffff;
}

.padded
{
    padding: 10px;
}

.small
{
    font-size: 9px;
}
.smaller
{
    font-size: smaller;
}
.medium
{
    font-size: medium;
}
.large
{
    font-size: large;
}
.inline
{
    display: inline;
}
.bold
{
    font-weight: bold;
}
.block, .blocklabel
{
    display: block;
}

.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;
}
.center
{
    text-align: center;
}

.lilac
{
    color: #a38dc0;
}

.olive
{
    color: #898060;
}

.orange
{
    color: #fe8f61;
}
.red
{
    color: #ff0000;
}
/* End General Styles */


/* Start Status Summary Styles */
.Error, .AspNet-Login-FailurePanel, .AspNet-PasswordRecovery-FailurePanel
{
    color: #ff0000;
    padding: 5px;
    border: 1px solid #ff0000;
    background-color: #ffffff;
    margin: 5px 0px 5px 0px;
}
.Success
{
    color: Green;
    padding: 5px;
    border: 1px solid #D2E4A8;
    background-color: #ffffff;
    margin: 5px 0px 5px 0px;
    font-weight:bold;
}
/* End Status Summary Styles */

/* Start Headings/Titles Styles */
.TitleText, .TitleText span
{
    background: #D6A7DE;
    color: #8264A9;
    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;
}
.HeaderRow, .HeaderRow th
{
    background-color: #D4DDEE;
    color: #89805F;
}
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, .borderedDiv
{
    border: 1px solid #cccccc;
}

.cartBottomContainer
{
    background-color: #ffffff;
    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 */

