html{
	background: #FFE3AF url(../images/bg.gif) repeat;
}
body{
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
	padding-top: 20px;
}
/* Base style */
h1 {
	/* 18px via YUI Fonts CSS foundation. */
	font-size: 138.5%;
}

h2 {
	/* 16px via YUI Fonts CSS foundation. */
	font-size: 123.1%;
}

h3 {
	/* 14px via YUI Fonts CSS foundation. */
	font-size: 108%;
}

h1,h2,h3 {
	/* Top & bottom margin based on font size. */
	margin: 1em 0;
}

h1,h2,h3,h4,h5,h6,strong,dt {
	/* Bringing boldness back to headers and the strong element. */
	font-weight: bold;
}
optgroup {
	font-weight:normal;
}

abbr,acronym {
	/* Indicating to users that more info is available. */
	border-bottom: 1px dotted #000;
	cursor: help;
}

em {
	/* Bringing italics back to the em element. */
	font-style: italic;
}

del {
	/* Striking deleted phrases. */
	text-decoration: line-through;
}

blockquote,ul,ol,dl {
	/* Giving blockquotes and lists room to breath. */
	margin: 1em;
}

ol,ul,dl {
	/* Bringing lists on to the page with breathing room. */
	margin-left: 2em;
}

ol li {
	/* Giving OL's LIs generated numbers. */
	list-style: decimal outside;
}

ul li {
	/* Giving UL's LIs generated disc markers. */
	list-style: disc outside;
}

dl dd {
	/* Giving UL's LIs generated numbers. */
	margin-left: 1em;
}

th,td {
	/* Borders and padding to make the table readable. */
	border: 1px solid #000;
	padding: .5em;
}

th {
	/* Distinguishing table headers from data cells. */
	font-weight: bold;
	text-align: center;
}

caption {
	/* Coordinated margin to match cell's padding. */
	margin-bottom: .5em;
	/* Centered so it doesn't blend in to other content. */
	text-align: center;
}

sup {
	/* to preserve line-height and selector appearance */
	vertical-align: super;
}

sub {
	/* to preserve line-height and selector appearance */
	vertical-align: sub;
}

p,
fieldset,
table,
pre {
	/* So things don't run into each other. */
	margin-bottom: 1em;
}
/* Opera requires 1px of passing to render with contemporary native chrome */
button,
input[type="checkbox"],
input[type="radio"],
input[type="reset"],
input[type="submit"] {
	padding:1px;
}

/* Page elements */ 
#custom-doc {
	margin:auto;text-align:left; /* leave unchanged */
	width:61.538em;/* non-IE */
	*width:60.00em;/* IE */
	min-width:800px;/* optional but recommended */
}
#hd {
	background: #FFF;
	padding: 0 7px 5px;
	border: 2px solid #FFD800;
}
#hd #logo{
	margin: -31px 0 0 -13px;
	*position: relative
}
#bd{

}
#bd #menu {
	font-size:12px;
	margin-right: -3px;
}
#bd #menu li{
	list-style: none;
	padding: 3px 24px 6px 3px;
	text-align:right;
}
#bd #menu li.current {
	background: url(../images/bg-menuitem-selected.gif) no-repeat right 3px;	
}
#bd #menu a{
	color: #3366CC;
	font-weight: bold;
	text-decoration: none;
}
#bd #loghi-istituzionali{
	padding-top: 80px;
}
#bd #loghi-istituzionali img{
	vertical-align: middle;
	margin: 0 3px;
}
#bd #primopiano{
	background: #FFF;
	padding: 2px 7px 5px;
	border: 2px solid #FFD800;
	color: #3366CC;
	margin-top: 20px;
	font-size: 10px;
}
#bd #primopiano a{
	color: #3366CC;
	font-size: 12px;
	font-weight: bold;
}
#bd #primopiano h2{
	margin-bottom: 0;	
}
#bd #primopiano p{
	margin-bottom: .2em;
}
#bd #primopiano p.date{
	margin-top: 1em;
}
#bd #content{
	background: #FFF;
	padding: 5px 7px 5px;
	border: 2px solid #FFD800;
	color: #3366CC;
	font-size: 10px;
}
#bd #courses-list h2{
	padding: 5px 8px;
	font-size: 11px;
	color: #3366cc;
	text-align:right;
	margin-bottom: .2em;
}
#bd #courses-list h2 a{
	color: #3366cc;
	text-decoration: none
}
#bd #courses-list h3{
	margin-bottom: .3em;	
}

#bd #course h3{
	margin-bottom: .1em;		
}
#bd #course #corsi-logo-enaip{
	text-align: center;
	margin-top: 15px;
	padding: 3px 0;
	border-top: 1px solid #3366CC;
}
#ft{
	border-left: 3px solid #FFD800;
	color: #3366CC;
	padding: 5px 7px 5px;
	margin-top: 10px;
	margin-right: 5px;
	font-size: 10px;
	font-weight: bold;
	background: url(../images/logo-acli.png) no-repeat right center;
}

/* Form elements */
form ul li,
form ol li {
	list-style: none;
}

input, textarea, select {
	padding: 2px;
	border: 1px solid #A7A7A7;
	color: #000;
	font-weight: bold;
	width: 300px;
}

select {
	width: auto;
}

input.action {
	padding: 2px;
	font-size: 1em;
	font-family: Verdana, Tahoma, Sans-serif;
}

input.action:hover,
input.action:focus {
	cursor: pointer;
}

label {
 	display: block;
	margin: 10px 0 -10px 0;
	color: #777;
}

label.right {
	display:inline;
}
.right{text-align:right}
.left{text-align:left}
.center{text-align:center}