#Slideshow {
  opacity: 1.0;              /* CSS3 */
  -moz-opacity: 1.0;         /* Older versions of Firefox */
  -khtml-opacity: 1.0;       /* Older versions of Safari */
  filter: alpha(opacity=100); /* Internet Explorer */
}


#title {
	height:30px;
	text-align: center;
	border-bottom: 2px groove black;
        padding: 10px;
	display: table;
	margin-bottom: 30px;
}

div#title{
	width:100%;
}

div#center{
	margin: 0 auto;
}

input:focus, select:focus, textarea:focus {
	background: #E4FEF5;
}

h1{
	margin: 0px auto;
	font-size: 30;
        float: left;
}

h1#title{
	float:right;
}

table{
    border-style: solid;
    border-width: 1px;
    margin: 0 auto;
    border-collapse: collapse;
}

th{
    background-color: lightgreen;
    margin: 0px auto;
    border-bottom: 1px solid black;
    padding: 10px 5px;
}

td{
    padding: 10px 5px;
}

#centra{
    text-align: center;
    font-weight: 700;
    color: red;
}

/*
#aheaderButton{
    border: 1px solid gray;
    margin: 0px;
    font-size: 16px;
    vertical-align:middle;
    padding: 5px;
    background-color: lightgray;
}
*/

        #headerButton{
        background: transparent url('../img/oval-left.gif') no-repeat top left;
        display: block;
        float: left;
        font: normal 13px Tahoma; /* Change 13px as desired */
        line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
        height: 24px; /* Height of button background height */
        padding-left: 11px; /* Width of left menu image */
        text-decoration: none;
        }
        
        a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
        color: #494949; /*button text color*/
        }
        
        a.ovalbutton span{
        background: transparent url('../img/oval-right.gif') no-repeat top right;
        display: block;
        padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
        }
        
        a.ovalbutton:hover{ /* Hover state CSS */
        background-position: bottom left;
        }
        
        a.ovalbutton:hover span{ /* Hover state CSS */
        background-position: bottom right;
        color: black;
        }
        
        .buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
        overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
        float: right;
        margin-left: 7px;
        }

table#hidden{
	border: 0px;
}

td#info{
	text-align:right;
}

fieldset{
        margin: 0 auto;
	margin-bottom: 30px;
        padding: 20px;
        text-align:center;
}

#warning{
	background-color: yellow;
	width: 80%;
	height: 20px;
	border: 1px solid red;
	text-align: center;
	margin: 0 auto;
        margin-bottom: 30px;
	padding: 5px;
	display:table; 
}

#warning_inner{
	display:table-cell;
	vertical-align:middle;
}

#errore{
    background-color: red;
    width: 80%;
    height: 20px;
    border: 1px solid red;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 5px;
    display:table; 
}

#errore_inner{
    display:table-cell;
    vertical-align:middle;
}


.flash{
    padding: 5px;
    padding-left: 30px;
    border-radius: 5px;
    border: 2px solid; 
    margin-bottom: 10px;
}

.flash_success{
    background-color: #0090F0;
    border-color: blue;
}

.flash_failure{
    background-color: #FF6262;
    border-color: red;    
}

.flash_warning{
    background-color: #ffff00;
    border-color: red;    
}

.flash a img{
    width: 24px;
    height: 24px;
}

.message, .info, .success, .warning, .error {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 65px;
    background-repeat: no-repeat;
    background-position: 10px center;
    border-radius: 5px;
    font-size: 125%;
}
.info {
    /* color: #00529B; */
    border-color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../../img/message/info.png');
}
.success {
    /* color: #4F8A10; */
    border-color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../../img/message/success.png');
}
.warning {
    /* color: #9F6000; */
    border-color: #9F6000;
    background-color: #FFFABF;
    background-image: url('../../img/message/warning.png');
}
.error {
    /* color: #D8000C; */
    border-color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../../img/message/error.png');
}