﻿body {
    font-size: 12px;
    font-family: Arial;
    color: #232323;
    background: transparent;
}

.subheader {
    font-size: 16px;
    font-weight: bold;
}

.container {
    padding: 5px;
}

a, a.visited, a.active {
    color: #004863;
}

.configurator-featured {
    color: #333333;
}

.configurator-featured-footer {
    background-color: #5D7B9D;
    font-weight: bold;
    color: white;
}

.configurator-featured-selected_item_style {
    background-color: #9ba0a3;
    font-weight: bold;
    color: #FFFFFF;
}

.configurator-featured-pager_style {
    background-color: #9ba0a3;
    color: white;
    text-align: right;
}

.configurator-featured-pager_style a {
    color: white;
}

.configurator-featured-pager_style a:hover {
    color: yellow;
}

.configurator-featured-alternating_style {
    background-color: #464444;
    color: #FFFFFF;
}

.configurator-featured-item_style {
    background-color: #363636;
    color: #FFFFFF;
}

.configurator-featured-item_style a {
    color: #FFFFFF;
}
.configurator-featured-item_style a:hover {
    color: yellow;
}

.configurator-featured-alternating_style a {
    color: #FFFFFF;
}

.configurator-featured-selected_item_style a {
    color: #FFFFFF;
}

.configurator-featured-header_style {
    background-color: #9ba0a3;
    font-weight: bold;
    color: white;
}

.configurator-featured-header_style a {
    color: white;
}

.error {
    color: red;
}

.success {
    color: green;
}

fieldset {
    -moz-border-radius: 3px;
    border: 2px solid #d3d3d3;
    width: 920px;
    padding: 1px 5px 0px 0px;
}

fieldset legend {
    font-size: 14px;
    font-weight: bold;
    color: Black;
    padding-left: 3px;
    margin-bottom: 10px;
    margin-top: 8px;
    vertical-align: bottom;
}

fieldset div.contents {
    padding: 5px 10px 10px 10px;
}

.htabs {
    padding: 0;
    margin: 0;
    padding-right: 6px;
    position: absolute;
    width: 920px;
    list-style-type: none;
}

.htabs li {
    float: right;
}

.htabs a {
    display: block;
    color: white;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    background-color: #d3d3d3;
    border: 2px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    padding: 1px 6px 2px 6px;
}

.htabs a:hover {
    color: black;
    background-color: white;
    text-decoration: none;
    border-bottom: 2px solid white;
}

.htabs a.current {
    color: black;
    background-color: white;
    border-bottom: 2px solid white;
}

.AutoExtender
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    border: solid 1px #006699;
    line-height: 20px;
    padding: 10px;
    background-color: White;
    margin-left:10px;
    width: 300px !important;
}

.AutoExtenderList
{
    border-bottom: dotted 1px #006699;
    cursor: pointer;
    color: Maroon;
    list-style-type: none;
}

.AutoExtenderHighlight
{
    color: White;
    background-color: #006699;
    cursor: pointer;
    list-style-type: none;
}