﻿.js body {display: none;}

#navcontainer
{
    height:         100px;
    width:          920px;
    background:     url('../../images/CMPHeaderTitle.png') no-repeat 10px ;
    margin:         30px auto 5px;
}

#navigation
{
    top:            52px;
    float:          left;
    margin-left:    145px;
    position:       relative;
    height:         50px;
}

#navigation #RSSIcon
{
    top:            -50px;
    float:          left;
    margin-left:    100px;
    position:       relative;
}

/*** Fix for IE7 z-index issue ***/
.on-top 
{  
    z-index: 10000;  
} 

/* Home Page CSS layout */
body
{
    margin: 0;
    padding: 0;
}

.pager
{
    text-align: left;
    font-weight: bold;
    padding: 5px;
}

#home_container
{
    width: 920px;
    margin-left: auto;
    margin-right: auto;
    background-color: #333333;
    padding: 10px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    overflow: hidden;
}

#left_col
{
    width: 250px;
    float: left;
}

/* 0 BASIC TAGS */

table
{
    font-size: 1em;
}

h1, h2, h3, h4
{
    margin: 0;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}

p
{
    line-height: 1.4em;
}

hr
{
    border: 0;
    border-top: 1px solid #505050;
    height: 1px;
}

div
{
    text-align: center;
}

a
{
    text-decoration: none;
    color: #DBB94F;
}

a:visited
{
    color: #C19B28;
}

a:hover
{
    text-decoration: underline;
    color: #E6CD84;
}

a:active
{
    /*color: #C19B28;*/
}

body
{
    background-color: #656565;
    /* background-image: url(Images/background.gif); */
    background-repeat: repeat;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    color: #FFFFFF;
}

img
{
    border-width: 0;
}

/* 1 HEADER */

.header
{
    background-image: url(Images/header_1000x76_mp.png);
    background-repeat: no-repeat;
    position: relative;
    width: 1000px;
    height: 76px;
    margin: 30px auto 5px auto;
}

.headernomp
{
    background-image: url(Images/header_1000x76.gif);
    background-repeat: no-repeat;
    position: relative;
    width: 1000px;
    height: 76px;
    margin: 30px auto 5px auto;
}


h1
{
    position: absolute;
    left: 37px;
    top: 12px;
    text-transform: uppercase;
    font-size: 18px;
}

h2
{
    position: absolute;
    left: 37px;
    top: 45px;
    font-size: 11px;
}

.menua
{
    position: absolute;
    z-index: 42;
    right: 37px;
    top: 13px;
    text-transform: uppercase;
    font-size: 11px;
}

.nav
{
    position: relative;
    margin: 0px auto 5px;
    text-transform: uppercase;
    font-size: 11px;
}

.menua a:visited, .nav a:visited
{
    color: #DBB94F;
}

/* IE 8 RC1 Fix */
.IE8Fix
{
    z-index: 100;
}

/* 1.1 SHIM */

.shim
{
    display: none;
}

#page_content
{
    margin-left: 255px;
}

/* 2 PAGE */

.page
{
    background-repeat: repeat-y;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

h3
{
    margin-top: 1.0em;
    margin-bottom: 1.12em;
    font-size: 1.5em;
    font-weight: bold;
}
h4
{
    margin-top: 1.0em;
    margin-bottom: 1.12em;
    font-size: 1.3em;
    font-weight: bold;
}

/* 2.1 ALL PAGES */

.widget
{
    font-size: xx-small;
    height: 100%;
}

#home, #resume, #links, #albums, #photos, #details, #register, #admin-albums, #admin-photos, #admin-details
{
    position: relative;
    width: 800px;
    padding: 0px 37px;
    padding-top: 1px; /* Weird Mozilla Bug */
    padding-bottom: 40px; /* Weird Mozilla Bug */
}

#sidebar
{
    float: left;
    width: 214px;
    height: 100%;
}

#content
{
    margin-left: 256px;
}

dl
{
    margin-top: 0;
    margin-bottom: 0;
    border-top: 1px solid #505050;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    position: relative;
}

dt
{
    position: absolute;
    left: 0;
}

dd
{
    margin-left: 150px;
    height: 2.0em;
}

.emptydata td
{
    padding: 50px;
    color: #aeaeae;
}

.view
{
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    text-align: center;
}

.item
{
    padding: 20px 50px;
    color: #B2B2B2;
}

.filterheader
{
    text-align: left;
    background-color: #777777;
}


.item h4
{
    margin-bottom: 0.4em;
}

.nullpanel
{
    padding: 150px;
    width: auto;
    text-align: center;
}

.buttonbar, .buttonbar-top
{
    width: 800px;
    height: 36px;
    background-image: url(Images/photonav.gif);
    background-repeat: no-repeat;
    margin-bottom: 5px;
    text-align: center;
}

/* 3 FOOTER */

.footerbg
{
    width: auto;
    height: 50px;
    text-align: center;
}

.footer
{
    background-image: url(images/footer_950.gif);
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    width: 950px;
    height: 50px;
    text-align: center;
    font-size: 11px;
    color: #ffffff;
}

.menub
{
    margin: 8px auto 2px auto;
    text-transform: uppercase;
    font-size: 11px;
}

.menub a:visited
{
    color: #DBB94F;
}


/* Inline styles are used because image controls hard code a border property */

.EventMiniCal
{
    vertical-align: bottom;
}

.watermark
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    color: #999999;
}

/* DIRECTIONS */

.dirdiv
{
    position: relative;
    top: -420px;
    left: 180px;
    margin-left: auto;
    margin-right: auto;
    width: 380px;
    visibility: hidden;
    z-index: 42;
    background-color: #fff;
}

div.dirtitle
{
    position: relative;
    top: 0px;
    left: 0px;
    width: 380px;
    height: 18px;
    background-color: #656565;
    color: #DBB94F;
    display: block;
    border-right: #656565 1px solid;
    border-top: #656565 1px solid;
    border-left: #656565 1px solid;
    border-bottom-width: 0px;
    z-index: 43;
}

.dirclose
{
    position: absolute;
    right: 0px;
    top: 2px;
    font-family: Verdana;
    font-size: 7pt;
    padding: 0px 0px 1px 1px;
    cursor: pointer;
    height: 18px;
    width: 18px;
    display: block;
}

.dirtoggle
{
    position: absolute;
    right: 18px;
    top: 2px;
    font-family: Verdana;
    font-size: 7pt;
    padding: 0px 0px 1px 1px;
    cursor: pointer;
    height: 25px;
    width: 65px;
    display: block;
}

div.dirtext
{
    position: absolute;
    color: #000000;
    top: 18px;
    left: 0px;
    width: 370px;
    padding: 1px 5px 4px 5px;
    background-color: #fff;
    border-top-width: 0px;
    border-right: #656565 1px solid;
    border-left: #656565 1px solid;
    border-bottom: #656565 1px solid;
    font-size: 8pt;
    font-family: Verdana;
    overflow: auto;
}

div.dirtext textarea
{
    font-family: Verdana;
    font-size: 10pt;
    left: 2px;
}

.dircontrols
{
    position: relative;
    text-align: left;
    font-weight: bold;
    color: #000000;
    top: -70px;
    left: -280px;
    width: 175px;
    height: 22px;
    padding: 2px 5px 2px 5px;
    line-height: 16px;
    background-color: #fff;
    border-top: #656565 1px solid;
    border-right: #656565 1px solid;
    border-left: #656565 1px solid;
    border-bottom: #656565 1px solid;
    font-size: 8pt;
    z-index: 42;
    margin-left: auto;
    margin-right: auto;
}

/* END DIRECTIONS */

/* ADD EVENT FORM */
.AddFormLeftCol
{
    width: 265px;
    white-space: nowrap;
}

.AddFormRightCol
{
    width: 350px;
    white-space: nowrap;
}

