/* ---------- base ----------*/

body {
	margin: 0;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #D8D5D1;
	background-image: url(../images/sfum_base.jpg);
	background-repeat: repeat-x;
}

a:link, a:visited {
	text-decoration: none;
	color: #324A72;
	font-weight: bold;
}

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

.noBorder {
	border: none;
}

/* ---------- id ----------*/

#main {
	margin: 14px auto;
	width: 710px;
	background-color: #FCFBF8;
}

#titleCell {
	background-image: url(../images/title_base_top.jpg);
	background-repeat: no-repeat;
	vertical-align: bottom;
}

#bodyCell {
	vertical-align: top;
	padding: 40px 0px 0px 25px;
}

#bodyCell p {
	margin: 0.5em 0;
}

#menuCell {
	vertical-align: top;
	padding: 20px 0px 0px 0px;
}

#obras {
	padding: 2px;
	color: #000;
	text-align: center;
	font-size: 9px;
}

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

#obras a:hover, #obras a:active {
	color: #FFF;
}

#dialogDiv { /* div per i dialog */
	margin: auto;
	width: 280px;
	height: 180px;
	background-color: #FCFBF8;
	text-align: center;
	padding: 10px;
	border: solid 1px black;
	border-top: 0;
}


/* ---------- class ----------*/

.fotoThumb {
	margin: 6px;
	border: 0;
}

/* ---------- danze ----------*/

.danceTitle {
	height: 1.5em;
	font-weight: bold;
}

.danceCountry {
}

/* ---------- moduli ----------*/

.fldTitle {
	color: #324A72;
	margin: 20px 0 0 0;
}

.inputFld {
	border: none;
	border-top: 1px dotted #FF9B05;
	border-bottom: 1px dotted #FF9B05;
	width: 100%;
}

.inputText {
	border: 1px dotted #FF9B05;
	width: 100%;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.selectMenu {
	border: none;
	border-top: 1px dotted #FF9B05;
	border-bottom: 1px dotted #FF9B05;
	width: 200px;
}

.sendBtn {
	color: #324A72;
	border: 1px solid #324A72;
	width: 120px;
	background-color:#FFFFFF;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/* ---------- gestione ----------*/

#gestCell {
	vertical-align: top;
	padding: 10px 0px 0px 0px;
}

ul#gestMenu {
	width: 150px;
	text-align: right;
	list-style-type: none;
	margin: 18px 0px 0px 0px;
}

ul#gestMenu li {
	width: 150px;
	text-align: right;
	margin: 5px 0px 0px 0px;
}

.titolo {
	border-bottom: 1px solid #E0DDD9;
	font-size: 14px;
	font-weight: bold;
}

.titleGestCell {
	background-color: #ABC;
	font-weight: bold;
}

.activeYear {
	font-weight: bold;
	height: 1.5em;
	border-bottom: 1px #ABC dotted;
}

.normalYear {
	height: 1.5em;
	border-bottom: 1px #ABC dotted;
}

.hiliteRow {
	background-color: #F90;
	cursor: pointer;
}

iframe#danceList {
	width: 100%;
	height: 200px;
	border: 1px solid #777;
}

/* ---------- attività ----------*/

#gestCell {
	vertical-align: top;
	padding: 10px 0px 0px 0px;
}

ul#gestMenu {
	width: 150px;
	text-align: right;
	list-style-type: none;
	margin: 18px 0px 0px 0px;
}

ul#gestMenu li {
	width: 150px;
	text-align: right;
	margin: 5px 0px 0px 0px;
}

.titolo {
	border-bottom: 1px solid #E0DDD9;
	font-size: 14px;
	font-weight: bold;
}

.titleGestCell {
	background-color: #ABC;
	font-weight: bold;
}

.activeYear {
	font-weight: bold;
	height: 1.5em;
	border-bottom: 1px #ABC dotted;
}

.normalYear {
	height: 1.5em;
	border-bottom: 1px #ABC dotted;
}

.hiliteRow {
	background-color: #F90;
	cursor: pointer;
}

iframe#danceList {
	width: 100%;
	height: 200px;
	border: 1px solid #777;
}

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

div#login {
	background-color: #EEF;
	border-radius: 8px;
	box-shadow: 8px 8px 5px #333;
	margin: 200px auto;
	width: 400px;
}

	div#login form {
		font-size: 10px;
		padding: 5px 30px;
	}

	div#login input[type=text], div#login input[type=password] {
		border: 1px solid #999;
		font-size: 12px;
		font-weight: bold;
		width: 200px;
	}

	div#login input[type=submit] {
		background-color: #FFF;
		border: 1px solid #999;
		font-size: 12px;
		font-weight: bold;
		margin-top: 0.8em;
		width: 80px;
	}

		div#login input[type=submit]:hover {
			background-color: #AB1916;
			color: #FFF;
		}

p#loginTitle {
	background-color: #AB1916;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 6px 10px;
}

div#userWd {
	background-color: #FF9B05;
	border-radius: 8px;
	box-shadow: 8px 8px 5px #333;
	margin: 0px auto;
	width: 700px;
}

div#userMenu {
	float: left;
	min-height: 200px;
	padding-top: 20px;
	width: 150px;
}

	div#userMenu a {
		cursor: pointer;
		display: block;
		font-size: 12px;
		font-weight: bold;
		padding: 5px 0 5px 10px;
	}

	div#userMenu a:link, div#userMenu a:visited {
		color: #900;
	}

	div#userMenu a:hover, div#userMenu a:active {
		background-color: #AB1916;
		color: #FFF;
	}

div#userContent {
	background-color: #EEF;
	border-bottom-right-radius: 8px;
	margin-left: 150px;
	min-height: 400px;
	padding: 20px 10px;
}
	/* -- dati personali -- */
	div#userContent form {
		border-top: 1px dotted #ABC;
	}
		
		div#userContent form table {
			border-bottom: 1px dotted #ABC;
		}
		
		div#userContent form table th {
			border-bottom: 1px dotted #ABC;
			font-weight: normal;
			height: 1.5em;
			padding: 3px;
			text-align: left;
		}
		
		div#userContent form table td {
			font-weight: bold;
			height: 1.5em;
			padding: 2px 0;
		}
		
		div#userContent form table input, div#userContent form table textarea {
			border: none;
			width: 250px;
		}
		
		div#userContent form table input[type=text], div#userContent form table input[type=password] {
			font-weight: bold;
			height: 1.2em;
		}
		
		div#userContent form table input[type=radio] {
			font-weight: bold;
			height: 1.2em;
			width: auto;
		}
		
		div#userContent form table textarea {
			font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
		}
		
		div#userContent form input[type=submit], div#userContent form input[type=reset] {
			background-color: #EEF;
			border: 1px solid #ABC;
			border-radius: 5px;
			font-weight: bold;
			margin-right: 15px;
			padding: 3px;
			width: 100px;
		}
		
		div#userContent form p#lastUpdate {
			color: #ABC;
			font-size: 10px;
			margin: 0px;
			text-align: right;
		}
		
		p#errorCont {
			color: #900;
			font-size: 12px;
			font-weight: bold;
			margin: 0px;
		}

table.audioFiles {
	margin-top: 10px;
	width: 100%;
}
	
	table.audioFiles tr {
		cursor: pointer;
	}
	
	table.audioFiles tr.noDownload {
		color: #777;
		cursor: default;
	}
	
	table.audioFiles tr.hilitedRow {
		background-color: #AB1916;
		color: #FFF;
	}
	
	table.audioFiles td:first-child {
		background-repeat: no-repeat;
		padding-left: 20px;
	}
	
	table.audioFiles td {
		border-bottom: 1px solid #ABC;
		height: 1.4em;
		line-height: 1.4em;
	}

/* ---------- gestione new look ----------*/

#gestCell {
	vertical-align: top;
	padding: 10px 0px 0px 0px;
}

ul#gestMenu {
	width: 150px;
	text-align: right;
	list-style-type: none;
	margin: 18px 0px 0px 0px;
}

ul#gestMenu li {
	width: 150px;
	text-align: right;
	margin: 5px 0px 0px 0px;
}

.titolo {
	border-bottom: 1px solid #E0DDD9;
	font-size: 14px;
	font-weight: bold;
}

.titleGestCell {
	background-color: #ABC;
	font-weight: bold;
}

.activeYear {
	font-weight: bold;
	height: 1.5em;
	border-bottom: 1px #ABC dotted;
}

.normalYear {
	height: 1.5em;
	border-bottom: 1px #ABC dotted;
}

.hiliteRow {
	background-color: #F90;
	cursor: pointer;
}

#userContent iframe#theList {
	border: 1px solid #777;
	height: 500px;
	overflow: scroll;
	width: 100%;
}
