﻿/* Global */
body
{
    color: #696969;
}

a
{
	outline: none;
}

h1, h2, h3, h4, h5, h6
{
    color: #F47912;
}

img a
{
	border: none;
}

table, tr, td
{
    border: 0 none;
    outline: 0 none;
}

.bold
{
    font-weight: bold;
}

.border
{
    border-right: dotted 1px gray;
}

.center
{
    text-align: center;
}

.gray
{
    color: #696969;
}

.half
{
    width: 50%;
}

.italic
{
    font-style: italic;
}

.left
{
    text-align: left;
}

.nowrap
{
    white-space: nowrap;
}

.pad
{
    padding: 9px;
}

.small
{
    font-size: smaller;
}

.superscript
{
    font-size: xx-small;
    vertical-align: top;
}

.top
{
    vertical-align: top;
}

.xl
{
    font-size: x-large;
}

.xxl
{
    font-size: xx-large;
}

#successMsg
{
    background:#F0FEE9 url(/Content/Images/icon_GreenCheck.gif) no-repeat scroll 13px 50%;
    border: medium solid #E1EFDB;
    color: #333333;
    font-weight: bold;
    margin-bottom: 1em;
    padding: 1em 1em 1em 3em;
}

/* Header - Navigation Bar (Menu) */
#navBar
{
    background: transparent url(/Content/Images/bg_nav.jpg) no-repeat scroll 0 0;
    height: 40px;
}

#navBar #nav
{
    margin: 0;
    white-space: nowrap;
}

#navBar #nav ul, #navBar #nav li
{
    background: transparent url(/Content/Images/hr_nav_Vertical.gif) no-repeat scroll 0 0;
    float: left;
    font-weight: bold;
    height: 27px;
    list-style: none outside none;
    padding: 13px 5px 0;
    text-align: center;
    vertical-align: middle;
    width: 83px;
}

#navBar #nav a
{
    color: #ffffff;
    display: block;
    text-decoration: none;
}

#navBar #nav a:hover
{
    color: #F47912;
}

/* Header - Branding */
#branding
{
    clear: both;
    white-space: nowrap;
}

#logo
{
    float: left;
    height: 152px;
    text-align: center;
}

#logo img
{
    border: 0 none;
}

#tagline
{
    margin-top: 18px;
}

#tagline1
{
    color: #000000;
    float: left;
    font-size: xx-large;
    line-height: 1.4em;
    margin: 5px 0;
}

#tagline2
{
    float: left;
    font-size: larger;
    font-style: italic;
    margin: 5px 0;
    white-space: normal;
}

/* Body */
#bd
{
    padding-bottom: 2em;
}

/* Footer */
#ft
{
    background-color: #ffffff;
    bottom: 0;
    font-size: x-small;
    height: 25px;
    position: fixed;
    width: 100%;
    z-index: 100000;
}

/* Option Tables */
#option th, #option td
{
    border-top: 1px solid #e7e7e7;
    padding: 5px 5px 5px 5px;
    height: 86px;
}

#option a, #option a:link, #option a:visited, #option a:hover, #option a:active
{
    border: 0 none;
}

#option .nounderline
{
    text-decoration: none;
}

#option img
{
    border: 0 none;
    display: none;
    visibility: hidden;
}

#option tr:hover
{
    background-color: #d8e5ec;
}

#option tr:hover img
{
    display: block;
    visibility: visible;
}

/* Form Styling */
#dataEntryForm
{
    padding: 10px;
}

fieldset
{
    background-color: #E5E5E5;
    border: thin solid #333333;
    width: 640px;
}

legend
{
    background-color: #333333;
    border: thin solid #999999;
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 5px;
    margin-left: 15px;
    padding: 2px 5px 2px 5px;
}

#dataEntryForm ol
{
    display: inline-block;
    list-style: none;
    padding: .2em .2em 0 .2em;
}

#dataEntryForm ol li
{
    display: inline-block;
    width: 600px;
}

#dataEntryForm label
{
    clear: both;
    float: left;
    padding-right: 10px;
    text-align: left;
    width: 175px;
}

#dataEntryForm input[type=checkbox]
{
    float: left;
    margin-bottom: 18px;
}

#dataEntryForm input[type=text]
{
    float: left;
    margin-bottom: 10px;
    width: 375px;
}

#dataEntryForm select
{
    float: left;
    margin-bottom: 10px;
}

#dataEntryForm textarea
{
    float: left;
    margin-bottom: 10px;
    width: 375px;
}

#dataEntryForm button
{
    clear: both;
    margin-right: 5px;
    width: 100px;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

/* Override jquery-ui.css */
.ui-widget
{
    font: inherit;
}

.ui-widget-content
{
    border: 0 none;
    color: inherit;
}

.ui-widget-content a
{
    color: inherit;
}
