/**
 * @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.
 */

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

div.WTPanel {
	background-color: #F8F800;
	color: #080800;
	position: fixed;
	z-index: 99;
	margin:0px;
	border: 1px solid #F8F800;
	padding:0px;
	border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;
}

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

table.WTPanel {
	background-color: #a8a800;
	width: 100%;
	height: 100%;
	margin:0px;
	border: 1px solid #a8a800;
	padding:0px;
	border-spacing:0px 0px;
	border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;
}
tr.WTPanel {}
td.WTPanel {
	background-color: #886600;
	color: #EECC00;
	margin:0px;
	border:0px solid #EECC00;
	padding: 1px;

	border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;
}
div.WTPanelTitle {
	color: #222200;
	background-color: #EECC00;
	font-weight: bold;
	border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;
}

div.WTMenuRoot, div.WTMenuItem, div.WTMenuContainer {
	background-color: #080800;
	color: #F8F800;
	margin:0px;
	border:0px solid #080800;
	padding:0px;
}
div.WTMenuContainerRoot, div.WTMenuContainer {
	background-color: #080800;
	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;
	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;
	filter:alpha(opacity=100);opacity:1;-moz-opacity:1;
	
	width:395px; height:103px;
}
div.WTpopupDivContenuto, div.WTpopupIFrameContenuto {
	color: #ffffff;
	position:absolute;
	top:0px; left:0px;
	width:300px; height:20px;
	background-repeat: no-repeat;
	padding: 50px;
	filter:alpha(opacity=100);opacity:1;-moz-opacity:1;
	border:0px solid #000;
}
a.WTpopupDivContenuto, a.WTpopupIFrameContenuto {
	text-decoration: none;
	color: #222200;
}
div.WTpopupDivContenutoTitle, div.WTpopupIFrameContenutoTitle {
	color: #222200;
	background-color: #EECC00;
	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;
	background-color: #f0f000;
	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;
	border:0px solid #000;
	padding:0px;
	height:25px;
	text-align: center;
	padding-top: 2em;
}
div.WTpopupIFrameContenutoBottoni {
	padding:0px;
	background-color: #F0F000;
}
input.WTpopupDivContenutoBottoni, input.WTpopupIFrameContenutoBottoni {
	color: #EECC00;
	background-color: #AA8800;
	border: 1px solid #EECC00;
	padding: 0.2em 0.5em;
	border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;
}


table.Tabelle {
	background-color: #F8F800;
	width: 90%;
	height: 100%;
	margin:0px;
	border:0px solid #080800;
	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: #F8F800;
	text-align: center;
	font-weight: bold;
}
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: 1px none #E8E800;
	text-align:left;
	background-color: #E8E800;
	color: #080800;
	font-weight: normal;
}



table.TitoloPrivi {
	background-color: #F8F800;
	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;
	color: #080800;
	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: #F8F800;
	border-spacing: 2px 2px;
}
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;
	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;
}
