
.seaducktip {
      
}

.seaducktip .seaducktiptext {
    visibility: hidden;
    /* width: 100px; */
    background-color: #6699ff;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 2px 0;

    /* Position the seaducktip */
    position: absolute;
    z-index: 1;
}

.seaducktip:hover .seaducktiptext {
    visibility: visible;
}

/* table */

table.sdhome
{
margin-left:5px;
border-collapse: collapse;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
align:center;
}

td {
padding:2px;
}

div.t1 {
text-align:center;
}

.center {text-align:center;}


td.sdnowrap {
white-space: nowrap;	
}	

td.sdbooking 
{
font-weight:bold;
color:blue;
text-align:center;
vertical-align: text-top;
}	

td.avail_hl {
/* font-weight:bold; */
background:#A9F5F2;
}

tr.alt {
/* background-color:#FFFFCC */
 background-color:#e6e6e6;
 }
 
tr.hidden {
background-color:#b3b3cc
 }
 
 tr.notyetaccepted {
background-color:#DDA0DD
 }

 tr.cronqueued {
background-color:#ffffcc
 }
 
 a.details:link {
     color: blue;
     text-decoration: underline;
    display: inline-block;
}
 
 a.details:visited {
     color: blue;
     text-decoration: underline;
    display: inline-block;
}


td.monthrow {
	background-color:#66ff66;
	color:#000000;	
}

td.yearrow{
	 background-color:#33cc33;  
	color:#ffffff;	
}	
 