/*
 *
 * Nome CSS: Perla.css
 * Copyright: Perla di Fiume (c) 
 * Autore: Federico Giovannini
 * Skype: federico.giovannini
 */
 
body { /* Spaziatura */
    margin : 0px;
    padding : 0px;
    /* Natale -  background-image: url(../img/skin/default/xmas15tile.gif); */
}

html { /* parametri base */
    font-family : Verdana, sans-serif;
    font-size : 0.7em;
    background-color : WHITE;
    color : rgb(100,100,100);
    margin : 0px;
    line-height: 1.5em;
    text-align : justify;
    padding : 0px;
	
}

h1 { /* Titolo Principale */
    font-size : 1.2em;
    font-weight : bold;
    border-bottom : 1px dashed rgb(100,100,100);
    margin-bottom : -10px;
}

input[type=text],input[type=submit],input[type=reset],input[type=password],input[type=file] {
    color : black;
    background-color : white;
    margin : 3px auto;
    border : solid 1px gray;
    font-family : verdana, serif, sans-serif;
    font-size : 1em;
}

#container { /* contenitore globale */
    position: centre;
    margin : 0px auto;
    width : 675px;
	background-color: white; 
      /* background-image: url(../img/skin/default/xmas15tile.gif); */
}
.contenitore { /* contenitore globale */
    position: relative;
    margin : 5px auto;
    width : 150;
	border-bottom: 1px solid gray;
}

hr {
    border: 0;
    border-bottom: 1px dashed #97B730;
}

#dropmenudiv{
position:absolute;
border:1px solid gray;
border-bottom-width: 0;
font:normal 9px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid gray;
padding: 1px 0;
text-decoration: yes;

}

#dropmenudiv a:hover{ /*hover background color*/
background-color: white;
}

A {
	COLOR: rgb(100,100,100); TEXT-DECORATION: none
}
A:hover {
	COLOR: black;
	TEXT-DECORATION: underline
}

#marcatotesto { 
    margin : 5px;
    padding : 5px;
	
}


#marcato { 
    margin : 10px;
    padding : 10px;
    background-color : #FCFCFC;
    border-top: 1px dashed rgb(100,100,100);
    border-left: 1px dashed rgb(100,100,100);
    border-right: 1px dashed rgb(100,100,100);
    border-bottom: 1px dashed rgb(100,100,100);
}

/* Icone associate ad immagini ~ iconaize */

#stampa { 
    padding: 0px 0px 2px 20px;
    background: transparent url(../immagini/ico/print.gif) no-repeat center left;
}
#news { 
    padding: 1px 1px 1px 20px;
    background: transparent url(../immagini/ico/icon_mailto.gif) no-repeat center left;
}

#admin { 
    padding: 1px 1px 5px 20px;
    background: transparent url(../immagini/ico/icon_pic.gif) no-repeat center left;
}
#edit { 
    padding: 1px 1px 5px 20px;
    background: transparent url(../immagini/ico/icon_chat.gif) no-repeat center left;
}
#del { 
    padding: 1px 1px 5px 20px;
    background: transparent url(../immagini/ico/small-icon_error.gif) no-repeat center left;
}
#out { 
    padding: 1px 1px 5px 20px;
    background: transparent url(../immagini/ico/icon_external.gif) no-repeat center left;
}
#crea { 
    padding: 1px 1px 5px 20px;
    background: transparent url(../immagini/ico/icon_txt.gif) no-repeat center left;
}
#ico { 
    padding: 1px 1px 5px 20px;
    background: transparent url(../immagini/ico/bullet_01.gif) no-repeat center left;
}
#skype { 
    padding: 1px 1px 1px 20px;
    background: transparent url(../immagini/ico/icon_skype.gif) no-repeat center left;
}

#collie { 
    padding: 1px 1px 1px 20px;
    background: transparent url(../immagini/favicon.ico) no-repeat center left;
}
#home { 
    padding: 1px 1px 1px 20px;
    background: transparent url(../immagini/ico/atb_home.gif) no-repeat center left;
}
#forum { 
    padding: 1px 1px 1px 20px;
    background: transparent url(../immagini/ico/atb_forum.gif) no-repeat center left;
}
#youtube {
padding: 1px 1px 1px 20px;
    background: transparent url(../immagini/ico/icon_film.gif) no-repeat center left;
}

#facebook { 
    padding: 0px 0px 2px 20px;
    background: transparent url(../immagini/ico/facebook.gif) no-repeat center left;
}