/* README AT BOTTOM */

/* body, reset */
*
{
    padding: 0px;
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 0px;
    margin-left: 0;
}
body
{
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    background: #fff url(/images/gradient_bg.jpg) repeat-x top left;
    margin-bottom: 10px;
}

/* ids */
#container
{
    width: 960px;
    margin: 0 auto;
    background: #fff;
    padding: 15px 20px 15px 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    border: #CCCCCC solid 1px;
}
#header
{
    position: relative;
    width: 960px;
    height: 112px;
    background: url(/images/header_bg.jpg) top right no-repeat;
}
@media mobile, only screen and (max-width: 800px)
{
    #container
    {
        width: 100%;
        margin-right: 10px;
        padding: 5px 5px 5px 5px;
    }
    #header
    {
        width: 100%;
        background: white; /* take out the image */
    }
}

#left
{
    width: 650px;
    float: left;
    padding-top: 15px;
}
#page-navigation
{
    width: 80px;
    float: left;
    font-weight: bold;
}
#page-navigation a
{
    color: #000;
}
#page-copy
{
    width: 570px;
    float: left;
}
#page-copy-full
{
    width: 880px;
    float: left;
}
#right
{
    width: 280px;
    float: left;
    margin-left: 25px;
    padding-top: 15px;
}
#footer
{
    text-align: center;
    clear: both;
    padding-top: 25px;
    line-height: 0px;
}
#page-title
{
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid;
}
#page-title a
{
    color: #000;
    text-decoration: none;
}
@media mobile, only screen and (max-width: 800px)
{
    #left, #right, #page-copy, #page-copy-full, #page-navigation
    {
        width: 97%;
        display: block;
        float: left;
        margin-bottom: 15px;
        margin-right: 10px;
        margin-left: 0px;
    }
    #footer
    {
        text-align: left;
    }
}


/* tags */
img
{
    border: none;
}
h1
{
    font-size: 12px;
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-weight: 500;
    color: #000;
    border-bottom: solid 1px #990000;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-variant: small-caps;
}
.first-letter
{
    font-size: 120%;
}
h2
{
    font-size: 11px;
    font-weight: bold;
    color: #333;
}
h3
{
    font-size: 12px;
    font-weight: normal;
    font-family: Georgia, "Times New Roman" , Times, serif;
    color: #111;
}
ol
{
    list-style-position: inside;
    margin-bottom: 10px;
}
a
{
    color: #006699;
    outline: none;
}
a:active
{
    outline: none;
}

/* classes */
.sidebox a
{
    display: block;
    width: 286px;
    height: 96px;
}
.partner a
{
    float: left;
    border: solid 3px #ccc;
    margin-right: 5px;
}
.partner a:hover
{
    border: solid 3px #cfdee5;
}
.partner h2
{
    margin-bottom: 5px;
    border-bottom: solid 1px #CCC;
}

.sidebox
{
    width: 283px;
    height: 97px;
}
.thumb
{
    float: left;
    border: solid 3px #ccc;
    margin-right: 5px;
}
.partner
{
    margin-bottom: 5px;
}
.bold
{
    font-weight: bold;
}
ul.rightList
{
    width: 240px;
}
ul.rightList li
{
    list-style-type: none;
    width: 240px;
    padding-bottom: 5px;
}


.emailSuccess
{
    margin: 0 0 10px 0;
    display: block;
    padding: 10px;
    border: solid 1px #390;
    background-color: #EAFFD5;
    font-size: 1.2em;
    font-weight: bold;
}

input.upload
{
    height: 18px;
    font-size: 10px;
}
div.upload
{
    display: none;
    padding: 5px 0 5px 0;
}

table.gridView
{
    margin-bottom: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
    border-collapse: collapse;
    width: 100%;
}
table.gridView thead
{
}
table.gridView th
{
    border-width: 1px;
    padding: 5px;
    border-style: solid;
    border-color: #ddd;
    border-bottom: solid 1px gray;
    padding: 5px;
    font-weight: bolder;
    background: url(/Images/bgTableHead.jpg) repeat-x top left;
    color: #000;
}

table.gridView th a
{
    color: #600;
}
table.gridView td
{
    border-width: 1px;
    padding: 5px;
    border-style: solid;
    border-color: #ddd;
    padding: 5px;
}
table.gridView tr.total td
{
    padding: 3px;
    padding-left: 5px;
    background-color: #ddd;
    font-weight: bolder;
    color: #181818;
}
table.gridView tr.emptyDataRow td
{
    padding: 10px 10px 10px 30px;
    background: url(/images/icons/warning.png) no-repeat 10px center;
}

/* Table With Progress */
table.progress
{
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 16px;
    border: 1px solid #ddd;
    border-left: none;
    border-right: none;
    padding: 5px 0;
    font-family: "Calibri" , "Lucida Grande" , arial;
}

.displayNone
{
    display: none;
}

/*
 * --------------------------
 * |       container        |
 * |------------------------|
 * |     left      |  right |
 * |------------------------|
 * | pn | pagecopy |  right |
 * |------------------------|
 * | pn |  page-copy-full   |
 * --------------------------
 *
 * #container: 960px
 * #left: 650px
 * #right: 280px
 * #page-navigation: 80px
 * #page-copy: 570px
 * #page-copy-full: 880px
 */