﻿body
{
    font-family: Verdaa, Helvetica, sans-serif;
    font-size: .8em;
    font-weight: normal;
    letter-spacing: normal;
    min-width: 950px;
    text-transform: none;
    word-spacing: normal;
}
h1
{
    background-color: #1157EB;
    width: 100%;
    color: white;
    font-size: xx-large;
    margin: 2px;
    padding-bottom: 5px;
    text-align: center;
}
h2
{
    background-color: #1157EB;
    width: 100%;
    color: white;
    font-size: large;
    margin: 2px 0px 0px 0px;
    text-align: center;
}
h3
{
    background-color: #1157EB;
    width: 100%;
    color: white;
    font-size: medium;
    margin: 2px 0px 0px 0px;
    text-align: center;
}

.WatermarkText
{
    color: Gray;
}

.DisabledButton
{
    background-color: #B0C4DE;
    color: Gray;
}

.RegularButton
{
    background-color: #B0C4DE;
    color: #000000;
}
.RegularLabel
{
    text-align: right;
    width: 100%;
}
.RequiredLabel
{
    text-align: right;
    width: 100%;
    background-color: #FFFFAA; /* Popcorn Yellow */
}
.RegularCheckBox
{
    padding-right: 5px;
}

.RegularPanel
{
    padding: 2px 2px 2px 2px;
}

.ReadOnlyTextBox
{
    border-style: groove;
    border-color: Teal;
    border-width: thin;
    width: 250px;
    background-color: #DCDCDC; /* Gainsboro */
}

.RegularTextBox
{
    border-color: Teal;
    border-width: thin;
    width: 250px;
}

.RequiredTextBox
{
    border-color: Teal;
    border-width: thin;
    width: 250px;
    background-color: #FFFFAA; /* Popcorn Yellow */
}

.RegularDropDown
{
    border-color: Teal;
    border-width: thin;
    width: 250px;
}
.RequiredDropDown
{
    border-color: Teal;
    border-width: thin;
    width: 250px;
    background-color: #FFFFAA; /* Popcorn Yellow */
}

.InvalidTextBox
{
    border-color: Teal;
    border-width: thin;
    width: 250px;
    background-color: #CD5555; /* Indian Red */
}

.SystemCell
{
    text-align: center;
    border-color: Navy;
    border-style: solid;
    border-width: thin;
    width: 150px;
}

.DataGridList
{
    border-color: Navy;
    border-style: solid;
    border-width: thin;
    background-color: #F0F8FF; /*AliceBlue*/
    width: 95%;
}

.DataGridListHeader
{
    background-color: #1157EB;
    color: White;
    font-weight: bold;
    font-size: larger;
    text-align: center;
}

span.progress div
{
    display: inline;
    float: right;
    background: #FFFFAA; /* Popcorn Yellow */
}

collapsePanel
{
    width: 95%;
    height: 0px;
    background-color: #F0F8FF;
    overflow: hidden;
}

.collapsePanelHeader
{
    height: 16px;
    color: Black;
    background-color: #B0C4DE;
    float: none;
    padding: 5px;
    cursor: pointer;
    vertical-align: middle;
}

/*-------------main content gradient----------------*/
.gradient
{
    background-image: url('../Resources/Gradient.png');
    background-position: top;
    background-repeat: repeat-x;
    top: 0px;
}

.DefaultGraphic
{
    width: 100px;
    height: 100px;
    vertical-align: middle;
    text-align: center;
}

.ListPanels
{
    background-color: #B0C4DE;
    width: 95%;
}

/*-------------Used when view a large product image--------*/
.modalBackground
{
    background-color: #B0C4DE;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.modalPopup
{
    background-color: #B0C4DE;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 5px; /*width: 350px;       height:300px; */
}

/*------------mouseover graphic expander-------------------*/
.gallerycontainer
{
    position: relative; /*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img
{
    border: 1px solid white;
    margin: 0 5px 5px 0;
}

.thumbnail:hover
{
    background-color: transparent;
}

.thumbnail:hover img
{
    border: 1px solid blue;
}

.thumbnail span
{
    /*CSS for enlarged image*/
    position: absolute;
    background-color: #ffffe0;
    padding: 5px;
    left: -1000px;
    border: 1px dashed gray;
    visibility: hidden;
    color: black;
    text-decoration: none;
}

.thumbnail span img
{
    /*CSS for enlarged image*/
    border-width: 0;
    padding: 2px;
}

.thumbnail:hover span
{
    /*CSS for enlarged image*/
    visibility: visible;
    top: 128px;
    left: 0px; /*position where enlarged image should offset horizontally */
    z-index: 50;
}

/*------------header (title, graphics, address-------------------*/
#header
{
    background: Snow;
    border-bottom: 1px solid #000;
    width: 100%; /* this creates an horizontal scroll bar in IE */
    margin: 0 -1px; /* this is to get rid of it */
}
#headerGraphicLeft
{
    height: 57px;
    width: 70px;
    border: 0;
    float: left;
}
#headerGraphicRight
{
    height: 57px;
    width: 70px;
    border: 0;
    float: right;
}
#titleCRS
{
    font-family: "Comic Sans MS" , Arial;
    font-size: 25pt;
    font-weight: bold;
}
#titlePhone
{
    font-family: "Comic Sans MS" , Arial;
    font-size: 15pt;
    font-weight: bold;
}
#titleSRM
{
    font-family: "Comic Sans MS" , Arial;
    font-size: 10pt;
    font-weight: bold;
}

/*------------top navigation menu-------------------*/
#navigation
{
    background: snow url('../Resources/MenuDefault.png') center center repeat-x;
    border: 1px solid #979797;
    border-width: 1px;
    font: normal 14px "Comic Sans MS";
    width: 100%;
}
#navigation ul, #navigation ul li
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#navigation ul
{
    padding: 5px;
    text-align: center;
}
#navigation ul li
{
    display: inline;
}
#navigation ul li.last
{
    margin-right: 0px;
}
#navigation ul li a
{
    padding: 5px;
    border-left: 1px solid Navy;
    color: white;
    text-decoration: None;
}

#navigation ul li a:hover span, #navigation ul li a:hover
{
    background: snow url('../Resources/MenuInvert.png') center center repeat-x;
    color: Yellow !important; /*text color of selected and active item */
}

/*------------Tabs menus------------------*/

.basictab
{
    padding: 3px 0;
    margin-left: 0;
    font: bold 12px Verdana;
    border-bottom: 1px solid gray;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li
{
    display: inline;
    margin: 0;
}

.basictab li a
{
    text-decoration: none;
    padding: 3px 7px;
    margin-right: 3px;
    border: 1px solid gray;
    border-bottom: none;
    color: white;
    background: snow url('../Resources/MenuDefault.png') center center repeat-x;
}

.basictab li a:visited
{
    color: #2d2b2b;
}

.basictab li a:hover
{
    background: snow url('../Resources/MenuInvert.png') center center repeat-x;
    color: Yellow !important; /*text color of selected and active item */
}

.basictab li a:active
{
    color: black;
}

.basictab li.selected a
{
    /*selected tab effect*/
    position: relative;
    top: 1px;
    padding-top: 4px;
    background-color: #DBFF6C;
    color: black;
}

/*-----------------------footer--------------------*/
#footer
{
    background: Snow;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    clear: both;
    width: 100%;
}
#footer p
{
    font-size: 75%;
    margin: 0;
    padding: 5px;
}
#footer ul
{
}

#footer li
{
    color: black;
    display: inline;
    font-size: 10px;
    font-variant: small-caps;
    margin: 0;
    padding: 0;
}

/* ajax__tab_theme theme (sprite.png) */
.ajax__tab_theme .ajax__tab_header
{
    font-family: arial,helvetica,clean,sans-serif;
    font-size: small;
    border-bottom: solid 5px #2647a0;
}
.ajax__tab_theme .ajax__tab_header .ajax__tab_outer
{
    background: url(../Resources/AjaxTab.png) #d8d8d8 repeat-x;
    margin: 0px 0.16em 0px 0px;
    padding: 1px 0px 1px 0px;
    vertical-align: bottom;
    border: solid 1px #a3a3a3;
    border-bottom-width: 0px;
}
.ajax__tab_theme .ajax__tab_header .ajax__tab_tab
{
    color: #000;
    padding: 0.35em 0.75em;
    margin-right: 0.01em;
}
.ajax__tab_theme .ajax__tab_hover .ajax__tab_outer
{
    background: url(../Resources/AjaxTab.png) #bfdaff repeat-x left -1300px;
}
.ajax__tab_theme .ajax__tab_active .ajax__tab_tab
{
    color: #ffff00;
}
.ajax__tab_theme .ajax__tab_active .ajax__tab_outer
{
    background: url(../Resources/AjaxTab.png) #2647a0 repeat-x left -1400px;
}
.ajax__tab_theme .ajax__tab_body
{
    font-family: verdana,tahoma,helvetica;
    font-size: 10pt;
    padding: 0.25em 0.5em;
    background-color: #edf5ff;
    border: solid 1px #808080;
    border-top-width: 0px;
}

