/* Calendar Styles
look of the table overall
other month's days
current month's days
linked days?
hover days*/

table.tripList
{
width: 510px;
border: 0px;
border-bottom: thin solid rgb(88,50,11);
margin: 0px auto;
padding: 0px;
}

table.tripList tr td
{
color: rgb(80,50,11);
padding: 5px;
vertical-align: top;
}

table.tripList tr td.colDate, table.tripList tr th.colDate
{
font-size: smaller;
text-align: left;
white-space: nowrap;
}

table.tripList tr td.colTrip, table.tripList tr th.colTrip
{
font-size: smaller;
text-align: left;
}

table.tripList tr td.colLevel, table.tripList tr th.colLevel
{
font-size: smaller;
text-align: left;
white-space: nowrap;
}

table.tripList tr th.colDate
{
font-size: medium;
border-bottom: thin solid rgb(88,50,11);
}

table.tripList tr th.colTrip
{
font-size: medium;
border-bottom: thin solid rgb(88,50,11);
}

table.tripList tr th.colLevel
{
font-size: medium;
border-bottom: thin solid rgb(88,50,11);
}

/*
table.tripList a, ul.linksMenu li a:visited {color: rgb(36,100,72); }
table.tripList a:hover {color: rgb(56,184,92); }
table.tripList a:active {color: rgb(0,255,0); }
*/