html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
        vertical-align: baseline;
        background: transparent;
}

body {
        background:#cccccc url(/images/bkgd-gradient.gif) repeat-x;
        font-family: Arial, Helvetica, sans-serif;
        font-size:12px;
}

#container {
        width: 930px;
        padding: 8px 40px 8px 40px;
        background-color: #ffffff;
        border: 1px solid #999999;
        margin-top: 10px;
        margin-bottom: 10px;
}

:focus {
        outline: 0;
}

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

.toggleLink {
        color: #337700;
        font-weight: bold;
        cursor: pointer;
}

.underline {
        text-decoration: underline;
}

a:hover {
        text-decoration: underline;
}

a:active {
        text-decoration: none;
}




.left {
        float: left;
        width: 570px;
        padding-left: 20px;
        padding-right: 20px;
}



.item {
        padding-left: 12px;
        padding-top: 12px;
        text-align: left;
}



.category {
        font-size: 18px;
        color: #333;
        font-weight: bold;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 8px;
        margin-top: 22px;
        margin-bottom: 4px;
        text-align: left;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
}

.right {
        float: left;
        width: 320px;
}

input#email {
        margin:3px 3px 3px 3px;
        padding:2px;
        border:1px solid #666666;
        -moz-border-radius:3px;
        -webkit-border-radius:3px;
}

.intro {
        font-size: 12px;
        font-weight: normal;
        font-color: #000000;
}

.error {
        font-size: 12px;
        font-weight: bold;
        color: #ff0000;
        padding-bottom: 12px;
}

.para {
        line-height:120%;
        font-size:13px;
        padding: 12px 0px;
        margin:0;
}


.signup {
        color: #9d9d9d;
        margin-bottom: 8px;
        padding:4px 10px;
        color:#000;
        text-decoration:none;
        border: 2px solid #197c19;
        font-size: 12px;
        background-color:#ffffff;
        -moz-border-radius:3px;
        -webkit-border-radius:3px;
}

.upcoming {
        color: #000000;
        padding: 4px 10px;
        color:#000;
        text-decoration:none;
        border: 1px solid #333;
        font-size: 12px;
        background-color:#ffffff;
        -moz-border-radius:3px;
        -webkit-border-radius:3px;
}

.upcominghead {
         font-size: 14px;
         padding-bottom: 6px;
         text-align: center;
}

.upcominglinks {
        text-align: left;
        font-size: 10px;
        /* white-space: nowrap; overflow: hidden; */
}

div.upcomingmenu {
        font-weight: bold;
        padding-bottom: 4px;
}

.upcomingborder {
        width: 40px;
        height: 1px;
        border-bottom: 1px solid #cccccc;
        margin-top: 2px;
        margin-bottom: 3px;
}


.header {
        padding-top: 12px;
        padding-bottom: 10px;
        padding-left: 40px;
        padding-right: 40px;
        font-size: 18px;
        font-weight: bold;
}

.foot {
        clear: both;
        padding-top: 12px;
        text-align: center;
}

.footertext {
        font-weight: bold;
        font-size: 12px;
        color: #333333;
}

.privacypolicy {
        padding-top: 8px;
        font-size: 10px;
        font-weight: normal;
        
        
}









/* Top menu styles */

#centeredmenu {
   float:left;
   width:100%;
   background:#fff;
   overflow:hidden;
   position:relative;
   margin-top: 6px;
   margin-bottom: 14px;
}
#centeredmenu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
#centeredmenu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}
#centeredmenu ul li a {
   display:block;
   padding:3px 10px;
   background:#eee;
   color:#000;
   margin-left: 4px;
   margin-right: 4px;
   text-decoration:none;
   line-height:1.3em;
   border: 1px solid #333;
   font-size: 13px;
   -moz-border-radius:3px;
   -webkit-border-radius:3px;
}
#centeredmenu ul li a:hover {
   background:#9ec29b;
   color:#fff;
}
#centeredmenu ul li a:active {
   background:#0d6906;
   color:#fff;
}
#centeredmenu ul li a.active,
#centeredmenu ul li a.active:hover {
   color:#fff;
   background:#0d6906;
   font-weight:bold;
}















/* removed from top: table, tbody, tfoot, thead, tr, th, td */

/* tables */
table.tablesorter {
        font-family:arial;
        /* background-color: #CDCDCD; */
        margin:10px 0pt 15px;
        font-size: 8pt;
        /* width: 900px; */
        text-align: left;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
        background-color: #c7e8b9;
        border: 1px solid #FFF;
        font-size: 8pt;
        padding: 4px;
}
table.tablesorter thead tr .header {
        background-image: url(bg.gif);
        background-repeat: no-repeat;
        background-position: center right;
        cursor: pointer;
}
table.tablesorter tbody td {
        color: #3D3D3D;
        padding: 2px 6px;
        background-color: #FFF;
        vertical-align: top;
}

table.tablesorter tbody tr.odd td {
        background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
        background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
        background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
        background-color: #89cd6c;
}





/*
minus width constraint
*/

table.tablesorter2 {
        font-family:arial;
        /* background-color: #CDCDCD; */
        margin:10px 0pt 15px;
        font-size: 8pt;
        text-align: left;
}

table.tablesorter2 thead tr th, table.tablesorter tfoot tr th {
        background-color: #c7e8b9;
        border: 1px solid #FFF;
        font-size: 8pt;
        padding: 4px;
}
table.tablesorter2 thead tr .header {
        background-image: url(bg.gif);
        background-repeat: no-repeat;
        background-position: center right;
        cursor: pointer;
}
table.tablesorter2 tbody td {
        color: #3D3D3D;
        padding: 4px;
        background-color: #F0F0F6;
        vertical-align: top;
}

table.tablesorter2 tbody tr.odd td {
        background-color:#F0F0F6;
}
