html {
	font-size: 65%;
}

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.2em;
	background: #D4965D;
	padding-bottom: 50px;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	background: #fff url(../img/faux.gif) repeat-y;
	position: relative;
	-webkit-border-radius: 0 0 15px 15px;
	-moz-border-radius: 0 0 15px 15px;
	border-radius: 0 0 15px 15px;
	-webkit-box-shadow: 0 0 10px #333;
	-moz-box-shadow: 0 0 10px #333;
	box-shadow: 0 0 10px #333;
	behavior: url(/static/js/PIE.htc);
}

td, th {
	vertical-align: top;
	text-align: left;
}

textarea {
	overflow: auto;
	padding: 2px;
	font-family: Arial;
	width: auto;
}

table {
	border-collapse: collapse;
}

ul {
	list-style:none;
}

a {
	color: #336;
	text-decoration: none;
}

.clear {
    clear: both;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

h1, h2, h3 {
	border-bottom: none;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 15px;
}

h3 {
	font-size:13px;
}

.noprint {
	display: none;
}

.flat {
	border: 1px solid #999;
}

.campo {
	margin: 10px 0;
	padding: 5px 10px;
	background: #f9f2eb;
}

#header {
	background: #fff url(../img/back-header.gif) repeat-x left bottom;
	height: 108px;
	position: relative;
}

#kiwi {
	position: absolute;
	top: 0;
	left: 0;
}

#soreli-desc {
	position: absolute;
	top: 14px;
	left: 8px;
}

#uniud {
	position: absolute;
	top: 30px;
	right: 50px;
}

#languages {
	position: absolute;
	top: 83px;
	right: 0;
    width: 150px;
    color: #ccc;
    font-size: 11px;
}

#languages a {
    color: #A36E3A;
    padding: 2px 5px;
}

#languages a.selected {
    color: #fff;
    background: #999;
}

#languages a.selected:hover {
    text-decoration: none;
}

#header h1 {
	width: 320px;
	position: absolute;
	left: 160px;
	bottom: 8px;
}

#header img {
	display: block;
}



#colsx {
	width: 180px;
	float: left;
	font-weight: bold;
}

#menu li {
	border-bottom: 1px solid #EFF1DB;
	margin-bottom: 0;
}

#menu li.selected {
    background-color: #878f3b;
}

#menu li.selected a {
    color: #eff1db;
}

#menu li.selected a:hover {
    color: #fff;
}

#menu li a {
	color: #a36e3a;
    display: block;
	padding: 8px 15px;
}

#menu li a:hover {
    color: #755131;
    text-decoration: none;
}

#menu li a.locked {
    padding-left: 35px;
    background: url(../img/locked.gif) no-repeat 15px 5px;
}


#colsx li p {
	margin-bottom: 0;
}

#colsx a.block {
	display:block;
	border-bottom: 1px solid #ccc;
	padding: 8px 5px 8px 40px;
}

#content {
	padding: 5px 15px 30px;
	min-height: 400px;
	float: left;
	width: 750px;
}

* html #content {
	height: 400px;
}

#content h1 {
	font-variant: small-caps;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

#content p {
	margin-bottom: 1.5em;
}

table.righe {
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	font-family: Arial, sans-serif;
	width: 100%;
}

table.righe th {
	font-variant: small-caps;
	font-size: 1.3em;
	letter-spacing: 1px;
	padding: 5px 15px 10px 0;
	border-bottom: 2px solid #000;
}

table.righe td {
	padding: 3px 15px 8px 0;
	border-bottom: 1px solid #ccc;
}

table.righe a {
	font-weight: bold;
}

table.righe .desc {
	color: #666;
}


.select-rounded {
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 10px;
	overflow: auto;
}


.select-rounded img {
	display: block;
	float: left;
}

#content .select-rounded a {
	color: #fff;
	padding: 3px 6px 2px;
	background-color: #b1b1b1;
	height: 18px;
	display: block;
	float: left;
}

#content .select-rounded a:hover, #content .select-rounded a.selected {
	background-color: #637A6B;
}
	



.bigbutton {
    display:block;
    font-size: 14px;
    text-align:center;
    color: #fff !important;
    font-weight:bold;
    background:#99BF11;
    width:200px;
    padding:8px;
    cursor:pointer;
    text-decoration:none;
    border:1px solid #ccc;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}

.bigbutton a {
    color: #fff !important;
    display: block;
}

#content .bigbutton:hover, #content .bigbutton:hover a {
    color:#333 !important;
}

.cancelbutton {
    float: right;
    padding: 5px;
    border: none; 
    background: none;
    text-decoration: underline;
    cursor: pointer;
    top: -30px;
    position: relative;
}

.biginput {
	font-size: 1.4em;
	padding: 2px 4px;
}

.discreet {
	font-weight: normal;
	color: #666;
	font-size: .85em;
}

.invalid {
	border: 1px solid;
	border-color: #c00;
	background-color: #f6f6aa;
}

.warning {
	color: #c00;
	border: 1px solid #c00;
	background-color: #f6f6aa;
	text-align: center;
	padding: 1em 0;
	margin: 1em 0;
	font-weight: bold;
	position: relative;
}

.success {
	color: #060;
	border: 1px solid #5f8a13;
	background-color: #dcfe9e;
	text-align: center;
	padding: 1em 0;
	margin: 1em 0;
	font-weight: bold;
}

.error {
	margin: 0 0 1em;
	color: #900;
	font-weight: bold;
	background: none;
	border: none;
}

.labelblock label, label.labelblock {
	display: block;
	margin-top: 1em;
	margin-weight: bold;
}


.memberinfo {
	margin: 20px 0 0 20px;
	font-family: Arial, sans-serif;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 10px 0;
}

.logout-button {
	color: #fff !important;
	font-variant: small-caps;
	font-weight: bold;
	text-align: center;
	display: block;
	width: 100px;
	background: #63b7db;
	padding: 5px;
}

.right {
    text-align: right;
}

.mandatory {
    color: #c00;
}

#pagetext .gallery-large ul {
    list-style: none;
    margin: 0;
    overflow: auto;
}

#pagetext .gallery-large li {
    float: left;
    height: 80px;
    width: 128px;
    margin-right: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    border:1px solid #ccc;
    background: none;
    padding: 3px;
    -webkit-box-shadow: 2px 2px 5px #999;
    -moz-box-shadow: 2px 2px 5px #999;
    box-shadow: 2px 2px 5px #999;
}

#pagetext .gallery-large li img {
    display: block;
    margin: 0 auto;
}

#pagetext .gallery-large li a[rel^=lightbox] {
    height: 80px;
    display: block;
    overflow: hidden;
}


/*
 * Tabella file allegati
 */


#pagetext h2.files {
	margin-bottom: 0;
	background: none;
	color: #4E4F4F;
	letter-spacing: 2px;
}

#pagetext table.files {
	font-size: 12px;
}


#pagetext table.files {
	width: 100%;
	border-top: 1px solid #ccc;
	margin-bottom: 1em;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

#pagetext table.files td.main {
	width: 90%;
}

#pagetext table.files td {
	border-bottom: 1px solid #ccc;
	padding: 6px;
}

#pagetext table.files td img {
	margin-right: 6px;
}

#pagetext table.files td.discreet {
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	white-space: nowrap;
}



/*
 * Stili per l'editor
 */

#pagetext {
    color: #333;
    line-height: 1.5;
}

#pagetext h2 {
    margin-top: 10px;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    font-variant: small-caps;
}

#pagetext img.photo {
    padding: 5px;
    border: 1px solid #ccc;
    -webkit-box-shadow: 2px 2px 10px #999;
    -moz-box-shadow: 2px 2px 10px #999;
    box-shadow: 2px 2px 10px #999;
}

#pagetext img.photoleft {
    float: left;
    margin: 0 15px 15px 0;
}

#pagetext img.photoright {
    float: right;
    margin: 0 0 15px 15px;
}

#pagetext ul {
    margin: 10px 0 10px 20px;
}

#pagetext ul li {
    padding-left: 12px;
	background: url(../img/bullet.gif) no-repeat 0 7px;
    margin-bottom: 5px;
}

/*
 * Override stili di Plone
 */
#cmfeditions_version_comment_block, #clear-space-before-navigation {
    display: none;
}