/* 
    Document   : ata_basic
    Created on : May 27, 2006, 5:40 PM
    Author     : erika
*/

body *
{
    font-family: verdana, arial, "URW Gothic L","century gothic", sans-serif;
    font-size: 12px;            /*8.5pt;*/
}



/* ****************************** Specifiche globali ********************************** */

H1 
{
    font-family: "Kristen ITC",papyrus,"Tempus Sans ITC","Lucida Handwriting",verdana,swift,dustismo,"URW Gothic L",sans-serif;
    font-size: 1.5em;
    /*letter-spacing: -.05em;*/
    border-bottom: 1px solid #50AF5F; //#99ccff;
    clear:left;
    margin: 10px;
    padding: 10px;
    color: #003366;
    background-color: inherit;
    width:50%;
}

H2 a
{
    font-family: "Kristen ITC",papyrus,"Tempus Sans ITC","Lucida Handwriting",verdana,swift,dustismo,"URW Gothic L",sans-serif;
    font-size: 1.2em;
    clear: both;
    margin: 0px;
    padding: 0px;
    color: #003366;
    background-color: inherit;
}
/*  **********************************IMMAGINI************************************ */
img
{
    border: 0;
}

img.LeftFloat
{
        float: left;
        margin: 0 1em 1em 0;
}

img.RightFloat
{
        float: right;
        margin: 0 0 1em 1em;
}


/* Figure-divs and their supporters */
div.figure 
{
    padding: 0.5em; 
    margin: 1em 1em 0.5em 0.5em;/* Needed to support centering of almost-full-width figures. */
/*border: thin solid silver;*/
}

div.figure p 
{ /* This is default "legend" style, as opposed to "caption". */
    font-size: 0.8em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    line-height: 1.1;
    margin: 0.25em auto 0 auto;
}

div.figure p.caption
{ 
    font-size: 0.8em;
    text-align: center;
}

div.figure p.caption em
{ 
    font-size: 1.1em;
    text-align: center;
}
/* Chicago "caption" for short phrases; "legend" (default) for continuous prose. */

.right { float: right;
           padding: 20px;
         }
.left { float: left;
       padding: 20px;
       }

/* End figure-divs */


/* **********************Definizione stili div che compongono le pagine**************** */
#skipper {display: none !important;}

#navbar
{
    width: 100%;
     
}



#briciole
{
    font-family: "Kristen ITC","Lucida Handwriting",verdana,swift,"URW Gothic L",sans-serif;  /*serif, sans serif;*/
    font-size: 0.6em;
    font-weight: normal;
    padding-left: 1em;
    color: white;
    background-color: #3399ff;
    border-bottom: 1px solid #3399ff;
    border-top: 2px solid #99ccff;
}

#briciole a
{
    font-family: "Kristen ITC","Lucida Handwriting",verdana,swift,"URW Gothic L",sans-serif;  /*serif, sans serif;*/
    font-size: 1em;
    text-decoration: none;
    background-color: #3399ff;
    color: white;
}

#briciole a:hover
{
	text-decoration: underline;
}

#content 
{
       /* width: 90%;*/
       /* margin: 1.5em auto 1em 0; */
	margin: 0 auto 0 0; 
	padding: 0;
	min-height: 21em;
}

#content td
{
    vertical-align: top;
}

#footer
{
	color: white;
        background-color:#5bc0f4 ; //#006600;
	padding: 0.25em 0.1em 0.25em; 
	margin: 0;
   	font-family: "bitstream vera sans", arial, sans-serif;
        font-size: .905em;
	text-align: left; 
	clear: both;
}

#footer #totop
{
	float: right; 
	text-align: right;
        font-size: 1em;
        color: white;
        background-color: #5bc0f4 ;
}



/* ***********************         HOME PAGE          *************************** */
table.fullpage
{
	width: 90%;
	margin-top: .5em;
}

td.index_center
{
	width: 80%;
	
}

/* ---------------Table with Rounded Corners-------------------- */
table.rounded-corner, table.rounded-corner tr, table.rounded-corner tr td 
{
	background-color: #99ccff; /*#ebebeb;*/
	margin: 2em 0 0 2em;
        padding: 0.2em 0.5em 0.2em 0.5em;
	border-collapse: collapse;
        text-align: left;
	color: #003366;
}

td.tl-corner
{
	width: 10px;
	height: 10px;
	background: url(/images/tl-corner.gif) top left no-repeat;
	
}

td.tr-corner
{
	width: 10px;
	height: 10px;
	background: url(/images/tr-corner.gif) top right no-repeat;
}

td.bl-corner
{
	width: 10px;
	height: 10px;
	background: url(/images/bl-corner.gif) bottom left no-repeat;
}
td.br-corner
{
	width: 10px;
	height: 10px;
	background: url(/images/br-corner.gif) bottom right no-repeat;
}

