@charset "utf-8";
/* CSS Document */

#previewFrame  
{
	float: left;
	clear: left;
	width: 100%;
	padding-top: 20px;
	max-width: 1600px;
}


.PreviewCell {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 10px;
	font-weight:bold;
	text-decoration: none;
	display: block;
	text-align: center;
	width: 100%;
}

.previewWinDesc
{
	float: left;
	padding: 10px 6px 8px 6px;
	cursor: pointer;
	margin: auto;
	width: 160px;
}

.previewWin
{
	float: left;
	padding: 10px 6px 8px 6px;
	cursor: pointer;
	margin: auto;
	width: auto;
}

.previewWin IMG {
	border-width:2px;
	border-style:solid;
	border-color:#000000
}

.previewWin IMG:hover {
	border-width:2px;
	border-color:#FF9900;
	border-style:solid;
	
}
.MainmenuLink {
	padding-bottom: 10px;
}


.SmallLine {
	margin-left:25px;
}

.mainFrame {
	font-size: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999999;
	padding-left: 5px;
	padding-top: 0px;
	clear: right;
	font-style: normal;
	min-height: 470px;
}

#mainTitle{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #CCCCCC;
	margin-bottom: 0px;
	text-align: left;
	margin-right: 5px;
	display: inline;

}

.mainhr {
	color: #330000;
	margin-top: 2px;
	margin-bottom: 2px;
	height: 2px;
}
#bodyFrame #rightFrame {
	float: right;
}
.normalText {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 12px;
	font-weight:normal;
	text-decoration: none;
}

.normalText A:link{
	color: #999999;
	text-decoration: none;
}

.normalText A:active{
	color: #999999;
	text-decoration: none;
}

.normalText A:visited{
	color: #999999;
	text-decoration: none;
}

.normalText A:hover{
	color: #999999;
	text-decoration: underline;
}




#previewNote {
	float: right;
	margin-right: 5px;
	margin-left: 5px;
}
#PreviewCelldiv {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 10px;
	font-weight:normal;
	text-decoration: none;
	text-align:right;
	width: 160px;
}

#PreviewCelldiv b {
	color:#CCCCCC;
	font-size: 14px;
}

.newsBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	float: left;
	margin: 10px;
}

.smallDivLine {
	background-color: #330000;
	height: 1px;
	margin-right: 5px;
}
#prevSubframe {
	margin: 0px;
	padding: 0px;
	float: right;
	background-repeat: repeat;
	width: auto;
}
#Logophoto {
	background-image: url(../img/sfv.jpg);
	background-repeat: no-repeat;
	margin-top: auto;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	float: right;
	height: 244px;
	width: 134px;
}
#mainTitleRt {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #CCCCCC;
	margin-bottom: 0px;
	text-align: right;
	padding-right: 6px;
}

.catText {
	text-align:left;
	font-size:11px;
	font-weight:bold;
	width: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-variant: small-caps;
}

.catClassAlbum {
	height: 92px;
	width: 115px;
	padding: 6px;
	background-color: #333333;
	background-repeat: no-repeat;
	background-image: url(../img/catalbum.jpg);
	float: left;
	border: 1px solid #CCCCCC;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
}

.catClassNotte {
	height: 92px;
	width: 115px;
	background-color: #333333;
	background-repeat: no-repeat;
	background-image:url(../img/catnott.jpg);
	float: left;
	border: 1px solid #CCCCCC;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
}

.catClassCitt {
	height: 92px;
	width: 120px;
	padding: 6px;
	background-color: #333333;
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-image:url(../img/catcitt.jpg);
	float: left;
	border: 1px solid #CCCCCC;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
}

.catClassFauna {
	height: 92px;
	width: 120px;
	padding: 6px;
	background-color: #333333;
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-image:url(../img/catFauna.jpg);
	float: left;
	border: 1px solid #CCCCCC;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
}

#gallDescription {
	clear: none;
	width: 200px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 40px;
	float: left;
	margin-right: auto;
	display: block;
}

.catClassMain {
	height: 140px;
	width: auto;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	overflow: hidden;
	display: block;
	float: left;
	clear: right;
	text-align:left;
	cursor:pointer;
	color: #CCCCCC;
}

.catClassMain:hover img {
	border:thin solid #FF9900;
}

.catClassMain img {
border: 1px solid #CCC;
}

.catClassMain a:link {
	color: #999;
	text-decoration:none;
}

.catClassMain a:visited {
	color: #999;
	text-decoration:none;
}

.catClassMain a:active {
	color: #999;
	text-decoration:none;
}

.catClassMain a:hover {
	color: #999;
	text-decoration:none;
}



.smallDivLineGreen {
	background-color: #003300;
	height: 1px;
	margin-right: 0px;
}
.catContainer {
	width: 125px;
	float: left;
	text-align: center;
	border-left: solid 1px #222;
	height: 160px;
}

.SubcatContainer {
	
	float: left;
	text-align: center;
	margin: 8px;
}

.testoRey {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #999999;
}

.AlbumString A {
	clear:both;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#66CCFF;
	text-align:right;
	
}

.AlbumString A:link {
text-decoration:none;

}

.AlbumString A:visited {
text-decoration:none;

}

.AlbumString A:active {
text-decoration:none;

}
.AlbumString A:hover {
text-decoration:underline;

}
.newslink {
text-decoration:none;
}

.newslink:hover {
text-decoration:underline;
}

.newsdate {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #09F;
	text-decoration: none;
}
.newstitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
}
.newsdescr {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
}

.prevtag {
	float:right; 
	width:240px; 
	border-left:#300 solid 1px;  
	height:290px; 
	padding:4px; 
	text-align:center
}

.prevtag A {
	color:#CCC;
	text-decoration:none;
}

.prevtag A:visited {
	color:#CCC;
	text-decoration:none;
}

.prevtag A:hover {
	color:#CCC;
	text-decoration:underline;
}