@charset "UTF-8";

/*------------ generali -------------*/

body {
	margin: 0;
	background-image: url(../immagini/bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2D2D2D;
	line-height: 18px;
}

a:link, a:visited {
	text-decoration: none;
	color: #566;
}

a:hover, a:active {
	color: #900;
}

img {
	border: none;
}

#main {
	position: relative;
	width: 870px;
	margin: 0 auto;
	background-image: url(../immagini/header_sfondo.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

.noBackground {
	background-image: none;
}

.noDisplay {
	display: none;
}

.displayBlock {
	display: block;
}

.displayInline {
	display: inline;
}

#FlashID {
	cursor: pointer;
}

/*------------ header -------------*/

#mainMenu {
	width: 251px;
	position: absolute;
	left: 375px;
	top: 215px;
	z-index: 2;
}

#mainMenu td {
	padding: 3px 0;
}

#subMenu {
	width: 89px;
	position: absolute;
	left: 620px;
	top: 179px;
	z-index: 1;
}

#subMenu td {
	padding: 1px 0;
}

#promo {
	width: 394px;
	position: absolute;
	left: -30px;
	top: 200px;
}

div#reserved {
	position: absolute;
	left: 760px;
	top: 204px;
}

/*------------ area riservata -------------*/

#resLogin {
	width: 250px;
	margin: 40px auto;
	padding: 10px;
	border: 1px #555 solid;
	font-size: 11px;
	background-color: #F8F6EE;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-box-shadow: 0px 4px 4px #888;
	-moz-box-shadow: 0px 4px 4px #888;
}

#resLogin input.inputFld {
	width: 100%;
	font-size: 11px;
	font-weight: bold;
	border: none;
	border-top: 1px #F6AF3B dotted;
	border-bottom: 1px #F6AF3B dotted;
	background-color: #EDEBD6;
}

#resLogin input.inputBtn {
	margin: 20px auto 0 auto;
	cursor: pointer;
	font-weight: bold;
	width: 80px;
	display: block;
	border: 1px #000 solid;
	background-color: #EDEDED;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #EDEBD6;
}

#resLogin input.inputBtn:hover {
	background-color: #F6AF3B;
}

.resTitle {
	font-size: 18px;
	text-align: center;
	margin: 0;
}

.resSubtitle {
	color: #900;
	font-size: 12px;
	text-align: center;
	margin-top: 6px;
	padding-top: 6px;
	border-top: 1px #343434 dotted;
}

#userName {
	color: #555;
	font-size: 18px;
	font-weight: bold;
}

/*------------ aree + varie -------------*/

#areasTable {
	width: 830px;
	padding-top: 10px;
	margin: 0px 22px 18px 18px;
	border-top: thin dotted #CCC;
}

.areasCell {
	width: 33%;
	vertical-align: top;
	padding-bottom: 10px;
	border-bottom: thin dotted #CCC;
}

.areasCellNoBorder {
	width: 33%;
	vertical-align: top;
}

.areasCell p, .areasCellNoBorder p {
	width: 90%;
	margin: 0;
}

.areasCell img {
	padding: 10px 6px 10px 0;
}

/*------------ corsi -------------*/

#boxAlto {
	width: 830px;
	margin: 0px 22px 18px 18px;
	background-color: #EDEDED;
}

#courseTable {
	width: 830px;
	height: 415px;
	margin: 0 22px 22px 18px;
	background-color: #F8F6EE;
}

.cellaCorsi {
	width: 33%;
	vertical-align: top;
}

.cellaCorsi ul {
	width: 90%;
	margin: 0;
	padding: 0;
	list-style: circle;
}

.cellaCorsi ul li {
	margin-left: 15px;
}

.corsi {
	margin: 10px;
}
	
.testo-rosso {
	color: #900;
}
	
.presentazione {
	font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, Verdana, Tahoma, sans-serif;
	font-size: 13px;
	line-height: 21px;
}

/*------------ contatti -------------*/

.contactCell {
	vertical-align: top;
	padding-top: 3px;
}

.contactTitle {
	color: #900;
	width: 90%;
	text-transform: uppercase;
	margin-top: 2em;
	margin-bottom: 0;
	border-bottom: thin dotted #CCC;
}

.contactInput {
	width: 250px;
	border: thin solid #CCC;
	border-top: none;
	border-left: none;
	background-color: #EAE5D0;
	margin-top: 0;
}

.contactBtn {
	margin-top: 5px;
	border: thin solid #555;
	font-weight: bold;
	background-color: #EAE5D0;
	cursor: pointer;
	color: #555;
}

.contactBtn:hover {
	color: #900;
	border-color: #900;
}

#contactResult {
	background-image: none;
	margin: 0 15px 18px 27px;
	background-color: #EDEBD6;
}

.contactComment {
	color: #888;
	font-size: 9px;
	font-style: italic;
	margin-top: 2em;
}

/*------------ varie -------------*/
	
.footer {
	color: #999;
	height: 16px;
	text-align: center;
	font-size: 9px;
}

.footer a:link, .footer a:visited {
	color: #677;
}

.footer a:hover, .footer a:active {
	color: #900;
}

.underConstruction {
	color: #900;
	font-size: 13px;
	text-align: center;
	margin: 100px auto;
}

/*------------ news -------------*/

#newsTable {
	width: 870px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #F8F6EE;
}

#newsList { 
	width: 300px;
	vertical-align: top;
	height: 400px;
}

#newsList ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#newsCell {
	vertical-align: top;
}

.newsTitle {
	margin: 0;
	font-size: 120%;
	font-weight: bold;
}

.newsDate {
	margin: 2px 0;
	padding: 2px 0;
	border-bottom: thin #566 solid;
	color: #566;
}

.newsText {
	color: #000;
	text-align: left;
}

.newsImg {
	width: 80px;
	height: 120px;
	float: right;
	margin-left: 5px;
	border: 1px dotted #566;
}

/*------------ palladio -------------*/

#palladioList { 
	width: 300px;
	vertical-align: top;
	height: 400px;
}

#palladioCont {
	min-height: 100px;
	position: relative;
}

#chi, #come, #dove, #docenti, #documenti {
	position: absolute;
	visibility: hidden;
	width: 100%;
}

#pdfDoc {
	overflow: auto;
	width: 100%;
	min-height: 400px;
	border: none;
}

#newsList ul.palladioList {
	margin-left: 30px;
}

#newsList ul.palladioList a {
	font-weight: bold;
}

#docentiImg {
	float: left;
	margin-right: 10px;
}

/*------------ faq -------------*/

#faqList { 
	width: 300px;
	vertical-align: top;
	height: 400px;
}

#faqList ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#faqList li {
	list-style-image: url(../immagini/bullet.gif);
	margin: 4px 0 0 10px;
	line-height: 13px
}

#faqList li.faqListArg {
	margin: 5px 0 0 0;
	border-bottom: 1px dotted #CCC;
	list-style-type: none;
	list-style-image: none;
	color: #900;
	text-align: left;
}

#faqCell {
	vertical-align: top;
	padding-left: 60px;
}

/*------------ admin -------------*/

#main.admin {
	background-image: none;
}

.newsPageTitle {
	font-size: 18px;
	color: #900;
}

#admin p {
	margin: 0;
}

.adminTitle {
	font-size: 13px;
	text-transform: uppercase;
	color: #900;
}

#admin iframe {
	width: 850px;
	border: 1px dotted #999;
	padding: 0 4px;
	overflow: auto;
}

body#newsDetail {
	background-image: none;
	margin: 0;
	font-size: 10px;
	line-height: 1.5em;
}

body#newsDetail p {
	margin: 0;
}

body#listaNews {
	background-image: none;
	margin: 0px;
	font-size: 10px;
	line-height: 1.5em;
}

.titleCell {
	padding: 1px;
	border-bottom: 1px #555 solid;
	border-right: 1px #555 solid;
	font-weight: bold;
}

.newsListCell {
	padding: 1px;
	border-bottom: 1px #555 solid;
	border-right: 1px #555 solid;
	cursor: pointer;
}

.newsRowOn {
	background-color: #EAE5D0;
}

.newsDelBtn {
	margin-top: 5px;
	border: thin solid #555;
	font-weight: bold;
	background-color: #EAE5D0;
	cursor: pointer;
	color: #900;
}

.adminInput {
	width: 390px;
	border: thin solid #CCC;
	border-top: none;
	border-left: none;
	background-color: #EAE5D0;
	margin-top: 0;
	margin-bottom: 0.8em;
}

.adminPreview {
	width: 45px;
	height: 60px;
	border: thin solid #CCC;
	border-top: none;
	border-left: none;
	margin-right: 10px;
	float: left;
}

.adminBtn {
	margin: 0;
	border: thin solid #555;
	font-weight: bold;
	background-color: #EAE5D0;
	cursor: pointer;
	color: #555;
}

.adminBtn:hover {
	color: #900;
	border-color: #900;
}

/*------------ openday -------------*/

#openDay {
	width: 500px;
	height: auto;
	margin: 0 auto;
	position: relative;
	top: 42px;
}

#openDay h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #900;
	font-weight: bold;
	text-shadow: 1px 1px 2px #555;
}

#openDay h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #555;
	margin: 0;
}

#openDay p {
	padding-bottom: 1em;
	margin-top: 0;
	border-bottom: 1px dotted #555;
}

#openDay form {
	margin: 0;
	padding: 10px;
	background-color: #F8F6EE;
	border: 1px dotted #555;
}

#openDay img {
	position: absolute;
	right: -120px;
	top: -80px;
	z-index: -5;
}

/*------------ gallery -------------*/

.galleryCell {
	vertical-align: top;
	text-align: center;
}

.galleryDiv {
	width: auto;
	height: auto;
	color: #CCC;
}

.galleryThumb {
	float: left;
	margin: 0 20px 30px 20px;
	width: 50px;
	height: 50px;
}