
/* Fluffy-Gallerys CSS  */
/* Filename: format.css */



body
{
	font-family:'Trebuchet MS','Verdana','Tahoma';
}

.header{
	border: none;
}
.header-small{
	font-size: 8pt; 
}

.folderheader-end td{
	border-bottom: 1px solid lightgrey;
}

body,td,a
{
	font-size: 11pt;
}

td
{	
	width:20%;
	vertical-align:center;
	text-align:center;
}

.thumbnail:hover/*,.dir:hover,.filler:hover*/
{
	background-color:#e6e8f2;

}
.thumbnail:hover a{
	color: #000f4d;
}

table
{	
	border: 1px solid black;
	border-collapse: collapse;
}

.filler
{
	padding: 0px 0px 0px 3px;
	text-align:left;background-color:#f2f2f2;
}

.dir{
	padding: 0px 0px 0px 3px;
	background:url(.folder.gif) #f2f2f2 no-repeat center;
text-align: left;
}

.thumbnail
{
	padding: 3px 0px 1px 0px;
	text-align:center;
	background-color:#f2f2f2;
}


.notes
{
	font-size:8pt;
}


.notes td{
	border-top: 1px solid lightgrey;
}


a:link 
{ 
	color:#002ad1;
	text-decoration:none;
}
a:visited 
{
	color:#002ad1;
	text-decoration:none;
}
a:hover 
{
	color:#000f4d;
	text-decoration:underline/* overline*/;
}







