@CHARSET "ISO-8859-1";
/* CSS Document video search project*/
*{
	margin :0px;
	padding :0px;
}
#contenitore{
	font-family: Arial, Helvetica, sans-serif;
	font-size:7px;
	background-color: #eeefea;
	width: 320px;
	position: relative;
	margin: 10px auto 0 auto;
}
#alto{
	width:320px;
	background-color: #eeefea;
	display:block;
}
#menu{
        width:320px;
	height:30px;
	max-height:30px;
	min-height:30px;
	background-color: #eeefea;
	border-top:1px solid #C4C4C4;		
	padding:2px 0 2px 0;
}
.menuLink {
	font-size:8px;
	padding-left: 2px;
	padding-right:2px;
	border-right:1px solid #C4C4C4;
	text-decoration: none;
	min-height:10px;
	height:10px;
	margin-top:7px;
}
#searchBar{
	width:320px;
	height:60px;
	max-height:60px;
	min-height:60px;
	background-color: #eeefea;
	border-top:1px solid #C4C4C4;		
	padding:2px 0 2px 0;
        display:block;
}
#searchForm{
	float:left;
	margin-left:10px;
        width:310px;
}
#videoPlayer{
	width:207px;
	float:left;
	margin:3px 5px 1px 0px;
}
#barraTitoloVideo{
	font-size:8px;
	width:320px;
	margin:0px 5px 1px 0px;
	text-align: left;
	font-weight: bold;
}

#centro{
	width:320px;
	clear:both;
}
#barraPulsantiOrdine{
        margin-top:2px;
	width:320px;
        display:block;
        border-top:1px solid #C4C4C4;
}
#barraPulsantiOrdine ul{
	list-style-type:none;
	margin-top: 3px;
	margin-bottom: 3px;
	width:320px;
}
#barraPulsantiOrdine li{
	display:inline;
	border-right:1px solid #C4C4C4;
}
#barraPulsantiOrdine li a{
	text-decoration:none;
	background-color: #eeefea;
	display:inline;
	width:40px;
	height:30px;
	text-decoration:none;
	color:black;
	margin:5px;
}
#barraPulsantiOrdine a:hover{
	background-color:#ffffff;
}
#videoList{
	width:319px;
	border-top:1px solid #C4C4C4;
	border-right:1px solid #C4C4C4;
	border-bottom:1px solid #C4C4C4;
	background-color:#ffffff;
	float:left;
}
#resultBar{
        width:310px;
        border-bottom:1px solid #C4C4C4;
        padding:5px 0 5px 5px;
        font-size:8px;
}
#helpContent{
	margin-top:7px;
	width:320px;
	border-top:1px solid #C4C4C4;
	border-right:1px solid #C4C4C4;
	border-bottom:1px solid #C4C4C4;
	background-color:#ffffff;
	float:left;
        font-size:6px;
}
#aSearchContent{
	margin-top:7px;
	padding-left:5px;
	width:320px;
	border-top:1px solid #C4C4C4;
	border-right:1px solid #C4C4C4;
	border-bottom:1px solid #C4C4C4;
	background-color:#ffffff;
	float:left;
	font-size: 8px;
}
#videoList li{
	width:300px;
	margin:2px 5px 0px 5px;
	padding:5px 0 5px 0;
	list-style:none;
        text-decoration:none;
}
#videoList li h3 a{
    text-decoration:none;
}
#pagine{
	padding-left:20px;
	width:300px;
	font-size:8px;
	heigth:16px;
}
.oVideoPreview{
	border:1px solid #B4B4B4;
	padding:2px;
	width:45px;
	height:25px;
	display:inline;
	float:left;
	margin:3px 3px 3px 0;
}
#rightBar{
	float:right;
	width:320px;
	padding:0px 10px 0px 0px;
}
#scorrimento{
	display:block;
	max-width:320px;
	width:320px;
}

.clearer{
	clear:both;
}
#footer{
	padding:5px 5px 0 0;
	border-top:2px solid #C4C4C4;
	margin:10px 0 0 10px;
	font-size:80%;
	font-style:italic;
	width:305px;
	clear:both;
}
#userName{
    float:right; 
    padding:0 20px 0 0; 
}
.yellowField{
   background-color:#FFF8BE;
}


