﻿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: normal;
    margin: 2px 0px 0px 0px;
    text-align: center;
}

.RegularButton
{
    background-color: #B0C4DE;
    color: #000000;
}

.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;
}

/*-------------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: 100%;
}

/*-------------Used when view a large product image--------*/
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

/*------------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;
}
