/* STYLES FOR ALL PAGES - IN MASTER PAGE */

html, body, form { height: 100%; }
body
{
    margin: 0;
    padding: 0;
    font-family: Verdana;
    font-size: 10pt;
    background-repeat:repeat-x;
    background-image:url('../creative/images/main-bg.gif');
    background-color:#dfe3d7;
}
td { font-size: 10pt; }

img, div { behavior: url(iepngfix.htc);}

.wrapper
{
	position:relative; 
	width:900px; 
	margin:0 auto;

}

.leaves
{
	position:absolute; 
	right:-68px; 
	top:0px;
}

a:link { color: blue; text-decoration: none; }
a:visited { color: blue; text-decoration: none; }
a:hover { color: blue; text-decoration: underline; }

a.nav:link { color: #3366FF; text-decoration: none; }
a.nav:visited { color: #3366FF; text-decoration: none; }
a.nav:hover { color: #3366FF; text-decoration: underline; }

a.pix:link { border: 1px solid #000000; }
a.pix:visited { border: 1px solid #000000; }
a.pix:hover { border: 1px solid blue; }

.pageTitle
{
    text-align: left;
    overflow: auto;
    font-size: 14pt;
    color: #4d7900;
    letter-spacing: 1px;
    margin: 0 10;
    padding: 10px 15px 10px 20px;
    border-bottom: 1px dotted gray;
    background-color: #eef1ea;
}
.content { margin: 10px; font-size: 10pt; text-align: left; }
.content td { font-size: 10pt; }

.center 
{
	background-image:url('../creative/images/nav-bg.gif');
	background-repeat:no-repeat; 
	margin-left:auto; 
	margin-right:auto; 
	width: 900px; 
	padding-top: 26px; 
	background-color: #FFFFFF; 
	
}

/* PRIMARY AND SECONDARY COLORS */
.primaryBg { background-color: #FFFFFF; }
.secondaryBg { background-color: #E3E9E1; }
.primaryFg { color: #0E55B5; }
.secondaryFg { color: #000000; }


/* the "no results box */
.noResults { text-align: center; height: 180px; border: 1px dashed black; background-color: #F5F5F5; width: 100%;}

/* ANNOUNCEMENTS */

.announcement { margin-bottom: 5px; padding: 10px; }
.announcement .header { border-bottom: 1px solid Gray; overflow: auto; font-size: 14px; }
.announcement .body { padding: 5px; }

/* DOCUMENTS */

.documents { font-size: 10pt; padding: 10px; width: 100%; }
.documents th { font-weight: normal; padding: 0; text-align: left; border-bottom: 1px dashed Gray;} /* the header */
.documents td { font-size: 10pt; }
.documents .Size { width: 10%; }
.documents .Name { width: 60%; }
.documents .Date { width: 10%; }
.documents .Options { width: 20%; }
.documents .header { color: Gray; border-bottom: 1px solid Gray; overflow: auto; }

/* CLUB POLL */
.poll { padding: 5px; background-color: #FFFFFF; border: 1px solid #0E55B5; width: 250px; }
.poll .outerBar {border: 1px solid black; width:90px; height:6px; font-size:6px; margin-top:3px;}
.poll .innerBar {height:100%;}

/* SURVEYS */

.survey .outerBar { border: 1px solid black; width:90px; height:6px; font-size:6px; margin-top:3px;}
.survey .innerBar { height:100%;}
.survey .question { font-weight:bold;}

.survey { width:500px; height: 500px; overflow:auto; border-top: 1px solid black; background-color:#FFFFFF; padding:15px; vertical-align:top;}
.surveyPopUp { top: 25%; left: 10%; display: inline; position: absolute; z-index: 20000; border: 1px dotted black; background-color:#EAEAEA; }
.surveyPopUp table td a { color:#333333; font-weight:bold; padding:5px;}
.surveyIntroDisplay { font-weight:bold; font-size:11px; padding-bottom:10px }
.surveyQuestionDisplay { border-bottom: 1px dotted Gray; padding-bottom: 3px; margin-bottom: 3px; }
.surveyAnswers {  }
.surveyComments { padding: 3px 0 0 24px; }
.surveyLeadDisplay { font-weight:bold; padding-top: 5px; padding-bottom: 5px; font-size: 13px}


/* CALENDAR */

#eventView, #eventView table { font-family: Helvetica,Arial; }
#eventView h3 { padding: 0 0 0 15px; margin: 0 0 5px 0; font-size: 12pt; color: Black; } /* date */
#eventView h4 { padding: 0 0 0 0px; margin: 0;  font-size: 11pt; color: Black; } /* title */
#eventView h5 { padding: 0 0 10px 5px; margin: 0; font-size: 10pt; color: Black; font-weight: normal; } /* description */


.ListCalendar tr.header td { font-weight: bold; }
.ListCalendar tr { background-color: white; }
.ListCalendar tr.AlternatingRow { background-color: #DDDDDD; }

/* EMAIL SUBSCRIPTIONS */

.emailsubscriptions table {  }
.emailsubscriptions table td { padding: 2px 0; }



.font_8px {
    font-size: 8px;
}

.font_9px {
    font-size: 9px;
}

.font_10px {
    font-size: 10px;
}

.font_11px {
    font-size: 11px;
}

.font_12px {
    font-size: 12px;
}

.font_13px {
    font-size: 13px;
}

.font_14px {
    font-size: 14px;
}

.font_16px {
    font-size: 16px;
}

.font_18px {
    font-size: 18px;
}

.font_8px_bold {
    font-size: 8px;
    font-weight: bold;
}

.font_9px_bold {
    font-size: 9px;
    font-weight: bold;
}

.font_10px_bold {
    font-size: 10px;
    font-weight: bold;
}

.font_11px_bold {
    font-size: 11px;
    font-weight: bold;
}

.font_12px_bold {
    font-size: 12px;
    font-weight: bold;
}

.font_13px_bold {
    font-size: 13px;
    font-weight: bold;
}

.font_14px_bold {
    font-size: 14px;
    font-weight: bold;
}

.font_16px_bold {
    font-size: 16px;
    font-weight: bold;
}

.font_18px_bold {
    font-size: 18px;
    font-weight: bold;
}


