body {
   text-align:center;
   background:#e0dfe3;
   margin-top:0;
}

#everything {
   width:760px;
   margin-top:5px;
   margin-left:auto;
   margin-right:auto;
   text-align:left;
   position:relative;
   overflow:hidden;
}

.text-area {
    width:680px;
    margin-left:20px;
    background:#8Dc787 url(images/text-area-top.jpg) no-repeat;
    padding:20px 10px 0;
    margin-bottom: 0;
    font-family:"Trebuchet MS",sans-serif;
}

.after-text-area {
    width:700px;
    margin-left:20px;
    background:#7Db787 url(images/text-area-bottom.jpg) no-repeat;
    height:25px;
}

.text-area h1 {
    text-align:center;
    color:black;
}

.text-area h2 {
    text-align:center;
    margin:0;
}

.text-area p, .text-area ol, .text-area ul {
    margin: 10px 50px 0;
    font-size:115%;
    text-align:left;
    color:navy;
    font-family:Verdana,sans-serif;
}

#header {
   width:100%;
   height:35px;
   background:#bf3e42 url(images/header-bg.jpg) no-repeat;
   text-align:center;
   color: #fbe0b3;
   font-size:32px;
}

#header a, #header a:visited {
   color: #fbe0b3;
}

a {
   text-decoration:none;
   color:#5000ff;
}

img {
   border:none;
}
img a {
   border:none;
}

#navbar {
   width:100%;
   height:35px;
   background:#5076b4;
   color:white;
   margin:0;
}

#navbar table {
   margin:0;
   padding:0;
   border-collapse:collapse;
}   
#navbar a {
   color:white;
}

#navbar td {
   width:100px;
   height:35px;
   margin:0;
   padding:0;
   padding-right:25px;
   text-align:center;
   font-size:19px;
   font-family: arial,sans-serif;
   background-image:url(images/navbar-button.png);
   background-repeat:no-repeat;
   vertical-align:bottom;
}

.nav-button-active {
   background-image:url(images/navbar-button-active.png) !important;
}

#content {
   margin:0;
   background:#4d8757;
   min-height:600px;
   padding-top:26px;
   padding-left:11px;
}

p {
/*    color:white; */
    font-family:Arial,sans-serif;
    font-size:110%;
}

#welcome {
    margin:-26px 0 0;
    font-family:"Times New Roman",serif;
    font-weight:bold;
    color:#382d1b;
    margin-bottom:5px;
    text-align:right;
    padding-right:5px;
}

.logoutLink {
   font-size:16px;
   color:#58ffff;
}

.important-button {
   width:200px;
   height:31px;
   background:transparent url(images/important-button.png) no-repeat;
   color:#5000ff;
   font-weight:bold;
   font-family: Arial,sans-serif;
   font-size:23px;
   text-align:center;
   padding-top:4px;
}

.smaller-button {
   width:150px;
   height:18px;
   background:url(images/smaller-button.png) no-repeat;
   color:#5000ff;
   font-weight:bold;
   font-family: Arial,sans-serif;
   font-size:15px;
   text-align:center;
   padding-top:2px;
}


#navbar a:hover {
/*   color:#fbe0b3; */
   color:#58ffff;
}

a:hover, #header a:hover {
   color:#5090ff;
}

#footer {
    clear:both;
    text-align:center;
    margin:0; padding:0;
    font-size:80%;
    width:100%;
    height:25px;
    background:url(images/footer-bg.jpg) no-repeat;
}

.buttonTable {
    border-collapse:collapse;
    border:none;
    padding:0;
}

.buttonTable td {
    text-align:center;
}

.buttonTable a {
    border:solid 1px;
    border-color:rgb(216,223,234) rgb(14,31,91) rgb(14, 31,91) rgb(216,223,234);
    padding:3px 20px;
    background:rgb(59, 89, 152);
    margin:5px;
    text-decoration:none;
    color:white;
}

.buttonTable a:hover {
    background:#cff;
    color:navy;
}

a.cancelButton {
    background:#ccc;
    color:black;
    padding:2px 8px;
}

#sign-in-link {
    position:absolute;
    left:600px;
    width:160px;
    height:40px;
    top:0;
    text-align:right;
}

#sign-in-link a {
    text-decoration:underline;
    color:white;
}

#sign-in-link a:hover {
   color:#58ffff;
}    


/******************************************************************************
 * Login stuff
 ******************************************************************************/

.questionBox {
   font-size:90%;
   border-style:solid;
   border-color:#ccc black black #ccc;
   border-width:1px 2px 2px 1px;
   border-collapse:collapse;
   text-align:left;
   margin:10px auto;
}

.questionBox tr {
   background:#6086c4;
   vertical-align:top;
   border-top: 1px solid #ddf;
   border-bottom: 1px solid #ddf;
}

.questionBox td {
   padding:1em 0 0.5em;
}

.questionBox th {
   padding:1em 0.5em 0.5em 1em;
   text-align:right;
}

.questionBox th {
   width:30%;
}

.questionBox .submitCell {
    text-align:center;
}

.questionBox ul.errorlist {
   color:yellow;
   list-style-type:none;
   margin:0;
   padding:0;
   font-size:120%;
}

.actionList {
    color:white;
}

.actionList a {
   color:#58ffff;
}

.actionList a:hover {
   color:white;
}

.message {
    width:620px;
    margin: 0 auto 5px;
    padding: 10px 0;
    text-align:center;
    border: solid;
    border-width: 1px 2px 2px 1px;
    border-color: #bf3e42 #5F0E02 #5F0E02 #bf3e42;
    background: #fbe0b3;
}

.shrowd {
    z-index:5000;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:white;
    opacity:0.8;
    filter:alpha(opacity=80);
}

.shrowd-message {
    z-index:5001;
    margin-top:50px;
    text-align:center;
    color:teal;
    font-size:50px;
}