/* Style CSS template index.php */
a:link, a:visited{
    font-style: italic;
	color:#777;
    text-decoration: none;
}
a:hover{
    font-style: italic;
	color:#AAA;
	text-decoration:underline;
}
body {
	margin: 0;
	padding: 0;
	color: #000;
    font-family:  monospace;
	font-size: 1.1em;
	background-color: #fff;
	/* MIN-WIDTH Hack */
	min-width:980px;
	width: auto !important;
	width: 980px;
	/* */
}
hr {
	width: 70%;
	border-top-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	margin-right: auto;
	margin-left: auto;
}

div#header {
	width: 130%;
	height: 50px;
}

div#logo {
	position: absolute;
	left: 30px;
	top : 35px;
        padding:5px;
	text-align: right;
	background-image: url(../images/logo2010.png);
	background-repeat: no-repeat;
	background-position: top left;
        width:192px;
        height:236px;
}

div#language {
	position: absolute;
	top : 10px;
	text-align:right;
	width: 220px;
	height: 16px;
	right: 0px;
}

div#language ul {
	list-style-type: none;
	float: right;
	-moz-border-radius: 10px 200px 10px 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-top: 0%;
}

div#language ul li {
	display: inline;
	padding: 0px 0.5em 0px 0.5em;
}

div#language ul li#selected a{
  font-weight: bold;
  color: #000;
}

div#language ul li#selected a:hover{
	font-weight: bold;
	color: #FF0000;
}

div#language ul li a{
  text-decoration: none;
  color: #000;
}

div#language ul li a:hover{
	color: #FF0000;
	text-decoration: underline;
}
/*
div#language ul li img {
  border: 0px;
  width: 20px;
}
*/
div#content {
	color: #000;
	margin-top: 0%;
	margin-right: 20%;
	margin-bottom: 2%;
	margin-left: 20%;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
	text-align: justify;
}

div#content h1 {
  text-align: left;
  font-weight: bold;
  font-size: 220%;
  padding: 0.1em;
}

div#content h2, div#content h3 {
	text-align: left;
    font-size: 160%;
    color: #AAA;
	padding: 0.1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	color: #00;
}
div#content h3 {
    font-size: 130%;
}
p#bottom-shell{
    padding-left:5%;
    background-color: #AAA;
    vertical-align: center;
    font-size: 14px;
    text-align: left;
    padding-bottom: 1px;
    margin-top: 0;
    margin-bottom:16px;
}
#bottom-shell a{
    color: #000;
}
#bottom-shell a:link, a:visited{
    font-style: normal;
}
#bottom-shell a:hover{
    border: 1px solid #000;
    font-style: normal;
    text-decoration: none;
}
div#footer {
    width: 100%;
	margin-top: 0;
	font-size: 80%;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 0;
	padding-right: 2em;
	padding-left: 2em;
	border-bottom-width: 10px;
	border-bottom-color: #FFF;
	color: #000;
    background-color: #FFF;
	height: 55px;
	text-align: center;
    position: fixed;
    bottom:0;
}

/* styles */

.center {
	text-align: center;
}

.links {
	color: #222;
	text-decoration: none;
}


/* Tabella SEMINARI */
.date {
	color: #990000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	vertical-align: top;
}
.row {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	vertical-align: top;
}
.hour {
	color: #666666;
}
.row_odd {
	background-color: #FAFAFA;
}

#table_seminari {
	border-collapse: collapse;
}

table#table_seminari td {
	border: 1px dotted #000000;
	padding: .7em;
}

/* Menu */

div#menu{
	width: 691px;
	margin-top: 0;
    padding-top: 0;
	margin-right: auto;
	margin-left: 25%;
	margin-bottom: 0;
    background-color: #fff;
    font: bold 12px monospace;
}

.menu_fighetto ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/* Menu */
.menu_fighetto ul li{
    position: relative;
    display: inline;
    float: left;
}


.menu_fighetto ul li a{
    display: block;
    background: #fff; /*background of tabs (default state)*/
    color: #000;
    padding: 8px 10px;
    border-right: 0px solid #000;
    border-left: 0px solid #000;
    border-bottom: 2px solid #000;
    text-decoration: none;
    font-style: normal;
    font: 13px monospace;
}

.menu_fighetto ul li a:link, .menu_fighetto ul li a:visited{
    color: #000;
    font-style: normal;
}

.menu_fighetto ul li a:hover{
    background: #AAA; 
    font-style: normal;
}
	
/* submenu*/
.menu_fighetto ul li ul{
    position: absolute;
    left: 0;
    display: none;
}

.menu_fighetto ul li ul li{
    display: list-item;
    float: none;
}

.menu_fighetto ul li ul li a:hover{ /*sub menus hover style*/
    background: #aaa;
    color: black;
}
#extra {
    display: none;
}
/* End menu */

/* lightbox */
#lightbox_bg{
    display:none;
    position:fixed;
    height:100%;
    width:100%;
    top:0;
    left:0;
    background:#000;
    border:1px solid #cecece;
    z-index:1;
}
#lightbox{
    display:none;
    position:fixed;
    background:#FFFFFF;
    border:2px solid #cecece;
    z-index:2;
    padding:12px;
    font-size:100%;
}
#lightbox_close{
    right:2px;
    top:3px;
    position:absolute;
    font-size: 14px;
    font-weight:700;
    display:block;
    color: #AAA;
}
#dynamic{
    padding: 0.1em;
}
#floatr {
    float: right;
    padding-right: 4em;
}
