/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    background-color: white;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: .8em;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    color: #003366;
}
H1
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 2em;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

H2
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.75em;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

H3
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.58em;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

H4
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.33em;
    font-weight: 500;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

H5, DT
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

H6
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: .8em;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

TFOOT, THEAD
{
    font-size: 1em;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    font-family: Arial, Helvetica, sans-serif;
}

TH
{
    vertical-align: baseline;
    font-size: 1em;
    font-weight: bold;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    font-family: Arial, Helvetica, sans-serif;
}


A:link
{
    text-decoration: none;
    color: #3333cc;
}

A:visited
{
    text-decoration: none;
    color: #333399;
}

A:active
{
    text-decoration: none;
    color: #333399;
}

A:hover
{
    text-decoration: underline;
    color: #3333cc;
}

SMALL
{
    font-size: .7em;
}

BIG
{
    font-size: 1.17em;
}

BLOCKQUOTE, PRE
{
    font-family: Courier New, monospace;
}


UL LI
{
    list-style-type: square;
}

UL LI LI
{
    list-style-type: disc;
}

UL LI LI LI
{
    list-style-type: circle;
}

OL LI
{
    list-style-type: decimal;
}

OL OL LI
{
    list-style-type: lower-alpha;
}

OL OL OL LI
{
    list-style-type: lower-roman;
}

IMG
{
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
}


/* CSS Document */
body, form
{
    margin: 0px;
}
div, td, input, select, textarea
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}
a
{
    color: #000000;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
.border
{
    border: 1px solid #000000;
}
.style1
{
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}
.button
{
    border: 1px solid #000000;
    background-color: #CCCCCC;
    height: 30px;
    width: 50px;
}

.groovybutton
{
    font-size: 11px;
    font-family: Tahoma,sans-serif;
    color: #440088;
    background-color: #EEDDFF;
    border-top-style: solid;
    border-top-color: #9933FF;
    border-top-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #9933FF;
    border-bottom-width: 1px;
    border-left-style: solid;
    border-left-color: #9933FF;
    border-left-width: 10px;
    border-right-style: solid;
    border-right-color: #9933FF;
    border-right-width: 1px;
    height: 30px;
}

.padding
{
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 10px;
    padding: 10px;
}
.checkbox
{
    background-color: #FFFF66;
    border: 1px solid #000000;
    margin: 0px;
    padding: 0px;
}
.textfield
{
    font-family: Arial;
    font-size: 11px;
    color: #FF0000;
    background-color: #FFFFFF;
    border: 1px solid #000000;
}
.button1
{
    border: 1px solid #000000;
    background-color: #CCCCCC;
    height: 30px;
}
.dropdown
{
    font-family: Arial;
    font-size: 11px;
    color: #FF0000;
    background-color: #FFFFFF;
    border: 1px solid #000000;
    width: 368px;
}

.textfield2
{
    font-family: Arial;
    font-size: 11px;
    color: #FF0000;
    background-color: #CCCCCC;
    border: 1px solid #000000;
}
.buttonNew
{
    font-family: Arial;
    font-size: 11px;
    color: #000000;
    background-color: #CCCCCC;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: none;
    border-top-color: #000000;
    border-right-color: #000000;
    border-bottom-color: #000000;
    border-left-color: #000000;
    height: 18px;
    width: 20px;
}
.dropdown1
{
    font-family: Arial;
    font-size: 11px;
    color: #FF0000;
    background-color: #FFFFFF;
    border: 1px solid #000000;
    width: 100%;
}
.inputText
{
    border: 1px solid #000000;
}
.error
{
    color: #FF0000;
}
#header
{
    margin-bottom: 10px;
    border-bottom: 1px solid #000000;
}

#footer
{
    margin-top: 75px;
    border-top: 1px solid #000000;
}

.Hidden
{
    font-family: Arial;
    font-size: 11px;
    color: #FF0000;
    background-color: #FFFFFF;
    border: 1px solid #000000;
    visibility: hidden;
}

.Heading1
{
    font-family: Arial;
    font-size: 20px;
    color: Black;
}

.Heading2
{
    font-family: Arial;
    font-size: 14px;
    color: Black;
}

.Heading3
{
    font-family: Arial;
    font-style: italic;
    font-size: 12px;
    color: Black;
}

.Label
{
    font-family: Arial;
    font-style: normal;
    font-size: 12px;
    color: Black;
}

.LabelRightAligned
{
    font-family: Arial;
    font-style: normal;
    font-size: 12px;
    color: Black;
    text-align: right;
}
.SubLabel
{
    font-family: Arial;
    font-style: normal;
    font-size: 10px;
    color: Black;
}


.TextBoxMandatory
{
    font-family: Arial;
    font-style: normal;
    font-size: 12px;
    color: Black;
}

.TextBox
{
    color: Black;
    width: 100%;
}

.DropDownList
{
    color: Black;
    width: 100%;
}

.TextBoxDate
{
    width: 79%;
}

.ImageDate
{
    width: 15px;
    height: 15px;
}

.AdminSection
{
    background-color: Yellow;
}

.AccountSection
{
    background-color: Yellow;
}

.StaffSection
{
    background-color: Yellow;
}

.OtherMonth
{
    width: 0px;
    height: 0px;
}


.Header
{
    vertical-align: baseline;
    font-size: 1em;
    font-weight: bold;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    font-family: Arial, Helvetica, sans-serif;
}

.right
{
    text-align: right;
}
