﻿

<style type="text/css">

/*MENIU PRINCIPAL*/
.mattblacktabs{
width: 100%;
overflow: hidden;
border-bottom: 1px solid black;
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 10px;
font: bold 12px Arial;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; 
border-right: 1px solid white;
color: white;
background: #414141; 
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: black; 
color: #CCFFCC;
}

/*END MENIU PRINCIPAL*/

/*FOOTER*/
.drsus {
	color:#660033;
	font-size: 12px;
	font-family:Arial;
	padding:1px;
}

.drsus a {
	color:#660033;
	font-family:Arial;
}

.drsus a:hover {
	color:#660033;
	text-decoration: none;
	font-family:Arial;
}
/*END FOOTER*/

/*GENERAL*/
body 				{ margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; text-align:justify;}
body td				{ font-family: Arial, Verdana, "Lucida Sans Unicode"; font-size: 12px; color: #454545; vertical-align: top; text-align:justify;}
a					{ color: #660033; text-decoration: underline; } 
a:hover				{ color: #660033; text-decoration: none; }
h1 { font-size:18px; font-family:Arial; text-align:left }
h2 { font-size:15px; font-family:Arial; text-align:justify }
h3 {font-size:13px; font-family:Arial; font-weight: bold; text-align:left}
/*END GENERAL*/

.avion {
	border-width: 1px;
	border-color:#660033
}

/*SIDEMENU*/
ul.sidemenu {
padding: 0;
margin: 0;
text-align:left;
list-style: none;
font-family: Arial, Verdana, "Lucida Sans Unicode";
font-size: 1.2em;
width: 205px;
}
ul.sidemenu li {
border-top: 1px solid #FFFFFF;
border-left: 3px solid #3E3E3E;
border-right: 1px solid #FFFFFF;
}
ul.sidemenu li a{
text-decoration: none;
display: block;
width: 195px;
color: #660033;
font-weight: bold;
padding: 2px 3px;
}
ul.sidemenu li a:hover {
background-color: #CDCDCD;
text-decoration: underline;
}
/*END SIDEMENU*/


  
  ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#menu13 {
	width: 200px;
	margin: 10px;
	}
	
#menu13 li a {
	font-size: 14px;
	font-weight: bold;
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu13 li a:link, #menu13 li a:visited {
	font-size: 14px;
	font-weight: bold;
	color: #C7377D;
	display: block;
	background:  url(menu13.gif);
	padding: 8px 0 0 10px;
	}
	
#menu13 li a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #660033;
	background:  url(menu13.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}	
/*lightbox*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat;
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://www.tvl.ro/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.tvl.ro/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
/*END LIGHTBOX*/


</style>
