
/**
 * Common HTML elements
 */

body {
	margin: 0;
	padding: 0;
	background: #fff url(img/bg_body.gif) no-repeat left top;
	color: #111;
	font-family: Arial,Helvetica,sans-serif;
	text-align: left;
	font-size: 1em;
}

div {
	line-height: 140%;
	text-align: left;
}

div.organizers, div.reviewers {
	font-size:1.1em ;
	margin-top:1em;
	line-height: 1.4em;
}

div.reviewers {
	line-height: 1.2em;
}

div.organizers a, div.reviewers a{
	font-weight:bold;
	color:#000;
	display: block;
}
div.organizers span, div.reviewers span{
	font-weight:bold;
	margin-top: 1em;
	color:#000;
	display: block;
}

 div.reviewers span {
	margin-top: .5em;
	border-bottom: 1px solid #e6e6e6;
}



div.reviewers div.organ span.conf_name {
	margin: 0;	
	font-size: 1.2em;
	color: #666;
	border-bottom: 0;
	display: inline;}

table {
	border: 0;
	border-spacing: 0;
	font-size: .9em;
}

form {
	margin: 0;
}

a {
	text-decoration: underline;
}

a:link {
	color: #9c0a0d;
}

a:active {
	color: #9c070b;
}

a:visited {
	color: #919295;
}

a:hover {
	color: #231f20;
}

a.plain {
	text-decoration: none;
}

ul {
	margin: 0.25em 0 0.75em 0;
	padding: 0 0 0 2.5em;
}
ul.sponsor {
	list-style: none;
	padding-left: 0;
}

tt {
	font-size: 1.25em;
}

label {
	font-size: 1em;
}

label.error {
	color: #900;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #fff;
	color: #000;
	/*border-top: 2px solid #666;
	backgroundborder-left: 2px solid #666;
	border-bottom: 2px solid #E8E8E1;
	border-right: 2px solid #E8E8E1;*/
	border:1px solid #c4c4c4;
	font-size: .9em;
	padding: .2em;
}

textarea.textArea {
	width: 212px;
}

input#metaDisciplineExamples, input#metaSubjectExamples {
	width: 320px;
}

input.button {
	padding-left: 0.5em;
	padding-right: 0.5em;
	background-color: #E8E8E1;
	font-size: 1em;
}

input.defaultButton {
	background-color: #375;
	color: #FBFBF3;
	font-weight: bold;
}


/**
 * Main layout elements
 */

#container {
	/*width:100% !important;
	min-width: 730px !important;*/
	margin: 0 0 0 100px ;
	width: 800px;
	line-height: 125%;
	font-size:.8em;
	text-align: left;
}

body.popupbio #container {
	border-left: 3px solid #c00;
	margin-left: 0;
	width: auto;
}
#header {
	width: 800px;
}


#header #sponsor{ 
position: absolute;
top: 100px;
left: 720px;
	
}

#header #sponsor a{ 
display: block;
width: 150px;
height:50px;
	background-repeat: no-repeat;
}

#headerTitle {
	text-align: left !important;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

#header h1 {
	margin: 0 auto;
	padding: 0.5em 0 0.25em 10%;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-weight: normal;
	line-height: 1em;
}

#footer {
	width: 100%;
	min-height: 50px;
	position: static;
	clear: both;
	margin-top: 3em;
}

#footer h5 {
	font-weight: normal;
	color: #999;
	text-transform: uppercase;
	margin-bottom: 1em;
	border-bottom: 1px solid #999;
}

#footer h5.patronato {
	background: url(img/patron.gif) no-repeat;
	padding: 10px 90px 40px 60px;
	color: #900;
	border: 0;
	border-top: 1px solid #999;
}

#footer h5.ambasciata{
	color: #900;
	border: 0;
	border-top: 1px solid #999;
}
h5.ambasciata a {
	display: block;	
	padding: 5px 90px 45px 50px;
	color: #666;
	font-size: .8em;
	line-height: 1.3em;
		background: url(img/logo_ambascia.gif) no-repeat left top;
}
h5.ambasciata a:hover {
	color: #000;
		background-image: url(img/logo_ambasciab.gif);

} 
#footer ul {
	list-style: none;
	padding: 0;
	width:420px;
	display:inline;
	float: left;
	clear:both;
	background:url(img/bg_footer_ul.gif) ;
}
#footer ul li {
	float: left;
	display:inline;
	margin-right: 2px;
	height: 100px;
	background-color: transparent;
	background-position: left top;
}

#footer ul li a{
	display: block;
	float: left;
	height: 80px;
	width: 82px;	
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: left top;
	outline: none;
	text-indent: -9999px;
}
#footer ul li#regione a{
	background-image: url(img/logo_regioneb.gif);
}

#footer ul li#regione a:hover{
	background-image: url(img/logo_regione.gif);
}

#footer ul li#miur a{
	width: 106px;
	background-image: url(img/logo_minb.png);
}

#footer ul li#miur a:hover{
	background-image: url(img/logo_min.png);
}

#footer ul li#provincia a{
	background-image: url(img/logo_provinciab.gif);
}

#footer ul li#provincia a:hover{
	background-image: url(img/logo_provincia.gif);
}

#footer ul li#comune a{
	background-image: url(img/logo_comuneb.gif);
}

#footer ul li#comune a:hover{
	background-image: url(img/logo_comune.gif);
}

#footer ul li#comunelucca a{
	background-image: url(img/luccab.png);
}

#footer ul li#comunelucca a:hover{
	background-image: url(img/lucca.png);
}

#footer ul li#ambasciata a{
	background-image: url(img/logo_ambasciab.gif);
}

#footer ul li#ambasciata a:hover{
	background-image: url(img/logo_ambascia.gif);
}

li.unipi {
	padding-top:1em;
	border-top:1px dotted #CCC;
}
#footer ul li#unipi a{
	background-image: url(img/logo_unipib.gif);
}

#footer ul li#unipi a:hover{
		background-image: url(img/logo_unipi.gif);
}

#footer ul li#unifi a{
	margin-left: 5px;
	background-image: url(img/logo_unifib.gif);
}

#footer ul li#unifi a:hover{
	background-image: url(img/logo_unifi.gif);
}

#footer ul li#sssup a{
	background-image: url(img/logo_sssup.png);
}

#footer ul li#sssup a:hover{
	background-image: url(img/logo_sssupb.png);
}

#footer ul li#unisi a{
	margin-left: 5px;
	background-image: url(img/logo_unisib.gif);
}

#footer ul li#unisi a:hover{
	background-image: url(img/logo_unisi.gif);
}

#footer ul li#sns a{
	background-image: url(img/logo_snsb.gif);
}

#footer ul li#sns a:hover{
	background-image: url(img/logo_sns.gif);
}

#footer ul li#torvergata a{
	background-image: url(img/logo_torveb.gif);
}


#footer ul li#genova, #footer ul li#dfg {
	clear: both;
}

#footer ul li#genova a{
	background-image: url(img/logo_unigeb.gif);
}

#footer ul li#genova a:hover{
	background-image: url(img/logo_unige.gif);
}

#footer ul li#torvergata a:hover{
	background-image: url(img/logo_torve.gif);
}

#footer ul li#martinetti a{
	background-image: url(img/logo_fpm.gif);
}

#footer ul li#martinetti a:hover{
	background-image: url(img/logo_fpmb.gif);
}

#footer ul li#marcucci a{
	background-image: url(img/logo_marcucci.gif);
}

#footer ul li#marcucci a:hover{
	background-image: url(img/logo_marcuccib.gif);
}

#footer ul li#dfg a{
	background-image: url(img/logo_dfg.png);
}

#footer ul li#dfg a:hover{
	background-image: url(img/logo_dfgb.png);
}

#footer ul li#daad a{
	margin-left: 20px;
	background-image: url(img/logo_daad.png);
}

#footer ul li#daad a:hover{
	background-image: url(img/logo_daadb.png);
}

#footer ul li#schopenhauer  a {
	background-position: 15px top;
	background-image: url(img/logo_scho.png);
}

#footer ul li#schopenhauer  a:hover {
	background-image: url(img/logo_schob.png);
}


#footerContent {
	width: 100%;
	margin: 0 auto;
	padding-left: 10%;	
}

#main {
}

#main h2 {
	background: #fff;
	}

#main h3 {
	
}

#navbar {
	}

#breadcrumb {
	color: #999;
}
	
#breadcrumb a {
	color: #999;
}

#breadcrumb a.current {
	color: #900;
}
#content {
	margin: 0;
	padding: 0 1em 0 0;
	padding-top: 0.5em;
	border-top: 2px dotted #000;
}
#content div dl {
	margin: 0;
}
#content div dl dd  {
	margin: 0;
}

#content h3 {
	font-weight: normal;
	}

#content h4 {
}

#content h5 {
	margin: 0em 1em 0.25em 0em;
	padding-top: 0.75em;
	font-weight: bold;
	font-size: 1em;
}



/* advice */ 

div.advice {
	border: 1px solid #a6a6a6;
	border-top-color:#e2e2e2;
	padding:10px ;
	color: #000;
	padding-top:16px ;
	border-left-color: #c8c8c8;
	border-right-color: #c8c8c8;
	background: url(img/alert.gif) no-repeat;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

div.advice p {
	padding-left: 40px;

}

/**
 * Navigation bar
 */

#navbar a {
}

#navbar a:link {
}

#navbar a:active {
}

#navbar a:visited {
}

#navbar a:hover {
}


/**
 * Breadcrumbs
 */

#breadcrumb a {
	text-decoration: none;
}

#breadcrumb a.current {
	font-weight: bold;
}


/**
 * Footer elements
 */

#footer div.debugStats {
	font-size: 0.6em;
}


/**
 * Additional text styles
 */

span.disabled, label.disabled {
	color: #666;
}

a.action, a.file {
	font-size: 0.85em;
	text-transform: uppercase;
}

a.icon {
	text-decoration: none;
}

a.icon img {
	border: 0;
}

a.icon:hover {
	background: none;
}

span.formRequired {
	color: #333;
	font-size: 0.9em;
}

span.instruct {
}

span.heading {
	font-size: 0.85em;
	text-transform: uppercase;
}

span.highlight {
	border-bottom: 1px dotted #000;
}

.nowrap {
}

pre {
	background-color: #F0F0E8;
	color: #000;
	font-size: 1.25em;
}

/**
 * Table styles
 */

table.info {
}

table.info td {
	padding: 0;
	padding-bottom: 0.5em;
	padding-right: 0.5em;
}

table.listing {
	/*border-collapse: collapse;*/
}

table.submissions {
	width: 460px;
}

table.submissions table {
	width: 120px;
}


table.listing tr {
	}
table.listing td {
	padding: 0.15em 0.15em 0.25em 0.15em;
	border-right: 1px solid #e9e9e9;
	font-size: 10px;
	margin: 1px;
	background: #fff;
	overflow: auto;	
}

table.submissions td.title {
	width: 100px;
}

table.submissions tr.heading td.hider {
font-size: 9px;
	
	}

table.submissions table td{
	font-size: 9px;
	background: #f2f2f2;
}
table.submissions table td.intervento {
}
table.listing td:first-child {
	font-size: 10px;
}
table.listing td a {
	font-size: 10px;
}
table.listing tr.heading td, table.listing td.heading, table.info td.heading {
	font-size: 0.85em;

	font-weight: normal;
	line-height: 120%;
	padding: 0.75em 0.2em 1em 0.2em;
}

table.info td.heading {
	padding-left: 0;
}


table.listing td.nodata, table.info td.nodata {
	text-align: center;
	font-style: italic;
}

table.listing td.headseparator {
	border-top: 1px dotted #000;	border-bottom: 1px dotted #666;

	font-size: 0.1em;
	line-height: 1%;
}

table.listing td.endseparator {
	border-top: 1px dotted #000;	
	border-bottom: 1px dotted #666;
	font-size: 0.25em;
	line-height: 10%;
}

table.listing td.separator, table.info td.separator {
	border-top: 1px solid #999;	border-bottom: 1px solid #ccc;
	background: #f2f2f2;
	font-size: 0.1em;
	line-height: 1%;
}
div#content form table.data {
		margin-bottom:2em
}

table.listing td.smaller {
	color: #666;
	padding: 2px;
	font-size: 9px;
	font-weight: bold;
	background: #f2f2f2;
}

table.listing td.cropper a{
	color: #fff;
	padding:4px 2px;
	line-height: 15px;
	font-weight: bold;
	display: block;
	background: #666;
}

table.listing td.cropper a:hover{
	background: #fff;
	color: #900;
}

div#content form p  {
	line-height: 1.45em;
}


table.data tr {
}

table.data tr.important {
	background: #f2f2f2;
}

table.data tr.important td.raccomandazione	{
	padding: 5px;
	background: #900;
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
}

table.data tr.important td.raccomandazione a {
	color: #fff;
	font-size: 11px;
}

table.data tr.important td.label{
	padding: 5px 0;
	color: #900;
	line-height: 1em;
	font-size: 1em;
}


table.data td {
	padding-bottom: 0.25em;
}

table.data td.label {
	padding-right: 1em;
	background: #fff;
}

table.data td.value {
}

table.data td.separator {
	padding: 0.5em;
	font-size: 0.1em;
	line-height: 1%;
}

table.data td.heading {
	padding-left: 0;
	padding-right: 0;
}

table.nested tr {
	padding: 0;
	margin: 0;
}

span.nested {
	padding: 0 4px 0 0;
	font-size: 1.2em;
}

/**
 * Form-specific elements
 */

span.formError {
	color: #900;
	font-weight: bold;
	font-size: 1em;
}

ul.formErrorList {
	color: #900;
}


/**
 * Other organizational elements
 */

ul.menu {
	margin: 0;
	padding: 0;
	width: 550px;
}

ul.menu li {
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 2em;
	display: inline;
}

ul.menu li.current {
	font-weight: bold;
}

ul.menu a {
	text-transform: uppercase;
	text-decoration: none;
}

ul.steplist {
	margin: 0;
	padding: 0;
	list-style-type: decimal;
}

ul.steplist li {
	margin: 0;
	padding: 0;
	font-size: 0.85em;
	padding-right: 0.5em;
	display: inline;
	text-transform: uppercase;
}

ul.steplist li.current {
	font-weight: bold;
}

ul.steplist a {
	text-decoration: none;
}

ul.plain {
	list-style-type: none;
	padding-left: 0em;
	margin-bottom: 1em;
}

ul.plain li {
	padding: .3em 0;
}
div.separator {
	width: 100%;
	margin-top: 1em;
	margin-bottom: 0.25em;
	padding: 0;
	border-bottom: 1px dotted #000;
	font-size: 0.5em;
	line-height: 25%;
}

/**
 * Drag and drop styles
 */
.draggable {
	position: relative;
	cursor: move;
}

.borderBox {
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	margin: 2px;
	padding: 2px;
}

.floatLeft {
	float: left;
}


/*cartella clinica varie */ 

#diario_in #elenco ul li div.desc_main.documents h1 {
	margin-left: 0;
}


/**
 * Scheduler styles
 */
.scrollContainer {
	overflow: auto;
}

.scheduleTable {
	min-width: 100%;
}

.schedulerEvent {
	color: #880000;
	background-color: #FBFBF3;
}

.schedulerPresentation {
	color: #008800;
	background-color: #FBFBF3;
}

.schedulerEventHeader {
	color: #FBFBF3;
	background-color: #880000;
}

.schedulerPresentationHeader {
	color: #FBFBF3;
	background-color: #008800;
}


td.hole {
	background-color: #777777;
}

td.timeRowLabel {
	border-style: solid none none none;
	border-width: 1px;
}

.droppable {
}
