/*		AProv LIQUID stylesheet
		Global styles
		Author:stefano.bonzi@siag.it
		Version:January2007
*/


/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('fonts/open-sans-v29-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/open-sans-v29-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('fonts/open-sans-v29-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/open-sans-v29-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* Redefine some browser defaults */
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
    padding: 0;
    margin: 0;
}

a, :link, :visited {
    text-decoration: none;
}

a img, :link img, :visited img {
    border: none;
}

a.outboundLink:link, a.outboundLink:visited, a.outboundLink:hover, a.outboundLink:focus, a.outboundLink:active {
    padding-right: 15px;
    background-image: url(../img/outboundLink_bullet.gif);
    background-position: center right;
    background-repeat: no-repeat;
}

a:link, a:visited {
    padding-bottom: 1px;
    border-bottom: 1px dotted;
}

a:hover, a:focus, a:active {
    border-bottom: 1px solid;
}

h1, h2, h3, h4, h5, h6 {
    font: 1em "Open Sans", sans-serif!important;
}

h1 {
    display: none;
}

h2.first, h3.first, h4.first, h5.first, h6.first {
    margin-top: 0 !important;
}

address, em {
    font-style: normal;
}

em {
    font-weight: bold;
}

ul, ol {
    list-style: none;
}

q {
    font-style: italic;
}

q:before {
    content: no-open-quote;
}

q:after {
    content: no-close-quote;
}

abbr {
    border-bottom: none;
}

img {
    display: block;
}

a img {
    display: inline;
}

body {
    position: relative;
    z-index: 1;
}

hr {
    display: none;
}

hr.clear {
    clear: both;
    display: block;
    height: 0;
    margin: 0;
    padding: 0;
    border: none;
}

form label {
    cursor: pointer;
}

input, select, textarea {
    font-size: 100%;
}

/* PAGE LAYOUT 
<header>
	<corporateNavigator></corporateNavigator>
	<h1></h1>
	<serviceNavigator></serviceNavigator>
</header>
<wrapper_1>
	<wrapper_0>
		<mainNavigator></mainNavigator>
		<content></content>
		<contextNavigator></contextNavigator>
	</wrapper_0>
</wrapper_1>
<footer></footer>
*/

/* HEADER */

#header {
    width: 100%;
    background-color: white;
    color: #000;    
    padding-bottom: 10px;
    display: inline-block;
}

#header h1, #header h1 a {
	color: #D7181E;
	font-weight: 700!important;
	font-size: 18px!important;
	line-height: 1.1!important;
	letter-spacing: -.05em;
    display: block;

    /*
    width: 100%;
    height: 7.3em;

    
    background-position: center left;
    background-repeat: no-repeat;
    
    clear: both;
    */
}
/*
#header h1 a {
    display: block;
    width: 100%;
    height: 100%;
    border-bottom: none;
}

#header h1 a:hover, #header h1 a:active, #header h1 a:focus {
    background: transparent;
    color: #000;
}*/
/*
#header h1 span {
    position: relative;
    z-index: -1;
}
*/
#corporateNavigator {
    float: right;
    width: 100%;
    text-align: right;
    height: 1.55em;
}

#corporateNavigator li {
    margin: 0 0 0 .25em;
    padding: 0 .5em 0 0;
    border-right: 1px solid;
    display: inline;
    height: 1.55em;
}

#corporateNavigator li.first {
    float: left;
    position: relative;
    z-index: 1;
    height: 1.55em;
    width: 26em;
    padding-left: 0;
    margin-left: 0;
    border-right: none;
    background-color: transparent;
    color: #000;
    background-position: center left;
    background-repeat: no-repeat;
}

#corporateNavigator li.first a {
    display: block;
    width: 26em;
    height: 1.55em;
    border-bottom: none;
    background-color: transparent;
    color: #000;
    background-position: center left;
    background-repeat: no-repeat;
}

.de #corporateNavigator li.first {
    background-image: url(../img/aprov_text_de.gif);
}

.de #corporateNavigator li.first a {
    background-image: url(../img/aprov_text_de.gif);
}

.it #corporateNavigator li.first {
    background-image: url(../img/aprov_text_it.gif);
}

.it #corporateNavigator li.first a {
    background-image: url(../img/aprov_text_it.gif);
}

.rm #corporateNavigator li.first {
    background-image: url(../img/aprov_text_rm.gif);
}

.rm #corporateNavigator li.first a {
    background-image: url(../img/aprov_text_rm.gif);
}

.en #corporateNavigator li.first {
    background-image: url(../img/aprov_text_en.gif);
}

.en #corporateNavigator li.first a {
    background-image: url(../img/aprov_text_en.gif);
}

.fr #corporateNavigator li.first {
    background-image: url(../img/aprov_text_fr.gif);
}

.fr #corporateNavigator li.first a {
    background-image: url(../img/aprov_text_fr.gif);
}

#corporateNavigator li.first a span {
    position: relative;
    z-index: -1;
}

#corporateNavigator li.skipNavigation {
    display: none;
}

#corporateNavigator li.styleSwitcher {
    font-weight: bold;
}

#corporateNavigator li.last {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}

#serviceNavigator {
    clear: left;
    float: left;
    width: 100%;
    position: relative;
    z-index: 1000;
}

#serviceNavigator li {
    display: inline;
    margin-left: .25em;
    padding-right: .5em;
    border-right: 1px solid;
    line-height: 1.5em;
}

#serviceNavigator li.last {
    border-right: none;
    padding-right: 0;
}

#serviceNavigator li.first {
    margin-left: 3px;
}

#serviceNavigator form#search {
    text-align: right;
}

#serviceNavigator #search fieldset {
    border: none;
    position: absolute;
    right: 0;
    top: 0;
}

#serviceNavigator #search legend {
    display: none;
}

#serviceNavigator #search input[type="text"] {
    width: 8em;
    padding: 1px;
    margin-right: 2px;
}

#serviceNavigator #search label {
    display: none;
}

/* WRAPPERS */
#wrapper_1 {
    float: left;
    width: 100%;
    background-position: 25% 0;
    background-repeat: repeat-y;
}

#wrapper_0 {
    float: left;
    width: 100%;
    background-color: transparent;
    background-position: 75% 0;
    background-repeat: repeat-y;
    color: #000;
}

/* MAIN NAVIGATOR */
#mainNavigator {
    float: left;
    width: 25%;
    line-height: 1.75;
}

#mainNavigator ol ul {
    margin: 0 0 15px 20px;
}

#mainNavigator ol ul ul {
    margin: 0 0 10px 5px;
    padding: 0 0 3px 10px;
}

#mainNavigator ol li strong {
    display: block;
    padding: 1px 0 5px 5px;
    margin: 0 0 3px;
    font-size: 1.08em;
    letter-spacing: 1px;
}

.keyboard ul {
    margin: 5px 3px 15px 3px;
    padding: 0;
}

.keyboard li {
    display: inline;
    list-style-type: none;
}

.keyboard li a {
    padding: 0 3px;
}

.keyboard li a:link, .keyboard li a:visited, .keyboard li a:hover, .keyboard li a:focus, .keyboard li a:active {
    border-bottom: 1px solid;
}

#content .keyboard li {
    margin: 0 .25em 0;
    line-height: 2em;
}

/* CONTENT */
.threeCols #content {
    float: left;
    width: 20%;
}

.twoCols #content {
    margin-left: 25%;
    padding-left: 15px;
}

.twoColsB #content {
    float: left;
    width: 75%;
}

.singleCol #content {
    width: 100%;
}

#breadCrumbs {
    padding-left: 18px;
    margin: 10px 0;
    background: url(../img/crumbsBullet.gif) #fff 0% 4px no-repeat;
}

.threeCols #breadCrumbs {
    margin: 0 15px;
}

.singleCol #breadCrumbs {
    clear: left;
    margin-top: 10px;
}

#content .localNav {
    float: right;
    margin: 1em 0 .5em 1em;
    padding: 5px 10px;
    height: auto;
    max-width: 33%;
}

#content .localNav ol {
    margin: 0 0 0 1em;
    padding: 0;
}

#content .localNav li {
    margin: .25em 0 .5em 1em;
    padding: 0 .125em;
    font-weight: normal;
}

#content .localNav > li {
    list-style: none;
    margin-left: 0;
    font-weight: bold;
}

#content form a.help {
    background: #00f;
    color: #fff;
    font-weight: bold;
    border-bottom: none;
    padding: 0 2px;
}

#content form a.help:hover, #content form a.help:focus, #content form a.help:active {
    background: #c00;
    color: #fff;
}

#content .closeWindowLink {
    position: absolute;
    font-size: .92em;
    font-weight: bold;
    width: 2em;
    right: 0;
    top: 0;
    margin: 5px 10px;
    text-align: center;
    border: 1px solid #000;
    background: #c00;
    color: #fff;
}

#content a.closeWindowLink:hover {
    background: #00f;
    color: #fff;
}

#content .listNavigator {
    margin: 0 0 1em 0;
    background: #f5f5f5;
    color: #000;
    padding: .25em 0 .5em;
}

#content .listNavigator li {
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0 .5em 0;
}

#content .hiLite, #content .news, #content .items, #content .themen {
    margin: 0 0 1em;
}

.threeCols #content .hiLite, .threeCols #content .news, .threeCols #content .items, .threeCols #content .themen, .threeCols #content .visual {
    margin: 0 15px 1em;
}

.twoColsB #content .hiLite, .twoColsB #content .news, .twoColsB #content .items, .twoColsB #content .themen, .twoColsB #content .visual {
    margin-right: 10px;
}

.news-thumbnail {
    float: left;
    margin: 5px 10px 0 25px;
}

#content .visual {
    position: relative;
    z-index: 1;
    margin-bottom: 1.5em;
    height: 100px;
    background-position: top left;
    background-repeat: no-repeat;
}

#content .visual a {
    display: block;
    width: 100%;
    height: 100px;
    background-position: top left;
    background-repeat: no-repeat;
    border-bottom: none;
    padding: 0;
}

#content .visual span {
    position: relative;
    z-index: -1;
    background-position: top left;
    background-repeat: no-repeat;
}

#content .visual a span {
    background-image: none;
}

#content .itemsRow {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.twoCols #content .items {
    float: left;
    width: 100%;
}

.items > .box {
    float: left;
    width: 100%;
}

.items p {
    padding: .25em 0 .75em;
}

.itemsRow .box, #meteoforecasts .box {
    width: 49%;
    margin-bottom: 0;
}

.sx {
    float: left;
}

.dx {
    float: right;
}

.pager {
    padding: .25em 0 0;
    margin: 1em 0;
    font-size: .92em;
    text-align: center;
}

caption .pager {
    font-size: .6em;
}

.pager a {
    font-weight: bold;
    margin: 0 .125em;
}

.docSize {
    font-size: .92em;
    font-weight: normal;
}

blockquote {
    margin: 1.5em;
    text-align: justify;
}

.imgBox {
    float: left;
    padding: 15px 25px 10px 0;
    max-width: 350px;
}

.imgBox span.didascalia {
    font-size: .92em;
    text-align: left;
}

.moreInfo {
    margin: 1em 0;
    font-size: .92em;
    border-top: 1px solid #ccc;
    padding-top: .5em;
}

form {
    font: 1em Verdana,Geneva,Arial,Helvetica,sans-serif;
}

input, button, label, select {
    margin-top: .125em;
    font: 1em Verdana,Geneva,Arial,Helvetica,sans-serif;
    vertical-align: middle;
}

/*label,.options .label{float:left;width:30%;text-align:right;padding:.25em 5px 0 0;}*/
.options ul {
    float: right;
    width: 69%;
    margin: 0;
    padding: 0;
}

#content .options li {
    margin-bottom: .5em;
}

select, textarea, #content input[type="text"] {
    padding: 2px;
    margin-top: .25em;
    width: 60%;
}

#content input[type="password"] {
    padding: 2px;
    margin-top: .25em;
    width: 60%;
}

button, input[type="submit"], input[type="reset"] {
    /*border:1px solid;border-top-color:#999;border-right-color:#333;border-bottom-color:#333;border-left-color:#999;padding:1px 0 2px;white-space:normal;background:#f5f5f5;color:#000;line-height:normal;*/

    cursor: pointer;
}

#content fieldset {
    padding: 1em;
    margin-bottom: 1em;
}

#content legend {
    padding: 0 .5em .5em;
    font-size: 1.4em;
}

#content fieldset fieldset legend {
    font-size: 1.25em;
}

#content p.instructions {
    margin: .25em 0 1em;
    font-size: .92em;
    line-height: 1.25;
}

#content fieldset div {
    padding: .5em;
    margin: .5em 0 0;
    clear: both;
}

#content fieldset li {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: normal;
}

#content fieldset fieldset {
    padding: 0;
    border: none;
    margin-top: 1em;
}

#content fieldset fieldset input {
    margin-bottom: .5em;
}

#content button {
    margin-top: .5em;
}

#content .currency {
    text-align: right;
}

/*input[type="checkbox"],input[type="radio"]{display:none;float:none;}
input[type="checkbox"] + label,input[type="radio"] + label{display:none;float:none;text-align:left;width:auto;}*/
.error {
    border: 1px dotted #c00;
    border-style: dotted none;
}

.error label {
    background: transparent;
    color: #c00;
}

.error .warning {
    background: transparent;
    color: #c00;
    font-weight: bold;
}

.error input {
    border: 2px solid #c00 !important;
}

.mandatory label, .choiceRequested .instructions, .choiceRequested .label {
    font-weight: bold;
}

#content form ul, #content form ol, #content form dl, #content form li, #content form dd {
    margin-left: 0;
}

.info_privacy {
    margin: 1em 3em;
    font-size: .92em;
}

form abbr {
    font-weight: normal;
}

legend img {
    display: inline;
}

form button a {
    border-bottom: none;
}

#content .formLegenda {
    font-size: .92em;
    background: #f5f5f5;
    color: #000;
    border: 1px solid #ccc;
    border-style: solid none;
    padding: 5px;
    margin: 0 auto 1.5em;
    width: 80%;
}

#content .formLegenda dt, #content .formLegenda dd {
    margin: .125em 0 .5em;
    padding: 0 0 3px;
    line-height: normal;
}

.formLegenda input {
    background: #fff !important;
    color: #000;
    font-size: .92em;
}

#content ul, #content ol, #content dl {
    margin-left: 1.25em;
}

#content li, #content dd, #content dt {
    margin: 1em 0 1em 1.25em;
    line-height: 1.35;
}

#content ul {
    list-style: square;
}

#content ol {
    list-style: decimal;
}

#content dt {
    font-size: 1.1em;
    margin-top: 1.5em;
    font-weight: bold;
}

#content dd {
    margin-top: 0;
}

#content li em {
    font-weight: bold;
    font-size: 1.25em;
}

#content ul.faqInfo {
    margin: 0;
    padding: 0;
}

#content .faqInfo li {
    padding: 0;
    margin: 0;
    list-style: none;
    white-space: nowrap;
    font-size: .92em;
}

#content .downloads ul {
    margin: 0;
    padding: 0;
}

#content .downloads ul li {
    float: left;
    position: relative;
    z-index: 1;
    height: 2.7em;
    width: 2.7em;
    margin: 0 5px 5px 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    text-align: center;
}

#content .downloads ul li a {
    display: block;
    float: left;
    height: 100%;
    width: 100%;
    border-bottom: none;
    padding: 0;
    margin: 0;
}

#content .downloads ul li a span {
    position: relative;
    z-index: -1;
}

#content .downloads ul li.pdf, #content .downloads ul li.pdf a {
    background: transparent url(../img/pdf.gif) no-repeat;
    color: #000;
}

#content .downloads ul li.doc, #content .downloads ul li.doc a {
    background: transparent url(../img/doc.gif) no-repeat;
    color: #000;
}

#content .downloads ul li.xls, #content .downloads ul li.xls a {
    background: transparent url(../img/xls.gif) no-repeat;
    color: #000;
}

#content .downloads ul li.odt, #content .downloads ul li.odt a {
    background: transparent url(../img/odt.gif) no-repeat;
    color: #000;
}

#content .downloads ul li.ppt, #content .downloads ul li.ppt a {
    background: transparent url(../img/ppt.gif) no-repeat;
    color: #000;
}

#content .downloads ul li.zip, #content .downloads ul li.zip a {
    background: transparent url(../img/zip.gif) no-repeat;
    color: #000;
}

#content .downloads ul li.htm, #content .downloads ul li.htm a {
    background: transparent url(../img/html.gif) no-repeat;
    color: #000;
}

#content .downloads ul li.other, #content .downloads ul li.other a {
    background: transparent url(../img/other.gif) no-repeat;
    color: #000;
}

#content .downloads ul li.img, #content .downloads ul li.img a {
    background: transparent url(../img/img.gif) no-repeat;
    color: #000;
}

#content .downloads ol li.pdf, #contextNavigator .downloads ol li.pdf {
    list-style-image: url(../img/bullets/pdf.gif);
}

#content .downloads ol li.doc, #contextNavigator .downloads ol li.doc {
    list-style-image: url(../img/bullets/doc.gif);
}

#content .downloads ol li.xls, #contextNavigator .downloads ol li.xls {
    list-style-image: url(../img/bullets/xls.gif);
}

#content .downloads ol li.odt, #contextNavigator .downloads ol li.odt {
    list-style-image: url(../img/bullets/odt.gif);
}

#content .downloads ol li.ppt, #contextNavigator .downloads ol li.ppt {
    list-style-image: url(../img/bullets/ppt.gif);
}

#content .downloads ol li.zip, #contextNavigator .downloads ol li.zip {
    list-style-image: url(../img/bullets/zip.gif);
}

#content .downloads ol li.htm, #contextNavigator .downloads ol li.htm {
    list-style-image: url(../img/bullets/html.gif);
}

#content .downloads ol li.other, #contextNavigator .downloads ol li.other {
    list-style-image: url(../img/bullets/other.gif);
}

#content .downloads ol li.img, #contextNavigator .downloads ol li.img {
    list-style-image: url(../img/bullets/img.gif);
}

#content #keywordsList {
    margin: 0;
}

#keywordsList li {
    list-style: none;
    margin: 0 0 0 1em;
    line-height: normal;
}

#keywordsList li dl {
    margin: .25em 0 1.5em .5em;
}

#keywordsList li dt {
    margin: 0;
    padding: 0;
}

#keywordsList li dd {
    margin: .25em 0 1em .5em;
}

#keywordsList li .initial {
    font-weight: bold;
    font-size: 2em;
    background: transparent;
    color: #666;
}

#content .news ul li.pdf, #content .news ul li.pdf a {
    background: transparent url(../img/pdf.gif) no-repeat;
    color: #000;
}

#content .news ul li.doc, #content .news ul li.doc a {
    background: transparent url(../img/doc.gif) no-repeat;
    color: #000;
}

#content .news ul li.xls, #content .news ul li.xls a {
    background: transparent url(../img/xls.gif) no-repeat;
    color: #000;
}

#content .news ul li.odt, #content .news ul li.odt a {
    background: transparent url(../img/odt.gif) no-repeat;
    color: #000;
}

#content .news ul li.ppt, #content .news ul li.ppt a {
    background: transparent url(../img/ppt.gif) no-repeat;
    color: #000;
}

#content .news ul li.zip, #content .news ul li.zip a {
    background: transparent url(../img/zip.gif) no-repeat;
    color: #000;
}

#content .news ul li.htm, #content .news ul li.htm a {
    background: transparent url(../img/html.gif) no-repeat;
    color: #000;
}

#content .news ul li.other, #content .news ul li.other a {
    background: transparent url(../img/other.gif) no-repeat;
    color: #000;
}

#content .news ul li.img, #content .news ul li.img a {
    background: transparent url(../img/img.gif) no-repeat;
    color: #000;
}

#content .news ol li.pdf, #contextNavigator .news ol li.pdf {
    list-style-image: url(../img/bullets/pdf.gif);
}

#content .news ol li.doc, #contextNavigator .news ol li.doc {
    list-style-image: url(../img/bullets/doc.gif);
}

#content .news ol li.xls, #contextNavigator .news ol li.xls {
    list-style-image: url(../img/bullets/xls.gif);
}

#content .news ol li.odt, #contextNavigator .news ol li.odt {
    list-style-image: url(../img/bullets/odt.gif);
}

#content .news ol li.ppt, #contextNavigator .news ol li.ppt {
    list-style-image: url(../img/bullets/ppt.gif);
}

#content .news ol li.zip, #contextNavigator .news ol li.zip {
    list-style-image: url(../img/bullets/zip.gif);
}

#content .news ol li.htm, #contextNavigator .news ol li.htm {
    list-style-image: url(../img/bullets/html.gif);
}

#content .news ol li.other, #contextNavigator .news ol li.other {
    list-style-image: url(../img/bullets/other.gif);
}

#content .news ol li.img, #contextNavigator .news ol li.img {
    list-style-image: url(../img/bullets/img.gif);
}

#content .downloads ol li {
    line-height: 1.5;
    vertical-align: middle;
}

#contextNavigator .downloads ol {
    margin-left: 40px;
}

#contextNavigator .downloads ol li {
    vertical-align: middle;
    padding: 0 0 .5em;
}

#content .downloads dl, #content .downloads dt {
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: normal;
}

#content .downloads dd {
    margin: 1em 0;
    text-indent: 0;
}

#content .collaboratori ul, #content .collaboratori li {
    margin: 0;
    padding: 0;
}

#content .collaboratori li {
    list-style: none;
    float: left;
    margin-bottom: 1em;
    width: 90%;
}

#content .collaboratori .competenze {
    margin-left: 140px;
}

#content .collaboratori .who strong {
    display: block;
    font-size: 1.5em;
}

#content .collaboratori .competenze dd {
    margin: 5px 0 0;
    font-size: .92em;
}

#content .collaboratori .competenze dt {
    margin-top: .5em;
    font-size: 1em;
}

.collaboratori li img {
    float: left;
    margin-right: 5px;
}

#content .photogallery {
    margin: 0;
    padding: 0;
}

.photogallery li {
    list-style: none;
    float: left;
    text-align: center;
    font-size: .92em;
    padding: 5px;
}

.detailsList {
    margin-top: 1em;
}

.detailsList img {
    float: left;
    margin-right: 1em;
    vertical-align: middle;
}

.detailsList img.cover {
    border: 1px solid #000;
    margin-left: 0.5em;
}

.detailsList p {
    line-height: 1.3;
}

#content .detailsList dl {
    font-size: .92em;
}

#content .detailsList dt {
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
    width: 15em;
    text-align: right;
}

.detailsList dd:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.detailsList dd {
    display: inline-table;
}

.thumbsList li {
    list-style-type: none;
    padding-left: 100px;
    margin-left: 20px;
    background-repeat: no-repeat;
}

#content .courses {
    padding: 0;
    margin: 0;
}

#content .courses li {
    list-style-type: none;
    padding: 5px;
    margin: 0 0 1em;
}

#content .courses li .course-category {
    display: block;
    font-size: .92em;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    background: transparent;
    color: #666;
}

#content .courses li dt.course-name {
    padding: 0;
    margin-top: .5em;
    font-size: 1.58em;
    font-weight: normal;
}

#content .courses li dl {
    margin: 0;
    padding: 0;
}

#content .courses li dt {
    margin: .5em 0 0;
    padding: 0;
}

#content .courses li dd {
    margin: 0 0 0 1.5em;
    padding: 0;
}

#content .courses li dd.course-description {
    margin: .25em 0 .75em;
}

/*#content table{margin:0 0 1.5em;width:100%;border-collapse:collapse;}
.twoCols #content table{margin-right:0;width:100%;}
#content caption{margin-top:1em;padding-bottom:5px;font-size:1.5em;}
#content th,#content td{padding:.175em 5px 1.25em;vertical-align:top;}
#content table td p{padding:0;text-indent:0;line-height:normal;}
.items table{clear:left;}*/
tr.ruled {
    background-color: #000;
    color: #fff;
}

tr.ruled a {
    background-color: #000;
    color: #fff;
}

/*#content th.numericdata,#content td.numericdata{text-align:right;}
#content .described th.downloadinfo,#content .described td.downloadinfo{text-align:center;}*/
#mainNavigator .banner, #contextNavigator .banner {
    width: 99.5%;
    background-repeat: no-repeat;
}

#mainNavigator .banner a, #contextNavigator .banner a {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    border-bottom: none;
    padding: 0;
    margin: 0;
}

#mainNavigator .banner a span, #contextNavigator .banner a span {
    position: relative;
    z-index: -1;
}

img.sx {
    margin: 1em 20px .5em 0;
}

img.dx {
    margin: 1em 0 .5em 20px;
}

.box img {
    margin: 5px 5px 1px;
}

.downloads a img {
    padding-bottom: 3px;
    margin: auto;
}

#content dl.legenda {
    font-size: x-small;
    margin: 5px 0 !important;
}

#content dl.legenda img {
    display: inline;
    vertical-align: middle;
}

#content dl.legenda dt {
    float: left;
    width: 7em;
}

#content dl.legenda dd {
    float: left;
    margin: 0;
    padding: 0;
}

#content dl.legenda dd ul {
    margin: 0;
    padding: 0;
}

#content dl.legenda dd li {
    list-style: none;
    margin: 0;
    padding: 0 0 .125em;
}

/* CONTEXT NAVIGATOR */
#contextNavigator {
    margin-left: 75%;
    line-height: 1.75;
}

#contextNavigator ol ul {
    margin: 0 0 15px 20px;
}

#contextNavigator ol li strong {
    display: block;
    padding: 1px 0 5px 5px;
    margin: 0 0 3px;
    font-size: 1.08em;
    letter-spacing: 1px;
}

#contextNavigator ul#infoBox li {
    list-style: none;
    list-style-image: none;
    line-height: 1.3;
}

#contextNavigator ul#infoBox {
    background-position: top left;
    background-repeat: no-repeat;
    margin-left: 10px;
}

/* FOOTER */
#footer {
    clear: left;
}

/* MICROFORMATS */
#content .hTeachers ul li {
    list-style: square;
    padding: .125em 0 .25em;
    margin: 0;
}

.vcf {
    background: url(../img/bullets/vcf.gif) left center no-repeat;
    font-size: 92%;
    line-height: 255%;
}

.vcf a {
    margin-left: 22px;
}