/* Ithaca Yacht Club Harbor Page CSS Styling */

/* Wait List */
#waiting_list  {width: 260px; border: 1px solid #333333; background-color: #FFFFFF; float: right; font-size: 10pt; color: #333333; clear: left;
                   padding: 5px; margin-left: 20px;}
#waiting_list_area {width: 270px; background-color:#CCCCCC; border-bottom: 1px solid #999999; font-weight: bold; line-height: 1.5em; text-align: center;
                        margin-top: -5px; margin-left: -5px; margin-right: -10px;}
#questions_area {width: 270px; background-color: #CCCCCC; border-bottom: 1px solid #999999; font-weight: bold; line-height: 1.5em; text-align: center;
                        margin-left: -5px; margin-right: -10px;}
table#waitlist {width: 100%; font-size: 10pt; margin-bottom: 10px; border: 1px solid #CCCCCC;}
table#waitlist td {padding: 3px;}
#waitlist_count {font-weight: bold;}
tr#odd td {background-color: #EEEEEE; border-bottom: 1px dotted #CCCCCC;}
tr#even td {background-color: #FFFFFF; border-bottom: 1px dotted #CCCCCC;}

/* content formatting */
.highlight {font-size: 12pt; font-weight: bold; color: #003366;}
a.program_forms {color: #990000; text-decoration: none; border-bottom: 1px dotted #990000;}
a.program_forms:hover {color: #FF0000; text-decoration: none; border-bottom: 1px solid #FF0000;}
p.get_pdf {color:#999999; font-size: 8pt; line-height: 1.0em;}
.photograph {padding: 2px; background-color:#CCCCCC; border: 1px dotted #999999;}
h3 {font-weight: bold;}
h4 {font-weight: bold; font-size: 11pt;}
ul {font-size: 10pt;}
li {padding-bottom: 5px;}
.list-updated {font-size: 8pt; color: #666666; text-align: center; padding-bottom: 10px;}
.question_text {font-style: italic;}

/* maps */
div#northmap {width: 120px; text-align: center; height: 100px;}
div#southmap {width: 120px; text-align: center; height: 100px; float: right;}