/********************************************
   AUTHOR:  			Gloria 
   WEBSITE:   			http://www.siwebadv.com/
   TEMPLATE NAME: 		bcs_tmpl_01
   TEMPLATE CODE: 	
   VERSION:          1.0  
   LAST MODIFIED:    2009-10-05     	
 *******************************************/ 
 
/********************************************
   HTML ELEMENTS
********************************************/ 

body {
	margin: 0; 	padding: 0;
	font: normal 73%/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #555;
    background-color: #fff;
	text-align: center;	
}
/*-- non toccare --*/
#keywords {
	height: 450px;
	width: 600px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -225px 0 0 -300px;
}

#bcs {
	height: 450px;
	width: 600px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -225px 0 0 -300px;
	background-image: url(../img/sfondo.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#schedario {
	height: 450px;
	width: 600px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -225px 0 0 -300px; background-color:#FFFFFF;
	/*background-image: url(../img/portaBV.jpg);
	background-position:top;
	background-repeat:no-repeat;*/
}

#tabbglo {
width: 600px;
height: 450px;
}

#page{
	height: 450px;
	width: 600px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -225px 0 0 -300px;
	background-position:top;
	background-repeat:no-repeat;
}


/*-- fine non toccare --*/


/* links */

a { background: inherit; color: #FF9933; text-decoration: none; }
a:hover { background: inherit; color: #FF9933; text-decoration: underline; }
a.azzurro { background: inherit; color:  #3366FF; text-decoration: none; }
a:hover.azzurro { background: inherit; color: #3366FF; text-decoration: underline; }

/* headers */

h1 { font-size: 2.4em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; }

p, h1, h2, h3 {
	margin: 10px 10px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	list-style-type:none;
}

/* additional classes */

.clear { clear: both; }
.gray  { color: #BFBFBF; }
.green  { color: #65944A; }
.piccolo { font-size: smaller; }
.bianco { color: #ffffff; }
.grigino { color: #CCCCCC; }
.nero { color: #000000; }
.iframe {
	border: 1px solid #DADADA;
	padding: 5px;
	background: #FAFAFA; }
.sottolineato {
	border-bottom: 1px solid #f2f2f2; }
.aligncenter {margin-left:auto; margin-right:auto; }