﻿/* 
   The below CSS file was built using samples + techniques described by Rachel Andrew in her book:
   The CSS Anthology: 101 Essential Tips, Tricks & Hacks
*/

/* Overall Page */
body
{
    margin: 0;
    padding-bottom: 2em;
    background-color: #CCC;
    color: #0431B4;
    font-family: 100% Arial, Helvetica, Georgia,'Times New Roman', Times, serif;
}

.validatorAsterik
{
 color: red;
}

/* Header Section */
.sitename
    {
        font: 200% 'Bell MT',Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
        color: blanchedalmond;
        /*color: #08298A;*/
        background-color: transparent;
        /*float: left;*/
        margin-right: 2em;
        margin-top: 0.3em;
        margin-left: .8em;
    }

#header
{
    /*border-top: 2px solid #08298A;*/
    background-image:url('/Images/banner2.png');
    background-repeat:repeat;
    border-top: 2px solid;
    border-bottom: 2px dashed;
    border-color:bisque;
    width: auto;
    height: 110px;
    /*background-color: white;*/
}

    #header .title
    {
        font: 150% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
        color: bisque;
        /*color: #08298A;*/
        background-color: transparent;
        /*float: left;*/
        margin-right: 2em;
        margin-top: 0.3em;
        margin-left: .8em;
    }

    #header .breadcrumb a:link, a:visited
    {
        color: bisque;
        /*color: #08298A;*/
    }

    #header .breadcrumb
    {
        font: 85% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
        /*color: #08298A ;*/
        color:ghostwhite;
        background-color: transparent;
        float: left;
        margin-top: .5em;
        margin-left: .5em;
        font-weight: bold;
    }

    /* Navigation */
    #header .menu
    {
        clear: left;
        float: left;
        margin-top: .5em;
        margin-left: .8em;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 100%;
        background-color: transparent /*#FFFFFF*/;
    }

        #header .menu ul
        {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #header .menu li
        {
            margin: 1px;
            border: 2px solid lightgrey;
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
            border-radius: 4px 4px 4px 4px;
        }

        #header .menu a:link
        {
            color: bisque;
            text-decoration: underline;
        }

        #header .menu a:visited
        {
            color: bisque;
            text-decoration: underline;
        }

        #header .menu a:hover
        {
            color:bisque;
            text-decoration: underline;
            font-weight: bold;
        }

        #header .menu a:active
        {
            color:bisque;
            text-decoration: underline;
            font-weight: bold;
        }

/* Main Content */

#content
{
    margin-top: 3em;
    margin-left: 1em;
    margin-right: 2em;
    font: 80%;
}

h1
{
    font: 150% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
}

#content p
{
    font-size: 80%;
    line-height: 1.6em;
}

#content ul
{
    font-size: 80%;
    line-height: 1.6em;
}

/* User Creation & Login */
.userAuth
{
    border: 2px solid black;
    border-image: none;
    border-collapse: separate;
    background-color: white;
    margin: 0;
    padding: 2px 2px 2px 2px;
    background-color: #FFFFFF;
    color: Black;
    /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
    font-family: 100% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
}

    .userAuth tr
    {
        color: inherit;
    }

    .userAuth td
    {
        background-color: Transparent;
    }

    .userAuth th
    {
        background-color: Transparent;
        text-align: right;
    }

    .userAuth h2
    {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        height: auto;
        background-color: black;
        color: white;
        text-align: center;
    }
/* User Change Password */
.userChgMembershipSuccess
{
    border: 2px solid black;
    border-image: none;
    border-collapse: separate;
    background-color: white;
    margin: 0;
    padding-left: 0em;
    background-color: #FFFFFF;
    color: Black;
    /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
    font-family: 100% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
}

    .userChgMembershipSuccess tr
    {
        color: inherit;
    }

    .userChgMembershipSuccess td
    {
        background-color: Transparent;
    }

    .userChgMembershipSuccess th
    {
        background-color: Transparent;
        text-align: right;
    }

    .userChgMembershipSuccess h2
    {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        height: auto;
        background-color: black;
        color: white;
        text-align: center;
    }

/* Header styles */
.Clear
{
    clear: both;
}

.DataTable .grid .head TH
{
    font-size: .9em;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 22px;
    text-transform: uppercase;
    text-align: left;
    padding: 4px 6px 2px 24px;
    border: solid 1px #c1dad7;
    border-bottom-style: none;
    background: #cae8ea url(../images/controls/datatable/bg_TableHeader.jpg) repeat-x;
    height: 32px;
}

    .DataTable .grid .head TH A
    {
        color: White;
        text-decoration: none;
    }

    .DataTable .grid .head TH.nolink
    {
        color: White;
        text-decoration: none;
    }

    .DataTable .grid .head TH.asc
    {
        /* override the sorting icon */
        background: url(../images/controls/datatable/bg_TableHeaderUp.jpg) no-repeat;
    }

    .DataTable .grid .head TH.desc
    {
        /* override the sorting icon */
        background: url(../images/constrols/datatable/bg_TableHeaderDown.jpg) no-repeat;
    }

textarea, input, select
{
    background-color: white;
}

/* Data cell styles */
.DataTable .grid TD
{
    border: solid 1px #c1dad7;
    border-top-color: #f0f0f0;
    border-left-width: 0px;
    color: #4f6b72;
    font-size: .8em;
    padding: 2px 15px;
}

    .DataTable .grid TD A
    {
        color: #4f6b72;
        text-decoration: none;
    }

    .DataTable .grid TD.sort
    {
        color: #444444;
    }

.DataTable .grid .row TD
{
    background-color: #fff;
}

.DataTable .grid .altrow TD
{
    background-color: #f5fafa;
}

.DataTable .grid .selected TD
{
    background-color: Yellow;
}

.DataTable .grid .altselected TD
{
    background-color: Yellow;
}


.DataTable .grid TD.numeric
{
    text-align: right;
}

/* The first cell styles for the data rows */
.DataTable .grid TD.first
{
    text-align: left;
    border-left-width: 1px;
    background-repeat: no-repeat;
}

.DataTable .grid .row TD.first
{
    background-image: url(../Images/controls/datatable/bullet1.gif);
}

.DataTable .grid .altrow TD.first
{
    background-image: url(../Images/controls/datatable/bullet2.gif);
}

.DataTable .grid .selected TD.first
{
    background-image: url(../Images/controls/datatable/bullet1.gif);
}

.DataTable .grid .altselected TD.first
{
    background-image: url(../Images/controls/datatable/bullet2.gif);
}


/* Data Pager Styles */
.DataTable .pager
{
    font-family: Georgia,serif;
    text-align: center;
    padding: 15px 0px;
}

    .DataTable .pager SPAN.command, .DataTable .pager SPAN.current, .DataTable .pager A.command
    {
        border: solid 1px #ccc;
        color: #666;
        background-image: url(../Images/controls/datatable/gradient.gif);
        background-position: 0px -20px;
        line-height: 18pt;
        padding: 2px;
        text-decoration: none;
    }

    .DataTable .pager SPAN.current
    {
        font-weight: bold;
    }

.modalBackgroundTop
{
    background-color: Gray;
    /*	filter: alpha(opacity=50);
	opacity: 0.5;
	z-index:1000;*/
}

.modalBoxTop
{
    background-color: white;
    border-width: 3px;
    border-style: solid;
    border-color: Black;
    padding: 3px;
    z-index: 1010;
}

.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 100;
}

.modalBox
{
    background-color: white;
    border-width: 3px;
    border-style: solid;
    border-color: Black;
    padding: 3px;
    z-index: 101;
}

.modalBoxHeader
{
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 22px;
    text-transform: uppercase;
    text-align: center;
    padding: 4px 6px 12px 8px;
    border: solid 1px #c1dad7;
    border-bottom-style: none;
    margin-bottom: 10px;
    /*background: #cae8ea url(../images/popup/bg_BlueDisplayTableHeader.png) repeat-x;*/
    background: #cae8ea url(../images/controls/datatable/bg_TableHeader.jpg) repeat-x;
    height: 32px;
    color: White;
}

.modalBoxLabel
{
    float: left;
    width: 125px;
    text-align: right;
    margin-bottom: 5px;
    background-color:transparent; 
    border-style:none; 
    color:#0431b4; 
    font-family:100% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
}

.modalBoxLabelTermsConditions
{
    float: left;
    width: 125px;
    text-align: center;
    margin-bottom: 5px;
}

.modalBoxInput
{
    float: left;
    text-align: left;
    margin-bottom: 5px;
}

.modalBoxInputRO
{
    float: left;
    text-align: left;
    margin-bottom: 5px;
}

    .modalBoxInputRO input, textarea
    {
        background-color: lightgray;
    }

.ModalButton
{
    background-color: #97b2d9;
    border-style: solid;
    border-width: 1px;
    border-color: White;
    color: White;
    font-size: .9em;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
}

    .ModalButton:hover
    {
        background-color: #ffc664;
        cursor: pointer;
        color: Black;
    }

.modalBoxFooterButtons
{
    float: left;
}

.modalBoxFooter
{
    height: 25px;
    padding: 5px 25px 0px 0px;
    border-top: solid 2px #5078b3;
    background-color: #97b2d9;
}

.msgBox
{
    background-color: white;
    border-width: 3px;
    border-style: solid;
    border-color: Black;
    padding: 3px;
    z-index: 1000003;
    cursor: pointer;
}

.msgBoxHeader
{
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 13px;
    text-transform: uppercase;
    text-align: center;
    padding: 4px 6px 2px 8px;
    border: solid 1px #c1dad7;
    border-bottom-style: none;
    background: #cae8ea url(../images/popup/bg_BlueDisplayTableHeader.png) repeat-x;
    height: 15px;
    color: White;
    position: relative;
    z-index: 1000003;
}
