/* ---------- 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;
}
	

/* ---------- 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;
}