/* Had to remove default font size from * because it was overriding the content manager */
*
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

body
{
    background-image: url(Images/User/bg_main.gif);
    font-family: Arial;
    text-decoration: none;
}

p
{
    font-size: 10px;
    text-decoration: none;
}

a
{
    text-decoration: none;
    color: #CCCCCC;
}

/* for all .NET labels */
.normal
{
    font-size: 11px;
}

/* For the document manager */
h2.documentsHeader
{
    font-size: 0.95em;
    font-weight: bold;
    background-color: #00541F;
    color: #FFF;
    padding: 2px 0 2px 5px;
    margin: 5px 0;
    background-image: url(Images/System/doc_gradient.jpg);
    background-repeat: repeat-y;
    background-position: right;
}

.Documents
{
    font-size: 0.8em;
}
.Documents TABLE
{
    width: 100%;
}

.Documents TD
{
    padding: 3px;
}

.Documents TR.altRow
{
    background-color: #EEE;
}

.Documents TR.headerRow
{
    font-weight: bold;
    color: #444;
}

/* For system messages e.g. content headings  */
div.System
{
    font-size: 11px;
    color: #CBCBCB;
    font-weight: bold;
    width: 100%;
}

div.SystemPrev
{
    font-size: 11px;
    color: #CBCBCB;
    font-weight: bold;
}

/* For the login link and controls*/
.Login
{
    font-size: 0.8em;
}

.Login a
{
    color: #000;
    text-decoration: none;
}

/* Main Content */

#MainContent
{
    border: 1px solid #666666;
    margin: 5px auto;
    width: 97%;
    background-color: #FFFFFF;
    color: #333333;
}

#MainContent a:link
{
    color: #006699;
    text-decoration: none;
}
#MainContent a:visited
{
    color: #006699;
    text-decoration: none;
}
#MainContent a:hover
{
    color: #996600;
    text-decoration: underline;
}
#MainContent a:active
{
    color: #006699;
    text-decoration: none;
}

/* Top Nav */

#TopBar
{
    background-color: #2A70AE;
    background: transparent url(images/user/bgbluecirclegradient.jpg) repeat-x;
    float: left;
    width: 100%;
    position: relative;
}

#TopBar img
{
    float: left;
}

#TopBar h1
{
    float: left;
    margin: 40px 0 0 20px;
    font-size: 1.1em;
    font-weight: normal;
    letter-spacing: 0.1em;
    color: #444;
}

#TopBar .DateTime
{
    color: #444;
    font-size: 0.7em;
    float: right;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 5px 5px 0;
}

#TopNav
{
    font-size: 11px;
    margin-left: 20px;
    color: #FFFFFF;
    width: auto;
}

.TopNavMain TD
{
    padding-left: 3px;
}

.TopNavSub
{
    background-color: #2A70AE;
    padding: 4px;
    border-bottom: 1px solid #BBB;
    border-left: 1px solid #BBB;
    border-right: 1px solid #BBB;
}

#TopNav a:link
{
    color: #FFFFFF;
    text-decoration: none;
}
#TopNav a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}
#TopNav a:hover
{
    color: #eed2d9;
    text-decoration: none;
}
#TopNav a:active
{
    color: #FFFFFF;
    text-decoration: none;
}





/*	Left nav 
	Had to make this a class (not ID) because .NET generates a table
*/

#LeftNav
{
}

.LeftNav
{
    float: left;
    width: 130px;
    border: 1px solid #CCCCCC;
    color: #006699;
    background-color: #EEEEEE;
    vertical-align: top;
    padding: 3px;
    font-size: 0.8em;
}

.LeftNav td
{
    text-align: left;
}

.LeftNav a:link
{
    color: #00541F;
    text-decoration: underline;
}
.LeftNav a:visited
{
    color: #00541F;
    text-decoration: underline;
}
.LeftNav a:hover
{
    color: #FF911A;
    text-decoration: underline;
}
.LeftNav a:active
{
    color: #FF911A;
    text-decoration: underline;
}

/* Main Body */
#MainPage
{
    width: 1024px;
    border-bottom: solid 1px #DADADA;
    border-top: solid 1px #DADADA;
    border-left: solid 1px #DADADA;
    border-right: solid 1px #DADADA;
}

#RightPanelTop
{
    font-size: 10px;
    padding: 10px 10px 10px 10px;
    text-align: right;
}

#MainBody
{
    padding-left: 20px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 750px;
    vertical-align: top;
}

#MainBody h1, #MainBody h1 span
{
    font-size: 18px;
    font-weight: bold;
}

#MainBody h2, #MainBody h2 span
{
    font: Arial;
    font-size: 1.0em;
    font-weight: bold;
    color: #601124;
}

#MainBody h3, #MainBody h3 span
{
    font: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #601124;
}

#calculator
{
    font: Arial;
}

#calculator td
{
    font-size: 12px;
    color: #601124;
}


/* Special case for home page - must be wider */

#MainBody #MainHome
{
    width: 100%;
    text-decoration: none;
    font-size: 11px;
}
#MainBody p
{
    font-size: 11px;
}

#MainBody td
{
    font-size: 12px;
    text-decoration: none;
}

#MainBody td.panelborder
{
    border-bottom:solid 1px #DADADA;
    border-left:solid 1px #DADADA;
    border-right:solid 1px #DADADA;
}

#MainBody a:link
{
    color: #666666;
    text-decoration: none;
    font-size: 11px;
}
#MainBody a:visited
{
    color: #00541F;
    text-decoration: none;
    font-size: 11px;
}
#MainBody a:hover
{
    color: #FF911A;
    text-decoration: none;
    font-size: 11px;
}

/* Bottom navigation */

#BottomNav
{
    color: #666666;
    text-align: right;
    font-size: 10px;
    margin-right: 10px;
    text-decoration: none;
}

#BottomNav a:link
{
    color: #666666;
    text-decoration: none;
}

#BottomNav a:visited
{
    color: #666666;
    text-decoration: none;
}

#BottomNav a:hover
{
    color: #FF911A;
}
#BottomNav a:active
{
    color: #FF911A;
}

/* Summary/Details (Bookmark) page */
#Summary ol
{
    background-color: #EEE;
    border: 1px dashed #BBB;
    padding: 15px 15px 15px 35px;
    margin: 0;
    list-style: numbered;
}
#Summary li
{
    padding-top: 5px;
}

#Details h2
{
    border-bottom: 1px dashed #99CC33;
    padding-bottom: 5px;
}


/* Admin page - menu editor */

#menuEditor TABLE
{
    width: 750px;
}

#menuEditor TD
{
    padding: 5px;
    width: 33%;
    vertical-align: top;
}
#menuEditor h3 span
{
    font-size: 1em;
    color: #333;
    margin: 0;
}
