/* Content style sheet */

#refcontainer { 
	font-family: sans-serif, Arial, Helvetica;
	margin-left: 190px;
	margin-right: 10px;
} 


#refcontainer a:link, #ccontainer a:visited
{
/*	color: #000000; */
	text-decoration: none;
}

#refcontainer a:hover
{
	background-color: #999999;
	color: #ffffff;
}

#ccontainer { 
	font-family: sans-serif, Arial, Helvetica;
	margin-left: 190px;
	margin-right: 5px;
} 

#ccontainer ul
{
	margin-left: 20px;
	padding-left: 5px;
	list-style-type: disc;
	font-family: sans-serif, Arial, Helvetica;
}

#clist ul
{
	margin-left: 10px;
	padding-left: 5px;
	list-style-type: disc;
	font-family: sans-serif, Arial, Helvetica;
}

#ccontainer a
{
/*	display: block; */
/*	padding: 3px; */
/*	width: 160px; */
/*	background-color: #036;  */
/*	border-bottom: 1px solid #eee; */
}

#ccontainer a:link, #ccontainer a:visited
{
/*	color: #000000; */
	text-decoration: none;
}

#ccontainer a:hover
{
	background-color: #999999;
	color: #ffffff;
}

.thumbnail{
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
display: block; 
left: -1000px;
visibility: hidden;
color: red;
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;
top: 10px;
left: 13px; /*position where enlarged image should offset horizontally */
overflow:hidden;
}
