﻿/*
    COLORI BASE
    Magenta - #ff29a5
    Blu - #0079c2
    link - #7290b9
*/


/* DEFAULT CONTROL */
/*body
{
    font-family: 'PT Sans', 'Trebuchet MS', Arial;
    font-size:medium;
    color: black;
    font-weight:normal;
    margin:10px;
    position: relative;
    display:block;
    margin:auto;
}
*/
table{
    border-collapse: collapse;
    border-width:0px;
    border-spacing:0px;
    padding:0px;
    margin:auto;
}

a
{
    text-decoration:none;
    /*color: black;*/
    color: #7290b9;
}
a:hover {
    color: #ff29a5; /*color: #d70b7a;*/
    cursor: pointer;
}

input, textarea, select {
font-size:16px;
border-spacing: 2px;
border-color: gray;
border-width: 1px;
color: black;
background-color: white;
vertical-align: middle;
}

/* MESSAGGISTICA */
.divWarning
{
    padding: 10px;
    border: thin solid #FF0000;
    font-size: medium;
    color: #FF0000;
    background: #FFFF99;
    text-align:center;
    margin-top:10px;
    margin-bottom:10px;
}
.divError
{
    padding: 10px;
    border: thin solid black;
    font-size: medium;
    color: white;
    background: red;
    text-align:center;
    margin-top:10px;
    margin-bottom:10px;
}
.divMessage
{
    padding: 10px;
    border: thin solid #336600;
    font-size: medium;
    color: #336600;
    background: #CCFF99;
    text-align:center;
    margin-top:10px;
    margin-bottom:10px;
}

/* FINESTE MODALI */
.overlay {
    position: fixed;
    z-index: 99;
    top: 0px;
    left: 0px;
    background-color: #BBBBBB;
    width: 100%;
    height: 100%;
    filter: Alpha(Opacity=80);
    opacity: 0.80;
    -moz-opacity: 0.80;
}
* html .overlay {
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
    width: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth + 'px');
}

.ModalCenteredPanel
{
    background-color: #FFFFFF;
    border-color:  #A0A0A0;
    border-style: solid;
    z-index: 100;
    position: fixed;
    box-shadow: 5px 5px 15px black;
}

.ModalTitle{
    font-family: 'PT Sans Narrow';
    background-color: #E0E0E0;
    font-weight: bold;
    font-size: 20px;
    color: #0079c2; /*color: #7290b9;*/
    text-align:center;
    padding:4px;
}

.ModalContent{
    font-family: 'PT Sans';
    background-color: white;
    font-weight: normal;
    font-size: 16px;
    color: black;
    text-align:center;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 4px;
    padding-right: 4px;
}

.ModalProgress
{
    padding-bottom:8px;
    text-align:center;
    color:#777;
    font-weight: normal;
    font-size: 18px;
    font-style:italic;
    background-color: #F0F0F0;
    padding-top:20px;
    padding-bottom:20px;
}

/*
    HEADER MENU
*/
.menuHeader {
    color:black;
    font-weight:normal;
    font-size: 18px; 
}
.menuHeader:hover {
    color: #ff29a5; /*color: #d70b7a;*/
    font-size: 18px; 
    font-family: 'PT Sans';
}
.menuHeader_Selected {
    background:#ff29a5;    /*background:#d70b7a; */
    color:white;
    font-weight:bold;
    font-size: 18px; 
    font-family: 'PT Sans';
}

.contentTableMain {
    width: 980px;
    border-collapse: collapse;
    margin-top: 30px;
}

/*
    SIDEBAR
*/
.sideBar
{
    color: #444;
    margin-bottom:2px;
}

.sidebarHeader
{
    font-family: 'PT Sans Narrow';
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 8px;
    padding: 0;
    color: #0079c2; /*color: #7290b9;*/
}
.sidebarMenu
{
    color: #444;
    text-decoration:none;
    margin-bottom:2px;
}
.sidebarMenu:hover {
    color: #ff29a5; /*color: #d70b7a;*/
    cursor: pointer;
}

.sidebarMenu_selected
{
    color: #ff29a5; /*color: #d70b7a;*/
    margin-bottom:2px;
    text-decoration:underline;
}

.divSuggerimento
{
    color: #777;
    font-size:15px;
}
/*
GENERIC    
*/
.MaxiHeaderMagentaTitle
{
    color:#ff00b6; 
    font-size:30px; 
    font-weight:bold; 
}

.MaxiHeaderBlueTitle
{
    color:#0079c2; 
    font-size:30px; 
    font-weight:bold; 
}

.filterBar {
    border: 1px solid gray;
    background-color: #f2f2f2;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
    font-size: large;
    padding: 8px;
    width:auto;
}

.titlePage
{
    font-size:25px;
    margin-bottom:30px;
    /*margin-left:10px;*/
    color:#777;
    font-weight:bold;
}

.grayMsg
{
    font-size:20px;
    color:#777;
}

/*
GRID
    
*/
.gridTitle {
    font-family: 'PT Sans Narrow';
    background-color: #F0F0F0;
    font-weight: bold;
    font-size: 18px;
    color: #0079c2; /*color: #7290b9;*/
}

.gridTitleCaption {
    font-family: 'PT Sans Narrow';
    font-weight: bold;
    font-size: 16px;
    color: #0079c2; /*color: #7290b9;*/
}

.gridCaption{
    font-family: 'PT Sans';
    font-size: 16px;
    color: black;
}

.gridPager {
    font-weight:normal;
    background-color: #E0E0E0;
    margin-top:14px;
    margin-bottom:10px;
    color: gray;
    font-size: large;
    padding: 8px;
    width:auto;
}

/*
    TABLE BORDERED    
*/
.borderedTable
{
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    border-left: none;
    border-right: none;
}

.borderedTD_All
{
    border: 1px solid #E0E0E0;
}

.borderedTD_TopDown
{
    border: 1px solid #D0D0D0;
    border-left:none;
    border-right:none;
}

.email{
    color:blue;
    font-family: 'PT Sans Narrow';
}

.caption{
    font-size: 16px;
    color: black;
}

.grayCaption{
    font-size: 16px;
    color: #777;
}

.smallCaption{
    font-size: 14px;
    font-family: 'PT Sans Narrow';
    color: black;
}


/*
    PULSANTI 
*/
.button, .buttonblue, .buttongreen, .buttonred, .buttonorange, .buttonpurple {
	/* font */
	font-weight: bold;
	font-size:14px;
	/* button */
	cursor:pointer;
	width:auto;
	overflow:visible;
	padding:5px 9px;
	outline: none;
	display:inline-block;
	text-decoration:none;
	/* shadow */
	-moz-box-shadow:0 1px 0 rgba(0, 0, 0, .1);
	-webkit-box-shadow:0 1px 0 rgba(0, 0, 0, .1);
	/* round corner */
	-moz-border-radius: 6px;
	border-radius: 6px;
	/* pulsante classico */
	background-color: #eee;
	/*background-image: url(../images/buttons_v0.3.png);*/
	background-position:0 0;
	border:1px solid #999;
	color: #222;
	/* visualization */
	display:inline-block;
	/* For IE 7 */
	zoom: 1;
	*display: inline;
}
/* standard grey */
.button:active {
	-moz-box-shadow:0 1px 0 rgba(0, 0, 0, .05);
	-webkit-box-shadow:0 1px 0 rgba(0, 0, 0, .05);
	/* pulsante classico */
	background: #eee;
	border-color:#888;
}
/* blue */
.buttonblue {
	background-color: #5f78ab;
	background-position:0px -48px;
	border-color:#1a356e;
	color: white;
}
.buttonblue:active {
	border-color:#29447e;
	background: #4f6aa3;
}
/* green */
.buttongreen {
	background-color: #69a74e;
	background-position:0px -96px;
	border-color:#3b6e22;
	color: white;
}
.buttongreen:active {
	border-color:#2c5a15;
	background: #609946;
}
/* red */
.buttonred {
	background-color: #d74944;
	background-position:0px -240px;
	border-color:#a2001a;
	color:#fff;
}
.buttonred:active {
	border-color:#a2001a;
	background: #b41f26;
}
/* purple */
.buttonpurple {
	background-color: #8c597d;
	background-position:0px -192px;
	border-color:#663366;
	color:#fff;
}
.buttonpurple:active {
	border-color:#663366;
	background: #78476d;
}
/* orange */
.buttonorange {
	background-color: #ffdd96;
	background-position:0px -144px;
	border-color:#e1a200;
	color:#890000;
}
.buttonorange:active {
	border-color:#e1a200;
	background: #ffbe2e;
}





/* OLD!!!!
body
{
    font-family: Cambria;
}

.CodiceCommessa
{
    font-weight: bold;
    font-size: x-large;
    padding-right:5px;
    margin-top:10px;
}

.Prodotto
{
    font-weight: bold;
    font-size: large;
    margin-top: 10px;
}

.Caratteristiche
{
    font-size: medium;
}

.Note
{
    font-size: medium;
}

.Cmd
{
    font-size: large;
    height:60px;
    width: 190px;
    margin: 10px 10px 10px 10px; 
}

.overlay {
    position: fixed;
    z-index: 99;
    top: 0px;
    left: 0px;
    background-color: #BBBBBB;
    width: 100%;
    height: 100%;
    filter: Alpha(Opacity=80);
    opacity: 0.80;
    -moz-opacity: 0.80;
}
* html .overlay {
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
    width: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth + 'px');
}

.ModalCenteredPanel
{
    background-color: #FFFFFF;
    border-right: ridge;
    border-top: ridge;
    border-left: ridge;
    border-bottom: ridge;
    border-color: #808080;
    border-style: solid;
    padding: 10px;
    z-index: 100;
    position: fixed;
    top: 50%;
    left: 50%;
    /*
    imposta i margini con la metà delle dimensioni /2
    margin-left: -200px; 
    margin-top: -100px;
    */
}



        .divError
        {
            padding: 10px;
            border: thin solid #FF0000;
            font-size: medium;
            color: #FF0000;
            margin: 10px;
            background: #FFFF99;
            text-align:center;
        }
        .divMessage
        {
            padding: 10px;
            border: thin solid #336600;
            font-size: medium;
            color: #336600;
            margin: 10px;
            background: #CCFF99;
            text-align:center;
      }

                    .MagentaBanner{
            color:#ff00b6; 
            border: solid 2px #ff00b6;
            text-align: center;
            font-family: 'PT Sans';
            font-size:20px; 
            padding:10px;
            font-weight:bold; 

        }

*/