
/*******************************************************************************/
/*                                  LAYOUT CSS                                 */
/*******************************************************************************/

body {
    margin: 0;
    padding: 0;
    font-size: 0.98em;
    color: #666666;
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

td, th {
    padding: 2px 0px 0px 5px;
}

th {
    background-color:#bcbcbc;
    text-align: left;
    color: #ffffff;
    font-size: 1.1em;
    letter-spacing: 0.1px;
    line-height: 1.75em;
}

input, select, textarea {
    font-family: verdana;
    font-size: .9em;
}

/******************************* LAYOUT : HEADER *******************************/

 
#sgl-header {
   	background-color: violet;
    height: 100px;
    margin: 0;
    padding: 0;
}
#sgl-header-left-image {
    float: left;
    margin: 0;
    padding: 0 0 0 10px; 
    color: #ffffff;
}

#sgl-header-left {
    float: left;
    margin: 0;
    padding: 5px 0 5px 15px; 
    color: #ffffff;
}
#sgl-header-site {
    color: #ffffff;
}


#sgl-header-left img {
    border: 0;
    vertical-align: middle;
}

#sgl-header-right {
    float: right;
    padding: 10px 10px 0 0;
    text-align: right;
    font-size: 0.8em;
}

#sgl-header-right a {
    color: yellow;
    cursor: pointer;
    text-decoration: none;
}

#sgl-header-right a:hover {
    color: #ffffff;
    cursor: pointer;
    text-decoration: underline;
}

#sgl-header-right img {
    /* image next to login-logout link */
    margin-left: 10px;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    border: 0;
    vertical-align: middle;
}

#sgl-header-right-image {
    /* image next to login-logout link */
   	float: right;
    padding: 0 10px 0 0 ;
    margin: 0;
    
}

/***************************** LAYOUT : NAVIGATION *****************************/

#sgl-nav {
    font-size: 0.85em;
}

//
/***************************** LAYOUT : TABLES *****************************/

.sgl-row-light {
    background-color: #EFEFEF;
}

.sgl-row-cyan {
   background-color: #E5F1FF;
}

//.sgl-row-dark {
//    background-color: ;
//}


/****************************** LAYOUT : MAIN *******************************/

#sgl-main {
top: 126px;
}
/************************ LAYOUT : LEFT & RIGHT BLOCKS *************************/

#sgl-blocks-left, #sgl-blocks-right {
    position: absolute;
    margin-top: 126px;
    top: 0px;
}

#sgl-blocks-left {
    width: 160px;
    left: 0px;
}

#sgl-blocks-right {
    width: 160px;
    right: 0px;
    z-index:1;
}

div.sgl-blocks-left-item {
    /* 4px from top, 1px from left edge */
    padding: 4px 0 0 1px;
}

div.sgl-blocks-right-item {
    /* 4px from top, 1px from right edge */
    padding: 4px 1px 0 0;
}

div.sgl-blocks-left-item-title, div.sgl-blocks-right-item-title {
    background-color: violet;
    font-size: 1.0em;
    line-height: 1.5em;
    font-weight: bold;
    color: #E6FFA2;
    text-align: center;
    border: 1px solid #bbb;
}

div.sgl-blocks-left-item-body, div.sgl-blocks-right-item-body {
    background-color: #E5F1FF;
    font-size: 0.85em;
    color: #184A84;
    padding: 5px 0 5px 10px;
    border-right: 1px solid #bbb;
    border-left: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
}

/*************************** LAYOUT : MIDDLE BLOCKS ****************************/

#sgl-blocks-middle {
    position: relative;
    margin: 0 160px 0 160px;
    width: auto;
    padding: 0 20px 0 20px; /* padding from left and right blocks */
    font-size: .85em;
    z-index:2;
}
#sgl-block-middle-admin {
    padding: 0 20px 0 20px; /* padding from left and right blocks */
    font-size: .85em;
    z-index:2;
}

div.sgl-blocks-middle-title {
    color: #E6FFA2;
    background-color: violet;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.5em;
    text-align: center;
}
div.sgl-blocks-middle-body {
    background-color: white;
    color: #184A84;
    border-right: 1px solid violet;
    border-left: 1px solid violet;
    border-bottom: 1px solid violet;
    text-align: center;
}

/*Holly Hack here so that tooltips don't act screwy: http://www.positioniseverything.net/explorer/threepxtest.html*/
/* Hide next from Mac IE plus non-IE \*/
* html #sgl-blocks-middle {height: 1%;}
/* */

/******************************* LAYOUT : FOOTER *******************************/

#sgl-footer {
    position: relative;
    margin-top: 20px;
    margin-bottom: 5px;
    width: 100%;
    font-size: 0.8em;
    text-align: center;
    color: gray;
}

/*******************************************************************************/
/*                                 CONTENT CSS                               */
/*******************************************************************************/

/***************************** CONTENT : HEADINGS ******************************/
h1 {
    font-size: 2em;
    font-weight: normal;
}

h1.pageTitle {
    font-weight: normal;
    text-align: center;
    color: #184A84;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.25em;
}

h4 {
    font-size: 1.0em;
}
.pageTitle {
    color: #184A84;
    font-size: 1.75em;
    font-weight:normal;
    }

/***************************** CONTENT : ANCHORS  Home, Contattami header******************************/

a {
    color: #3399ff;
    font-weight: bold;
}

a:visited {
    color: #999999;
}

a:hover {
    color: #184A84;
    text-decoration: none;
}

/******************************* CONTENT : LOGIN *******************************/

.username { color: #ffffff; }

/******************************* CONTENT : BLOCKS ******************************/

img.blocksAvatar {
    /* move the image up to be flush with bottom of title */
    position: relative;
    top: -2px;
    /* float the image to the right of the text */
    float: right;
    padding-left: 5px;
    align: center;
    border:none;
}

/*************************** CONTENT : MISCELLANEOUS ***************************/

hr {
    border: 0;
    border-bottom: 1px solid #D9D9D9;
}

p.alignCenter {
    text-align: center;
}
.primary {
    background-color: violet;
}
.secondary {
    background-color: #9DCDFE;
}
.tertiary{
    background-color: #D9D9D9;
}
.title {
    color: #999999;
    font-weight: normal;
    font-size: 1.5em;
}

/*************************** MODULE: PUBLISHER ***************************/

.sectionHeader {
    font-size: 1.3em;
    font-weight: normal;
    color: #184A84;
    background-color: #D9D9D9;
    padding-left: 10px;
    line-height:34px;
    letter-spacing:1px;
}
.sectionHeaderAdmin { 
    font-size: 1.20em;
    font-weight: normal;
    color: #ffffff;
    background-color: #80B4E4;
    padding-left: 10px;
    line-height:34px;
    letter-spacing:1px;
}
.colHeader   {
    color: #184A84;
    background-color: #E7E7E7;
    font-size: 11px;
    line-height: 20px;
    font-weight: normal;
    padding-left : 10px;
    letter-spacing:0.5px;
    }
.colHeaderAdmin  {
    color: #184A84;
    background-color: #80B4E4;
    font-size: 11px;
    line-height: 20px;
    font-weight: normal;
    padding-left : 10px;
    letter-spacing:0.5px;
    }
.navigator {
    color: #bbbbbb;
    background-color: #666666;
    padding-left: 10px;
    font-weight: bold;
    text-align: right;
    line-height: 18px;
    }
    
/* /////////////// Article Manager /////////////// */
.forApproval {
    font-weight: bold;
    color: #FF0000;
    }
.approved {
    font-weight: bold;
    color: #ff9933;
    }
.published {
    font-weight: bold;
    color: #00cc00;
    }
.archived {
    font-weight: bold;
    color:  #909090;
    }
    


/*******************************************************************************/
/*                                  LEGACY CSS                                 */
/*                                                                             */
/* Note: I am removing elements from here as I replace them with new CSS       */
/*       elements above.  Eventually, there shouldn't be any CSS left here.    */
/*******************************************************************************/

/* /////////////// Errors  /////////////// */
p.error strong {
    }

/* /////////////// Nav tabs /////////////// */

.menuHolder {
    background-color: violet;
    }
.menuHolderAlt {
    background-color: #FF0000;
    }

/* /////////////// Table modifiers  /////////////// */

.fieldName {
    background-color:#E7E7E7;
    color:#184A84;
    font-weight: bold;
    text-align: center;
    white-space:nowrap;
    }
.fieldValue {
    background-color:#FFFFFF;
    line-height: 16px;
    text-align: left;
    }
.fieldNameWrap {
    font-family: Verdana, Arial, Helvetica;
    background-color:#E7E7E0;
    color:#184A84;
    font-weight: bold;
    text-align: left;
    }
.outline {
    border: 1px solid #AAAAAA;
    }
fieldset {
    color: #184A84;
    font-size: 1.1em;
    font-weight: bold;
    }
legend {
    color: #184A84;
}

/* /////////////// Links  /////////////// */

A.blueDk {
    font-size: 9px;
    color: #9DCDFE;
    font-weight: bold;
    text-decoration: none;
    }
A.blueDk:hover {
    color: #184A84;
    }
.linkCrumbs {
    text-decoration: none;
    font-size: 11px;
    color: #184A84;
    font-weight: normal;
    letter-spacing: 0.5px;
    }
.linkCrumbs:hover {
    text-decoration: none;
    color: #FFFFFF;
    }
.linkCrumbsAlt1 {
    text-decoration: none;
    color: #184A84;
    font-weight: normal;
    letter-spacing: 0.5px;
    }
.linkCrumbsAlt1:hover {
    text-decoration: none;
    color: #184A84;
    }

/* /////////////// Various /////////////// */

.noBorder {
    border-bottom: black 0px solid;
    border-left: black 0px solid;
    border-right: black 0px solid;
    border-top: black 0px solid;
    font-size: 10px;
    }
.colTxtGray {
    font-size: 10px;
    color: #666666;
    }
ul.special  {
    margin-left: 15px;
    padding-left: 5px;
    }
li.special {
    font-size: 10px;
    list-style-image : url('http://www.dalconzogould.it/themes/default/images/bullet.gif');
    }
.pager {
    background-color: #ffffcc;
    padding: 10px 10px 10px 10px;
    border: 1px dashed #FF9600;
    }
.button {
    text-align: center;
    width: 100px;
    }
.wideButton {
    text-align: center;
    width: 150px;
    }
.message {
    border: 1px dotted #FF9600;
    background-color: #ffff99;
    text-align: center;
    width:30%;
    }
.messageErrorTitle {
    background-color:#ffcc00;
    color:#ffffcc;
    font-weight:bold;
    letter-spacing:1px;
    text-align: center;
    padding: 0px 0px 0px 10px; 
    width:302px;
    text-transform:uppercase;
    }
.messageError {
    border: 1px dotted #FF9600;
    border-top: 0px;
    color: #999999;
    background-color:#ffff99;
    text-align: left;
    padding: 0px 0px 0px 10px; 
    width:300px;
    }
.treeMenuDefault {
    font-size: 11px;
    }
.bgnd {
    background-color:#E5F1FF;
    border: 1px solid #AAAAAA;
}

/* /////////////// Tooltips /////////////// */

span.tipOwner {
    position:relative; 
    cursor:hand; 
    text-decoration:none; 
    float:right;
}
span.tipOwner span.tipText {
    display:none; 
    position:absolute; 
    top:0em; 
    left:105%; 
    border:1px 
    solid #0cf; 
    background-color: #E7E7E7; 
    color:#000; 
    font-size:100%; 
    text-align:center; 
    width:13em;
    -moz-opacity:0.85;
    filter:alpha(opacity=85);
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);
}


/*show/hide: for IE via .htc file, for non-IE via :hover pseudo*/
span.tipOwner:hover span.tipText {display:block;}
span.tipOwner {behavior:url(themes/default/css/tooltipHover.htc);}

/* /////////////// Form class styles /////////////// */

/*
*/
.formtextonly               { font-size: 11px; }

