/**
* JTide component
* @author Eric Nichols
* @version $Revision: 1.0.0 $
* @email jtide@havealoha.com
**/
#tides {
font-size: 3em;
color: #666;
}
.tide_table {
background-color: white;
display: block;
display: table;
width: 50%;
text-align: left;
}
.tide_table_field_names {
color: #666;
background-color: lightgrey;
font-weight: bold;
}
.tide_table_row0 {
background-color: white;
}
.tide_table_row1 {
background-color: lightblue;
}
.tide_table_date {
width: auto;
}
.tide_table_time {
width: auto;
}
.tide_table_height {
width: auto;
}
.tide_table_event {
width: auto;
}
.nav_dis {
/*display: none;*/ /*un comment this if you dont want users to see the disclaimer*/
}
/* a sample page class suffix of _hilo */
#tides_hilo {
font-size: 3em;
color: #666;
}
.tide_table_hilo {
background-color: white;
display: block;
display: table;
width: 50%;
text-align: left;
}
.tide_table_field_names_hilo {
color: #666;
background-color: lightgrey;
font-weight: bold;
}
.tide_table_row0_hilo {
background-color: white;
}
.tide_table_row1_hilo {
background-color: lightblue;
}
.tide_table_date_hilo {
width: auto;
}
.tide_table_time_hilo {
width: auto;
}
.tide_table_height_hilo {
width: auto;
}
.tide_table_event_hilo {
width: auto;
}
.nav_dis_hilo {
/*display: none;*/ /*un comment this if you dont want users to see the disclaimer*/
}

