/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
             color: #9EA4BA;
	background-color: white;
cursor: default;
SCROLLBAR-FACE-COLOR: #9EA4BA; SCROLLBAR-HIGHLIGHT-COLOR: #8F97B1; SCROLLBAR-SHADOW-COLOR: #8F97B1; SCROLLBAR-3DLIGHT-COLOR:#8F97B1; SCROLLBAR-ARROW-COLOR: white; SCROLLBAR-TRACK-COLOR: white; SCROLLBAR-DARKSHADOW-COLOR: #8F97B1;

	
}



/* Custom link styles */
a:active {
	text-decoration: none;
	color: #9EA4BA;
font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #9EA4BA;
font-weight: bold;

}

a:hover {
	text-decoration: none;
	color: #7897A3;
font-weight: bold;



}

a:link {
	
	color: #9EA4BA;
text-decoration: none;
font-weight: bold;
}



/* Put a border on all generated images */
.image {
	border: 0px ;
	margin: 0;
             
}



/* Remove the margin under the images on the index pages. */
#index .image {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
             
}

/* Don't have margins on the slide pages. */
body#slide {
	margin: 0;
}

body {
	margin: 0;
}



.albuminfo {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
             color: #9EA4BA;
	background-color: white;
	
}



.label {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
             color: #9EA4BA;
text-transform: capitalize;
	
	
}


.tdco {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
             color: #9EA4BA;
	background-color: white;
	
}

.headmessage {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 13px;
text-transform: capitalize;
             font-weight: bold;
             color: #3C464B;
align: center;	
}


.copy{

font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
             color: #9EA4BA;
}
.copy A:active {
	text-decoration: none;
	color: #9EA4BA;
font-weight: bold;
}

.copy A:visited {
	text-decoration: none;
	color: #9EA4BA;
font-weight: bold;
}

.copy A:hover {
	text-decoration: none;
	color: #7897A3;
font-weight: bold;
}

.copy A:link {
	text-decoration: none;
	color: #9EA4BA;
text-decoration: none;
font-weight: bold;

}



HR {

color: #CFD5E0;

}

.linkbuttons{

font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
             color: #9EA4BA;
font-weight: bold;
border: 1px dotted white;
}
.linkbuttons A:active {
	text-decoration: none;
	color: #9EA4BA;
font-weight: bold;
border: 1px dotted white;
}

.linkbuttons A:visited {
	text-decoration: none;
	color: #9EA4BA;
font-weight: bold;
border: 1px dotted white;
}

.linkbuttons A:hover {
	text-decoration: none;
	color: #7897A3;
font-weight: bold;
background-color: #E6F30E;
border: 1px solid #ACB3C8;
}

.linkbuttons A:link {
	text-decoration: none;
	color: #9EA4BA;
text-decoration: none;
font-weight: bold;
border: 1px dotted white;

}




#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: #AAB0C5;
width: 150px; /*Default width of hint.*/
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
color: #494E5B;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}

