@charset "utf-8";
/* CSS Document */
/*---------------------Tide index------------------------*/
.tideindex a {
padding:5px 0;
border:1px solid #e4e4e4;
border-left:4px solid #e4e4e4;
float:left;
width:105px;
margin:3px;
text-align:center;
vertical-align:middle;
}
.tideindex a:hover {
background:#E6ECF2;
border-left:4px solid #00253C;
}
.tideindex a.active {
border-left:4px solid red;
background:#ffd9d9;
}
/*---------------------Tide Table-------------------------*/
.tidetable{
background:#f5f7f9;
border-collapse:none;
}
.tidetable_clearbg{
background:url(../tide_table/images/spacer-white.gif);
}
.tidetable td{
width:25px;
text-align:center;
}
.tidetable tr:hover{
background-color:#ff9;
color:#999;
}
.tidetable_header{
height:50px;
}
.tidetable_header td{
background-color:#31607d;
color:#fff;
}
.tidetable_header td:hover{
background-color:#ff9;
color:#666;
}
.tidetable_blue{
background-color:#c8e9ff;
}
.tidetable_blue td{
color:#666;
}
.tidetable_blue td:hover{
color:#000;
}
/*-----------------------------------------------------*/
