/**
 * @copyright &copy; 2011 by Roberto Rocco Angeloni <roberto@roccoangeloni.it>
 * @license http://opensource.org/licenses/lgpl-3.0.html GNU Lesser General Public License, version 3.0 (LGPLv3)
 * @version $Id: style.css $
 * @package rproject::plugins::widgets
 *
 * Permission to use, copy, modify, and distribute this software for any
 * purpose with or without fee is hereby granted, provided that the above
 * copyright notice and this permission notice appear in all copies.
 *
 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 */

/*body {
	background: transparent url('bg.gif') repeat;
	background-color: #F8F8F8;
	font-family: Verdana,Times,serif,Arial,Helvetica,sans-serif;
	font-size: small;
	color: #080808;
	margin:0px;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #F8F8F8;
}

img {
	border:0px;
}

hr {
	margin: 0px;
	border: 1px solid #F8F8F8;
	border-bottom: none;
	border-left: none;
	border-right: none;
	padding: 0px;
}

label {
}

input {
	background-color: #F8F8F8;
	color: #080808;
	margin: 1px;
	border: 0px solid #F8F8F8;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
	padding: 2px;
	padding-left:0.5em;
	padding-right:0.5em;
}
select {
}*/


/* ******************** Classes ******************** */

div.WTPanel {
/* 	background-color: transparent; */
	background-color: #F8F8F8;
/* 	background-color: #F8A808; */
	color: #080808;
	position: fixed;
	z-index: 99;
	margin: 0px;
	border: 1px solid #F8F8F8;
	padding: 0px;
	border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
}

div.WTForm {
	margin: 0px;
	border: 1px solid #080808;
	padding: 0px;
}
th.WTForm {
	text-align: right;
	padding-right: 0.5em;
}
td.WTForm {
	text-align: left;
	padding-left: 0.5em;
}

table.WTPanel {
	background-color: #a8a8a8;
	width: 100%;
	height: 100%;
	margin: 0px;
	border: 1px solid #a8a8a8;
	padding: 0px;
	border-spacing: 0px 0px;
	border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
}
tr.WTPanel {
/*	margin: 0px;
	border: 0px solid #080808;
	padding: 0px;*/
}
td.WTPanel {
	background-color: #ffffff;
	color: #9FA3A6;
	margin: 0px;
	border: 0px solid #9FA3A6;
	padding: 1px;

	border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
}
div.WTPanelTitle {
	color: #111122;
	background-color: #9FA3A6;
/* 	font-size: 12px; */
	font-weight: bold;
    border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
/*	font-weight: bold;
	text-align: center;*/
}

div.WTMenuRoot, div.WTMenuItem, div.WTMenuContainer {
	background-color: #080808;
	color: #F8F8F8;
	margin: 0px;
	border: 0px solid #080808;
	padding: 0px;
}
div.WTMenuContainerRoot, div.WTMenuContainer {
	background-color: #080808;
	position:fixed;
	overflow:visible;
	margin:0px;
	border: 1px solid #a8a8a8;
	padding: 0.2em;
}
div.WTMenuContainer {
	margin-top: -1em;
	margin-left: 3em;
}

div.WTpopupDivSfondo, div.WTpopupIFrameSfondo {
	position:absolute;
	top:0px;
	/*left:0px;
	right:0px;*/
	bottom:0px;
	background: #ffffff url('popdivback.gif') repeat scroll 0 0;
    filter:alpha(opacity=40);
	opacity:0.4;
	-moz-opacity:0.4;
	
	height:100%; width:100%; /* Per IE */
}
div.WTpopupDivRiquadro, div.WTpopupIFrameRiquadro {
	position:absolute;
	top:0px; left:0px;
	right:0px; bottom:0px;

	background: #ffffff url('popdivback.gif') repeat scroll 0 0;
/* 	background-image: url('popdivfade.gif'); */
/* 	background-repeat: no-repeat; */
    filter:alpha(opacity=100);
	opacity:1;
	-moz-opacity:1;
	
	width:395px; height:103px;
	/*height:100%; width:100%;*/ /* Per IE */
}
div.WTpopupDivContenuto, div.WTpopupIFrameContenuto {
	color: #ffffff;
	position:absolute;
	top:0px; left:0px;
	width:300px; height:20px;
	background-repeat: no-repeat;
	padding: 50px 50px 50px 50px; /*top right bottom left*/
	filter:alpha(opacity=100);
	opacity:1;
	-moz-opacity:1;
	border: 0px solid #000;
}
/*div.WTpopupDivContenuto {
	width:300px; height:20px;
}*/
a.WTpopupDivContenuto, a.WTpopupIFrameContenuto {
	text-decoration: none;
	color: #111122;
}
div.WTpopupDivContenutoTitle, div.WTpopupIFrameContenutoTitle {
	color: #111122;
	background-color: #9FA3A6;
	font-weight: bold;
	margin:0px 0.2em;
	height:25px;
	border: 0px;
	padding:0.4em;
    border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px;
}
div.WTpopupIFrameContenutoTitle {
	margin:0px;
	padding:0px;
/* 	height:25px; */
	background-color: #F0F0F0;
    border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px;
}
div.WTpopupIFrameContenutoTitleBottoni, div.WTpopupDivContenutoTitleBottoni {
	float:right;
	margin:0px;
	margin-top: -25px;
	padding:0px;
	padding-right: 8px;
}
div.WTpopupDivContenutoBottoni, div.WTpopupIFrameContenutoBottoni {
	margin: 0px 0px 0px 0px;
	border: 0px solid #000;
	padding: 0px;
	height:25px;
	text-align: center;
	padding-top: 2em;
}
div.WTpopupIFrameContenutoBottoni {
	padding:0px;
/* 	height:25px; */
	background-color: #F0F0F0;
/* 	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; */
}
input.WTpopupDivContenutoBottoni, input.WTpopupIFrameContenutoBottoni {
	color: #6C7073;
	border-bottom: 1px solid #9FA3A6;
	padding: 0.2em 0.5em;
	border-top: 1px solid #9FA3A6;
	border-left: 1px solid #9FA3A6;
	border-right: 1px solid #9FA3A6;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
}


table.Tabelle {
	background-color: #F8F8F8;
	width: 90%;
	height: 100%;
	margin: 0px;
	border: 0px solid #080808;
	padding: 0px;
	border-spacing: 1px 1px;
	border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
}
th.Tabelle, th.TabelleTopLeft, th.TabelleTop, th.TabelleTopRight, th.TabelleBottomLeft, th.TabelleBottom, th.TabelleBottomRight  {
	background-color: #680808;
	color: #F8F8F8;
	text-align: center;
	font-weight: bold;
/*         font-size: 0.8em; */
}
th.TabelleTopLeft {
	border-radius-topleft: 10px; -moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px;
}
th.TabelleTopRight {
	border-radius-topright: 10px; -moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px;
}
th.TabelleBottomLeft {
	border-radius-bottomleft: 10px; -moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px;
}
th.TabelleBottomRight {
	border-radius-bottomright: 10px; -moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px;
}
td.Tabelle {
/* 	border-spacing: 0px 0px; */
	border: 1px none #E8E8E8;
	text-align:left;
	background-color: #E8E8E8;
	color: #080808;
/*         font-size: 0.8em; */
	font-weight: normal;
}



table.TitoloPrivi {
	background-color: #F8F8F8;
	border-spacing: 2px 2px;
}
td.TitoloPriviCorpo {
	background-color: #eeeeee;
	text-align:left;
	color: #333333;
}
td.TitoloPrivi,td.TitoloPriviTopLeft,td.TitoloPriviTopRight,td.TitoloPriviBottomLeft,td.TitoloPriviBottomRight {
	background-color: #dada84; /*#BFB660;*/ /*#9CABB9;*/
	color: #080808;
	font-weight: bold;
	font-size: 0.8em;
}
td.TitoloPriviTopLeft {
	border-radius-topleft: 10px; -moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px;
}
td.TitoloPriviTopRight {
	border-radius-topright: 10px; -moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px;
}
td.TitoloPriviBottomLeft {
	border-radius-bottomleft: 10px; -moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px;
}
td.TitoloPriviBottomRight {
	border-radius-bottomright: 10px; -moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px;
}
td.PriviMenubar {
	background-color: #CCC68F;
}
td.TitoloPriviCorpo {
	background-color: #E6E3CF;
}




table.TitoloFiltri {
	background-color: #F8F8F8;
/*	width: 90%;
	height: 100%;
	margin: 0px;
	border: 0px solid #080808;
	padding: 0px;*/
	border-spacing: 2px 2px;
/* 	border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; */
}
td.TitoloFiltri, td.TitoloFiltriTopLeft, td.TitoloFiltriTopRight, td.TitoloFiltriBottomLeft, td.TitoloFiltriBottomRight {
	background-color: #62AAFF;
	font-weight: bold;
	font-size: 0.8em;
	text-align:left;
	color: #000000;
}
td.TitoloFiltriTopLeft {
	border-radius-topleft: 10px; -moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px;
}
td.TitoloFiltriTopRight {
	border-radius-topright: 10px; -moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px;
}
td.TitoloFiltriBottomLeft {
	border-radius-bottomleft: 10px; -moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px;
}
td.TitoloFiltriBottomRight {
	border-radius-bottomright: 10px; -moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px;
}
td.TitoloFiltriObbl {
	background-color: #E6E6FA; /*#F6A818;*/
	font-weight: bold;
	font-size: 0.8em;
	color: black;
	text-align: center;
}
td.TitoloFiltriCorpo {
	background-color: #B1D4FF;
}
td.FiltriMenubar {
	background-color: #E6E6FA;
}



/* ******************** Elements ******************** */

#bottomPanel {
	left:5%;
	right:5%;
	bottom:0px;
	height:5%;
}
#bottomPanel, #bottomPanel table.WTPanel, #bottomPanel td.WTPanel {
	border-bottom: 0px;
	border-radius-bottomleft: 0px; -moz-border-radius-bottomleft: 0px; -webkit-border-bottom-left-radius: 0px;
	border-radius-bottomright: 0px; -moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px;
}
#topPanel {
	left:0px;
	right:0px;
	top:0px;
	height:5%;
}
#topPanel, #topPanel table.WTPanel, #topPanel td.WTPanel {
	border-top: 0px;
	border-radius-topleft: 0px; -moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px;
	border-radius-topright: 0px; -moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px;
}
