/* */

body {
    font: 77% normal "Lucida Grande",Tahoma,Arial,sans-serif;
    width:1007px;
    margin-top:25px;
    background:#e7eef0 url("../images/bg.jpg") top left repeat;
    padding-bottom: 0px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    }


.clear {
    clear: both;
    }
    
/* typography */

a {
    text-decoration: none;
    color: #d37535;
    }

.hr {
    margin: 5px 0;
    border-top: 2px solid #d37535;
    }

ul {
    margin-left: 2em;
    padding: 0;
    list-style-image: url(../i/bullet.gif);
    }
    ul ul {
        list-style-image: url(../i/bullet2.gif);
        margin-bottom: 3px;
        }

em {
    font-family: Georgia, "Times New Roman", serif;
    font-style: italic;
    }

a img {
    border: none;
    }

p.loggedIn {
    font-size: 85%;
    border-bottom: 1px solid #b52e28;
    padding: 4px;
    }

p.metadata {
    border: 1px solid #b52e28;
    color: #b52e28;
    padding: 4px 8px;
    }

.floatright {
    float: right;
    }
    
/* header */

#header {
    height:240px;
    background-image: url(../images/repeatheader.gif);
    background-repeat: repeat-y;
    background-position: center top;
    }

.printonly { 
    display: none;
    text-align: center;
    }

/* admin tables */

table { width: 100%; margin-bottom: 0px; }
th { font-weight: bold; text-transform: lowercase; border-left: 1px solid #b52e28; border-bottom: 3px solid #b52e28; text-align: center; }
th.first {border-left: none;}
td.ed { width: 25px; }
.link { cursor: pointer; }
tr.alt { background-color: #f5f5f5; }
tr.total td { padding: 5px; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; font-weight: bold; }

/* faux layout wrapper */

#wrapper{
    width: 940px;
    overflow:auto;
    background-repeat: repeat-y;
    border: 6px solid #006;
    }

/* nav */



/* main content */

#content {
    width: 100%;
    padding: 0px;
    }
    
    #content h2 {
        color: #b52e28;
        font-size:18px;
        }
        
    #content h3 {
        color: #d37535;
        font-size:14px;
        }
    
    #content img {
        padding: 3px;
        }
        #content img.floatright {
            float: right;
            margin: 0 0 8px 8px;
            }
        #content img.floatleft {
            float: left;
            margin: 0 8px 8px 0;
            }

/* footer */

#footer {
    width: 1007px;
    height: 10px;
    clear: both;
    text-align: left;
    background: url("../images/footer.jpg") top center no-repeat;
    }

a#j2credit {
    width: 129px;
    height: 39px;
    background: url(../i/cotm_j2credit.gif) center no-repeat;
    text-indent: -5000px;
    border: none;
    position: absolute;
    bottom: 4px;
    right: 0;
    }

/* calendar */

table#calendar {
    font-size: 83%;
    margin: 0 -8px;
    width: 100%;
    }
    table#calendar h3 {
        margin: 12px 0 0 0;
        font-size: 150%;
        padding-top: 5px;
        border-top: 3px solid #d37535;
        }
        table#calendar h3 em {
            color: #aaa;
            font-size: 70%;
            margin-left: 15px;
            }
    table#calendar tr {
        }
        table#calendar tr.spacer {
            height: 8px;
            background-color: #fff;
            }
    table#calendar th {
        color: #b52e28;
        }
    table#calendar td {
        vertical-align: top;
        padding: 4px 8px;
        width: 20%;
        }
        table#calendar td.bdrrt {
            border-right: 1px solid #bbb;
            }
    table#calendar td .day {
        font-size: 130%;
        color: #bbb;
        padding: 0px 15px 0px 0px;
        position: absolute;
        width: 80px;
        text-align: left;
        }
    table#calendar td span.calfloatright {
        margin: 12px 0 0 0;
        padding: 8px 0 0 0;
        float: right;
        }



table#confirm {
    font-size: 100%;

    width: 100%;
    }
    table#confirm h3 {
        margin: 12px 0 0 0;
        font-size: 150%;
        padding-top: 5px;
        border-top: 3px solid #d37535;
        }


/* forms */

.cmx legend {
    font-weight:700;
    margin:0 -7px;
    color:#d37535;
    background:#fff; /* BG COLOR */
    padding:6px 10px;
    }

.cmx label {
    display:block;
    line-height:1.8;
    vertical-align:top;
    width:165px;
    }

.cmx ol {
    margin:0;
    padding:0;
    }

.cmx li {
    list-style:none;
    margin:0;
    padding:5px 10px 7px;
    }

.cmx fieldset {
    border:none;
    background:none;
    margin:3px 0 0;
    }

.cmx fieldset legend {
    font-weight:400;
    border:0;
    background:#eefbd8;
    padding:0 0 5px;
    }

.cmx fieldset label {
    display:block;
    width:auto;
    margin-left:123px;
    }

.cmx em {
    font-weight:700;
    font-style:normal;
    color:red;
    }

.cmx label {
    color:#333;
    }

.cmx li a strong {
    color:#c82037;
    }

.cmx li a:hover strong {
    text-decoration:underline;
    }

input, textarea {
    padding: 3px;
    font-family: "Lucida Grande",Tahoma,Arial,sans-serif;
    border-color: #ddd;
    }

input:focus, textarea:focus {
    border-color: #d37535;
    background-color: #f8f8f8;
    }

.submitbutton {
    cursor: pointer;
    border: outset 1px #ccc;
    background: #999;
    color: #666;
    font-size: 90%;
    font-weight: bold;
    padding: 2px 4px;
    background: url(../i/submitbg.gif) repeat-x left top;
    }
    
    
.beige {
    background-color:#FFFFCC;
}
.white {
    background-color:#FFFFFF;
}
.red {
    color:#CC3333;
    font-weight:bold;
}

.green {
    color:#00CC00;
    font-weight:bold;
}.links {
    background-image: url(../images/linkbg.jpg);
    height: 39px;
    width: 954px;
    text-align: center;
    padding: 0px;
}
.mainContent {
    width:924px;
    padding-top: 5px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    background-color: #FFF;
	height:inherit;
    }
.topheader {
    height: 250px;
    width: 906px;
    position: fixed;
    float: right;
}