﻿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;*/
	padding: 0px;
}

.table_folders
{
	width: 150px;
	/*background-color: #ffffff;
	border: solid 1px #555555;*/
	padding: 0px;
}

.table_photos
{
	/*background-color: #f3f3f3;
	border: solid 1px #555555;*/
	padding: 0px;
	
}

.table_photo_line
{
	/*background-color: #DDECFE;
	border: solid 0px #555555;*/
	padding: 0px;
}

.table_photo_line_space
{
	height: 1px;
	line-height: 1px;
	padding: 0px;
}

.td_folders
{
	vertical-align: top;
	width: 150px;	
}

.td_folder
{
	text-align: center;
	width: 150px;
	background-color: #F6F0EC;
	border: solid 1px #526D9F;
	padding: 5px;
}

.td_photos
{
	vertical-align: top;
}

.td_photo
{
	text-align: center;
	width: 160px;
	background-color: #F6F0EC;
	border: solid 1px #526D9F;
	padding: 5px;
	overflow: hidden;
}

.photo_name
{
	font-family: 'Verdana';
	font-size: 10px;
	width: 160px;
	overflow: hidden;
	font-weight: bold;
}

.photo_date
{
	font-family: 'Verdana';
	width: 160px;
	font-size: 6px;	/*zmeneno*/
	overflow: hidden;	
}