﻿
/*
 *	Global Style
 */

*
{
    font-family: Verdana;
    font-size: 12px;
}

body
{
    margin: 0px; /*	background-color: #f1f1f1;  */
}

p
{
    color: #666666;
}
li
{
    color: #666666;
}
span
{
    color: #666666;
}

img
{
    border: 0px;
}

h1
{
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
    font-family: Arial;
}

h2
{
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
    font-family: Arial;
}


h3
{
    color: #666666;
    font-weight: normal;
}

a
{
    text-decoration: underline;
    color: #c41230;
}

a:hover
{
    color: #9a061a;
}


/*
 *	Hard Elements
 */


div#masterHeader
{
    background-color: #cccccc;
    margin: auto;
    width: 700px;
}

div#masterSubHeader
{
    min-height: 50px;
    background-color: White;
    margin: auto;
    width: 680px;
    padding: 10px;
}

div#masterBodyOuter
{
    background-color: White;
    width: 700px;
    margin: auto;
}

div#ctl00_masterBody
{
    margin: auto;
    width: 680px;
    height: auto;
    overflow: hidden;
    background-repeat: repeat-x;
    background-color: White;
    border-top: 1px solid #cccccc;
    min-height: 500px;
}

div#masterBodyLeftBlock
{
    width: 520px;
    float: left;
}

div#masterBodyRightBlock
{
    margin-top: 10px;
    margin-right: 60px;
    float: right;
}

div#masterBodyLeftBlock p, span
{
    font-family: Arial;
    font-size: 12px;
}

div#masterFooter
{
    margin: auto;
    width: 700px;
    color: #999999;
    text-align: left;
    padding: 3px;
    font-size: 10px;
    position: relative;
    top: 30px;
}

div#masterFooter a, div#masterFooter a:hover
{
    color: #999999;
    font-size: 10px;
}

div#masterSubHeader_leftNav
{
    float: left;
    width: 500px;
}

div#masterSubHeader_rightNav
{
    margin-top: 20px;
    text-align: right;
}

/*	Reusable
 *	Attributes
 */

.headerError
{
    font-size: 16px;
    font-weight: bold;
    color: #cc0000;
}

.seperator
{
    color: #c41230;
}

.centerPanel
{
    border: 1px solid #0a0a0a;
    text-align: left;
    width: 95%;
    background: white;
    padding: 25px;
    margin: 0 auto;
}

.button_edit
{
    border: 0px;
    background-color: #df081c;
    color: White;
    font-weight: bold;
    padding: 2px;
    width: auto;
    cursor: pointer;
}

.formCaption
{
    font-size: 12px;
    font-family: Arial;
}

.formTextbox
{
    font-size: 10px;
    border: 1px;
    border-style: solid;
    border-color: #666666;
    height: 16px;
}

.validationMessage
{
    font-style: italic;
    font-family: arial;
    font-size: 11px;
    color: #999999;
}

input:focus
{
    background-color: #f0efe4;
}
.divLoginTop
{
    border-style: solid solid none solid;
    border-width: 1px;
    padding-left: 10px;
}
.divLoginMain
{
    border-style: solid;
    border-width: 1px;
    display: block;
    height: 190px;
    width: 350px;
}
.login_tdLeft
{
    width: 140px;
    height: 30px;
    text-align: right;
}
.login_tdRight
{
    width: 185px;
    height: 30px;
}
.login_tdPswd
{
    width: 185px;
    height: 30px;
}
.loginTable
{
    width: 350px;
    height: 167px;
}
.formTextboxLogin
{
    width: 170px;
}
.loginTable
{
    width: 350px;
    height: 167px;
}
.loginRegister
{
     text-align:center;
}