/* 
Theme name: Asei
Description: Template per il sito aseiformazionepiemonte
Author: Massimo Nardini
Version: 1.0
*/




body {
	background-color: #F3F3F3;
	}

h1 {
	color: #A51D11;
	font-family: Calibri, Arial;
	margin-bottom: 0px; 
	}

h2 {
	color: #A51D11;
	font-family: Calibri, Arial;
	font-size: 16px;
	margin-bottom: 0px;
	}

h3 {
	font-size: 14px;
	margin: 0px;
	}

table {
	margin-bottom: 0px;
	}

.menu {
	margin-top: 10px; 
	}


/* PULSANTI DEL MENU ------------------------------- */

#menuButtons {
	position:relative;
	top: 20px;
	left: 80px;
	}


.but {
	padding: 0px; width: 8em; 
	float: left;
	margin-right: 4px;
	}

.but a {
	display: block;
	text-decoration: none;
	color: white;
	background-color: #A51D11;
	padding: 1px 4px 3px 8px;
	filter: alpha (opacity = 100);
	font-family: Calibri, Arial;
	font-weight: bold;
	font-size: 16px;
	height: 24px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	}

.but a:hover {
	background-color: #CC6600;
}

.butactive {
	padding: 0px; width: 8em; 
	float: left;
	margin-right: 9px;
	}

.butactive a {
	display: block;
	text-decoration: none;
	color: white;
	background-color: #d67323;
	padding: 1px 4px 3px 8px;
	filter: alpha (opacity = 100);
	font-family: Calibri, Arial;
	font-weight: bold;
	font-size: 16px;
	height: 24px;
	}


#buttonFormazione {
	font-size: 14px;
	}

#homepage #buttonHome a,
#chi-siamo #buttonChisiamo a, 
#dove-siamo #buttonDovesiamo a, 
#contatti #buttonContatti a, 
#test #buttonTest a, 
#formazione-in-azienda #buttonFormazione a 
	{
	background-color: #d67323;
	}

#cuneo #buttonCuneo, 
#biella #buttonBiella, 
#torino #buttonTorino {
	background: url(images/bgButton2.jpg);
	/*
	background-color: #d67323;
	*/
	}

	




/* PDF Thing ------------------------------------ */

.pdfBox {
	background-color: #A51D11;
	padding: 20px;
	font-family: Calibri, Arial;
	color: white;
	margin-bottom: 20px;
	width: 600px;
}

.pdfBox td{
	vertical-align: top;
	}

.pdfBox table {
	margin-bottom: 0px;
	}

.pdfTitle {
	font-size: 14px;
	font-weight: bold;
	}

.pdfBox a {
	color: white;
	}
	
	
/* laterali in homepage ===================================== */
.boxHeader {
	background-color:#360601; 
	padding: 6px; 
	color: white;
	background-image:url(images/boxBg.gif);
	background-repeat:no-repeat;
	font-weight: bold;
	}

.boxContent {
	background-color:#E6E2D9; 
	border-bottom: 1px solid #EEE;
	margin-bottom: 20px;
	}

.boxContent .leftCol {
	width: 70px;
	}

.boxContent .rightCol a {
	position: relative;
	top: 20px;
	font-weight: bold;
	}


.boxContent td {
	vertical-align: top;
	height: 60px;
	}

.boxContent a {
	color: #360601;
	text-decoration: none;
	}
	
.boxEntry {
	background: url(images/twitter_bg.jpg) repeat-x;
	}

.boxEntry table {
	position: relative;
	top: 5px;
	left: 5px;
	}
	
/* Splash di homepage ======================================= */

	
.bigButton {
	display: block;
	height: 63px;
	background-image: url(images/bgButton.jpg);
	background-repeat: no-repeat;
	overflow: hidden;	
}


.bigButtonTitle {
	position: relative;
	left: 10px;
	top: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 6px;
	text-shadow: 0 1px 1px #330000;
	color: #E6E2D9;
	}

.bigButtonIntro {
	color: white;
	font-family: Arial;
	font-style:italic;
	font-size: 12px;
	position: relative;
	top: 8px;
	left: 8px;
	height: 54px;

	}

.homebuttonsbg {
	background-color: #360601;
	width: 192px;
	float: left;
	height: 393px;
	}

.homebuttonsbg a {
	text-decoration: none;
	font-weight: bold;
	}

.bigButtonNote {
	font-family: Arial, Helvetica, sans-serif;
	color: #C5B7B5;
	font-size:10px;
	position:relative;
	left: 11px;
}

.testo {
	font-family: Calibri, Arial; 
	font-size: 14px;
	color: #333;
	}


/* header pagine interne ------------------------- */

#header {
	background: url(images/studente.jpg) 194px 0px no-repeat;
	overflow:hidden;
}

#contatti #header {
	background: url(images/darts.jpg) 194px 0px no-repeat;
}

#dove-siamo #header {
	background: url(images/dovesiamo.jpg) 194px 0px no-repeat;
}






/* tabelle --------------------------------------- */

.corsi  {
	background: #efefef;
	width: 600px;
	padding: 10px;
	margin-bottom: 40px;
	}

.corsi tr {
	border-bottom: 1px solid gray;
	height: 24px;
	}

.corsi td {
	vertical-align: middle;
	padding: 4px;
	}
	
.corsi a {
	text-decoration:none;
	color: #333;
	}

.corsi a:hover {
	text-decoration: underline;
	}


.corsi th {
	background: #d6d6d6;
	padding: 2px;
}

.corsi .center {
	text-align: center;
	}


.fondiTable {
	border: 1px solid gray;
	border-collapse: collapse;
	}

.fondiTable th, .fondiTable td {
	padding: 3px;
	border: 1px solid #ccc;
	}

.fondiTable th {
	background: #eee;
	}

.fondiTable .dx {
	text-align:center;
	}


/* pagina TEST ----------------------------------- */




#testDiv {
	width: 100%;
	}

.testTable {
	margin-bottom: 10px;
	width: 400px;
	background: #ccc;
	}

.testTable td {
	vertical-align: middle;
	padding: 10px;
	text-align: left;
	}

.testTable a {
	color: white;
	font-family: calibri, arial;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	}



/* mappe ---------------------------------------- */

#maps table {
	margin-bottom: 26px;
	border: 0px;
	width: 600px;
	}

#maps td {
	vertical-align: top;
	}

#maps .leftcol {
	width: 310px;
	}

#maps .leftcol a {
	color: #0000ff; text-align: left;
	}





/* menu ------------------------------------------ */

#menuTable {
	position: relative;
	top: 20px;
	left: 80px;
	}

/* pagine interne ---------------------------------- */

.smButtonsContainer {
	float: left;
	width: 194px;
	}

.smButton {
	background-color: #320905;
	display: block;
	height: 42px;
	border-bottom: 1px solid #831603;
	border-right: 1px solid #831603;
	color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: none;
	}

.smButton div {
	position: relative;
	top: 12px;
	left: 12px;
	}


.white {
	color: white;
	}



/* ROUND CORNERS BUTTONS ---------------------------- */

.btn { 
	display: block; 
	position: relative; 
	background: #aaa; padding: 5px; 
	float: left; color: #fff; 
	text-decoration: none; cursor: pointer; }
.btn * { font-style: normal; background-image: url(images/btn2.png); 
	background-repeat: no-repeat; 
	display: block; position: relative; }
.btn i { background-position: top left; position: absolute; 
	margin-bottom: -5px; top: 0; 
	left: 0; width: 5px; height: 5px; }
.btn span { background-position: bottom left; left: -5px; 
	padding: 0 0 5px 10px; 
	margin-bottom: -5px; }
.btn span i { background-position: bottom right; margin-bottom: 0; 
	position: absolute; left: 100%; 
	width: 10px; height: 100%; top: 0; }
.btn span span { background-position: top right; position: absolute; 
	right: -10px; margin-left: 10px; 
	top: -5px; height: 0; }
	
.rossoasei {
	background-color: #A51D11;
	font-size: 14px;
	font-weight: bold;
	}

/* IE6 HACK */

* html .btn span, * html .btn i { float: left; width: auto; background-image: none; cursor: pointer; }



/* footer -------------------------------- */
#footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #777;
	font-size: 10px;
	margin-top: 20px;
	}



/* lifestream ---------------------------- */
.lifestream {
    background: url(images/twitter_bg.jpg) #E6E2D9 repeat-x;
    width: 929px;
    padding: 4px 0 6px 10px;
	 overflow: hidden;
    font-family: Calibri, Verdana, sans-serif;
	 font-size: 14px;
    font-weight: bold;
}

.lifestream td {
	vertical-align: top;
    font-family: Calibri, Verdana, sans-serif;
    color: #360601;
	 line-height: 16px;
	}

.lifestream a {
	color: #0081CC;
	text-decoration:none;
	}

.twitterIcon {
	width: 200px;
	float: left;
	}

.twitterEntry {
    color: #360601;
}

.twitterLink a {
	text-decoration: none;
	color: #0093DD;
	float: left;
	display: block;
	}
	
.twitterText {
	width: 600px;
	}



/* home page notice ----------------- */

#notice {
	padding: 4px 0 5px 6px; 
	line-height: 100%;
	background: #7e7354;
	color: white;
	font-style: italic;
	}



/* socials network badge ------------------ */

.social .title {
	color: firebrick; 
	font-weight: bold;
	}

.social .town {
	margin-bottom: 14px;
	color: rgb(22, 22, 22);
	}

.social .town div {
	margin-bottom: 0px;
	line-height: 14px;
	}

.social .town div strong {
	color: #222; 
	font-weight: bold;
	}

.social .links {
	
	}
