/******************************************************
 ToelettaturaIrene.it
 CSS Base
 Rudi Dalla Rovere 01/10/2009
 V 0 1
*******************************************************/
.Header {
	height: 175px;
	background-image: url(../img/LogoUpper4.png);
	background-position: left;
	background-repeat: no-repeat;
	/* Centers the CSS Box */
	text-align: left;
  margin-left:auto;
  margin-right:auto;
}

.Footer { 
	font-family: "Courier New", Courier, monospace;
	font-size: xx-small;
	color: #999;
	text-align: center;
  margin-left:auto;
  margin-right:auto;
}
.Footer a, a:visited {
	text-decoration:none;
	color: #999;	
}
.Footer a:hover {
  text-decoration:underline;
	color:#333;
}

/* Menu **************************************/
.Menu {
	width:80%;
	height:30px;
	position: relative;
	z-index:100;
	font-family: inherit;
	border-color:#C9F;
	background-color: #C9F;
  margin-left:auto;
  margin-right:auto;
}

.Menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.Menu li {
  float: left;
	width: 25%;
	position:relative;
	text-align:center;
}
.Menu li li {
	float:left;
	width:100%;
	position:relative;
	border-color: #C9F;
}
.Menu a, .Menu a:visited {
	display: inline-block;
	font-size:12px;
	text-decoration:none;
	color:#fff;
	width:100%;
	background: #C9F;
	line-height:30px;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.Menu ul ul {
	visibility:hidden;
	position: absolute;
	height:0;
	top:30px;
	left:0;
	width:100%;
}

/* style the second level links */
.Menu ul ul a, .Menu ul ul a:visited {
	background: #A9F; /* sfondo menu drop down */ 
	color: #000; 
	height:auto; 
	line-height: 30px; 
}

/* style the top level hover */
.Menu a:hover, .Menu ul a:hover {
	color: #FFF;
	background: #96F;
	font-weight:bold;	

  background-image: url(../img/MenuEffect3.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
.Menu :hover > a, .Menu ul ul :hover > a {
	color:#FFF; 
	background: #A9F; /* sfondo root menu */
}
.Menu ul ul li:hover > a {
	color:#FFF; 
	background: #96F; /* sfondo voce menu attiva */

  background-image: url(../img/MenuEffect3.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
/* set lower layers visible */
.Menu ul li:hover ul{
	visibility:visible;
}
.Menu img {
	display:inline;
	padding: 5px;
	border: 0px;
	width: 25px;
	height: 25px;
}

/* Main **************************************/
.Main {
	 width: 80%;
	 border:solid;
	 padding: 10px;
	 border-color:#C9F;
	 margin-left:auto;
   margin-right:auto;

   background-image: url(../img/bgMain.png);
   
   /* transparency via CSS 2.0 alpha
   background-color: rgba(255, 255, 255, 0.5);
   filter:alpha(opacity=75);
	  */
}

/* transparency for Box
     filter:alpha(opacity=50);
	 -moz-opacity:0.5;
	 -khtml-opacity: 0.5;
	 opacity: 0.5;
*/
.Main a {
  color: #66F;
  text-decoration: underline;
}
.Main a:visited {
  color: #66F;
  text-decoration: underline;
}
.Main a:hover {
  color: #C9F;
  text-decoration: none;
}

/* Side images alignment */
.Main #Right {
  float:right;
}
.Main img#Right {
  float:right;
  margin: 0px;
  padding:15px;
  text-align:center;
  width: 120px;
  height: 160px;
}
.Main img#RightNoSize {
  float:right;
  margin: 0px;
  padding:15px;
  text-align:center;
}
.Main img#Left {
  float:left;
  margin: 0px;
  padding:15px;
  text-align:center;
  width: 120px;
  height: 160px;
}
.Main img#LeftNoSize {
  float:left;
  margin: 0px;
  padding:15px;
  text-align:center;
}
.Main img#Center {
  margin: 0px;
  padding:15px;
	text-align: left;
  margin-left:auto;
  margin-right:auto;
}

.Main img#Head {
	display:inline;	
	padding: 5px;
	border: 0px;
	width: 32px;
	height: 32px;
}
 /* Navigation bars  */
.Main .NavBar {
  text-align: left;
  position: relative;
  left: 15px;
  font-size: smaller;
}
.Main .NavBar2 {
  text-align: center;
  margin-left:auto;
  margin-right:auto;
  font-size: smaller;
}
 /* Social networks logos */
.Main .SocialNetworks {
  text-align: left;
  font-size: smaller;
}
.Main .SocialNetworks img {
  border: 0;
  padding: 2px;
}
.Main img.Twitter {
  width: 20px;
  height: 16px;
}
.Main .Twitter, .Main .Facebook {
  text-decoration: none;
  color: #3b5998;
}
.Main .Twitter:hover, .Main .Facebook:hover {
  text-decoration: underline;
}
.Main .SocialNetworks a {
  text-decoration: none;
}
.Main .SocialNetworks a:hover {
  text-decoration: underline;
}


/*
.TabOrario {
  width: 75%;
  border:  3px solid #FC6;
	padding: 0px;
	margin: 0px;
  text-align: center;
  margin-left:auto;
  margin-right:auto;

}
.TabOrario .Column {
  float: left;  
  padding: 0px;
  margin: 0px;    
	background-color: #FFCC66;
	background-image: url(../img/sfondo1.gif);

}
.TabOrario p {
  border: 1px solid #FFF;
  padding: 5px;
  margin: 0px;
}
.TabOrario p.Head {
  font-weight: bold;
}
*/
.Main .Indent {
  position: relative;
  left: 30px;
}

.Main .Print{
  float: right;
  border: 0;
}
.Main .Print img{
  width: 32px;
  height: 32px;
  border: 0;
}

/* Table */
table.TabOrario {
	background-color: #C9F;
	background-image: url(../img/sfondo2.png);
  width: 75%;
  border:  3px solid #C9F;
  text-align: center;
  margin-left:auto;
  margin-right:auto;
}
.TabOrario tr {
  padding: 0px;
  margin: 0px;
  border: 0px;
}
.TabOrario th,td {
  border: 2px solid #FFF;
  padding: 2px;
  margin: 0px;
}
.TabOrario td:hover {
	background-color: #A9F;

}
.TabOrario tr.Pari {
  background-color: #C9F;
  background-image: url(../img/sfondo2.png);
  text-align: left;
  font-size: smaller;
}
.TabOrario tr.Dispari {
	background-color: #A9F;
	background-image: url(../img/sfondo2.png);
	text-align: left;
	font-size: smaller;
}
/* Gallery */
.Main .Thumbnail { 
	background-color: #A9F;
	/*background-image: url(../img/sfondo1.gif);*/
	background-image: url(../img/sfondo2.png);
  width: 80%;
  border:  3px solid #A9F;
	text-align: center;
  margin-left:auto;
  margin-right:auto;
}
.Main .Thumbnail img {
/*  width:  110px;
  height:  90px;*/
  margin:  5px;
  border: 0px;
  padding: 5px;
  opacity:1.0;
  filter:alpha(opacity=100);
	text-align: center;
  margin-left:auto;
  margin-right:auto;
}
.Main .Thumbnail img:hover {
  opacity:0.7;
  filter:alpha(opacity=70);
}

.Main .Thumbnail object {
  width: 425px;
  height: 344px;
  /*width: 110px;
  height: 90px;*/
	text-align: center;
  margin-left:auto;
  margin-right:auto;
}


/* Generale ********************************/
body {
	background-image: url(../img/Bg3.png);
	background-repeat: no-repeat;
	/*background-position: top left;*/
	background-position: center;
	
	z-index: 1;
	background-attachment:fixed;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

div.Main ul {
	list-style-image: url(../img/zampa_01.gif);
	list-style-type: none;
	list-style-position: outside;
}

/* Index TODO *************************************/
.Index {
	text-align: center;
  margin-left:auto;
  margin-right:auto;
  border: 0px;
  border-style: none;
  
}
.Index img {
  border: 0px;
  width: 600px;
  height: 500px;
}

/* TMP OLD *********************************************/
/*
p.Maiuscolo:first-letter {
	font-size: 200%; 
	font-weight: bold; 
	text-transform: uppercase
}

table.Orario {
	border:  3px solid #FC6;	
	background-image: url(../img/sfondo1.gif);
	background-repeat: repeat;
	background-color: #FF6666;
}
img.Orario {
	border:  3px solid #FF6600;	
}

table.Tab_Risultati {
	border:  3px solid #9933FF;	
	background-repeat: repeat;
	background-color: #FFCC99;
	font-family: Comic sans MS, Arial, sans-serif;
	font-size: smaller;
}
*/

/*[EOF] *****************************************/