﻿@import url(Reset.css);
@import url(ClearFix.css);
@import url(Notice.css);

body
{
    font: 12px Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #5E5E5E;
    background: #e6f2e8 url(/images/background.jpg) repeat-x;
}

p
{
    margin: 2px 0 7px;
    line-height: 1.3em;
}

h2
{
    color: #437045;
    font-size: 24px;
    margin-bottom: 20px;
    border-bottom: dotted 1px #ccc;
}

h3
{
    color: #437045;
    font-size: 18px;
    margin-bottom: 10px;
}

a
{
    color: #06c;
}

i
{
    font-style: italic;
}

b
{
    font-weight: bold;
}

#container
{
    background: #fff;
    margin: 0 auto;
    position: relative;
    width: 999px;
    padding-bottom: 20px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#content
{
    padding: 30px;
    background: #fff;
}

#navigation
{
    border: 0;
    font-size: 11pt;
    height: 140px;
    position: relative;
    width: 999px;
}

.navHome
{
    background: #fff url(/images/top_header.jpg) 0 0;
}

.nav
{
    background: #fff url(/images/top_header_sec.jpg) 0 0;
}

#navigation a:link
{
    color: #25472B;
    text-decoration: none;
}

#navigation a:visited
{
    color: #25472B;
    text-decoration: none;
}

#navigation a:hover
{
    color: #797F7A;
    text-decoration: none;
}

#navHome
{
    position: absolute;
    left: 0;
    height: 130px;
    width: 150px;
}

#navAbout
{
    position: absolute;
    left: 420px;
    top: 60px;
    width: 110px;
}

#navCalendar
{
    position: absolute;
    left: 537px;
    top: 60px;
    width: 110px;
}

#navRegister
{
    position: absolute;
    left: 654px;
    top: 60px;
    width: 110px;
}

.navMembers
{
    position: absolute;
    left: 888px;
    top: 60px;
    width: 110px;
}

#navContactUs
{
    position: absolute;
    left: 771px;
    top: 60px;
    width: 110px;
}

#homeBg
{
    background: #fff url(/images/homeBg.jpg) 0 0 no-repeat;
    width: 999px;
    height: 318px;
    border: 0;
}

#homeFlash
{
    position: relative;
    top: 121px;
}

#mp_content_left
{
    width: 170px;
    float: left;
}

#mp_content_right
{
    float: left;
    margin-left: 35px;
    width: 730px;
}

#Username
{
    position: absolute;
    left: 560px;
    top: 120px;
    text-align: right;
    width: 400px;
    font-size: 13px;
    font-weight: bold;
}

.returnToMembers
{
    position: absolute;
    left: 560px;
    top: 120px;
    text-align: right;
    width: 400px;
    font-size: 13px;
    font-weight: bold;
}

#navMember
{
    list-style-type:none;
    margin:0;
    padding:0;
}

#navMember li
{
    border-bottom: solid 1px #ccc;
    margin:0;
    padding:10px 0 5px 0;
}

#navMember li a
{
    color: #060;
    display: block;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    width: 100%;
}

#navMember li a:hover
{
    color: #030;
}

#footer
{
    clear: both;
    text-align: center;
    font-size: 10px;
    padding: 15px 0;
}

.watermarkText
{
    color: #999;
}

.errorHover
{
    background: #fff url(/Images/icons/error.png) no-repeat center left;
    float: left;
    margin-left: 10px;
    margin-top: 3px;
    padding-left: 20px;
    position: absolute;
    z-index: 100;
}

/* -- Data Tables --*/
table.gridView
{
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
table.gridView thead
{
    border-top: 1px solid #999;
    border-left: 1px solid #999;
}
table.gridView th
{
    padding: 5px;
    background: #edede8;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
}
table.gridView td
{
    padding: 5px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
table.gridView tr.total td
{
    padding: 3px;
    padding-left: 5px;
    background-color: #ddd;
    border-top: 2px solid #181818;
    font-weight: bolder;
    color: #181818;
}
table.gridView tr.emptyDataRow td
{
    padding: 10px 10px 10px 30px;
    background: url(/images/icons/error.png) no-repeat 10px center;
}

.lblFloatRight
{
    float: left;
    text-align: right;
    padding-right: 10px;
}

.dlList dt a
{
    font-weight: bold;
    font-size: 13px;
}
.dlList dd
{
    border-bottom: solid 1px #f0f0f0;
    font-style: italic;
    margin: 0 0 15px 0;
    padding: 5px 10px;
}

.floatLeft
{
    float: left;
}

.w130
{
    width: 130px;
}

.w170
{
    width: 170px;
}

.w180
{
    width: 180px;
}
