/** BODY ELEMENTS **/
*
{
    margin: 0;
    padding: 0;
}
body
{
    color: #151515;
    background-color: #f6f2f2;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 11px;
    text-align: center;
    font-weight: normal;
    min-width: 960px;
}
.clear
{
    clear: both;
    height: 1px;
    overflow: hidden;
    background-color: #FFF;
}

/** MAIN CONTAINERS **/
#container
{
    width: 100%;
    min-width: 960px;
    margin: 0 auto;
    text-align: left;
    overflow: visible;
}
#header
{
    background-color: #FFF;
    height: 100px;
}

#content_container
{
    float: right;
}
#center
{
    background-color: #fff;
    border: solid 1px #dbdbdb;
    padding: 20px;
}
.column
{
    width: 100%;
    float: right;
    background-color: #c6c6c6;
}

/** HEADER **/
#logo
{
    padding: 20px 0 20px 20px;
    float: left;
}
#user
{
    padding: 20px 40px 20px 0;
    float: right;
}
.icon
{
    padding: 0 5px 0 0;
    position: relative;
    top: 2px;
}

/** NAV MENU **/
#nav_container
{
    background: url("../images/nav_bg.gif") repeat-x;
    height: 31px;
}
#nav_container p
{
    margin: 0px;
}

/** RIGHT CONTENT **/
.orange_top
{
    background-color: #7DB4DE;
    height: 28px;
    width: 100%;
}
.orange_top p
{
    font-size: 18px;
    color: #efefef;
    padding: 5px 0 5px 20px;
    margin: 0px;
    width: 100%;
}
#content
{
    background-color: #efefef;
    position: absolute;
    left: 20px;
    background: url('../images/body_bg.gif') repeat-x;
    float: right;
    max-width: 98%;
    overflow: hidden;
    margin-right: 20px;
}

/** FOOTER **/
#footer
{
    text-align: left;
    margin-top: 15px;
}
#footer p
{
    color: #6c6c6c;
    margin-top: 0px;
}
#disclaimer
{
}

/** LOGIN PAGE **/
#login
{
    height: 100px;
    width: 400px;
    background-color: #FFF;
    border: solid 1px #dbdbdb;
    margin: 150px auto 0 auto;
}

/** EVENTS PAGE **/
.textbox
{
    width: 40px;
}
.days, .cellpad, .cellpad td, .cellpad th
{
    padding: 2px 2px 2px 2px;
}
.textarea
{
}
.questions
{
    padding: 2px 3px 2px 5px;
}
.endtable
{
    padding: 2px 5px 2px 0px;
}
.nobullet
{
    list-style-type: none;
    line-height: 25px;
}
.padded td
{
    padding: 2px 5px 2px 0px;
}

/** TYPOGRAPHY **/
h1
{
    font-size: 22px;
    font-weight: normal;
}

h2
{
    font-size: 21px;
    font-weight: normal;
}

h3
{
    font-size: 20px;
    font-weight: normal;
}

h4
{
    font-size: 18px;
    font-weight: normal;
}

h5
{
    font-size: 15px;
    font-weight: normal;
}

h6
{
    font-size: 14px;
    font-weight: normal;
}

p
{
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 15px;
}
a
{
    color: #586e8a;
    text-decoration: none;
}
a:hover
{
    color: #4a5f79;
    text-decoration: none;
}
ul
{
    list-style-type: disc;
    list-style-position: inside;
    padding: 10px;
}
.left
{
    text-align: left;
}
/* EMAIL TEMPLATES --------------------------------*/
.email
{
    padding: 10px 0 0 20px;
}
.email p
{
    clear: both;
    width: 100%;
    padding: 5px 0;
    margin: 0;
}
.email span
{
    float: left;
    padding: 2px 5px;
}
.title
{
    color: #777;
    width: 60px;
    text-align: right;
    padding: 2px 5px;
}
.emailbox
{
  
    width: 400px;
}
.emailbox input, textarea
{
    width: 400px;
    border: solid 1px black;
   }
.emailBodyText
{
    width: 400px;
    background-color: White;
    height: 200px;
}
.email .emailbutton
{
    padding: 5px 0 0 70px;
    margin: 0 0 50px 0;
}

.button:hover
{
    border: solid 1px #0f161d;
    color: #FFF;
    cursor: pointer;
    text-decoration: none;
}

/*****/

.button
{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: url('/images/buttonbg.gif') 0 0 repeat-x;
    border: 1px solid;
    border-color: #324454 #293947 #293947 #324454;
    border-radius: 2px;
    color: #e5e5e5;
    font-size: 13px;
    padding: 8px 8px 8px;
    text-shadow: 1px 1px 0 #1f2c37;
    font-weight: bold;
    position: relative;
    background-color: #81929F;
}
