﻿body 
{
	background-color: #fdfdfd;
	color: #777777;
	font-family: verdana,arial,times new roman;
	font-size: 12px;
}

a
{
	font-family: verdana,arial,times new roman;
	text-decoration: none;
	color: #000000;
}

a:active
{
	font-family: verdana,arial,times new roman;
	text-decoration: none;
	color: #000000;	
}

a:visited
{
	font-family: verdana,arial,times new roman;
	text-decoration: none;
	color: #000000;	
}

a:hover
{
	font-family: verdana,arial,times new roman;
	text-decoration: none;
	color: #888888;	
}

img
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.table_site
{	
	background-color: #f3f3f3;
	border: solid 1px #555555;
}

.table_folders
{
	width: 150px;
	background-color: #ffffff;
	border: solid 1px #555555;
}

.table_photos
{
	background-color: #f3f3f3;
	border: solid 1px #555555;
}

.table_photo_line
{
	background-color: #DDECFE;
	border: solid 1px #555555;
}

.td_folders
{
	vertical-align: top;
	width: 150px;	
}

.td_folder
{
	text-align: center;
	width: 150px;
	background-color: #DDECFE;
	border: solid 1px #555555;
	padding: 5px;
}

.td_photos
{
	vertical-align: top;
}

.td_photo
{
	text-align: center;
	width: 160px;
	background-color: #EDF4FE;
	border: solid 1px #555555;
	padding: 5px;
}

.photo_name
{
	font-family: 'Verdana';
}

.photo_date
{
	font-family: 'Verdana';
	font-size: smaller;
}