
/* set up the basic fonts and styles for every element */
body, td, th
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #35220F;
    font-size: 12px;
    line-height: 1.5;
}
body
{
    background-color: #35220F;
    margin-top: 0px;
    margin-bottom: 0px;
}

a img
{
    border: none;
}
a:link, a:visited
{
    color: #669933;
}
a:hover
{
    color: #446823;
}

h1
{
    font-size: 16px;
    color: #EC186C;
}
h2
{
    color: #669933;
    font-weight: bold;
    font-size: 12px;
}
h3
{
    color: #EC186C;
    font-weight: bold;
    font-size: 12px;
}
.subHead
{
    color: #EC186C;
    font-weight: bold;
    font-size: 12px;
}

input, textarea, select
{
    font-size: 12px;
    color: #040403;
    margin-left: 0px;
    margin-top: 0px;
}
hr
{
    background-color: transparent;
}

form
{
    margin: 0px;
    padding: 0px;
}

.footer
{
    font-size: 11px;
    color: #FFFFFF;
    line-height: 1.2;
    padding: 40px 0 20px 0;
}



/* GENERAL CLASSES */
.message
{
    font-size: 11px;
    color: #35220F;
    font-weight: bold;
}
.error
{
    font-size: 11px;
    color: #35220F;
    font-weight: bold;
}

table.stripeMe
{
    padding: 0;
}

.tableL
{
    border-right: 1px solid white;
    padding: 1px;
    text-align:left;
}
.tableC
{
    border-right: 1px solid white;
    padding: 1px;
    text-align:center;
}
.tableR
{
    border-right: 1px solid white;
    padding: 1px;
    text-align:right;
}
.tableBL
{
    border-right: 1px solid black;
    padding: 1px;
    text-align:left;
}
.tableBC
{
    border-right: 1px solid black;
    padding: 1px;
    text-align:center;
}
.tableBR
{
    border-right: 1px solid black;
    padding: 1px;
    text-align:right;
}

tr.altEven td
{
    background: #ecf6fc;
}
tr.altOdd td
{
    background: white;
}
tr.over td, tr.over:hover td
{
    background: #bcd4ec;
}
td.over td, td.over:hover
{
    background: #bcd4ec;
}

.pageDesc
{
    color: #35220F;
    font-size: 11px;
    font-weight: bold;
}
.formCaption
{
    color: #EC186C;
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
}
.formSubhead
{
    color: #35220F;
    font-size: 11px;
    line-height: 1;
}
.fldCaption
{
    color: #35220F;
    font-size: 11px;
    line-height: 1;
    font-weight: bold;
}
.fldCaptionA
{
    font-size: 11px;
    line-height: 1;
    font-weight: bold;
    color: #669933;
}

.fldDisplay
{
    font-size: 11px;
    color: #6B562E;
    font-style: italic;
}
.highlight /*things like "$charge" in the Sign-Up page */
{
    color: #FF7910;
}

.picture /* member's picture */
{
    height: 50px;
    width: 50px;
    border-width: 0px;
}

.note
{
    font-size: 11px;
    color: Gray;
    font-style: italic;
}


.update
{
    color: #FFFFFF;
    font-size: 11px;
    background-color: #669933;
    border: solid 1px silver;
    margin: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.redirect
{
    text-decoration: underline;
    cursor: hand;
}
.updateBar
{
    height: 4px;
    background-color: #617278;
}
.href
{
    color: #617278;
    text-decoration: underline;
}

.report
{
    background-color: #808080;
}
.rpttitle
{
}
.rptheader
{
    background-color: white;
}

p.nomargin
{
    margin:0;
    padding:0;   
}
h2.nomargin
{
    margin:0;
    padding:0;   
}
h3.nomargin
{
    margin:0;
    padding:0;   
}

/* Special classes */


.external
{
    background-color: white;
}

.memberName
{
    font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FF7910;
    font-weight: bold;
    padding-left: 10px;
}
.sidebarStripe
{
    background-repeat: repeat-y;
}

.photoCaption
{
    font-size: 11px;
    font-weight: bold;
    color: #EC186C;
}

.greyItalic
{
    color: #999999;
    font-style: italic;
    font-size: 11px;
}

.leftNav a
{
    color: #35220F;
    text-decoration: none;
    line-height: 20px;
}
.leftNav a:hover, .navCurrent a
{
    color: #EC186C;
    text-decoration: none;
}


.menuHdr
{
    font-size: 18px;
    font-weight: 900;
    margin-left: 5px;
    padding-left: 5px;
}

.menu
{
    font-size: 14px;
    margin-left: 10px;
    padding-left: 10px;
}


.greyBorderForm
{
    border: solid 1px #999999;
    border-spacing: 0;
    border-collapse: collapse;
}

.ImpressionCol
{
}
.ImpressionCol td
{
    width: 180px;
}

.ActivityCol
{
}
.ActivityCol td
{
    width: 240px;
}

.pnlPopup
{
    padding: 10px;
    background-color: #FFFFFF;
    border-style: groove;
    width: 400px;
}

.pnlPopupSmall
{
    padding: 10px;
    background-color: #FFFFFF;
    border-style: groove;
    width: 200px;
}

.pinkTable
{
    border: solid 1px #F595BA;
    border-spacing: 0;
    border-collapse: collapse;
}
.pinkTable td
{
    padding: 5px;
}
.pinkTableHeader
{
    background-color: #FCE2E0;
    border-bottom: solid 1px #F595BA;
    color: #EC186C;
    font-weight: bold;
    font-size: 12px;
}
.pinkTableHeader a
{
    color: #EC186C;
    text-decoration: underline;
}

.orangeTable
{
    border: solid 1px #FEB77D;
    border-spacing: 0;
    border-collapse: collapse;
}
.orangeTable td
{
    padding: 5px;
}
.orangeTableHeader
{
    background-color: #FEE7D3;
    border-bottom: solid 1px #FEB77D;
    color: #FF7910;
    font-weight: bold;
    font-size: 12px;
}
.orangeTableHeader a
{
    color: #FF7910;
    text-decoration: underline;
}

.profileOrangeHeader
{
    font-size: 16px;
    color: #FF7910;
    font-weight: bold;
    padding-bottom: 5px;
}
.profilePinkHeader
{
    font-size: 16px;
    color: #EC186C;
    font-weight: bold;
    padding-bottom: 5px;
}
a.profileEditLinks, a:hover.profileEditLinks, a:visited.profileEditLinks
{
    font-size: 11px;
    color: #EC186C;
    text-decoration: underline;
    font-weight: bold;
}

.noteDateTime
{
    font-size: 10px;
    color: #FF7910;
    font-weight: bold;
}
.noteMsg
{
    font-size: 11px;
    color: black;
}
.tableF
{
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    padding: 1px;
    padding-right:5px;
    text-align:right;
    font-size: 11px;
    font-weight:700;
    font-family:Arial;
}
.commentAdd
{
    font-size: 10px;
    color: Gray;
    text-decoration: underline;
}

.calendarSingle
{
    font-size: 10px;
    color: #EC186C;
    cursor: help;
}
.calendarMulti
{
    font-size: 10px;
    color: #FF7910;
    cursor: help;
}
.calendarBox
{
    width: 95px;
    height: 100px;
    vertical-align: top;
    background-color: white;
}
.calendarDay
{
    font-size: 13px;
    font-weight: bold;
}
a.connectingCircles, a:hover.clubCircles, a:visited.clubCircles
{
    font-size: 10px;
    color: #669933;
    text-decoration: none;
}
a.clubCircles, a:hover.clubCircles, a:visited.clubCircles
{
    font-size: 10px;
    color: #FF7910;
    text-decoration: none;
}
a.calendarCircles, a:hover.calendarCircles, a:visited.calendarCircles
{
    font-size: 10px;
    color: #EC186C;
    text-decoration: none;
}

.rowBorder td
{
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    background-color: white;
}
.rowBorder td.outerLeft
{
    border-left: 2px solid black;
}
.rowBorder td.outerRight
{
    border-right: 2px solid black;
}

.blogs
{
    font-size: 11px;
}
.announcements
{
    font-size: 11px;
}
.pinkWords
{
    color: #EC186C;
}
.greenWords
{
    color: #669933;
}
.orangeWords
{
    color: #FEB77D;
}



/* Tab style */
.TabStyle .ajax_tab_header
{
    color: Red;
}



