﻿html
{
    margin: 0;
    padding: 0;
}

body
{
    border-top: solid 10px #000;
    color: #333;
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
}

a
{
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

/*a:link, a:visited,
    a:active, a:hover
    {
        color: #333;
    }

    a:hover
    {
        background-color: #c7d1d6;
    }*/

header, footer, hgroup, nav, section
{
    display: block;
}

mark
{
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left
{
    float: left;
}

.float-right
{
    float: right;
}

.clear-fix:after
{
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}


/* Header Layout*/
.HeaderLogo
{
    padding-right: 15px;
    vertical-align: middle;
}

.applicationTitle {
    text-align: center;
    margin-top: 5px;
    color: #8c8d8f;
    font-size: 1.5em;
    font-weight: bold;
}

.pageTitleText
{
    font-size: 14px;
    font-weight: bold;
}



h1, h2, h3,
h4, h5, h6
{
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1
{
    font-size: 2em;
}

h2
{
    font-size: 1.75em;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active
    {
        padding: 0;
        text-decoration: none;
    }


/* main layout
----------------------------------------------------------*/


.HeaderLine
{
    clear: both;
    margin-bottom: 0px;
}

#body
{
    background-color: #ffffff;
    clear: both;
    padding-bottom: 5px;
}

.main-content
{
    padding-left: 10px;
    padding-top: 15px;
    padding-right: 5px;
}

.featured + .main-content
{
    background: url("../Images/heroAccent.png") no-repeat;
}

header .content-wrapper
{
    padding-top: 20px;
}

footer
{
    clear: both;
    background-color: #e2e2e2;
    font-size: .8em;
    height: 100px;
}


/* site title
----------------------------------------------------------*/
.site-title
{
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

    .site-title a, .site-title a:hover, .site-title a:active
    {
        background: none;
        color: #c8c8c8;
        outline: none;
        text-decoration: none;
    }


/* login
----------------------------------------------------------*/
#login
{
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a
    {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

        #login a.username
        {
            background: none;
            margin-left: 0px;
            text-decoration: underline;
        }

    #login ul
    {
        margin: 0;
    }

    #login li
    {
        display: inline;
        list-style: none;
    }

.loginUsername
{
    width: 250px;
}

.loginPassword
{
    width: 250px;
}

/* page elements
----------------------------------------------------------*/


/* page titles */
hgroup.title
{
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2
    {
        display: inline;
    }

    hgroup.title h2
    {
        font-weight: normal;
        margin-left: 3px;
    }

/* features */
section.feature
{
    width: 300px;
    float: left;
    padding: 10px;
}

/* content */
article
{
    float: left;
    width: 70%;
}

aside
{
    float: right;
    width: 25%;
}

    aside ul
    {
        list-style: none;
        padding: 0;
    }

        aside ul li
        {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label
{
    font-weight: 700;
}

.loginScreen
{
}

/* login page */
#loginForm
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 120px;
    width: auto;
}

    #loginForm .validation-error
    {
        display: block;
        margin-left: 15px;
    }




/* contact */
.contact h3
{
    font-size: 1.2em;
}

.contact p
{
    margin: 5px 0 0 10px;
}

.contact iframe
{
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset
{
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend
    {
        display: none;
    }

    fieldset ol
    {
        padding: 0;
        list-style: none;
    }

        fieldset ol li
        {
            padding-bottom: 5px;
        }

/**************************************************************************************************************/
label.labelDefault
{
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}


input[type="checkbox"][class~="default"]
{
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="submit"][class~="default"],
input[type="button"][class~="default"],
button[class~="default"]
{
    background-color: #e2e2e2;
    border: 1px solid #787878;
    cursor: pointer;
    font-size: 1.0em;
    font-weight: 600;
    padding: 7px;
    margin-right: 8px;
    width: auto;
}


td input[type="submit"][class~="default"],
td input[type="button"][class~="default"],
td button[class~="default"]
{
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
}

input[type="text"].longTextbox
{
    width: 300px;
}
/*---------------------------------------------------------------------------------------------------*/

/* info and errors */
.message-info
{
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error
{
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 2px 0 2px 0;
}

.message-success
{
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 2px 0 2px 0;
}

.error
{
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error
{
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid
{
    display: none;
}

input.input-validation-error
{
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error
{
    border: 0 none;
}

.validation-summary-errors
{
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid
{
    display: none;
}

.HeaderUserInfo
{
    display: block;
    text-align: right;
    margin-top: 0px;
    margin-right: 20px;
}

.HeaderUserInfoName {
    text-align: right;
}

.HeaderOrganizationSingle {
    float: right;
    font-size: .75em;
}

#LoginView3_UserDisplay {
    float: right;
    margin-right: 15px;
}

.ReportViewer
{
    margin-right: 15px;
}


.loginCenter
{
    margin-left: 35%;
}


#header #navigation ul li.menu-profile .drop-container
{
    height: 157px;
    background-position: 150px 8px;
}


.loginErrors
{
    text-align: center;
}

.ui-tooltip
{
    float: left;
    padding: 8px 12px;
    color: black;
    border-radius: 3px;
    box-shadow: 0 0 7px black;
    background-color: #eeeeee;
    text-align: center;
}

/**********************/
/* Menu */

.ui-menu
{
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    outline: none;
}

    .ui-menu .ui-menu
    {
        margin-top: -3px;
        position: absolute;
    }

    .ui-menu .ui-menu-item
    {
        margin: 0;
        padding: 0;
        zoom: 1;
        width: 100%;
    }

    .ui-menu .ui-menu-divider
    {
        margin: 5px -2px 5px -2px;
        height: 0;
        font-size: 0;
        line-height: 0;
        border-width: 1px 0 0 0;
    }

    .ui-menu .ui-menu-item a
    {
        text-decoration: none;
        display: block;
        padding: 2px .4em;
        line-height: 1.5;
        zoom: 1;
        font-weight: normal;
    }

        .ui-menu .ui-menu-item a.ui-state-focus,
        .ui-menu .ui-menu-item a.ui-state-active
        {
            font-weight: normal;
            margin: -1px;
        }

    .ui-menu .ui-state-disabled
    {
        font-weight: normal;
        margin: .4em 0 .2em;
        line-height: 1.5;
    }

        .ui-menu .ui-state-disabled a
        {
            cursor: default;
        }

/* icon support */
.ui-menu-icons
{
    position: relative;
}

    .ui-menu-icons .ui-menu-item a
    {
        position: relative;
        padding-left: 2em;
    }

/* left-aligned */
.ui-menu .ui-icon
{
    position: absolute;
    top: .2em;
    left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon
{
    position: static;
    float: right;
}




/******TQ's additions***************/
dl.form     { clear: both; }
dl.form dt  { float: left; clear: left; width: 150px; padding: 8px !important; }
dl.form dd  { padding: 8px; }

/*************************/
/* Profile*/
.Profile_OrganizationTitle
{
    font-size: 1em;
    background: url(./cweb/Global/grey-on-white-arrow.gif) no-repeat left 10px;
    padding-left: 15px;
    padding-top: 5px;
    text-decoration: none;
}

.Profile_Organization_Row
{
    list-style-type: none;
    margin-bottom: 2px;
}

.Profile_Organization_Section {
    margin-left: 20px;    
}

.Profile_ol {
    margin-bottom: 20px;
}

.Profile_note {
    font-size: .75em;
    margin-bottom: 5px;
}