/* Ithaca Yacht Club Youth Activities Page CSS Styling */

/* Ad boxes */
#forms_ad  {width: 280px; border: 1px solid #333333; background-color: #FFFFFF; float: right; font-size: 10pt; color: #333333; clear: left;
                   padding: 5px; line-height: 1.5em;}
#ad_title_area {width: 290px; 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;}

/* 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;}

/* youth program schedule */
p.schedule_intro {padding: 0 20px 0 20px;}
table#youthschedule {width: 740; font-size: 10pt; margin-left: 10px; border: 1px solid #CCCCCC; margin-top: 10px;}
table#youthschedule td {padding: 3px;}
tr#schedule_title td {background-color: #666666; color:#FFFFFF; font-size: 12pt; text-align: center;}
tr#schedule_header td {background-color: #CCCCCC; color: #333333; font-weight: bold;}
tr#schedule_instructions td {font-size: 10pt; color: #333333;}
td#date {width: 140px; vertical-align: top;}
tr#schedule_odd td {background-color: #EEEEEE; border-bottom: 1px dotted #999999;}
tr#schedule_even td {background-color: #DFDFDF; border-bottom: 1px dotted #999999;}

div#important_note {color: #990000; border-top: 1px solid #000000; border-bottom: 1px solid #000000;}
div#mail_forms_to {border: 1px solid #000000; padding: 10px; text-align: center;}
.title_date {color:#000099; font-size: 14pt; font-weight: bold;}

/* Schedule table 2 */
table.youthschedule2 {width: 740; font-size: 10pt; margin-left: 10px; border: 1px solid #CCCCCC; margin-top: 10px;
                      background-color: #FFFFFF;}
table.youthschedule2 td {padding: 3px;}
tr.schedule_title2 td {background-color: #990000; color:#FFFFFF; font-size: 12pt; text-align: center; font-weight: bold;}
tr.schedule_header2 td {background-color: #CCCCCC; color: #333333; font-weight: bold;}
tr.schedule_odd2 td {background-color: #EEEEEE; border-bottom: 1px dotted #999999;}
tr.schedule_even2 td {background-color: #FFFFFF; border-bottom: 1px dotted #999999;}
td.date2 {width: 180px; vertical-align: top;}

/* Youth Sail buttons */
a.youth_sail_button1       {background: url(/images/youth_sail_button.gif) no-repeat; margin-left: 8px; margin-right: 8px;
                            color: #FFFFFF; text-decoration: none; padding: 7px 65px 13px 65px;}
a.youth_sail_button1:hover {color: #FF0000; text-decoration: none; padding: 7px 65px 13px 65px;}
a.youth_sail_button2       {background: url(/images/youth_sail_button.gif) no-repeat; margin-left: 8px; margin-right: 8px; 
                                            color: #FFFFFF; text-decoration: none; padding: 7px 38px 13px 38px;}
a.youth_sail_button2:hover {color: #FF0000; text-decoration: none; padding: 7px 38px 13px 38px;}
a.youth_sail_button3       {background: url(/images/youth_sail_button.gif) no-repeat; margin-left: 8px; margin-right: 8px; 
                                            color: #FFFFFF; text-decoration: none; padding: 7px 20px 13px 20px;}
a.youth_sail_button3:hover {color: #FF0000; text-decoration: none; padding: 7px 20px 13px 20px;}
