﻿body
{
    margin: 0;
    padding: 0;
    border: none;
    background: #A2C0EA url(images/bodybg.gif) repeat-x;
}

body, th, td, input, textarea
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #666666;
}

p, ol, ul
{
    line-height: 150%;
}

a:hover
{
    text-decoration: none;
}

/* Header */

#header
{
    width: 960px;
    height: 90px;
    margin: 0 auto;
}

#logo
{
    float: left;
    height: 66px;
    width: 351px;
    margin-left: 10px;
    background: url(images/logo.gif) no-repeat left center;
    margin-top: 12px;
}

#logo h1, #logo p
{
    text-transform: lowercase;
}

#logo h1
{
    margin: 0; /*padding: 25px 0 0 85px;*/
    letter-spacing: -2px;
    font-size: 3em;
    font-weight: normal;
    color: #000000;
}

#logo h1 a
{
    color: #000000;
}

#logo p
{
    margin: -10px 0 0 2px;
    padding: 0 0 0 85px;
    text-transform: lowercase;
}

/* Menu */

#menu
{
    width: 1000px;
    height: 50px;
    margin: 0 auto;
}

#menu ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu li
{
    display: block;
    float: left;
}

#menu a
{
    display: block;
    float: left;
    height: 38px;
    padding: 8px 20px 0 20px;
    text-decoration: none;
    text-transform: lowercase;
    color: #000000;
}

#menu a:hover
{
    text-decoration: underline;
}

#menu .current_page_item
{
    background: url(images/lmenubtn.gif) no-repeat;
}

#menu .current_page_item a
{
    background: url(images/rmenubtn.gif) no-repeat right top;
    font-weight: bold;
}

/* Page */

#page
{
    width: 1000px;
    margin: 0 auto;
    background: #FFFFFF url(images/pagebg.gif) repeat-y;
}

#gridpage
{
    width: 1000px;
    margin: 0 auto;
    background: #FFFFFF url(images/gridpagebg.gif) repeat-y;
}

/* Content */

#gridcontent
{
    width: 974px;
    margin: 0;
    padding: 13px 13px 0 13px;
    background: url(images/gridcontenttop.gif) no-repeat;
}

#gridcontent_bottom
{
    width: 1000px;
    margin: 0 auto;
    padding: 8px 0 8px 0;
    background: url(images/gridcontentbottom.gif) no-repeat;
}

#content
{
    float: right;
    width: 694px;
    padding: 8px 8px 0 2px;
    background: url(images/contenttop.gif) no-repeat;
}

#content a
{
    color: #FF8900;
}

#content_bottom
{
    background: url(images/contentbottom.gif) top no-repeat;
    width: 1000px;
    margin: 0 auto;
    padding-top: 8px;
}

#report_content_bottom
{
    background: url(images/reportcontentbottom.gif) top no-repeat;
    width: 1000px;
    margin: 0 auto;
    padding-top: 8px;
}

.pagetitle
{
    height: 22px;
    margin: 0;
    padding: 8px 0 0 15px;
    background: url(images/pagetitle.gif) no-repeat;
    font-size: 1.1em;
    color: #FFFFFF;
}

.section
{
}

.section-split
{
}

.sectionleft
{
    float: left;
    margin-right: 40px;
}

.sectionright
{
    float: left;
}

.title
{
    margin: 0;
    font-size: 2.4em;
    font-weight: normal;
}

.meta
{
    border-top: 1px dotted #CCCCCC;
    text-align: right;
}

.meta .detail
{
    padding-left: 15px;
    background: url(images/pbullet.gif) no-repeat left center;
}

/* Sidebar */

#sidebar
{
    float: left;
    width: 283px;
    padding: 8px 5px 0 8px;
    background: url(images/sidebar.gif) no-repeat;
}

/*#sidebar ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#sidebar li
{
    margin-bottom: 5px;
}

#sidebar li ul
{
    padding: 10px 15px;
}

#sidebar li li
{
    margin: 0;
    padding-left: 15px;
    background: url(images/sbullet.gif) no-repeat left center;
}*/

#sidebar h2
{
    height: 22px;
    margin: 0;
    padding: 8px 0 0 15px;
    background: url(images/sidebartitle.gif) no-repeat;
    font-size: 1.1em;
    color: #FFFFFF;
}

#sidebar a
{
    text-decoration: none;
    color: #0065FF;
}

#sidebar a:hover
{
    text-decoration: underline;
}

/* Footer */

#footer
{
    width: 1000px;
    margin: 10px auto 0 auto;
}

#footer p
{
    margin: 0;
    text-align: center;
    color: #FFFFFF;
}

#footer a
{
    color: #FFFFFF;
}

/* Dashboard */
/* Box styles are in modal.css */
.dashboard
{
}

.dashboard ul, .dashboard li
{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.dashboard .label
{
    font-weight: bold;
}

/* Progress Extender */
.progress
{
    border-style: solid;
    border-width: 1px;
    border-color: inherit;
    background-color: White;
    position: absolute;
    top: 300px;
    right: 50%;
    width: 30px;
    height: 30px;
    padding-left: 14px;
    padding-top: 14px;
    margin: 0;
    float: right;
    z-index: 1;
}

/* Login */
.login-container
{
    margin: 30px auto 20px auto;
}

.login-inner
{
    margin: 0px auto 0px auto;
    width: 200px;
}

.login
{
    margin: 0px auto 0px auto;
    padding: 7px 7px 7px 10px;
    width: 200px;
    position: relative;
    left: 15px;
}

.login input
{
    margin-top: 5px;
}

.login h4
{
    margin: 0;
}

/* User Control */
#user_status
{
    padding: 15px;
    float: right;
    font-weight: bold;
}

#user_status a /* override #menu styles */
{
    padding: 0px;
    color: #333333;
    float: none;
    text-decoration: underline;
    display: inline;
}

/* Report styles */
#aspnetForm
{
    margin: 0px;
}

.report-viewer 
{
}

.reportinput
{
    min-height: 40px;
    margin: 5px;
}
.reportinput input, select
{
    margin: 10px 5px 5px 5px;
}

/*.reportinput span
{
    margin: 0px 5px 5px 10px;
    padding: 0px;
    font-weight: bold;
    display: inline;
}*/

.reportlabel
{
    font-weight: bold;
    vertical-align: middle;
    padding-left: 15px;
}

.report-menu
{
    padding: 10px;
}

.report-menu ul, .report-menu li
{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}