/* Start of CMSMS style sheet 'style_contents_css' */
/* HEADINGS */

div#content {
   line-height: 1.5em;
}

div#content h1 {
   font-size: 2em; /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
	color: #77a5c9; 
	font-size: 1.5em; 
	text-align: left; 
/* some air around the text */
	padding-left: 0.5em;
	padding-bottom: 1px;
/* set borders around header */
	border-bottom: 1px solid #e7ab0b; 
	border-left: 1.1em solid #e7ab0b; 
        line-height: 1.5em;
/* and some air under the border */
        margin: 0 0 0.5em 0;
}
div#content h3 {
   color: #7992bd; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #7992bd; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   color: #7992bd; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content img {
   margin: 6px 6px 6px 6px;
}

h6 {
   color: #7992bd; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}

/* END HEADINGS */

/* TABLES */

div#content table.listecolore {
    width: 100%;
}

div#content table.listecolore th {
    text-align: left;
    background-color: #fe9813;
}

div#content table.listecolore tr {
    background-color: #e7e4db;
}

div#content table.listecolore tr.colore {
    background-color: #e7d196;
}

div#content table.listeindent {
    width: 100%;
}

div#content table.listeindent th {
    height: 30px;
    text-align:center;
    background-color: #fe9813;
    color: #18507c;
}

div#content table.listeindent th.sub {
    height: 20px;
    text-align:left;
    text-indent: 1.5em;
    background-color: #e7d196;
}

div#content table.listeindent td {
    text-indent: 1.5em;
}

div#content table.listeindent td.sub {
    text-indent: 3em;
}

div#content table.listeindent td.right {
    text-align:right;
}

div#content table.uetable
{
    width: 100%;
}

div#content table.uetable td.uecol1,
div#content table.uetable th.uecol1
{
    width: 20%;
}

div#content table.uetable td.uecol2,
div#content table.uetable th.uecol2
{
    width: 60%;
    border-bottom: 1px solid #CCC;
}

div#content table.uetable td.uecol34,
div#content table.uetable th.uecol34
{
    width: 10%;
    border-bottom: 1px solid #CCC;
    text-align: center;
}


/* END TABLES */
/* End of 'style_contents_css' */

