﻿body {
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 12px;
    margin: 0px;
    padding: 15px;
    background-color: White /*#187CB6  #FFDC04*/; 
    background-image: url('../images/bg01.jpg'); 
    background-attachment: fixed; 
    background-position: center top;
}
img {
    border-width: 0px;
}
p {
    margin: 0px;
    padding: 0px;
}
h1 {
    margin: 0px;
    padding: 0px;
}
h2 {
    font-family: Georgia, Times New Roman, Serif;
    font-size: 20px;
    font-weight: normal;
    margin: 0px 0px 15px 0px;
    padding: 0px;
    color: #009ee0;
    /*background-color: #55ab26;*/
}
h2:first-letter {
    font-size: 28px;
    font-weight: lighter;
    margin: 0px 0px 15px 0px;
    padding: 0px;
}
h3 {
    font-family: Georgia, Times New Roman, Serif;
    font-size: 14px;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    color: Black;
    /*background-color: #55ab26;*/
}

/* LAYOUT LAYERS */

.container {
    display: table;
    margin: 0px auto;
    padding: 0px;
    width: 780px;
}
.leftCol {
    float: left;
    width: 250px;
}
.headerPicture {
    width: 250px;
    height: 250px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}
.central {
    margin: 0px 0px 0px 265px;
}
.header {
    background-color: #ffdc04;
    height: 150px;
}
.pageTitle {
    background-color: #e2007a;
    height: 35px;
    margin: 15px 0px 0px 0px;
    color: White; /*#55ab26*/
}
.pageTitle h1 {
    padding: 5px 10px; 
    font-family: Georgia, Helvetica, Arial, Sans-Serif;
    font-size: 20px;
    font-weight: bold; 
    letter-spacing: -1px;
}

/* CONTENT STYLES */

.pageContentBox {
    margin: 15px 0px 0px 15px;
    float: right;
    width: 100%;
    background-color: White;
}
.pageContent {
    padding: 15px;
    min-height: 612px;
}
.pageContent p {
    margin: 0px 0px 15px 0px;
    line-height: 150%;
}
.pageContent a {
    color: #666666;
}
.pageContent a:hover {
    color: Black;
}
.pageContent ul {
    margin: 0px 0px 15px 15px;
    padding: 0px 0px 0px 0px;
    list-style-type: circle;
}
.pageContent ul li {
    margin: 4px 0px;
    padding: 4px 0px 4px 0px;
    line-height: 150%;
}

/* MENU */

.leftMenu {
    margin: 15px 0px 0px 0px;
    padding: 15px 0px 0px 0px;
    background-color: White;
}
.leftMenu h3 {
    margin: 0px;
    padding: 0px 0px 0px 7px;
    font-size: 16px;
    color: #55ab26;
    font-family: Georgia, Times New Roman, Serif;
}
.leftMenu ul {
    margin: 5px 0px 20px 0px;
    padding: 0px;
    list-style-type: none; 
    font-family: Trebuchet MS, Verdana, Sans-Serif;
}
.leftMenu ul li {
    margin: 0px 0px;
    padding: 3px 10px;
    border-bottom: 1px solid #cdcdcd; 
    background-color: #55ab26;
    color: Black;
}
.leftMenu ul li:hover {
    background-color: #0c8941;
    color: White;
}
.leftMenu ul li a {
    font-size: 14px;
    font-weight: bold;
    color: Black;
    text-decoration: none;
    display: block; 
    height: 100%;
}
.leftMenu ul li a:hover {
    color: White;
}

/* FOOTER */

.footer {
    width: 750px;
    margin: 0px auto 15px auto;
    padding: 15px;
    color: White;
    font-size: 10px;
    font-family: Verdana, Geneva, Sans-Serif;
    clear: left;
    background-color: #009ee0;
    line-height: 50px;
}
.footer a {
    color: Black;
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline;
}

/* HOMEPAGE */

.homeTab {
    width: 100%;
}
.homeWelcomeCell {
    width: 50%;
    vertical-align: top;
    border-right: 1px solid #dcdcdc;
    padding-right: 15px;
    font-size: 11px;
}
.homeWelcomeCell p {
    font-size: 12px;
}
/*
.homeWelcomeCell p:first-letter {
    font-size: 20px;
    font-weight: lighter;
    margin: 0px 0px 15px 0px;
    padding: 0px;
    font-style: italic; 
    font-family: Georgia, Times New Roman, Serif;
}
*/
.homeBox {
}
.homeBox img {
}
.homeBox p {
    font-size: 11px;
    padding: 5px;
}
.homeBox a {
    text-decoration: none;
    color: Black;
}
.homeBox a:hover {
    text-decoration: none;
    color: #009ee0;
}
.homeNewsCell {
    width: 50%;
    vertical-align: top;
    padding: 0px 0px 0px 15px;
}
p.emph, span.emph {
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
}

/* CURRICULUM */

.cvTab {
    width: 100%;
    font-size: 11px;
    margin-bottom: 20px;
}
.cvTab td {
    border-bottom: 1px solid #dcdcdc;
    padding: 3px 0px;
}
.cvTabLabelCol {
    width: 150px;
    font-weight: bold;
}

/* FORM ELEMENTS */

.formElements {
    width: 100%;
    margin: 0px;
}
.formElements td {
    vertical-align: top;
}
.formElements h3 {
    color: #231F20;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 10px 0px;
    font-size: 14px;
    border-bottom: 1px solid Silver;
}
.formElements p {
    margin: 0px 0px 5px 0px;
}
.formElements input {
    display: block;
    font-size: 11px;
    width: 180px;
    background-color: #f0f0f0;
    color: #666666;
    border: 1px solid #cdcdcd;
    padding: 3px;
}
.formElements select {
    display: block;
    font-size: 11px;
    padding: 2px;
    width: 185px;
    background-color: #f0f0f0;
    color: #666666;
    border: 1px solid #cdcdcd;
}
.formElements textarea {
    display: block;
    font-size: 11px;
    width: 180px;
    height: 50px;
    background-color: #f0f0f0;
    color: #666666;
    border: 1px solid #cdcdcd;
    padding: 3px;
    font-family: Helvetica, Arial, Verdana;
}
.chkBox input {
    display: inline;
    width: auto; 
    background-color: Transparent;
    margin-left: 0px;
    border-width: 0px !important;
}
.formElements a {
    text-decoration: none;
}
.formElements a:hover {
}
.formBtn {
    width: auto !important;
    font-size: 14px;
    font-family: Trebuchet MS, Helvetica, Arial, Sans-Serif;
    text-transform: uppercase;
    background-color: #f0f0f0;
    color: #666666;
    border: 1px solid #cdcdcd;
    margin-top: 10px;
    padding: 2px 5px !important;
}
.formBtn:hover {
    color: Black !important;
    border: 1px solid Black !important;
}
.vSummary {
    color: #3D3938;
    margin: 12px 0px 10px 0px;
    font-size: 12px;
}
.mapTab {
    margin: 0px 0px 20px 0px;
}
.mapThumb {
}
.mapThumb img {
    border: 1px solid #cdcdcd !important;
    margin-right: 15px;
}
.mapThumb img:hover {
    border: 1px solid Orange !important;
}
.gvAdmin {
    width: 100%;
}
.gvAdmin td {
    padding: 3px 0px;
}
.gvAdmin .txtBox {
    width: 90% !important;
}
.gvHeader {
    font-size: 11px;
    width: 140px;
}

/* LOGIN AND ADMIN AREA */

.loginForm {
}
.chkRemember {}
.loginStatus {
    color: #666666;
    text-align: left;
    font-size: 11px;
    text-decoration: none;
}
.loginStatus:hover {
    color: #333333;
}
.button {
    background-color: White;
    background-image: url('../images/btnBg.jpg'); 
    background-position: bottom; 
    background-repeat: repeat-x;
    color: #0066CC !important;
    padding: 2px 5px;
    border-top: 1px solid #9D9D9D;
    border-right: 1px solid #9D9D9D;
    border-left: 1px solid #9D9D9D;
    font-size: 14px !important;
    text-decoration: none;
    width: auto !important;
}
.button:hover {
    color: Black !important;
}
.select {
    font-size: 11px;
    width: 204px;
    padding: 1px 0px;
}
.txtBox {
    width: 200px;
    font-size: 12px;
}
.txtArea {
    width: 300px;
    font-size: 12px;
    font-family: Helvetica, Arial, Sans-Serif;
}
#divUp {
    visibility: hidden;
    display: none;
    position: absolute;
    border: 1px solid Gray;
    padding: 10px;
    font-size: 11px;
    background-color: #f0f0f0;
    width: 250px;
    height: 60px;
}
.fileUpload {
    position: absolute !important;
    font-size: 12px;
    background-color: White !important;
    margin: 0px 0px 0px 0px !important;
    padding: 0px !important;
}
.inlineInput {
    margin-top: 35px;
}
.inlineInput input {
    display: inline !important;
    margin-bottom: 0px !important;
}
.commands {
    height: 30px;
    font-size: 11px;
    vertical-align: middle;
    padding-top: 6px;
}
.commands input {
    background-color: White;
    background-image: url('../images/btnBg.jpg'); 
    background-position: bottom; 
    background-repeat: repeat-x;
    color: #0066CC !important;
    padding: 2px 5px;
    border-top: 1px solid #9D9D9D;
    border-right: 1px solid #9D9D9D;
    border-left: 1px solid #9D9D9D;
    font-size: 12px !important;
    text-decoration: none;
    width: auto !important;
}
.commands input:hover {
    color: Black;
}
.commands a {
    margin: 10px 0px;
    padding: 6px 12px;
    background-color: White;
    color: #A50E13;
    text-decoration: none;
}
.commandRow td {
    padding: 20px 0px 0px 140px;
}
.formBtnSmall {
    width: auto !important;
    color: Silver !important;
    font-size: 12px;
    font-family: Trebuchet MS, Helvetica, Arial, Sans-Serif;
    background-color: #555555 !important; 
    border: 1px solid Silver !important;
    padding: 0px 5px !important;
    height: 24px;
}
.formBtnSmall:hover {
    color: White !important;
    border: 1px solid Orange !important;
}

/* NEWS PAGE - LIST AND DETAILS */

.newsHomeTab {
    width: 100%;
    font-size: 11px;
}
.newsHomeListItem {
    padding: 0px 0px 0px 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;
}
.newsHomeListItem p {
    line-height: normal;
}
.newsTab {
    width: 100%;
    margin-top: 2px;
}
.newsListItem {
    padding: 15px 0px 0px 0px;
    border-bottom: 1px solid #dcdcdc;
}
.newsAttachment {
    font-size: 11px;
    background-color: #82abc4;
    text-align: right;
    height: 20px;
    margin-bottom: 10px;
    padding-right: 10px;
}
.newsImgAttachment {
    float: left;
    width: 120px;
    height: 60px;
    overflow: hidden;
    margin: 3px 15px 5px 0px;
}
.newsImgAttachment img {
    width: 120px;
    border-width: 0px;
}
.newsPreviewText {
    margin-left: 140px;
}
.newsPager {}
.newsDeatilsItem {
    margin-bottom: 15px;
}    
.newsDetailsTab {
    margin-bottom: 15px;
    padding-bottom: 15px;
    width: 100%;
}
.newsDetailsTab ul {
    margin: 0px 0px 15px 15px;
    padding: 0px;
    list-style-type: circle;
}
.newsDetailsTab ul li {
    margin: 0px;
    padding: 0px;
}
.solutionPictures {
    display: table;
}
.previewBox {
    margin: 0px 10px 10px 0px;
    float: left;
}
.previewBox img {
    border: 2px solid White;
    width: 104px;
}
.previewBox img:hover {
    border: 2px solid #666666;
}

/* SEMINARI */

.seminarInfoTab {
    width: 100%;
    background-color: #f0f0f0;
    margin-bottom: 15px;
}
.seminarInfoTab p {
    margin: 10px 0px;
    padding: 0px 15px;
}

/* MAILING LIST REGISTRATION FORM */

.NLRegistrationTab {
    width: 100%;
}
.NLRegistrationTab td {
    padding: 3px 0px;
}
.chkBoxList {
    margin-bottom: 15px;
}
.privacyCell {
    font-size: 10px;
}

/* PUBBLICAZIONI */

.publicationsTab {
    width: 100%;
}
.publicationType {
}
.coverImage {
    width: 120px;
}
.coverImage:hover {
    width: 120px;
}
.publicationDetailsTab {
    width: 100%;
}
.publicationDetailsTab td {
    padding: 3px 0px;
    border-bottom: 1px solid #dcdcdc;
}
.coverThumb {
    margin: 0px 10px 10px 0px;
    float: left;
}
.coverThumb img {
    width: 120px;
}
.coverThumb img:hover {
}
.pubTitle {
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0px 15px 0px;
}    
.pubTitle:first-letter {
    font-size: 20px;
    font-weight: lighter;
    padding: 0px;
    font-style: italic;
}
.pubSubTitle {
    font-size: 14px;
    font-weight: normal;
    margin: 15px 0px 15px 0px;
    font-style: italic;
}
.labelCol {
    color: #17354F;
}
.review {
    margin-top: 15px !important;
    font-size: 11px;
    color: #666666;
}

/* FOTO ALBUM */

.albumPicturesContainer {
	display: table;
	width: 500px;
	position: relative;
}
.picturesContainer {
	display: table;
	width: 490px;
	position: relative;
}
.pictureBox {
	float: left;
	margin: 0px 10px 10px 0px;
	width: 86px;
	height: 57px;
	overflow: hidden;
	border: 2px solid #187CB6;
}
.pictureBox:hover {
	border: 2px solid #e2007a;
}
.pictureBox img {
	border-width: 0px;
}
.linksTable td {
    padding: 5px 0px;
    height: 66px;
    vertical-align: middle;
}
.linksTable td a img {
    width: 100px;
    height: auto;
    margin: 0px 20px 0px 0px;
}

/* DOCUMENTI */

.docsList {
}
.docsSection {
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 15px 0px;
    border-bottom: 1px solid silver;
}
.docsTable {
    width: 100%;
    border-top: 1px solid #cdcdcd;
}
.docsTable td {
    border-bottom: 1px solid #cdcdcd;
}
.fileNameCell {
    width: 90%;
    background-color: #e6e6e6;
    padding: 0px 15px;
}
.fileNameCell:hover {
    background-color: #cdcdcd;
}
.fileNameCell a {
    display: block;
    padding: 6px 0px;
}
.fileDownloadCell {
    text-align: right;
    padding: 0px 15px;
}
.mf {
    display: block;
    float: left;
    width: 114px;
    margin-right: 20px;
}
