
.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #666666;
border-bottom-width: 0;
font:normal 12px Arial;
line-height: 18px;
z-index: 100;
background-color: #ffffff;
width: 125px;
color: #000000;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #666666;
padding: 1px 0;
font:normal 12px Arial;
text-decoration: none;
text-indent: 5px;
width: 125px;
color: #000000;
background-color: white;
}

.anylinkcss a:hover
{
	width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #666666;
padding: 1px 0;
font:normal 12px Arial;
text-decoration: none;
text-indent: 5px;
width: 125px;
background-color:#C1A293;
color: White;
}

.anylinkcss2{
position:absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Arial;
line-height: 18px;
z-index: 100;
background-color: #3c6999;
width: 200px;
color: white;
}

.anylinkcss2 a{
width: 100%;
display: block;
text-indent: 3px;
font:normal 12px Arial;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
text-indent: 5px;
width: 200px;
color: white;
background-color: #3c6999;
}

.anylinkcss2 a:hover
{
width: 100%;
display: block;
text-indent: 3px;
font:normal 12px Arial;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
width: 200px;

text-indent: 5px;
background-image:url(menu/background1.jpg);
color: black;
}


.arrowButtons
{
	margin-left:.1em; margin-right:.1em;
}


.Reserved 
{
	
    TEXT-DECORATION: none;
    text-align:left;    
    FLOAT: left;
    CURSOR: hand;
    COLOR: Red;
    font-family:"Arial";
}
.Reserved a
{
	TEXT-DECORATION: none;
    text-align:left;    
    FLOAT: left;
    CURSOR: hand;
    COLOR: Red;
    font-family:"Arial";
}
.Reserved a:hover
{
	
    TEXT-DECORATION: none;
    text-align:left;    
    FLOAT: left;
    CURSOR: hand;
    COLOR: Black;
    font-family:"Arial";
}


.shortLog
{
	float:left; margin-right:1.5em;
}

.HalfDay 
{
	
    TEXT-DECORATION: none;
    text-align:left;    
    FLOAT: left;
    CURSOR: hand;
    COLOR: #BFBF00;
    font-family:"Arial";
}
.HalfDay a
{
	TEXT-DECORATION: none;
    text-align:left;    
    FLOAT: left;
    CURSOR: hand;
    COLOR: #BFBF00;
    font-family:"Arial";
}
.HalfDay a:hover
{
	
    TEXT-DECORATION: none;
    text-align:left;    
    FLOAT: left;
    CURSOR: hand;
    COLOR: Black;
    font-family:"Arial";
}
.Available 
{
	
    TEXT-DECORATION: none;
    text-align:left;    
    FLOAT: left;
    CURSOR: hand;
    COLOR: Green;
    font-family:"Arial";
}
.Available a
{
	TEXT-DECORATION: none;
    text-align:left;    
    FLOAT: left;
    CURSOR: hand;
    COLOR: Green;
    font-family:"Arial";
}
.Available a:hover
{
	
    TEXT-DECORATION: none;
    text-align:left;    
    FLOAT: left;
    CURSOR: hand;
    COLOR: Black;
    font-family:"Arial";
}
.Bar 
{
	font-weight:bold;	
    text-align:left;
    TEXT-DECORATION: none;
    vertical-align: text-top;
    COLOR: Gray;
}
.Bar a
{
	font-weight:bold;	
    text-align:left;
    TEXT-DECORATION: none;
    vertical-align: text-top;
    BORDER-RIGHT: transparent 0px outset;
    BORDER-TOP: #4B4B4B 0px outset;
    BORDER-BOTTOM: #000000 0px ridge;
    padding-top: 3px;
    padding-left:7px;
    padding-right:7px;
    padding-bottom: 4px;
    FLOAT: left;
    BORDER-LEFT: transparent 0px outset;
    CURSOR: hand;
    COLOR: White;
    TEXT-INDENT: 0px;
    font-family:"Arial";
    font-size: 9pt;
}
.Bar a:hover
{
	font-weight:bold;
    TEXT-DECORATION: none;
    BORDER-RIGHT: #ffffff 0px ridge;
    BORDER-TOP: #ffffff 0px ridge;
    BORDER-BOTTOM: #ffffff 0px ridge;
    padding-top: 3px;
    padding-left:7px;
    padding-right:7px;
    padding-bottom: 4px;
    text-align:left;    
    FLOAT: left;
    BORDER-LEFT: #ffffff 0px ridge;
    CURSOR: hand;
    COLOR: Black;
    text-indent: 0px;
    font-family:"Arial";
    font-size: 9pt;
}
.Links a { COLOR: #aaaaaa; TEXT-DECORATION: none; }
.Links	
a:hover { 
COLOR: #000000; TEXT-DECORATION: none; 
}
.Header a { COLOR: #ffffff; TEXT-DECORATION: none; }
.Header	
a:hover { 
COLOR: #000000; TEXT-DECORATION: none; 
}
.Links2 a { COLOR: #000000; TEXT-DECORATION: none; }
.Links2	
a:hover { 
COLOR: #777777; TEXT-DECORATION: none; 
}
.MainPage a { COLOR: #a44415; TEXT-DECORATION: none; }
.MainPage	
a:hover { 
COLOR: #d23c62; TEXT-DECORATION: none; 
}









/*this is the photos page css*/
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #fcedd6;
padding: 5px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
margin-top: 55px;
left: -195px; /*position where enlarged image should offset horizontally */
}

	