 @charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
body {
    background-color: #e4e0dd;
    font-family: Arial, Helvetica, sans-serif;
    /*background-image:url(/images/perugino/body.jpg);*/
    background-position: bottom;
    background-repeat: repeat-x;
    margin: 0;
    padding: 0;
}

.largecontainer {
    /*background-color:#fff;*/
    background-image: url(/images/perugino/body.jpg);
    background-position: bottom;
    background-repeat: repeat-x;
    background-color: #fff;
}

h1 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    color: #2771bc;
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 20px;
}

a {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #ff0000;
}

.back {
    background-image: url(/images/perugino/back.gif);
    background-repeat: no-repeat;
    background-position: center left;
    height: 50px;
    margin-top: 10px;
    padding: 2px 2px 2px 30px;
    font-weight: bold;
}

img {
    border: none;
}

.accordion_content li {
    list-style-image: url(/images/perugino/arrow.gif);
}

#container {
    padding-top: 10px;
    width: 925px;
    margin-left: auto;
    margin-right: auto;
}

#content {
    float: left;
    width: 730px;
}

#menu {
    width: 190px;
    float: left;
    margin-right: 5px;
    margin-top: 19px;
    color: #000000;
}

.menu_header {
    height: 30px;
    width: 190px;
    background-image: url(/images/perugino/menu_header.jpg);
}

.menu_footer {
    height: 20px;
    width: 190px;
    background-image: url(/images/perugino/menu_footer.gif);
}

.menu_row {
    height: 29px;
    width: 178px;
    background-image: url(/images/perugino/menu_row.gif);
    background-repeat: repeat-x;
    border-left: 1px solid #eae5e3;
    border-right: 1px solid #eae5e3;
    font-size: 12px;
    color: #000000;
    padding-top: 10px;
    padding-left: 10px;
}

.accordion_toggle {
    display: block;
    cursor: pointer;
}

.accordion_toggle_active {
    color: #ff0000;
}

.accordion_content {
    padding: 10px 5px 10px 5px;
    background-color: #fff;
    border-left: 1px solid #eae5e3;
    border-right: 1px solid #eae5e3;
    border-bottom: 1px solid #eae5e3;
    font-size: 12px;
    color: #000;
    overflow: hidden;
}

.accordion_content ul {
    padding: 0px 0px 0px 25px;
}

.accordion_content > a {
    color: #9a9a9a;
}

.accordion_content > a:hover {
    color: #000000;
}

#content_header {
    width: 730px;
    background-image: url(/images/perugino/content_header2.jpg);
    background-repeat: repeat-x;
    height: 133px;
    text-align: left;
}

#content_header_left {
    width: 132px;
    height: 133px;
    background-image: url(/images/perugino/content_header_left2.jpg);
    background-repeat: no-repeat;
    float: left;
}

#content_header_center {
    width: 570px;
    float: left;
    padding-top: 30px;
    padding-left: 10px;

}

#content_header_center h1{
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	margin-right:10px;
	display:inline;	
}

#content_header_right {
    width: 16px;
    height: 153px;
    background-image: url(/images/perugino/content_header_right2.jpg);
    background-repeat: no-repeat;
    float: right;
}

#content_footer {
    width: 730px;
    height: 24px;
    margin-bottom: 10px;
}

#content_footer_left {
    width: 13px;
    background-image: url(/images/perugino/content_footer_left.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
    height: 24px;
    float: left;
}

#content_footer_center {
    background-image: url(/images/perugino/content_footer.gif);
    background-repeat: repeat-x;
    width: 705px;
    height: 24px;
    float: left;
}

#content_footer_right {
    width: 12px;
    background-image: url(/images/perugino/content_footer_right.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
    height: 24px;
    float: right;
}

#content_body {
    font-size: 12px;
    width: 668px;
    margin-top: -50px;
    border-left: 1px solid #eae5e3;
    border-right: 1px solid #eae5e3;
    color: #000000;
    text-align: left;
    padding: 10px 30px 10px 30px;
    min-height: 480px;
    letter-spacing: 0.5px;
    /*background-color:#fff;*/
}

#content_body > h1 {
    padding-left: 110px;
}

.table_longcol {
    width: 500px;
    text-align: left;
}

.gestione {
    margin-bottom: 20px;
    width: 650px;
}

.gestione tr {
    padding: 2px 2px 2px 2px;
}

.gestione th {
    background-color: #ecefee;
    padding: 2px 2px 2px 5px;
    font-size: 10pt;
}

.gestione td {
    border-bottom: 1px solid #eae5e3;
    padding: 2px 2px 2px 8px;
}

.add_link {
    background-image: url(/images/perugino/add.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
    height: 30px;
	line-height:25px;
    padding-left: 24px;
    padding-bottom: 5px;
    padding-top: 2px;
}

.gestione-header {
    width: 650px;
    margin-bottom: 10px;
}
.gestione-header td{
	height:30px;
}
.selectable:hover {
    background-color: #f6f9fa;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.inline {
    display: inline;
}

.clearfix {
    display: inline-block;
}

#section_sec_name {
    width: 200px
}

fieldset {
    margin-top: 5px;
    border: 1px solid #ccc;
    width: auto;
    padding: 10px 10px 10px 10px;
    margin-bottom: 10px;
}

legend {
    font-weight: bold;
}

ul.tree, ul.tree ul {
    list-style-type: none;
    background: url(/images/perugino/vline.gif) repeat-y;
    margin: 0;
    padding: 0;
}

ul.tree ul {
    margin-left: 10px;
}

ul.tree li {
    margin: 0;
    padding: 0px 12px 0px;
    line-height: 20px;
    background: url(/images/perugino/node.gif) no-repeat;
    color: #369;
}

ul.tree li img {
    vertical-align: middle
}

ul.tree li.last {
    background: #fff url(/images/perugino/lastnode.gif) no-repeat;
}

ul.tree li:last-child {
    background: #fff url(/images/perugino/lastnode.gif) no-repeat;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
/* End hide from IE-mac */
.accordion_content > .horizontal {
	padding-right:25px;
	text-align:center;
}
.horizontal li {
    display: inline;
    list-style: none;
	padding:0;
	margin:0;
}

.right {
    text-align: right;
}

#image_gallery {
    margin-bottom: 10px;
}

#image_gallery > .gallery_image {
    border: solid 1px #ccc;
    margin-right: 10px;
    background-color: #ecefee;
}

#image_gallery > .gallery_image:hover {
    border: solid 1px #000;
}

.gallery_image > a > img {
    border: solid 2px #fff;
    margin-bottom: 3px;
}

.image_del {
    text-align: right;
    padding-right: 3px;
    padding-left: 3px;
}

#credits {
    text-align: right;
    font-size: 10px;
}
/* MESSAGGI */
.yellow {
    text-align: center;
    position: absolute;
    background-color: #fff7a2;
    cursor: pointer;
    left: 0px;
    top: 0px;
    border-bottom: solid 1px #a09410;
    width: 100%;
    font-size: 16px;
    padding-top: 3px;
	padding-bottom:3px;    
	filter: alpha( opacity = 70 );
	opacity:0.7;
	-moz-opacity:0.7;
	z-index:0;
}
.gray {
    text-align: center;
    position: absolute;
    background-color: #fff7a2;
    cursor: pointer;
    left: 0px;
    top: 0px;
    border-bottom: solid 1px #a09410;
    width: 100%;
    font-size: 16px;
    padding-top: 3px;
	padding-bottom:3px;
    filter: alpha( opacity = 90 );
	opacity:0.9;
	-moz-opacity:0.9;
	z-index:0;
}
#notice * {
    padding: 0;
    margin: 0
}

#errore {
    text-align: center;
    position: absolute;
    background-color: #fab5b5;
    cursor: pointer;
    left: 0px;
    top: 0px;
    border-bottom: solid 1px #5e0000;
    width: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 20px;
    padding-right: 20px;
    filter: alpha( opacity = 70 );

opacity:
    0.7;

-moz-opacity:
    0.7;

z-index:
    0;
}

#errore * {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
}

.ico {
    font-size: 10px;
}

.lang-list {
    display: inline;
    margin-left: 10px;
}
#yesconfirmlink{
	margin-right:2px;
	font-weight:bold;
	padding:1px 5px 1px 5px;
}
#noconfirmlink{
	margin-left:2px;
	font-weight:bold;
	padding:1px 5px 1px 5px;
}
#confirm p{
	margin-top:10px;
	margin-bottom:10px;
}
.submit{
min-width:100px;
margin-top:20px;
}
