﻿/*
    Stile relativo al corpo della pagina
*/
body
{
    background-color: #ffffff;
    font-family: Arial, Serif;
}


.myLink a:link, a:visited
{
    color: #2d3a4b;
    text-decoration: none;
}

.myLink a:hover
{
    color: #2d3a4b;
    text-decoration: none;
}

/*
    Stile relativo ai link
*/
a:link, a:visited 
{
    color: #af1726;
    text-decoration: none;
}

a:hover
{
    color: #af1726;
    text-decoration: underline;
}

p
{
    text-indent: 8pt;
    margin-top: 0px;
    margin-bottom: 10px;    
}

h1
{
    font-size: 1.3em;
}

h2
{
    font-size: 1.1em;
}

/*
h3
{
    font-size: 0.9em;
}
*/

li
{
    margin-top: 2px;
    margin-bottom: 2px;
}

/*
    -----------
    Header
    -----------
*/

/*
    Blocco relativo all'intestazione della pagina
*/
.header
{
    width: 892px;
    height: 190px;
    margin: 0px;
}



/*
    -----------
    SubHeader
    -----------
*/

/*
    Blocco relativo alla fascia sotto l'header, in cui 
    compaiono il messaggio di benvenuto per gli utenti loggati
    ed i link alle voci di menu della Brochure, Download, Link utili
    Privacy Policy, Pannello di controllo ed Esci.
*/
.subHeader
{
    width: 750px;
}


/*
    -----------
    Area dediata al messaggi di benvenuto per u nutente loggato
    -----------
*/


.hello
{
    color: #2d3a4b;
    text-align: left;
    font-size: 0.9em;
    float: left;
    padding: 8px 0px 10px;
}



/*
    Blocco in cui compaiono i link dei menu
*/

.topMenu
{
    text-align: right;
    vertical-align: middle;
    font-weight: bold;
    font-size: 0.8em;
    float: right;
    padding: 8px 0px 10px;
}



/*
    Contenitore dei blocchi menu/news e corpo
*/
.content
{
    width: 760px;
    clear: both;
}

/*
    Contenitore dei blocchi menu/news 
*/
.contentLeft
{
    width: 230px;
    float: left;
    margin-bottom: 30px;
}

/*
    Contenitore del corpo della pagina
*/
.contentRight
{
    width: 510px;
    float: right;
    margin-bottom: 30px;
}



/*
    -----------
    Menu
    -----------
*/

/*
    Contenitore del menu
*/
.menu
{
    margin-top: 0px;
}

.menuItem
{
    position: static;
    margin: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}




/*
    -----------
    News
    -----------
*/

/*
    Contenitore dell'header delle news
*/
.newsHead
{
    background-image: url(images/newsbkghead.gif);
    background-repeat: repeat-y;
    padding-left: 20px;
    font-size: 1.2em;
    color: #2d3a4b;
    vertical-align: middle;
    padding-right: 0px;
    padding-bottom: 10px;
    margin: 14px 0px 0px;
    padding-top: 10px;
    text-align: left;
}

/*
    Contenitore delle news (data + titolo + testo)
*/
.newsBody
{
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 6px;
    padding-top: 10px;
    background-image: url(images/newsbkgbody.gif);
    margin-bottom: 4px;
    background-repeat: repeat-y;
    text-align: justify;
}

/*
    Contenitore data della news
*/
.newsDate
{
    background-image: url(images/newsbook.gif);
    background-repeat: no-repeat;
    font-size: 0.8em;
    color: #9f9fa1;
    background-position: 14px center;
    padding-left: 46px;
    padding-top: 8px;
    padding-bottom: 8px;
}

/*
    Contenitore titolo della news
*/
.newsTitle
{
    font-size: 0.9em;
    font-weight: bold;
    padding-left: 24px;
    padding-top: 2px;
}

/*
    Contenitore testo della news
*/
.newsText
{
    padding-left: 20px;
    font-size: 0.7em;
    padding-top: 4px;
    padding-right: 6px;
    color: #2d3a4b;
    margin-bottom: 10px;
    text-indent: 4pt;
}

/*
    Contenitore link a tutte le news
*/
.newsBottom
{
    font-size: 0.8em;
    padding-right: 6px;
    text-align: right;
    margin-top: 20px;
    font-weight: bold;
    font-variant: normal;
}


/*
    -----------
    Corpo
    -----------
*/
.contentRightHead
{
    background-image: url(images/contentbkghead.gif);
    background-repeat: repeat-y;
    font-size: 1.2em;
    color: #2d3a4b;
    vertical-align: middle;
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
}

.selector
{
    float: left;
    margin-top: 8px;
    margin-bottom: 6px;
}

.addButton
{
    float: right;
    margin-top: 8px;
    margin-bottom: 6px;  
}

.editButton
{
    float: right;
    margin-top: 0px;
    margin-bottom: 0px;  
}

.contentRightImg
{
    float: left;
    margin-top: 14px;
    margin-right: 14px;
	padding-bottom: 10px;
}

.contentRightText
{
    font-size: 0.8em;
    color: #2d3a4b;
    padding-right: 8px;
    padding-left: 30px;
    padding-bottom: 10px;
    padding-top: 18px;
    text-align: justify;
    background-image: url(images/contentbkgbody.gif);
    background-repeat: repeat-y;
}

.contentRightText .first-par
{
    padding-top: 14px;
}

.contentRightText .first-par p:first-letter
{
    text-indent: 8pt;
    font-size: 1.4em;
}


.contentRightTextLogged
{
    font-size: 0.8em;
    color: #2d3a4b;
    padding-right: 8px;
    padding-left: 30px;
    padding-bottom: 10px;
    padding-top: 0px;
    text-align: justify;
    background-image: url(images/contentbkgbody.gif);
    background-repeat: repeat-y;
}

.contentRightTextLogged .first-par
{
    padding-top: 14px;
}

.contentRightTextLogged .first-par p:first-letter
{
    text-indent: 8pt;
    font-size: 1.4em;
}




/*
    -----------
    Footer
    -----------
*/
.footer
{
    width: 760px;
    font-size: 0.8em;
    color: #2d3a4b;
    text-align: center;
    padding-right: 10px;
    padding-left: 10px;
    clear: both;
    margin: 20px 0px 0px;
}


.footerHead
{
	background-color: #2d3a4b;
	color: #2d3a4b;
}


.elementDownload
{
    margin-top: 10px;
    margin-bottom: 4px;
}

.elementPublication
{
    margin-top: 22px;
    margin-bottom: 10px;
}


.elementLink
{
    margin-top: 12px;
    margin-bottom: 0px;
}

.elementArchive
{
    margin-top: 12px;
    margin-bottom: 8px;
}

.elementNews
{
    margin-top: 20px;
    margin-bottom: 20px;
}

.elementNewsDetail
{
    margin-top: 20px;
    margin-bottom: 20px;
}

.listDate
{
    color: #9f9fa1;
    font-size: 0.9em;
    margin-left: 12px;
    margin-top: 8px;
}

.listTitle
{
    margin-top: 10px;
    font-size: 1.2em;
    margin-left: 12px;
    font-weight: bold;
}

.listAuthor
{
    margin-top: 10px;
    font-size: 1.0em;
    margin-left: 12px;
}

.listEditor
{
    margin-top: 10px;
    font-size: 1.0em;
    margin-left: 12px;
}

.listAbstract
{
    margin-top: 20px;
    font-size: 1.0em;
    margin-left: 6px;
    padding-right: 8px;
    margin-bottom: 12px;
}


.point
{
    float: left;
    margin: 0px 8px 8px 4px;
}

.halfLink
{
    float: left;
    width: 280px;
    margin: 0px 0px 8px;
}

.fullLink
{
    float: left;
    clear:right;
    width:95%;
    margin: 0px 0px 8px;
}

.halfDescription
{
    float:left;
    width:300px;
    text-indent:8pt;
    margin: 0px 0px 10px;
}

.fullDescription
{
    float:left;
    width:100%;
    text-indent:8pt;
    margin: 0px 0px 10px;
}

.hiddenSeparationLine
{
    clear: both;
    height: 0px;
    font-size: 1px;
}

.padding
{
    margin-bottom: 0px;    
}

.pads
{
    clear:both;    
}
 
.navigation
{
	width:100%;
	margin-top:50px;
}

#leftnav 
{
	float:left;
	width:180px;
	text-align:center;
}

#rightnav 
{
	float:right;
	width:180px;
	text-align:center;
}

#numnav
{
	float:inherit;
	text-align:center;
}


.separationLine
{
    height: 3px;
    background-color: #dcdcdc;
    color: #dcdcdc;
    width: 400px;
    font-size: 1px;
    clear: both;

}

.menuControlContainer
{
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
}

.menuControl
{
    padding-right: 6px;
    padding-left: 6px;
}

.resetButton
{
    float: right;
    margin-top: 0px;
    margin-bottom: 6px;  
}

.buttonright
{
    float: right;
}


.myLink
{
    margin-left: 10px;
    text-align: left;
}



/* Stili relativi alla pagina RegistrazioneNewsletter.spx
*/

.registerNewsletterLink
{
	margin-top:10px;
}

.registrationInfoBox
{
	background-color: #dcdcdc;
	padding-left:0.8em;
	padding-right:0.8em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	margin-bottom:10px;
}

.registrationInfoTitle
{
	font-size: 0.9em;
	margin-top:0.8em;
	margin-bottom:0.8em;
}

.registrationInfoText
{
	font-size: 0.8em;
	margin-top:0.4em;
	margin-bottom:0.4em;
}

.rowInfo
{
	padding-top:1.0em;
	padding-bottom:1.0em;
}

.textInfo
{
	padding-left: 1.4em;
	padding-right: 1.0em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	font-size: 0.9em;
}

.messageBox
{
	background-color: #dcdcdc;
	padding-left:0.8em;
	padding-right:0.8em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	margin-bottom:10px;
	margin-top:16px;
}




.box
{
	border: #dedfe1 1px solid;
	padding: 1px;
	margin-bottom: 0px;
	margin-top: 10px;
	margin-left: 10px;
}

.boxInner
{
	height: 1%;
	text-align: left;
	background-image: url(images/newsletterbkgbody.gif);
	background-repeat: repeat-y;
}

.boxInner:after
{
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.boxInnerImgNewsletter
{
	background-image: url(images/newsletterbkgimg.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width:74px;
	height:75px;
	float:left;
}

.boxInnerImgCourses
{
	background-image: url(images/formationbkgimg.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width:75px;
	height:94px;
	float:left;
}

.boxInnerTxt
{
	width: 130px;
	padding-left: 0.4em;
	padding-right: 0.4em;
	float: left;
	text-indent: 4px;
	margin-top: 0.4em;
	padding-bottom:0.4em;
	font-size: 0.7em;
	text-align: justify;
	line-height: 1.2em;
}


.newsletterLink
{
	font-size: 1.1em;
	font-weight: bold;
	float:right;
}



.DBAdminbody
{
    font-size:0.8em;
    padding-bottom:30px;
}

.DBAdminLabel
{
	font-weight: bold;
    margin-top: 20px;
    margin-bottom: 6px;
    text-align: left;
}

.courseBtnStyle
{
	text-align: right;		
}

.courseElemTitle
{
	font-size: 0.9em;
	float:left;	
}

.courseElemData
{
	font-size: 0.9em;
	float:right;
}

