/*********************************************************************************
 * GDM © 2007 Tutti i diritti riservati.
 * 
 * $Author: devel $
 * $Id: form.css,v 1.1.1.1 2006/12/22 16:17:02 devel Exp $
 * $Revision: 1.1.1.1 $ 
 * 
 ********************************************************************************/

/************************/
/* CALENDAR STYLE		   */
/************************/

.box_cal{
	background-color: #003800; 
	border: 1px solid #050; 
	height: 1%;/*risolve il peekaboo bug*/
	width:250px; 
	padding: 0px;
}
.side_r { width:370px;}

/*
* Tabella del calendario
*/
table.calendar { width: 100%; text-align: center; margin: 0;}
tr.months { height: 20px; }

td.month { background-color: #040; color: #fff; border-bottom: 1px solid #060; }
td.selected-day { background-color: #050; color: #fff; font-weight: bold;}
td.day { background-color: #040; text-align: center;}
td.today_url { color: #fff; border-top: 1px solid #060; }

p.num_tavoli { margin-top: 20px; margin-bottom: 20px;}

/* Form */
fieldset label{ width:60px; }
fieldset .inputsubmit {	margin-left: 0; }
