/*#FF9900;*/
body, html{
	font-size: 14px;
	font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
	color: #000000;
	background: #ffffff;	
	margin: 0px;
	padding: 0px;
}

table {
        font-size: 14px;
        font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
        color: #000000;
        background: transparent;
}

a:link, a:visited, a:active { 
	color: #8B8682; 
	background: transparent; 
	text-decoration: none;
}
a:hover { 
	color: #FF9900; 
	background: transparent; 
	text-decoration: overline underline;
}

hr {
	color: #00868B;
	background: #00868B;
	height: 1px;
	border: 1px outset #00868B;
	clear: both;
}

code {
	font-size: 12px;
}
p {
	margin: 0px;
	padding: 3px 0px;
}
div {
	margin: 0px;
}

/**********************************/

div#intestazione {
        margin: 24px 24px 0px 24px;
        background-color: #EEE5DE;
        background-repeat: no-repeat;
        background-position: 6px 3px;
        background-image: url("imgs/bgTop.jpg");
        border-top: 3px double #FF9900; /*#00868B;*/
        border-left: 3px double #FF9900; /*#00868B;*/
        border-right: 3px double #FF9900; /*#00868B;*/
}
div#corpo {
        margin: 0px 24px 0px 24px;
        background: #EEE5DE;
        border-left: 3px double #FF9900; /*#00868B;*/
        border-right: 3px double #FF9900; /*#00868B;*/
	border-bottom: 3px double #FF9900; /*#00868B;*/
}

div#menu {
        padding: 6px;
        float: left;
        width: 23%;
}

div#centrale {
        padding: 6px 12px;
        float: right;
        width: 72%;
}

div.home {
	background-color: transparent;
/*
        background-repeat: no-repeat;
        background-position: 50% 0%;
        background-image: url("/CombinatoricsJointSession/imgs/bertinoro.jpg");
	height: 316px;
*/
	margin: 6px;
	text-align: center;
}

p.titolo {
	color: #00868B;
        padding: 12px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

p.sottotitolo {
        color: #00868B;
        padding: 12px;
	font-size: 16px;
       	text-align: center;
}

p.qui {
	color: #00868B;
        background: #CDC5BF;
	border: 3px double #00868B;
        margin: 0px -18px;
        padding: 6px 6px 6px 25%; 
	font-variant: small-caps;
}

p.errore { 
        background: #CDC5BF; 
        text-align: center; 
}  

p.sponsor {
        background: #CDC5BF;
        border: 3px double #00868B;
	margin: 0px -18px;
        padding: 6px;
	text-align: center;
}

p.h1 {
	font-size: 24px;
	font-weight: bold;
}

p.hh1 {
        font-size: 18px;
        font-weight: bold;
	margin-top: 2ex;
}

p.hh1 a {
	color: black;
	background: transparent;
	text-decoration: underline;
}
p.hh1 a:hover {
        color: #FF9900;
        background: transparent;
        text-decoration: underline;
}
p.h2 {
	font-size: 16px;
        font-variant: small-caps;
	color: #00868B;
	padding-top: 24px;
}

p.h3 {
        font-size: 16px;
}

ul.menu {
	padding: 6px;
	margin: 6px;
	color: #00868B;
}
ul.menu li {
	list-style-type: square;
	padding: 3px;
}

li.here {
	font-style: italic;
	color: #FF9900;
}

table.iscritti th {
        vertical-align: top;
	text-align: left;	
        padding: 3px 3px 3px 12px;
        color: #EEE5DE; 
        background-color: #00868B;
        background-repeat: no-repeat;
        background-position: 0px 0px;
        background-image: url("/CombinatoricsJointSession/imgs/angolo.gif");
        border-bottom: 1px solid #CDC5BF;
	border-right: 1px solid #CDC5BF;
	font-weight: normal;
}

table.iscritti td {
        vertical-align: top;
        padding: 3px;
	border-bottom: 1px solid #00868B;
}

table.form th {
        vertical-align: top;
        text-align: right;       
        padding: 3px 3px 3px 12px;
	color: #EEE5DE; 
        background-color: #00868B;
        background-repeat: no-repeat;
        background-position: 0px 0px;
        background-image: url("/CombinatoricsJointSession/imgs/angolo.gif");
        border-bottom: 1px solid #CDC5BF;
	font-weight: normal;
}

table.form td {
        vertical-align: top;
        padding: 3px;     
        border-bottom: 1px solid #00868B;
}
table.form td.long {
	text-align: center;
}
input.button {
	color: #000000; 
	background: #CDC5BF;
	border: 3px outset #CDC5BF; 
}
input.button:hover {
	color: #8B8682;
}

input.button:active {
        color: #8B8682;
        border: 3px inset #CDC5BF; 
}

dl.accomodation dt {
        color: #00868B;
        font-variant: small-caps;
}
dl.accomodation dd {
        text-align: justify;
}

dl.committee dt {
	font-weight: bold;
}

dl.committee dd {
	padding-bottom: 18px;
}
dl.program dt {
	color: #00868B;
	font-weight: bold;
}

dl.program dd {
	font-size: 18px;
	font-style: italic;
	margin-bottom: 3ex;
}

p.day {
        font-variant: small-caps;
	color: #00868B;
	padding: 6px 0px 3px 0px;
}

dl.day {
	margin: 0px 3px 0px 24px;
	border-left: 3px double #CDC5BF;
	border-bottom: 3px double #CDC5BF;
}
dd.title {
        font-style: italic;
}

/**********************************/ 
.emph {
        font-style: italic;
}
.small {
	font-size: 14px;
	font-weight: normal;
}

