@import url(messages.css);
@import url(displaytag.css);

/* vecchi
a {
    color: red;
    font-weight: bold;
}

a:visited, body#login div#menu a:visited {
    color: #cc0000;
}
*/
a {
    color: #408080;
    font-weight: bold;
}

a:visited, body#login div#menu a:visited {
    color: #408080;
}

a:hover {
    background-color: transparent;
    color: green !important; 
    text-decoration: underline overline;
}

a img { border: 0 }

/* 0 means zero regardless of measurement */
body {
    background: #FFFFFF;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

div#activeUsers {
    float: right;
    margin-right: 5px;
    font-size: .9em;
    background: transparent;
    color: #000;
}
.riquadro {
  float: right;
  margin-right: 5px;
	background-color: #FFCC99;
	background-position: center center;
	position: relative;
  padding: 10px;
  font-size: 14px;
  text-align:center;
	border: 2px solid #C0C0C0;
}

div#content {
/*    margin: 0px 180px 50px 10px; */
/* top, right , bottom, left*/
    margin: 0px 8px 50px 5px;
    padding: 10px;
    text-align: left;
}

div#content>p {margin:8px 0px}

div#footer {
    background: transparent;
    border-top: 1px solid #C0C0C0;
    color: #666666;
    font-size: 0.9em;
    margin-top: 30px;
    padding: 5px 0px 10px 20px;
    text-align: left;
}

div#footer a, div#footer a:visited {
    background: transparent;
    color: #666666;
}

div#footer a:hover {
    background: transparent;
    border-bottom: 1px dashed #FFA500;
    color: #000000;
    text-decoration: none;
}

div#header {
    margin: 28px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-color: #B4DcDc;
}

/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#header {height: 14px;}

div#loginTable {
    background: #EEEEEE;
    border: 1px solid #C0C0C0;
    color: inherit;
    margin: 8px 0px;
    padding: 4px;
    width: 500px;
}

div#loginTable th {
    text-align: right;
}

div#menu {
    position: absolute;
    top: 100px;
    right: 10px;
    width: 190px;
    padding: 10px;
    background-color: #eee;
    border: 1px solid #c0c0c0;
    line-height: 17px;
    /* Again, the ugly brilliant hack. */
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 166px;
}
/* Again, "be nice to Opera 5". */
body>div#menu {width: 150px;}

div#menu a:visited {
    background: transparent;
    color: black;
}

div#readme {
    background: #ffd;
    border: 1px solid silver;
    color: #008000;
    height: 300px;
    margin-top: 10px;
    overflow: auto;
    padding: 5px;
    width: 600px;
}

div#readme pre {
    border: 0;
}

div#flags {
    position: absolute;
    left: 20px;
    top: 10px;
}

div#userStatus {
    position: absolute;
    left: 5px;
    top: 100px;
    font-size: 12px;
    text-align: left;
}


div#validators {
    float: right;
}

div.separator {
    border-bottom: 1px solid orange; 
    margin: 10px 0px; 
    width: 300px;
}

div.standardsNote {
    display: none;
}

form, table {
    margin: 0;
    padding: 0;
}

/* for cool looking "sunken" input boxes, from www.theserverside.com */
form input, form textarea, form select {
    padding-left: 4px;
    color: #666;
}

input.button {
	border-style:ridge; font-weight: bold; font-size: 12px; color: #666666; font-style: normal; font-family: verdana, arial, helvetica, sans-serif; background-color: #cccccc; text-decoration: none 
}
button {
	border-style:ridge; font-weight: bold; font-size: 12px; color: #666666; font-style: normal; font-family: verdana, arial, helvetica, sans-serif; background-color: #cccccc; text-decoration: none 
}


form input.focus, form textarea.focus {
    border-color: orange;
    color: #000;
}

form select {
    padding-left: 0px;
}

h1 {
    color: #ccc;
    font-size: 28px;
    font-weight: 900;
    line-height: 28px;
    margin: 0px 0px 15px 0px;
    padding: 0px;
}

img.badge {
    border: 0px;
    height: 31px;
    margin-right: 5px;
    width: 88px;
}

p {
    font: 12px/20px;
    margin: 0px 0px 16px 0px;
    padding: 0px;
}

span.attention {
    background: transparent;
    color: #0000ff;
}

/* Labels for validation and label tag */
label {
    font-weight: normal;
    cursor: pointer;
    cursor: hand;
}

label.required {
    font-weight: bold;
}

label.error {
    font-weight: bold;
    background: transparent;
    color: red;
}

/* These are the styles for detail screen tables */
table.detail {
    margin-left: 10px;
    padding: 5px;
    font-weight: normal;
}

table.detail th {
	  text-align: right;
    padding: 0px 3px 0px 0px;
}

table.detail th.tallCell {
    vertical-align: top;
}

table.detail td {
    text-align: left;
    padding: 2px;
    color: #001060;
}

table.detail td.moveOptions {
    text-align: center;
    width: 50px;
    padding: 5px;
}

table.detail td.moveOptions button {
    margin-bottom: 3px;
    width: 45px;
    white-space: nowrap;
}

table.detail td.buttonBar {
    padding-top: 10px;
}

table.detail td.updateStatus {
    font-size: 11px;
    color: #c0c0c0;
}

fieldset.pickList {
    margin-top: 5px;
    padding: 5px;
    background: transparent;
    border-color: #eee;
}

fieldset.pickList legend {
    font-weight: bold;    
}

table.pickList {
    padding: 0;
    border-spacing: 0;
}

table.pickList th.pickLabel {
    text-align: center;
    background: transparent;
    color: #666;
}

table.pickList td {
    text-align: center;
}

table.pickList td select {
    width: 150px;
}

th, td, pre, code {
    font-size: 12px;
}

ul.glassList {
    list-style: url(../images/aquadot.jpg) disc outside;
    vertical-align: top;
    line-height: 1.5;
}

pre {
    background: #ffffdd;
    border: 1px solid #999999;
    color: #000000;
    padding: 5px 5px 5px 7px;
}

/**
##################################################
# Struts-Layout
##################################################
*/


/******************************
 *    class used to display   *
 *    the input field labels  *
 *****************************/
P.LABEL {
     	           color : #FFFFFF;
  	     font-weight : bold;
}
TH.LABEL {
		text-align:right;
}


H3 {
	color : #FFFFFF;	
}

/*******************************************
 * class for the title of the subscription *
 ******************************************/
P.SUBSCRIPTION {
		  color : #FFFFFF;
		  font-family: arial;
		  font-weight : bold;
		  text-align : center;
		  font-size : 16px;
}
/********************************************************
 * color of the thin line surrounding the subscriptions *
 *******************************************************/
TABLE.SUBSCRIPTION {
		background-color : #000000;
}
/*************************
 * class for the headers *
 ************************/
TH.SUBSCRIPTION {
		color      : #FFFFFF;
		background-color : #274465;
		font-weight: bold;			
}
/*******************************
 * class for the subscriptions *
 ******************************/
TD.SUBSCRIPTION {
		color      : #FFFFFF;
		background-color : #336699;
}


P.SUBS {
		  color : #FFFFFF;
		  font-family: arial;
		  font-weight : bold;
		  text-align : center;
		  font-size : 16px;
}

TABLE.SUBS {		
		background-color : #274465;
		border-collapse: collapse;	
}
TABLE.subs2 {
		background-color : #000000;
}



TH.SUBS {
		color      : #FFFFFF;
		background-color : #274465;
		font-weight: bold;			
		text-align : left;
		font-size : 16px;
		font-family: arial;
}

TR.SUBS {
		background-color : #3366A3;
}


TD.SUBS {
		color      : #FFFFFF;
		background-color : #3366A3;
}



/*******************************
 *  background color to use to *
 *  display the errors         *
 ******************************/
TD.ERROR {
		background-color : #ED4F50;
}

/***********************************************
 * color of the thin line surrounding the form *
 **********************************************/
TABLE.FORM {		
		background-color : #000000;
}
/**************************************
 * background color of the form title *
 *************************************/
TH.FORM {
		color      : #FFFFFF;
		background-color : #274465;
		font-weight: bold;			
}
/********************************
 * background color of the form *
 *******************************/
TD.FORM {
		background-color :  #336699;
}

/*
 * Style for the fixed header collection example.
 */
TABLE.COL {
	cell-spacing: 2px;
	background-color : #000000;
}
TH.COL {
	color      : #FFFFFF;
	background-color : #274465;
	font-weight: bold;
	padding : 2px;
}
TD.COL {
	background-color :  #336699;
}

TD.PAGER {
	background-color :  #3366A3;
	text-align: center;
}

.ongletMain {
	BORDER-RIGHT: #80add6 2px solid; 
	BORDER-TOP: medium none; 
	BORDER-LEFT: #80add6 2px solid; 
	BORDER-BOTTOM: #80add6 2px solid; 
	BACKGROUND-COLOR: #dce8f4;
}

.clsAction {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 10px; 
	COLOR: #053c6d; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}


.ongletTextEna {
	BORDER-RIGHT: #80add6 2px solid; 
	BORDER-TOP: #80add6 2px solid; 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 10px; 
	BORDER-LEFT: #80add6 2px solid; 
	COLOR: #005386; 
	BORDER-BOTTOM: medium none; 
	FONT-FAMILY: verdana; 
	BACKGROUND-COLOR: #dce8f4; 
	TEXT-ALIGN: center;
}

.ongletTextDis {
	BORDER-RIGHT: #c5c5c5 1px solid; 
	BORDER-TOP: #c5c5c5 1px solid; 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 10px; 
	BORDER-LEFT: #c5c5c5 1px solid; 
	COLOR: #80add6; 
	BORDER-BOTTOM: #80add6 2px solid; 
	FONT-FAMILY: verdana; 
	BACKGROUND-COLOR: #e6e6e6; 
	TEXT-ALIGN: center;
}

.ongletTextErr {
	BORDER-RIGHT: #c5c5c5 1px solid; 
	BORDER-TOP: #c5c5c5 1px solid; 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 10px; 
	BORDER-LEFT: #c5c5c5 1px solid; 
	COLOR: #FFFFFF; 
	BORDER-BOTTOM: #80add6 2px solid; 
	FONT-FAMILY: verdana; 
	BACKGROUND-COLOR: #ED4F50;
	TEXT-ALIGN: center;
}

.ongletMiddle {
	BORDER-RIGHT: #80add6 2px solid; 
	BORDER-TOP: medium none; 
	FONT-SIZE: 1px; 
	BORDER-LEFT: #80add6 2px solid; 
	BORDER-BOTTOM: medium none; 
	BACKGROUND-COLOR: #dce8f4;
}

.ongletSpace {
	BORDER-BOTTOM: #80add6 2px solid;
}

/**
 * Calendar classes
 */

TD.CALENDRIER {
	background-color: #C2C2C2; 
	font-weight: bold; 
	text-align: center; 
	font-size: 10px;
	padding: 0px;
}

A.CALENDRIER {
	text-decoration: none; 
	color: #000000;
	padding: 0px;
}

.CALENDARBORDER {
	background-color: #336699;// #000000; 
	padding: 0px;
	border-spacing: 0;
}

.CALENDARTITLE {
	background-color: #336699; //#C9252C;
	padding: 0px;
}

.CALENDARWEEK {
	background-color: #FFFFFF;
	padding: 0px;
}

.CALENDARWEEKEND {
	background-color: #FFF4E5;
	padding: 0px;
}

.CALENDARSELECTED {
	background-color: #FF8F01;
	padding: 0px;
}





/*/------------------------------------------------------------------\*/
/*|                                                                  |*/
/*|                      SUGGEST                    				 |*/
/*|                                                                  |*/
/*\------------------------------------------------------------------/*/



div.suggestionList {
	z-index:500;
	position:absolute;
	width:150px; 
	border:1px solid #333333; 
	background-color:#ffffff; 
	font-family:Tahoma; 
	font-size:11px; 
	cursor:default; 
	visibility:hidden;
}
div.suggestionList_element_off {
	width: 148px;
	background: #ffffff;
	color: #333333;
	padding-left: 2px;
}
div.suggestionList_element_on {
	width: 148px;
	background: #6D99C6;
	color: #ffffff;
	padding-left: 2px;
}

/*  Comodamente */

div.pulsantiera {
   text-align: center;
   padding-top: 10px;
}

/* These are the styles for periodi */
table.periodi {
    margin-left: 10px;
    padding: 5px;
    padding-left: 5px;
    font-weight: normal;
}

table.periodi th {
    text-align: right;
    padding: 2px 3px 2px 2px;

}

table.periodi th.tallCell {
    vertical-align: top;
}



.periodiTitolo {
    background-color:#C0C0FF !important;
    text-align: right;
}

.periodiFestivi {
    background-color:#D0D0FF !important;
    text-align: right;
}
table.periodi td {
    text-align: center;
    padding: 2px;
    background-color:#E0E0FF;
}

div.competenza {
    margin: 10px 25px; 
    width: 90%;
    background-color:#C4EcEc;
}
div.destra {
    float: right;
    margin-right: 5px;
    margin-bottom: 8px;
    background: transparent;
}
div.google {
    position: absolute;
    right: 0px;
    top: 0px;
    text-align: right;    
}

div.rigaEvidenziata {
    background-color:#EF5050;
 	border:1px solid #FF0000; 

}

table.list tr.oddEvidenziato {
	background: #FF8080;
	border-top: 2px solid #FF0000;
	border-bottom: 2px solid #FF0000;
	color: #000000;
}
span.abbonato {
    font-size: 14px;
    font-weight: bold;
    color:#E03010;
}

div.foto {
    float: right;
    margin-right: 2px;
    background: transparent;
}

/* These are the styles for scheda screen tables */
div.scheda {
    margin: 5px 25px; 
    width: 90%;
    background-color:#B4DcDc;
}

table.scheda {
    margin-left: 10px;
    padding: 5px;
    font-weight: normal;
}

table.scheda th {
	  text-align: right;
    padding: 5px 3px 5px 5px;
}

table.scheda th.tallCell {
    vertical-align: top;
}

table.scheda td {
    text-align: left;
    padding: 2px;
    color: #001060;
    background-color:#C4EcEc;
}
span.evidenziato {
    font-size: 14px;
    font-weight: bold;
    color:#E03010;
}

/* These are the styles for periodi */
table.elencoFile {
    margin-left: 10px;
    padding: 10px;
    font-weight: normal;
}

table.elencoFile th {
    text-align: left;
    padding: 5px 6px 5px 3px;
    
}

table.elencoFile td {
    background-color:#E0E0FF;
    padding: 5px 6px 5px 10px;
    margin-top: 15px
}

