@charset "UTF-8";
/* ###########################################################################
# Default stylesheet #

COPYRIGHT 2008 Tenrec, Inc.
########################################################################### */
/* 
COLORS
background:#97a4ad
spotlight: #e5e8ba
light gray (topnav bg): #f4f6f7
footer disclaimer: #faf3ca
breadcrumbs:#76797b
links: #792821 

NAV
sage green: #bfc553

blue1: #003067
blue1 l2: #ccd6e1
blue1 l3: #dbe2ea;

blue2: #559cbe
blue2 l2: #cce1eb

orange: #cf6421
orange l2: #f1d0bc

blue3: #7099b9
blue3 l2: #d4e0ea

brown: #655140
brown l2: #d0cac5

yellow: #e9c602
yellow l2: #f8eeb3
yellow l3: #faf3ca

*/

body {
    margin:0;
    padding:0;
    font: 62.5% Arial, Helvetica, Verdana, sans-serif;
    background-color:#97a4ad;/*gray*/
}

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
{
    margin:0;padding:0;
}

* img {
    border-style: none;
}

p {
    margin-bottom:1em;
    font-size:1.2em;
    /*line-height:1.6em;*/
    line-height: 1.4em;
    color:#4f6171;/*gray blue*/
}
p.p {
    margin-bottom:1em !important;
    font-size:1.2em !important;
    /*line-height:1.6em;*/
    line-height: 1.4em !important;
    color:#4f6171 !important;/*gray blue*/
    padding: 0 !important;
    width: 100% !important;
}
table td {
    margin-bottom:1em;
    font-size:1.2em;
    /*line-height:1.6em;*/
    line-height: 1.4em;
    color:#4f6171;/*gray blue*/
}
ul {
    padding:0 2em;
    margin-bottom:1em;
    font-size:1.2em;
    line-height:1.6em;
    list-style-type:disc;
    color:#4f6171;/*gray blue*/
}
ol {
    padding:0 2em;
    margin-bottom:1em;
    font-size:1.2em;
    line-height:1.6em;
    list-style-type: decimal;
    color:#4f6171;/*gray blue*/
}
h1, h2, h3, h4, h5 {
    color:#003067;/*dark blue*/
    font-weight:normal;
}

h1 {
    font-size:1.8em;
    margin-bottom:0.3em;
    text-transform:uppercase;
}

h2 {
    font-size:1.2em;
    margin-bottom:0.3em;
    font-weight:bold;
}

h3 {
    font-size:1.1em;
    margin-bottom:0.2em;
    font-weight:bold;
}

h4 {
    font-size:1em;
    margin-bottom:0.2em;
    font-weight:bold;
}

a {
    color:#792821;/*red*/
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

#logo {
    float:left;
    margin-bottom: -3px;
}

#logoprint {
    display:none;
}
div.container {
    width: 924px;
    padding-left: 13px;
    padding-right: 13px;
    
    margin: 0 auto;
    background-color: white;
}

div#header {
    height: 109px;
    margin-bottom:1px;
    width: 924px;
}
hr {
    border:none;
    border-bottom: 1px solid #e2e8ba;
    margin-bottom:10px;
}
/*----------------------------------
        top navs
-----------------------------------*/
div#nav {
    float:right; 
    clear: right; 
    width: 386px; 
    height: 20px; 
    margin: 13px 0 0 0;
}
div#nav select {
    border: 1px solid #b9bec2;
    width:228px;
    height:20px;
    color:#4f6171;/*gray blue*/
}
div#search {
    float:right;
    width: 565px;
    height: 30px;
    padding-top: 7px;
    padding-left: 25px;
    margin-right: -13px;
    background-color: #f5f6f8;
    background: #f5f6f8 url(../media/images/curve-header.gif) no-repeat left;
    font-size: 1.4em;
    color:#655140;
}

div#search img {
    vertical-align: text-bottom;
    padding-left: 10px;
}

div#search a 
{
    padding-right: 10px;

}

input.field {
    font-size: 1.1em;
    border: 1px solid #b9bec2;
}

input.field:focus {
    border: 1px solid #599bbe;
}

ul#menu
{
    padding: 0; 
    margin: 0;
    height: 35px;
    width:925px;
    list-style-type: none;
}

ul#menu li
{
    margin: 0;
    padding: 0;
    float:left;
}

a.menu
{
    height: 31px;
    width: 100%;
    display: block;
}

ul.menu_body { margin: 0; padding: 0; }
ul.menu_body li { display:block; margin: 0; padding: 0; width: 100%;}
ul#menu li ul.menu_body 
{
    display: none;
    z-index: 50;
    position: absolute;
}

ul#menu li ul.menu_body li a
{
    font-size: 0.75em;
    line-height:1.2em;
    position: relative;
    display: block;
    margin: 0;
    padding:3px 5px 3px 18px;
    border-bottom: 1px solid #fff;
    color:#655140;
}

ul#menu li ul.menu_body li a.menu_body_end
{
    border-bottom-style: none;
}

ul#menu li ul.menu_body li a:hover
{
    color: #fff;
    text-decoration: none;
}

ul#give_menu_body { background-color: #ccd6e1; }
ul#give_menu_body a:hover { background-color: #39517f; }

ul#receive_menu_body { background-color: #cce1eb; }
ul#receive_menu_body a:hover { background-color: #77b0cb; }

ul#plan_menu_body { background-color: #f1d0bc; }
ul#plan_menu_body a:hover { background-color: #d9834d; }

ul#connect_menu_body { background-color: #d4e0ea; }
ul#connect_menu_body a:hover { background-color: #8dadc6; }

ul#resources_menu_body { background-color: #d0cac5; }
ul#resources_menu_body a:hover { background-color: #7a695b; }

ul#about_menu_body { background-color: #f8eeb3; }
ul#about_menu_body a:hover { background-color: #edd135; }
/*----------------------------------
        content
-----------------------------------*/
div#content {
    clear: both;
    overflow:hidden;
}

div#content-left {
    float:left;
    width: 696px;
}
div#sidenav {
    float:left;
    width: 172px;
}
div#content-left-body {
    padding-top: 21px;
    padding-left: 25px;
    margin-right:20px;
}
div#content-left-body .headerImage 
{
    /*margin-bottom: 1em;*/
    display: block;
}
div#content-main {
    padding: 0 0 10px 25px;
    float:left;
    background-color: white;
    width: 724px;
}
div#content-main-section {
    padding: 0 0 10px 0px;
    float:left;
    background-color: white;
    width: 749px;
}
div#content-main p {margin-right:10px;}
div#content-main div#sidebar p {margin-right:0;}
div#content-main td p
{
	font-size: 1em !important;
	line-height: normal !important;
}
div#content-right {
    width: 230px;
    float:left;
}
div#sidebar {
    width: 230px;
    float:right;
    margin-left:20px;
}

div.recent-content {
    margin: 0 0 20px 3px;
    color: white;
    width: 227px;
    height: 228px;
    background: #569cbe url(../media/images/curve_homePic.gif) no-repeat right bottom;
    float: left;
}

div.recent-content img {
    margin-left: 0px;
    margin-top: 50px;
}

div.recent-content p, div#recent-content a {
    color: #fff;
    font: 1.2em Arial, sans-serif;
    width: 180px;
    margin-left: 22px;
}
div.recent-content a {
    color:#e9c602;
}
img.l2Pic {
    margin-bottom: 20px;
}
.contactBox {
    background-color:#f4f6f7;
    border: 1px solid #b9bec2;
    width:134px;
    padding:10px;
    float:right;
    margin:0 0 10px 10px;
}
.contactBox a {color:#5c97b1;}
#content-main div.contactBox p {
    font-size:1em;
    color:#655140;
    margin-right:0;
    line-height:1.2em;
}
#content-main div.contactBox h2 {
    color:#655140;
    text-transform:uppercase;
    font-size:1.1em;
}
div.col2 {
    width: 325px; 
    float:left;
    margin-right:20px;
}
div.headBar {
    border-bottom:1px solid #c6cdd2;
    background-color:#f4f6f7;
    padding:5px;
    text-align:right;
    margin:1em 0;
}
div.headBar h2 {
    color:#559cbe;
    text-transform:uppercase;
    float:left;
    font-size: 1em !important;
}
div.headBar a {
    color:#559cbe;
    font-size: 0.8em !important;
}
table.tList {
    margin:1em 0;
    width:99%;
}
table.tList th {
    border-bottom:1px solid #c6cdd2;
    background-color:#f4f6f7;
    color:#559cbe;
    text-transform:uppercase;
    padding:0.5em 0 0.25em 0.5em;
    text-align:left;
    vertical-align:top;
}
table.tList td {
    padding:0.5em;
    vertical-align:top;
}
table.tList tr.stripe, div.stripe {
    background-color:#f4f6f7;
}
.blue {
    color:#559cbe;
}
div.sectionPageBody
{
    padding-left: 20px; 
    padding-top: 20px; 
    width: 100%;
}



/*----------------------------------
        spotlight
-----------------------------------*/
div#ocf-spotlight {
    width: 227px;
    overflow: hidden;
    background: #e5e8bb url(../media/images/curve_spot_btm.gif) no-repeat bottom right;
    padding-top: .5em;
    margin-bottom: 20px;
    padding-bottom: 1em;
}

div#ocf-spotlight img {
    float:left;
    margin-left: 13px;
    margin-right: 5px;
    border:3px solid #fff !important;
}

div#ocf-spotlight p {
    font: bold 1.1em Arial, sans-serif;
    padding-left: 12px;
}

div#ocf-spotlight a {
    font-weight: normal;
    font-size: 1.1em;
}

div#ocf-spotlight .heading {
    font-weight: bold;
    font-size: 0.9em !important;
    color:#4F6171;
    padding-right: 5px;
}

div#ocf-spotlight-header {
    width: 212px;
    padding-left: 15px;
    padding-top: 8px;
    margin-top: 1em;
    background: #e5e8bb url(../media/images/curve_spot_top.gif) no-repeat top left;
}

div#ocf-spotlight .moreLink, div#ocf-spotlight .summary, div#ocf-spotlight .subHeading
{
    display: block;
    padding-top: 1em;
    padding-right: 5px;
    font-size: 0.9em !important;
}

/*----------------------------------
        home page
-----------------------------------*/
div.column {
    float:left; 
    overflow: hidden;
    width: 230px; 
    padding:0 10px 0 18px; 
    border-left: 1px solid #e2e8ba; 
    margin-bottom:1em;
}
div#map {
    float:left; 
    width: 146px; 
    text-align: center;
}
div#homeBtm {
    margin: 20px 0 0 20px; 
}

div.respond
{
    display: block;
    margin-top: 2em;
}

div.respond p
{
    color: #792821;
    font-size: 1.2em;
    margin-bottom: .5em;
}

/*----------------------------------
        related content
-----------------------------------*/
div#learn-more {
    border-left: 1px solid #e2e8ba;
    padding-left: 20px;
}

div#learn-more h3 {
    text-transform: uppercase;
    font-size: 1.2em;
    color: #5796b7;
}

div#learn-more a
{
    font-weight: bold;
}

div#learn-more a:hover
{
    font-weight: bold;
}

.learn-more p {
    font-size: 1.1em;
}

/* GSC: Disabled because some lines/titles are more than one line
.learn-more p:first-line {
    font-weight: bold;
    border-left: 1px solid 
}*/
ul.link-list {
    padding:0;
    list-style-type: none;
}

ul.link-list a {
    font-size: .9em;
    font-weight: bold;
}
/*----------------------------------
        side navs
-----------------------------------*/
div#sidenav .give 
{
    background: #ccd6e0 url(/Templates/media/images/curve_nav_give.gif) no-repeat bottom right;
}
.give a:hover {background-color: #39517f; }
div#sidenav .give div#l3-nav {background-color:#dbe2ea;}

div#sidenav .receive {background: #cce1eb url(/Templates/media/images/curve_nav_receive.gif) no-repeat bottom right;}
.receive a:hover {background-color: #77b0cb; }
div#sidenav .receive div#l3-nav {}

div#sidenav .plan {background: #f1d0bc url(/Templates/media/images/curve_nav_plan.gif) no-repeat bottom right;}
.plan a:hover { background-color: #d9834d; }
div#sidenav .plan div#l3-nav {}

div#sidenav .connect {background: #d4e0ea url(/Templates/media/images/curve_nav_connect.gif) no-repeat bottom right;}
.connect a:hover { background-color: #8dadc6; }
div#sidenav .connect div#l3-nav {}

div#sidenav .resources {background: #d0cac5 url(/Templates/media/images/curve_nav_resources.gif) no-repeat bottom right;}
.resources a:hover { background-color: #7a695b; }
div#sidenav .resources div#l3-nav {background-color:#dfd9d7;}

div#sidenav .about {background: #f8eeb3 url(/Templates/media/images/curve_nav_about.gif) no-repeat bottom right;}
.about a:hover { background-color: #edd135; }
div#sidenav .about div#l3-nav { background-color:#faf3ca;}


/*----------------------------------
        Additional sidenav classes, created by Brady
-----------------------------------*/
div#sidenav {
    float:left;
    width: 172px;
    padding-bottom: 27px;
    margin-right: 3px;
    margin-bottom:20px;
}

div #sidenav img {
    padding-bottom: 4px;
}

div#sidenav a {
    display: block;
    margin: 0;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    border-top: 1px solid #fff;
    font-size: 1.1em;
    color:#655140;
}
div#sidenav a:hover {color:#fff; text-decoration:none; }
div#sidenav a.open {
    /*font-weight: bold;*/
    padding-top: 2px;
    padding-bottom: 2px;
}
div#sidenav ul {
    margin:0;
    padding:0;
    font-size: 1em;
    display: block;
    list-style-type: none;
    border-bottom: 1px solid #fff;
}
div#sidenav ul ul {
    border-bottom: none;
    
}
div#sidenav ul ul a 
{
    background-image:url(/Templates/media/images/nav_bullet.png);
    background-position:11% 6px;
    background-repeat:no-repeat;    
    display: block;
    padding-left: 31px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 5px;
    font-size: 1em; /* must be at least 1.1 or the bold won't show */
    color:#655140;
}

div#sidenav ul ul ul {
    list-style-type: circle;
}
div#sidenav ul ul ul ul {
    list-style-type: decimal;
}
div#sidenav ul ul ul a 
{
    background-image:url(/Templates/media/images/nav_bullet2.png);
    background-position:11% 6px;
    background-repeat:no-repeat;    
    padding-left: 42px;
    padding-right: 5px;
    background-position:18% 6px;
}
div#sidenav ul ul ul ul a {
    padding-left: 50px;
    padding-right: 5px;
    background-position:24% 50%;
}
/* in order to show bold, seleted text needs to be bumped up a notch */
div#sidenav ul ul a.selected, div#sidenav ul ul ul a.selected, div#sidenav ul ul ul ul a.selected
{
    font-size: 1.1em;
    padding-right: 5px;
}

div.give,div.receive,div.connect,div.plan,div.resources {
    float:left;
    width: 172px;
    padding-bottom: 27px;
    margin-right: 3px;
    margin-bottom:20px;
}

div.give img,div.receive img,div.connect img,div.plan img,div.resources img {
    padding-top: 4px;
    padding-bottom: 4px;
}

div.give a,div.receive a,div.connect a,div.plan a,div.resources a {
    display: block;
    margin: 0;
    padding: 0;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1.1em;
    color:#655140;
}
div.give a:hover,div.receive a:hover,div.connect a:hover,div.plan a:hover,div.resources a:hover {color:#fff; text-decoration:none; }
div.give a.selected,div.receive a.selected,div.connect a.selected,div.plan a.selected,div.resources a.selected {
    font-weight: bold;
}

a.selected
{
    font-weight: bold;
}
/*
*/
div#l3-nav
{
    color: #655140;
    font-size: 1.1em;
    font-weight: bold;
    border-bottom: 1px solid #fff;
}
div#l3-nav a
{
    font-size: 1em;
    font-weight: normal;
    padding: 5px 0 2px 20px; 
    border: 0;
    color:#655140;
    display:block;
}
div#l3-nav ul {
    margin:0;
    padding:0;
}
div#l3-nav li {
    line-height:1em;
    display:inline;
    
}
div#l3-nav li a
{
    font-size: 0.8em;
    font-weight: normal;
    padding: 0; 
    border: 0;
    color:#655140;
    display:block;
    padding:3px 0 3px 33px;
    background-image: url(/Templates/media/images/nav_bullet.png);
    background-repeat:no-repeat;
    background-position:11% 50%;
}

/*----------------------------------
        breadcrumbs/ icons
-----------------------------------*/
div#l3Top {
    width:727px;
    height:25px;
    margin: 0px 0 20px 195px;
}

div#controls
{
    border: 1px solid #bbbec1;
    padding-top: 1px;
    width:226px;
    float:right;
    margin-top:5px;
    text-align: center;
}
div#controls img
{
    padding-left: 0;
    padding-right: 0px;
    vertical-align: top;
}
div#controls span
{
    padding: 0px 8px 0px 8px;
}
p.breadcrumbs
{
    font-size: 0.9em;
    color: #76797b;
    padding-top:10px;
}
p.breadcrumbs span
{
    color: #655140;
}
p.breadcrumbs a
{
    color: #76797b;
}
/*----------------------------------
        footer
-----------------------------------*/
div#footer {
    clear:both;
    background-color: #fff;
    width: 910px;
    height: 11px;
    overflow: hidden;
    margin: 5px auto 2px auto; 
    padding: 5px 13px 9px 27px;
    font-size: 0.9em;
    color:#71838f;
}
div#footer a {
    color:#71838f;
    font-size:1em;
    margin:0 2px;
}
div#footer p.disclaimer {
    float:right;
    color:#71838F;
}
div#footer p.disclaimer a{
    /*color:#9fb7c7;*/
    margin:0 2px;
}
div#subfooter
{
    clear: both;
    width: 920px;
    padding-left: 13px;
    padding-right: 13px;
    margin: 0 auto;
}

div#subfooter p
{
    color:#fff;
    font-size:0.8em;
}
div#subfooter p.tenrec {
    float:right;
}

div#subfooter a
{
	color:#fff;
}
/*----------------------------------
        forms
-----------------------------------*/
input, select, textarea {
    font-size:1em;
    line-height: 1.2em;
    color:#4f6171;/*gray blue*/
}
.inputForm {
    padding-top:1em;
    width:570px;
}
table.inputForm 
{
    padding-top: 0px !important;
}
.inputForm select {
    border:1px solid #b9bec2;/* gray */
    padding:0.2em;
    /*margin-bottom:1em;*/
    display:block;
    width:240px;
    color:#4f6171;/*gray blue*/
}
.inputForm input[type="text"] {
    border:1px solid #b9bec2;/* gray */
    padding:0.2em;
    /*margin-bottom:1em;*/
    display:block;
    width:233px;
    color:#4f6171;/*gray blue*/
}
input.shortInput, select.shortInput
{
    width: 80px !important;
}
input.medInput, select.medInput
{
    width: 200px !important;
}
.borderBox input, .borderBox select
{
    display: inline !important;
}
.inputForm input.display {
    border:none;
}
.inputForm input.upload {
    float:left;
}
.inputForm input.browse {
    border:1px outset #e9c602;/* yellow */
    background-color:#e9c602;/* yellow */
    font-size:0.8em;
    padding:0.2em;
    margin:0 0 0 1em;
    width:5em;
    float:left;
    cursor:pointer;
}
.inputForm p.radio input {
    border:1px solid #b9bec2;/* gray */
    padding:0.2em;
    margin-bottom:1em;
    float:left;
    width:1em;
}
.inputForm p.radio label {
    margin:0 0 0 0.5em;
    padding:0;
    width:3em;
}
.inputForm p.radio {
    padding-left:0;
}
.inputForm textarea {
    border:1px solid #b9bec2;/* gray */
    padding:0.2em;
    margin-bottom:1em;
    display:block;
    width:300px;
    height:10em;
    color:#4f6171;/*gray blue*/
    font-family:Arial, Helvetica, sans-serif;
}
.inputForm p {
    width:380px;
    padding-left:120px;
    clear:both;
}
.inputForm p.question {
    color:#003067;/*dark blue*/
    padding-left:0;
    margin-bottom:0.5em;
}
.inputForm label {
    float:left;
    margin-left:-120px;
    width:140px;
    color:#003067;/*dark blue*/
}
.inputForm .labelSubtext 
{
    font-style: italic;
    margin: 0 0px 1em 0px;
    display: block;
}
.inputForm input.btn {
    border:1px outset #e9c602;/* yellow */
    background-color:#e9c602;/* yellow */
    font-size:1em;
    padding:0.2em;
    margin: 1em 1em 1em 0;
    width:5em;
    cursor:pointer;
    float:left;
    color:#fff;
}
.inputForm input:hover.btn {
    border:1px solid #bfc553;/* green */
    background-color:#bfc553;/* green */
    color:white;
}
.inputForm hr {clear:both;}

.inputForm ul, .inputForm ol {
    padding:0 2em;
    margin-bottom:1em;
    font-size:1em;
}

.inputForm td
{
    vertical-align: top;
    height: 25px;
}

.inputForm td.label
{
    width: 50%;
}

.inputForm td
{
    width: 50%;
}

.borderBox
{
    border: solid 1px #999999;
    padding: 15px 15px 0 15px;
    margin-bottom: 20px;
    margin-top: 20px;
    width:570px;
}

.borderBoxBlue
{
    border: solid 1px #719ABA;
    padding: 15px 15px 0 15px;
    margin-bottom: 20px;
    margin-top: 20px;
    width:570px;
    color: #719ABA;
}

.borderBoxBlue td
{
    color: #719ABA;
}

.borderBox h3, .borderBoxBlue h3
{
    background-color:#FFFFFF;
    display:inline;
    font-size:1.5em;
    padding:5px;
    position:relative;
    top:-23px;
    width:auto;
}

.borderBox table, .borderBoxBlue table
{
    top: -10px;
    position: relative;
    width: 100%;
}

.nameHider
{
    margin-left: 20px;
}

.required
{
    color: Red;
}

.formWidth
{
    width: 570px;
}

/*----------------------------------
        sitemap
-----------------------------------*/
div.sitemap ul {
    font-size:1.2em;
    font-weight:bold;
    text-transform:uppercase;
    margin-top:1em;
}
div.sitemap ul ul {
    font-size:1em;
    margin-bottom:0.25em;
}
div.sitemap ul ul ul {
    margin-bottom:0.25em;
    font-weight:normal;
    text-transform:none;
}
div.sitemap ul ul ul ul {
    margin-bottom:0.25em;
    font-weight:normal;
}
/*----------------------------------
        Map page
-----------------------------------*/
div.mapPopup
{
    visibility: hidden;
    position: absolute;
    background-color: White;
    border: solid 1px Silver;
    z-index: 10;
    width: 220px;
    min-height: 100px;


}
div.mapPopup h2
{
    background-color: Gray;
    font-size: 14px;
    font-weight: bold;
    color: White;
    padding: 5px;
    width: 210px;
}
div.mapPopup p
{
    padding: 5px;
}
/*----------------------------------
    Asset Lists
-----------------------------------*/
.SMN_ListAsset h1.heading a 
{
    font-size:0.9em;
    font-weight:bold;
}
.SMN_ListAsset ul
{
    list-style: none;
    margin-left: -23px;
    margin-top: 5px;
}
.SMN_ListAsset li
{
    line-height: 1.4em;
    margin-bottom:1em;
}
.SMN_ListAsset h1.heading
{
	font-size: 1em;
    display: block;
}
.SMN_ListAsset h4.subHeading
{
    display: block;
    line-height: 1em;
    font-size: 1em;
    font-weight: normal;
}

.learn-more .heading 
{
    font-size: 1em;
}
/* --------------------------------
    Calendar Control
--------------------------------- */
table.calendarControl 
{
    width: 100%;
}
.calendarControl td, .calendarControl th
{
    font-size: 1.2em;
    height: 18px;
}
.calendarTitleBar td
{
    background-color: #cce1eb;
    padding: 0px 8px 0px 8px;
}
.calendarEventHighlight
{
    background-color: #e9c602;
}
.calendarEventHighlight a
{
    font-weight: bold;
    font-size: larger;
}
.calendarToday
{
    background-color: #cce1eb;
}
.calendarOtherMonthDayStyle
{
    color: #999999;
}
.calendarSelectedDayStyle
{
    background-color: #e9c602;
    color: #ffffff;
}

/* ---------------------------------
    Greg's Fixes
-----------------------------------*/
.registerForm td
{
    font-size: 12px;
    vertical-align: top;
    padding-right: 20px;
    padding-bottom: 1em;
}
.registerForm td td
{
    padding-bottom: 0px;
}
.createUserBtn, .loginBtn {
    border:1px outset #e9c602;/* yellow */
    background-color:#e9c602;/* yellow */
    font-size:1em;
    padding:0.2em;
    margin: 1em 1em 1em 0;
    width:100px;
    cursor:pointer;
    float:left;
    color:#fff;
}
.validationSummary 
{
    color: Red;
    font-size: 12px;
    margin-bottom: 2em;
}
.validationSummary li
{
    color: Red;
    font-size: 12px;
    line-height: normal;
}

.loginBtn {
    border:1px outset #e9c602;/* yellow */
    background-color:#e9c602;/* yellow */
    font-size:12px;
    width:100px;
    cursor:pointer;
    float:right;
    color:#fff;
}
.loginLabelStyle
{
    text-align: left;
}
.loginTitleStyle
{
    font-weight: bold;
}
.loginLinkStyle
{
    
}

.SMN_crumbsAsset {
    margin-left:-5px;
}

.calendarAudience 
{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 5px;
}
/*----------------------------------
        calendar
-----------------------------------*/
table.calendarControl {
    border-collapse: collapse;
    border:1px solid #bfc553;
    background-color:#f4f6f7;
    width:226px;
    margin-bottom:10px;
}
table.calendarTitleBar td {
    padding:3px;
    color:#fff;
    text-transform:uppercase;
}
table.calendarControl td {
    padding:3px;
}
table.calendarControl th {
    border-bottom:1px solid #bfc553;
}
table.calendarControl td.calendarToday {background-color:#f4f6f7;}
table.calendarControl td.calendarEventHighlight {color:#792821; font-weight:bold;}
table.calendarControl a {color:#4f6171;/*gray blue*/}

/* ------------------------------------
        login
--------------------------------------*/

.loginLabelStyle 
{
    font-size: 12px;
}

.loginTitleStyle
{
    font-size: 14px;
}

.loginLinkStyle
{
    font-size: 12px;
}

.LoginControl label
{
    font-size: 12px;
}
.LoginControl input
{
    font-size: 12px;
}

.LoginControl td
{
    font-size: 12px;
}

table.LoginControl table
{
    width: 100%;
}

/* ------------------------------------
        utility
-----------------------------------------*/

.hidden
{
    display: none;
}

.msgSuccess
{
	display: block;
    font-weight: bold !important;
    color: Green !important;
    font-size: 1.2em;
    margin-bottom: 1em;
}

.msgFailure
{
	display: block;
    font-weight: bold !important;
    color: Red !important;
    font-size: 1.2em;
    margin-bottom: 1em;
}

.tip
{
    cursor: help;
    margin-left: 5px;
}

.floatRight
{
	float: right;
}

.floatLeft
{
	float: left;
}

.highZ
{
	z-index: 1001 !important;
}

/* ----------------------------------
    Fix styles
-----------------------------------*/
div#calendarGridPanel
{
    float: left; 
    width: 486px; 
    padding-right: 15px;
}

/* ----------------------------------
        Pop-Up Calendar
---------------------------------- */
.smn-calendar td
{
    padding: 0;
}

.smn-calendar th
{
    font-weight: bold;
}

.ajax__calendar_container
{
    background-color: #ffa500;
    padding-right: 0px;
    padding-bottom: 0px;
}

.ajax__calendar_container td
{
    padding-right: 0px;
    padding-bottom: 0px;
}

.ajax__calendar_container
{
    background-color: #ccccff;
    padding-right: 0px;
    padding-bottom: 0px;
}
.ajax__calendar_container td
{
    padding-right: 0px;
    padding-bottom: 0px;
}
.ajax__calendar_dayname 
{
    font-weight: bold;
}


/* -----------------------------------------------------
	Blog Template Styles
----------------------------------------------------- */

div#l3Top-blog {
    width:747px;
    height:25px;
    margin: 0px 0 20px 175px;
}

#BlogPage #sidenav
{
	height: 500px;
}
#BlogPage #sidenav h2
{
	margin-top: 1em;
}
#BlogPage #sidenav a
{
	margin-left: 0px;
	padding-left: 0px;
	font-size: 1.2em;
}
#BlogPage #sidenav ul
{
	margin-top: 1em;
}
#BlogPage p.breadcrumbs
{
	margin-left: 16px;
}
div.blogSideNav
{
	padding-left: 5px;
}
div.blogBody
{
	width: 727px;
	float: right;
	margin-bottom: 2em;
	margin-right: 5px;
}
div.blogBody h1.heading
{
	margin-top: 1em;
	border-top: solid 1px Gray;
	padding-top: 1em;
}
div.blogBody span.moreLink
{
	border-top: none;
	padding-top: 0px;
	display: block;
	text-align: right;
}
.blogBody h1
{
    margin-bottom:0.3em;
    font-weight:bold;
}
.blogBody .SMN_ListAsset h1.heading
{
	font-size: 1.4em;
	text-transform: none;
}
.morePostsLink
{
	font-size: 1.2em;
	display: block;
	border-top: solid 1px Gray;
	padding-top: 1em;
	margin-top: 1em;
}
table.blogList tr.stripe {
    background-color:#f4f6f7;
}
table.blogList
{
	width: 100%;
}
table.blogList td.dateCol
{
	width: 25%;
	height: 30px;
}
table.blogList td.titleCol
{
	width: 75%;
	height: 30px;
	font-weight: bold;
	padding-left: 15px;
}

.blogSideNav a:hover
{
    color: #655140 !important;
    text-decoration: underline !important;
}



/* -----------------------------------------------------
	Comments Styles
----------------------------------------------------- */

#commentsBlock
{
    margin-top: 3em;
    margin-bottom: 3em;
    padding-top: 1em;
    border-top: solid 2px #655140;
    border-bottom: solid 2px #655140;
}

#commentsBlock textarea
{
	width: 100%;
	height: 100px;
	font-size: 1.2em;
}

p.btnPostComment
{
	float: right;
	margin-left: 12px;
	margin-bottom: 12px;
}

p#CommentsHeading
{
    font-weight: bold;
}
.inputWide
{
    width: 300px;
}
div.comment
{
    border-top: solid 1px #999999;
    padding: 1.5em;
}
p.commentMeta
{
	margin-bottom: 0;
}

.unapproved
{
	background-color: #F8EEB3 !important;
}

.unapproved p
{

}	

.commentToolbar
{
	width: 200px;
	float: right;
	background-color:#fff;
	padding:5px;
	border:1px solid #BBBEC1;
}
.commentToolbar p 
{
	margin-bottom:0;
}
.commentToolbar .imgBtn
{
	margin-left: 7px;
	float: right;
}

p.commentStatus
{
	float: left;
	font-weight: bold;
}
.btnPostComment input
{
	border:1px outset #bfc553;/* green */
    background-color:#bfc553;/* green */
    font-size:1em;
    padding:0.2em;
    cursor:pointer;
    color:#fff;
}
.btnPostComment input:hover
{
	border:1px outset #e9c602;/* yellow */
    background-color:#e9c602;/* yellow */
}
/* -----------------------------------------------------
	Login/Register/Validation Form Styles
----------------------------------------------------- */

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

#LoginForm, #RegisterForm, #RegisterConfirm, #EditProfileForm, #ValidationPopup, .ForgotPasswordForm
{
	background-color: White;
}

#LoginForm, #EditProfileForm, #ValidationPopup, .ForgotPasswordForm
{
	padding: 12px;
	text-align: left;
}

#LoginForm, .ForgotPasswordForm, #ValidationPopup
{
	width: 350px;
}

#LoginForm h3, #EditProfileForm h3, #LoginForm h2, #EditProfileForm h2, #ValidationPopup h2, .ForgotPasswordForm h2, #ForgotPasswordConfirm h2
{
	margin-bottom: 1em;
}

#LoginForm p, #EditProfileForm p, #ValidationPopup p, .ForgotPasswordForm p, , #ForgotPasswordConfirm p
{
	font-size: 12px;
}

#LoginForm label, #RegisterForm label, #EditProfileForm label, #ValidationPopup label, .ForgotPasswordForm label, #ForgotPasswordConfirm label
{
	width: 170px;
	height: 15px;
	float: left;
}

#ValidationPopup label
{
	margin-left: 20px;
	width: 140px;
	float: left;
}

#LoginLinks
{
	font-weight: bold;
}

#LoginButtons, #EditProfileButtons
{
	float: right;
	margin-bottom: 1em;
}

#ForgotPasswordButtons
{
	text-align: right;
}

.RegisterButtons
{
	text-align: center;
}

#LoginForm .btn, #RegisterForm .btn, #EditProfileForm .btn, #ValidationPopup .btn, .ForgotPasswordForm .btn
{
	border:1px outset #bfc553;/* green */
    background-color:#bfc553;/* green */
    font-size:1em;
    padding: 0.1em 1em 0.1em 1em;
    width:auto;
    cursor:pointer;
    color:#fff;
    margin-left: 0.5em;
}

#LoginButtons .btn:hover, #RegisterForm .btn:hover, #EditProfileForm .btn:hover, .ForgotPasswordForm .btn:hover
{
	border:1px outset #e9c602;/* yellow */
    background-color:#e9c602;/* yellow */
}

#RegisterForm
{

}

#HelpLinks
{
	margin-top: 1.5em;
}

/* -------------------------------------------
		Facebook link
------------------------------------------- */

#FacebookLinkContainer
{
	margin-bottom: 1em;
}
#FacebookLinkContainer span.SMN_ImageAsset
{
	display: block;
}
	
#FacebookLinkContainer a
{
	color: #5796B7;
	font-size: 1.2em;
	font-weight:bold;
	margin-left:0.5em;
	text-transform:uppercase;
	line-height: 18px;
	vertical-align: top;
}

#FacebookLinkContainer img 
{
	margin-left: -0.5em;
}