/* Common tags                 */
/*-----------------------------*/

body {
    font-family: sans-serif;
    font-size: small;
    color: #000000;
    margin: 0;
    padding: 0;
    margin-right: 30;
    text-align: left;
}

A:link {
    color: #2D3D4D;
    text-decoration: underline;
}

A:visited {
    color: #2D3D4D;
    text-decoration: underline;
}

A:active {
    color: #2D3D4D;
    cursor: hand;
    text-decoration: underline;
}

A:hover {
    color: #2D3D4D;
    cursor: hand;
    text-decoration: underline;
}

/* This is for different link colors on the same page. Use id instead of class - Menu items*/
td#leftSide a:link {
    color: white;
    text-decoration: underline;
}

td#leftSide a:visited {
    color: white;
    text-decoration: underline;
}

td#leftSide a:active {
    color: white;
    cursor: hand;
    text-decoration: underline;
}

td#leftSide a:hover {
    color: #993399;
    cursor: hand;
    text-decoration: underline;
}
/* B2C3E1 */

p {
    line-height: 1.4em;
}

.title {
    font-family: sans-serif;
    font-size: x-large;
    color: White;
}

hr {
    border: 0;
}

img {
    border-width: 0;
}

.menutextindent {
    font-size: x-small;
}

/* Headings                    */
/*-----------------------------*/
h1 {
    font-size: large;
    color: white;
}

h2 {
    font-family: sans-serif;
    font-size: medium;
    margin-top: 30;
    color: #EAF1FB;
    margin-bottom: -15;
}

h3 {
    font-family: sans-serif;
    font-size: X-large;
    color: #EAF1FB;
}

h1, h2, h3, h4 {
    margin: 0;
    font-family: sans-serif;
    font: #EAF1FB;
}

/* Tables                      */
/*-----------------------------*/
table {
    font-size: 1em;
}

    table.header {
        text-align: center;
        font-family: sans-serif;
        font: White;
    }

td.logo {
    text-align: left;
    background-color: #2D3D4D;
    width: 140px;
}

td.logoright {
    text-align: right;
    background-color: #2D3D4D;
    width: 140px;
}

td.title {
    text-align: left;
    background-color: #2D3D4D;
    height: 100px;
    font-family: sans-serif;
    color: white;
    width: 100%;
}

td.headerbar {
    background-image: url(bar.jpg);
    text-align: right;
    height: 20px;
    padding: 0 20px 0 20px;
}

td.menu {
    padding-top: 12px;
    width: 140px;
    height: 700px;
    vertical-align: top;
}

td.footer {
    margin-left: 0;
    font-family: sans-serif;
    font-size: xx-small;
    font-weight: normal;
    color: #2D3D4D;
    text-align: right;
}

td.h3 {
    font-family: sans-serif;
    font-size: small;
    font-weight: bolder;
    color: #EAF1FB;
    padding-left: 15;
}

/* This is to make the User Wizard header on the first customized step consistent with the skin */
tr.hd {
    background-color: #8CA5E7;
    font-weight: bold;
    color: white;
}

/* Slider control */
.slider_rail {
    position: relative;
    height: 448px;
    width: 44px;
    background: #FFFFFF url(scale.jpg);
}

.slider_rail_1_100 {
    position: relative;
    height: 40px;
    width: 500px;
    background: #FFFFFF url(scale1-100.png);
}

.slider_rail_1_10 {
    position: relative;
    height: 40px;
    width: 500px;
    background: #FFFFFF url(scale10.png);
}

.slider_rail_1_2 {
    position: relative;
    height: 40px;
    width: 500px;
    background: #FFFFFF url(scale2.png);
}

.slider_rail_0 {
    position: relative;
    height: 40px;
    width: 500px;
    background: #FFFFFF url(scale_0.png);
}


.slider_handle {
    position: absolute;
    height: 25px;
    width: 101px;
}

.slider_handle1 {
    position: absolute;
    height: 64px;
    width: 24px;
}

.slider_handle10 {
    position: absolute;
    height: 64px;
    width: 24px;
}

.slider_handle2 {
    position: absolute;
    height: 64px;
    width: 24px;
}

.button {
    width: 80px;
    height: 30px;
    background-color: #2D3D4D;
    color: white;
    font-style: italic;
    font-family: sans-serif;
    font-size: small;
    font: bold;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding: 5px;
}

    .button:hover {
        color: #2D3D4D;
        background-color: #B2C3E1;
    }

.button:disabled {
    background-color: gray;
}

.menubutton {
    width: 165px;
    height: 40px;
    background-color: #2D3D4D;
    color: white;
    font-style: italic;
    font-family: sans-serif;
    font-size: small;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    font: bold;
}

    .menubutton:hover {
        color: #2D3D4D;
        background-color: #B2C3E1;
    }

.deletebutton {
    width: 80px;
    height: 30px;
    background-color: #2D3D4D;
    color: white;
    font-style: italic;
    font-family: sans-serif;
    font-size: small;
    font: bold;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding: 5px;
}

    .deletebutton:hover {
        color: white;
        background-color: crimson;
    }

.savebutton {
    width: 225px;
    height: 40px;
    background-color: #97CE57;
    color: #2D3D4D;
    font-style: italic;
    font-family: sans-serif;
    font-size: medium;
    font: bold;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding: 5px;
    font: bold;
}

    .savebutton:hover {
        color: white;
        background-color: crimson;
    }

.calTitle {
    font-weight: bold;
    font-size: small;
    background-color: #B2C3E1;
    color: #2D3D4D;
    width: 90px;
}



.calBody {
    font-size: small;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    border-width: 10px;
}
