

body { 
	position: absolute;
	margin: 0.5%;
	padding: 0px;
	/*background: black ;*/
	/*background-image: url(images/backg.gif); */
	background: url(images/back.jpg) #FFFFFF  repeat-x;
	
	font-family:  arial, verdana, helvetica, sans-serif;
	font-size: 55%;
	width: 99%;
}

form, table, td, tr, th, p, div, span, input, select, textarea, dd, dt, dl, ol, ul, h1, h3, h4, h5, h6, hr, br {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
}

h2 {
	margin: 0px;
	padding: 0px;
	border: 0px;
	color: black;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	font-weight: bold !important;
}

.account {
	position: absolute;
	top: 10px;
	right: 10px;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: right;
}
.account a {
	color: #FFCB9A;
	text-decoration: underline;
}
.account a:hover {
	color: #4F545C;
	text-decoration: none;
}
.advice_header {	
	position: absolute;	
	top: 26px;	
	right: 10px;	
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 50px;
	text-align: right;}
.advice_header a { 	color: red;	text-decoration: blink;}
.advice_header a:hover {	color: red;	text-decoration: underline;}


.logo {
	/*position: absolute;*/
	margin-top:20px;
}

div#header{
	margin-top:20px;
	height:120px;
}

#wait {
	display: block;
}
#wait img {
	margin: 0px;
}
#wait p {
	padding: 10px;
}

#content {
	visibility: hidden;
/* 		background: transparent url('images/body_back.gif') top left repeat; */

}

div.header {
	background: #FFFFFF;
	height:20px;
/*         	background: transparent url('images/body_back.gif') top left repeat; */

}
div.header p {
}
div.header img {
	/*position: absolute;*/
 	margin-top:15px; 
    /*top: 0px;
	left: 0px;*/
}

.footer {
	margin-top: 40px;
	font-size: 10px;
	color: #999999;
}
.footer span {
	padding: 0px 10px;
}


a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #FFCB9A;
	text-decoration: none;
}

img {
	border: 0px;
}

/*
* classe Menu
*/

div.menu{
	background-image: url(images/menubk.png);
	width:100%;
}

div.menu.mnu-inner {
	float: right;
}

dl.menu {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	padding: 0 20px;
	height: 26px;
	z-index: 100; /* ie */
}

dt.menu {
	text-align: center;
	list-style-type: none;
	line-height:25px;
}

dt.menu a {
	/*background-color:blue;*/
	display: block;
	font-size: 120%;
	color: #333333;
	text-decoration: none;
	/*font-weight: 550;*/
	letter-spacing: 1px;
}
dt.menu a:hover {
	background-color:#FFCB9A;
}
dd.menu {
	position:absolute;
	top: 26px;
	left: 20px;
	display: none;
	border-left: 1px solid #FFCB9A;
	border-right: 1px solid #FFCB9A;
	border-bottom: 1px solid #FFCB9A;
	width:170px;
	background-color:#FFFFFF;
}

li.menu a:hover {
	color:#FFCB9A;
	text-decoration: none;
/*	letter-spacing: 1px;*/
}

li.menu{
/*	letter-spacing: 1px;*/
	background-color:#FFFFFF;
	list-style-type: none;
	display: block !important;display: inline; /*IE6*/
	position:relative;
	font-size: 110%;
	float:none;
	line-height:20px;
	width:150px;
}
li.menu a{
	display: block;
	width:150px;
	padding: 3px 10px;
	text-decoration: none;
}


li.menu a:hover, li.menu a:focus {
	text-decoration: none;
	background-image: url(images/sfondo_sel_submenu.jpg);
	color: black;
}

div.navigation {
	margin-top:-20px;
	margin-bottom: 46px;
	/*background-color:red;*/
	text-align:right;
	line-height:20px;
	border:0;
	padding:0;
}

p.navigation {
	font-size: 105%;
	color: #FFCB9A;
	padding-right: 10px;
}
p.navigation a {
	color: #4F545C;
	text-decoration: none;
}
p.navigation a:hover {
	color: 4F545C;
	text-decoration: none;
}


/*
* classe Tabbed
*/

div.tabbed {
	color: #000000;
}
div.tabbed.tab-list {
	height: 20px;
	background-color: #F0F0F0;
	border-bottom: 4px solid #FFFFFF;
}
dl.tabbed {
}
dt.tabbed {
	width: 100px;
	height: 20px;
	line-height: 24px;
	float: left;
	color: #FFFFFF;
	background-color: #C0C0C0;
	font-weight: bold;
	text-align: center;
	margin-right: 3px;
}
dt.tabbed a {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
}
dt.tabbed.tab-selected {
	background-color: #FFFFFF;
}
div.tabbed.tab-title {
	position: relative;
	top: 0px;
	right: 0px;
	height: 30px;
	border: 0px;
	text-align: right;
	background: #FFFFFF url('images/section_back.gif') repeat;
}
h1.tabbed {
	line-height: 30px;
	padding-right: 8px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;
	display: block;
	background:#F0F0F0;
	text-align: right;
}
h1.tabbed.tab-collapsed {
	display: block;
	cursor: pointer;
}
h1.tabbed.tab-collapsed:hover {
	color: #000000;
	background:#FFFFFF;
}
img.tabbed {
	float: right;
	padding: 2px;
}


/*
* classe Section
*/
div.section {
	z-index: -1 !important;
	z-index: auto;
	/*margin-top: 10px;*/
	/*border-left: 1px solid #331E0D !important;
	border-right: 1px solid #331E0D !important;
	border-bottom: 1px solid #331E0D !important;
	border-top: 1px solid #331E0D !important;*/
	/*padding: 1px;*/
	/*background: red;*/
}

div.section.sec-title {
	width: 30%;
	margin-top: 25px;
	line-height: 26px;
	background: #FFFFFF;
	color: #FFCB9A;
	margin-bottom: -1px;
	border-top: 1px solid #FFCB9A !important;
	border-left: 1px solid #FFCB9A !important;
	border-right: 1px solid #FFCB9A !important;
	border-bottom: 1px solid #FFCB9A !important;
	background: #FFFFFF url('images/sfondo_section.jpg');
	/*background: #4F545C url('images/menubk.png') ;*/
}

div.section.sec-title h1 {
	font-size: 120%;
	padding: 0 0 0 6px;
	/*color: #4F545C;*/
	color: #C75000;
	font-weight: bold;
	
}

img.section {
	margin-right: 0px !important; /* ie=-3 w3c=0 */
	margin-right: -3px;
	float: right;
	display: inline;
}
div.section div.list {
	background: #FFFFFF;
	padding:0;
	margin:0;
	border: 1px solid #FFCB9A;
	/*border-right: 1px solid #FFCB9A;
	border-top: 1px solid #FFCB9A;
	border-left: 1px solid #FFCB9A;*/
}

hr.section {
	width: 0;
	line-height: 3px;
}


/*
* classe IconList
*/
div.iconlist {
	position: relative;
	top: -27px;
	width: 69%;
	margin-bottom: -23px !important; /* ie=-26 w3c=-23 */
	margin-bottom: -26px;
	float: right;
}
table.iconlist {
	border-collapse: collapse;
}
tr.iconlist {
}
td.iconlist {
	color: #777E82;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	text-decoration: none;
	padding-left:5px;
}
td.iconlist.ico-first {
}
td.iconlist.ico-last {
}
span.iconlist {
	padding-right: 15px;
	text-align: right;
	color: #4F545C;
	display: block;
}
p.iconlist {
	line-height: 12px;
	padding: 4px 2px 3px 2px;
	border: 1px solid #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	white-space: nowrap;
	color: #4F545C;
}

/*
* Classe Simple
*/
div.simple {
	padding: 4px;
	background: #FFFFFF ;
}
p.simple {
	padding-bottom: 6px;
}
span.simple {
}
a.simple {
}
img.simple {
	padding: 6px 6px 0px 6px;
}

/*
* Classe List
*/
div.list {
	background: #FFFFFF;
	/*border-bottom: 1px solid #FFCB9A;
	margin-bottom: 1px;*/
}
p.list {
	line-height: 16px;
	padding: 2px 20px 2px 22px;
	color: red;
	font-size:120%;
	background: transparent;
	vertical-align: middle;
	text-align: left;
	font-weight: bold;
}
ul.list, ol.list {
	padding: 0px !important; /* ie=2 0 0 20 w3c=0 */
	padding: 2px 0px 0px 20px;
	background: #FFFFFF
}
li.list {
	line-height: 20px;
	padding: 4px !important; /* ie=4 2 4 0 w3c=4 */
	padding: 4px 2px 4px 0px;
	font-size:120%;
	list-style: url('../interface/images/icon_list.gif') inside !important; /* ie=outside w3c=inside */
	list-style: url('../interface/images/icon_list.gif') outside;
}
span.list {
}

/*
* classe Table
*/
div.table {
	border: 1px solid #FFCB9A;
}
table.table {
	width: 100%;
	border-collapse: collapse;
}
table.table.tbl-tablecollapsed {
	border: 1px solid #000000;
}
th.table {
	line-height: 30px !important; /* ie=30 w3c=16 */
	/*padding: 2px 4px 2px 2px !important; /* ie=0 4 1 4 w3c=2 4 2 2 */
	padding: 0px 4px 0px 4px;
	border-bottom: 1px solid #FFCB9A;
	color: #FFCB9A;
	/*background: #FFFFFF;*/
	font-weight: bold;
	text-align: left;
	vertical-align: baseline;
	background: #FFFFFF url('images/sfondo_th_table.jpg');
}
th.table.tbl-thcollapsed {
	background: #FFFFFF;
	border: 0px;
	/*background: transparent url('../interface/images/thcollapsed_back.gif');*/
}
th.table a {
	font-size:100%;
	color: #4F545C;
	text-decoration: none;
	font-weight: bold;
	display: block;
}
th.table a:hover {
	color: #FFCB9A;
	text-decoration: none;
}
th.table.tbl-active {
	/*border-bottom: 2px solid red;*/
	/*vertical-align: middle;*/
	color: #FFCB9A;
	background: #FFFFFF url('images/sfondo_selected_table.jpg');
}
tr.table {
}
tr.table.tbl-odd {
	background: #FFFFFF;
}
tr.table.tbl-even {
	background: #EBEAEA;
}
tr.table.tbl-trcollapsed {
}
td.table  {
	line-height: 25px;
	padding: 0px 3px;
	color: #4F545C;
}

td.table a {
	color: #C75000;
}

td.table.tbl-tdcollapsed {
	line-height: 18px;
	padding-bottom: 2px !important; /* ie=0 w3c=2 */
	padding-bottom: 0px;
	background: #FFFFFF url('images/standard_back.gif');
}
input.table, textarea.table, select.table {
	width: 100%;
	border: 1px solid #999999;
	vertical-align: middle;
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #FEFEFE;
}
p.table.tbl-navi {
	padding-left: 2px;
	padding-right: 2px;
	display: inline;
	vertical-align: bottom;
	float: left;
}
span.table {  
	font-size: 13px;
}

/*
* classe Form
*/
div.form {
	border: 1px solid #FFCB9A;
	/*background: #FFFFFF;*/
	background: #FFFFFF url('images/backg.gif');

}

div.form.frm-innerdiv {
	border: 0px;
}
div.form.frm-areadiv1 {
	width: auto;
	height: auto !important; /* ie=14 w3c=auto */
	height: 18px;
	padding-right: 2px !important; /* ie=0 w3c=2 */
	padding-right: 0px;
	border: 0px !important; /* ie=1 w3c=0 */
	border-bottom: 1px solid #FFFFFF;
	display: block;
}
div.form.frm-areadiv2 {
	margin-right: 0px;
	width: auto;
	height: auto !important; /* ie=14 w3c=auto */
	height: 14px;
	min-height: 14px;
	padding: 2px;
	border-bottom: 1px solid #FFCB9A !important; /* ie=0 w3c=1 */
	border: 0px;
	background: #FFFFFF;
	vertical-align: middle;
}
div.form.frm-divider {
	border: 0px;
	height: 3px;
	background: url('images/hr_back.gif') center repeat-x;
}
div.form.frm-container {
	/* IE: non gestisce layer fluttuanti sopra combobox, quindi niente popup */
	position: relative !important;
	position: static;
	left: 0px !important;
	left: auto;
	top: 0px !important;
	top: auto;
	height: 0px;
	border: 0px;
}
div.form.frm-calendar {
	/* IE: non gestisce layer fluttuanti sopra combobox, quindi niente popup */
	position: absolute !important;
	position: static;
	left: 0px !important;
	left: auto;
	top: 0px !important;
	top: auto;
	z-index: 100 !important;
	z-index: auto;
	/*border: 1px solid #FFCB9A;*/
	background-color: #F0F0F0;
	display: none;
}
div.form.frm-scrollable {
	border: 0px;
}
div.form.frm-subsectiondiv {
	border: 0px;
}
table.form {
	width: 100%;
	border-collapse: collapse;
}
table.form.frm-innertable {
	width: 100%;
	border: 0px !important;
}
table.form.frm-inlinetable {
	background-color: #FEFEFE;
}
th.form {
	line-height: 20px;
	padding: 2px 0px 2px 4px;
	color: #C75000;
	/*background-color: #FFFFFF;*/
	vertical-align: middle;
	text-align: left;
}
th.form a {
	color: #FFFFFF;
	text-decoration: none;
}
th.form a:hover {
	color: #C9CCFF;
	text-decoration: none;
}
th.form.frm-subsectionth {
	line-height: 20px;
	border-top: 1px solid #FFCB9A;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px solid #FFFFFF;
	color: white;
	background: transparent;
	text-align: right;
	cursor: pointer;
}

th.form.frm-subsectionth h2.form {
	color: #666666;
}
th.form.frm-inlineth {
	background: #FFFFFF;
	border: 1px solid #FFCB9A;
}
tr.form {
}
tr.form.frm-odd {
}
tr.form.frm-even {
}
tr.form.frm-inlinetr {
	background-color: #FFFFFF;
}
tr.form.frm-inlinetr-odd {
	background-color: #FFFFFF;
}
tr.form.frm-inlinetr-even {
	background-color: #FFFFFF;
}
td.form {
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: middle;
}
td.form.frm-label {
	padding-top: 4px;
	text-align: right;
	vertical-align: top;
	color: #4F545C;
	background-color: transparent;
	line-height: 16px;
}
td.form.frm-blank {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}
td.form.frm-divider {
	font-size: 1px;
	background: url('../interface/images/divider.gif') repeat-x;
}
td.form.frm-info {
	text-align: left;
	vertical-align: bottom;
}
td.form.frm-innertd {
	width: 100%;
	padding-left: 0px;
	background-color: transparent;
}
td.form.frm-inlinetd {
	background-color: transparent;
	border: 1px dotted #999999;
}
td.form.frm-inlinetd span {
	padding: 0px 4px;
	display: block;
}
input.form {
	width: 100%;
	height: 18px;
	line-height: 16px;
	margin: 0px !important; /* ie=-1 0 0 0 w3c=0 */
	margin-top: 1px !important;
	margin-top: 0px;
	border: 1px dotted #FFCB9A !important; /* ie=0 w3c=1 */
	font-size: 13px;
	background-color: #FEFEFE;
}
input.form.frm-innerinput {
	width: auto !important;
	background-color: transparent;
}
input.form.frm-button {
	height: 20px;
	line-height: 20px;
	border: 1px solid #331E0D !important;
	border: 0px;
	color: #FFFFFF;
	background-color: #000000;
}
input.form.frm-imgbutton {
	width: auto;
	border: 0px !important;
}
input.form.frm-file {
	width: auto !important; /* ie=100% w3c=auto */
	width: 100%;
	height: auto !important; /* ie=16 w3c=auto */
	height: 18px;
	border: 1px solid #331E0D !important; /* ie=0 w3c=1 */
	border: 0px;
}
select.form {
	width: 100%;
	height: 18px;
	vertical-align: middle;
	border: 1px dotted #FFCB9A !important; /* ie=0 w3c=1 */
	border: 0px;
	background-color: #FEFEFE;
	font-size: 13px;
}
select.form.frm-multi {
	height: auto;
}
optgroup.form {
	font-style: normal;
}
option.form {
}
textarea.form {
	width: 100%;
	height: 300;
	margin: 0px !important; /* ie=-1 0 0 0 w3c=0 */
	margin-top: -1px;
	border: 1px dotted #FFCB9A !important; /* ie=0 w3c=1 */
	border: 1px dashed #FFCB9A;
	background-color: #FEFEFE;
	vertical-align: middle;
	font-size: 13px;
}
input.form:focus, select.form:focus, textarea.form:focus {
	border: 1px solid #4F545C !important;
	background-color: #F0F0F0;
}
span.form {
	width: auto;
	height: auto !important; /* ie=14 w3c=auto */
	height: 18px;
	padding-right: 2px;
	border: 0px;
	background-color: transparent;
	display: block;
}
span.form.frm-innerspan {
	margin-right: 0px;
	width: auto;
	height: auto !important; /* ie=14 w3c=auto */
	height: 14px;
	min-height: 14px;
	padding: 2px;
	border-bottom: 1px solid #FFCB9A;
	border-top: 1px solid #D5CDCD;
	border-left: 1px solid #D5CDCD;
	border-right: 1px solid #D5CDCD;
	background-color: white;
	vertical-align: middle;
	font-size: 13px;
}
span.form.frm-buttonspan {
	border: 0px;
	display: inline;
}
span.form.frm-label {
	width: 100%;
	border: 0px !important;
}
span.form.frm-label a, span.form.frm-label a:hover {
	text-decoration: none;
}
h2.form {
	color:#C75000;
	margin: 0px;
	padding: 0px;
	float: left;
	font-size:110%;
}
hr.form {
	width: 0px;
	line-height: 3px;
}
img.form {
	cursor: pointer;
}
img.form.frm-subsectionimg {
	padding: 2px;
	float: right;
	display: inline;
}
.form.frm-radiolabel, .form.frm-checkboxlabel {
	display: block;
}


/*
* classe Info
*/
div.info {
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #FFFFFF;
	background-image: url('images/sfondo_ok.jpg');
	background-repeat: x-repeat;
	border-top:1px solid #FFCB9A;
	border-right:1px solid #FFCB9A;
	border-left:1px solid #FFCB9A;
}
h1.info {
	padding: 0px 10px;
	color: #417059;
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.05em;
}
p.info {
	padding: 2px 10px;
	color: #417059;
}
p.info cite {
	font-weight: bold;
	font-style: italic;
}

/*
* classe Error
*/
div.error {
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #FFFFFF;
	background-color: #EA2D2D;
	background-image: url('images/sfondo_error.jpg');
	background-repeat: x-repeat;
	border-top:1px solid #FFCB9A;
	border-right:1px solid #FFCB9A;
	border-left:1px solid #FFCB9A;
}
h1.error {
	padding: 0px 10px;
	color: #FD0202;
	font-size: 13px;
	font-family: verdana, arial, sans-serif;
	/*font-variant: small-caps;*/
	font-weight: bold;
	/*	
	color:#FFFFFF;
*/
}
p.error {
	padding: 2px 10px;
	color: #FD0202;
	/*
	color:#FFFFFF;
	background-color: #EA2D2D;
	*/
}
p.error a {
	color: #FFFFFF;
}
p.error a:hover {
	color: #FF0000;
	background-color: #FEFEFE;
}
p.error cite {
	font-weight: bold;
	font-style: italic;
}

/*
* classe Warning
*/
div.warning {
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #FF9500;
	background-color: #FFFFFF;
	background-image: url('images/sfondo_warning.jpg');
	background-repeat: x-repeat;
	border-top:1px solid #FFCB9A;
	border-right:1px solid #FFCB9A;
	border-left:1px solid #FFCB9A;
}
h1.warning {
	padding: 0px 10px;
	color: #FF9500;
	font-size: 13px;
	font-family: verdana, arial, sans-serif;
	/*font-variant: small-caps;*/
	font-weight: bold;
	/*	
	color:#FFFFFF;
*/
}
p.warning {
	padding: 2px 10px;
	color: #FF9500;
	/*
	color:#FFFFFF;
	background-color: #EA2D2D;
	*/
}
p.warning a {
	color: #FF9500;
}
p.warning a:hover {
	color: #FF0000;
	background-color: #FEFEFE;
}
p.warning cite {
	font-weight: bold;
	font-style: italic;
}



/*
* Classe Calendar
*/
div.calendar {
	height: 100%;
	vertical-align: middle;
	/*border: 1px solid #999999;*/
}
div#calendar{
	border: 1px solid #999999;
}
div.calendar.cal-week {
	color: #18692E;
}
div.calendar.cal-month {
}
div.calendar.cal-inmonth {
	color: #A0A0A0;
	display: block;
}
div.calendar.cal-outmonth {
	color: #F0F0F0;
	background-color: #FEFEFE;
}
div.calendar.cal-today {
	background-color: #D7D7D7;
}
div.calendar.cal-interval {
	color: #18692E;
	/*border-bottom: 1px solid #BCDEC5;*/
	border-top: 1px solid #BCDEC5;
	background-color: #DCFEE5;
}
table.calendar {
	width: 100%;
	border: 0;
	/*border-bottom: 1px solid #999999;*/
	border-collapse: collapse;
}
th.calendar {
	line-height: 18px;
	padding: 2px 4px 2px 4px;
	border-bottom: 1px solid #999999;
	/*color: #FFFFFF;*/
	background-color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 0.01em;
	text-align: center;
}
tr.calendar {
	background: #F0F0F0 url('images/table_back.gif');
}
tr.calendar.cal-oddhour {
	background-color: #FEFEFE;
}
tr.calendar.cal-evenhour {
	background-color: #F0F0F0;
}
td.calendar {
	line-height: 20px;
}
td.calendar.cal-advice {
	border-top: 1px solid #999999 !important; /* ie=solid w3c=solid */
	border-top: 1px solid #999999;
	border-left: 1px solid #999999 !important; /* ie=solid w3c=solid */
	border-left: 1px solid #999999;
}
td.calendar.cal-note {
	border-left: 1px solid #999999 !important; /* ie=solid w3c=solid */
	border-left: 1px solid #999999;
	padding: 2px;
	text-align: justify;
}
td.calendar.cal-bottom {
	border-bottom: 1px solid #999999 !important; /* ie=solid w3c=solid */
	border-bottom: 1px solid #999999;
}
td.calendar.cal-bottomright {
	border-right: 1px solid #999999 !important; /* ie=solid w3c=solid */
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999 !important; /* ie=solid w3c=solid */
	border-bottom: 1px solid #999999;
}
td.calendar.cal-right {
	border-right: 1px solid #999999 !important; /* ie=solid w3c=solid */
	border-right: 1px solid #999999;
}
td.calendar.cal-left {
	border-left: 1px solid #999999 !important; /* ie=solid w3c=solid */
	border-left: 1px solid #999999;
}
td.calendar.cal-none {
	border: 0px;
}
span.calendar.cal-date {
	margin-top: -1px;
	margin-left: 4px;
	line-height: 40px;
	font-size: 40px;
	font-family: "Times New Roman", times, serif;
}
span.calendar.cal-date a {
	color: #A0A0A0;
	text-decoration: none;
}
span.calendar.cal-date a:hover {
	color: #000000;
	text-decoration: none;
}
span.calendar.cal-activity {
	display: block;
}
p.calendar {
	text-align: center;
}
p.calendar.cal-time {
	line-height: 10px;
	padding-top: 2px !important;
	padding-top: 3px;
	color: #000000;
	font-size: 10px;
	letter-spacing: 0.01em;
}
p.calendar.cal-advice {
	line-height: 22px;
	text-align: center;
}
a.calendar.cal-header {
	/*color: #FFFFFF;*/
	text-decoration: none;
}
a.calendar.cal-header:hover {
	color: #000000;
	text-decoration: none;
}

/*
* classe Minical
*/
table.minical {
	border-collapse: separate;
	width: 150px;
}
td.minical {
	text-align: center;
}
th.minical {
	text-align: center;
}
th.minical.mcal-day {
	font-weight: normal;
	font-size: 9px;
}
td.minical.mcal-month {
	background-color: #FEFEFE;
	font-size: 10px;
}
td.minical.mcal-nomonth {
	color: #D0D0D0;
	background-color: #999999;
	font-size: 10px;
}
td.minical.mcal-today {
	color: #FFFFFF;
	background-color: #FFFFFF;
	font-size: 10px;
}
td.minical.mcal-month a {
	color: #000000;
	text-decoration: none;
}
td.minical.mcal-month a:hover {
	color: #FFFFFF;
	background-color: #FFFFFF;
	text-decoration: none;
	display: block;
}
td.minical.mcal-today a {
	color: #C75000;
	text-decoration: none;
}
td.minical.mcal-today a:hover {
	color: #FFFFFF;
	background-color: #FFFFFF;
	text-decoration: none;
	display: block;
}
h3.minical {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
td.minical.mcal-prev {
	text-align: left;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
td.minical.mcal-prev a {
	padding: 2px;
	color: #FFFFFF;
	text-decoration: none;
}
td.minical.mcal-prev a:hover {
	color: #FFFFFF;
	background-color: #FFFFFF;
	text-decoration: none;
}
td.minical.mcal-next {
	text-align: right;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
td.minical.mcal-next a {
	padding: 2px;
	color: #FFFFFF;
	text-decoration: none;
}
td.minical.mcal-next a:hover {
	color: #FFFFFF;
	background-color: #FFFFFF;
	text-decoration: none;
}

/*
* Classe Wizard
*/
div.wizard {
	min-height: 140px;
	height: auto !important;
	height: 140px;
	border-top: 1px solid #000000;
	padding: 0px;
}
div.wizard.wiz-inner {
	height: auto !important;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background: white;
}
div.wizard.wiz-sequence {
	min-height: 120px;
	height: auto !important;
	height: 120px;
	width: 20%;
	border: 0px;
	float: left;
}
div.wizard.wiz-content {
	width: 80%;
	min-height: 119px;
	height: auto !important;
	height: 120px;
	margin-left: 20%;
	padding: 0px;
	border: 0px;
	border-bottom: 1px solid #000000;
	line-height: 20px;
	font-style: italic;
	background: #DDD8D7;
}
div.wizard.wiz-content p {
	padding: 10px;
}
div.wizard.wiz-action {
	width: 100%;
	min-height: 20px;
	height: auto !important;
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: right;
	font-weight: bold;
	background: #FFFFFF;
	clear: both;
}
ul.wizard {
	line-height: 15px;
}
li.wizard {
	margin: 0px !important;
	margin-right: 4px;
	padding: 2px 10px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: #FFFFFF;
	font-weight: bold;
	font-style: italic;
	list-style-type: none;
}
li.wizard.wiz-selected {
	border-right: 0px;
	font-style: normal;
	background: #DDD8D7;
}
li.wizard.wiz-completed {
	font-style: normal;
	background: #F0F0F0;
}
li.wizard a {
	color: #000000;
	text-decoration: none;
}
li.wizard a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
p.wizard {
	line-height: 20px;
}
span.wizard {
	padding: 0px 5px;
}
span.wizard a {
	font-weight: normal;
	color: #FFFFFF;
	display: inline;
}
span.wizard a:hover {
	color: #F0F0F0;
	background-color: #FFFFFF;
	text-decoration: none;
}


/*
* Classe Showcase
*/
div.showcase {
	height: 280px;
	padding: 10px 5px 0px 5px;
	background: #FFFFFF;
}
div.showcase.shc-inner {
	position: relative;
	top: 0px;
	left: 0px;
	width: 230px;
	height: 250px;
	padding: 0px;
	
	background: white;
}
dl.showcase {
	display: inline;
}
dd.showcase {
	width: 232px;
	height: 252px;
	margin: 10px 5px 5px 10px;
	float: left;
	z-index: 100;
}
dd.showcase:hover {
	margin: 5px 0px 0px 5px;
	border: 5px solid #FFFFFF;
}
h2.showcase {
	width: 230px;
	line-height: 19px;
	text-align: center;
	color: white;
	background-color: #FFFFFF;
	border-bottom: 1px solid #FFCB9A;
}
p.showcase {
	position: absolute;
	top: 25px;
	left: 10px;
	z-index: 200;
}
img.showcase {
	width: 230px;
	height: 230px;
	padding: 5px 0px;
}

/*
* Classe Adv
*/
div.adv {
	padding: 10px 0px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: #FFFFFF;
	text-align: center;
}
div.adv div {
	width: 702px !important;
	width: 822px;
	margin: 0px auto;
	padding: 10px;
	border: 4px solid #FFFFFF;
	text-align: justify;
	background: url('images/section_back.gif');
}
div.adv h3 {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: left;
}
div.adv p {
	padding: 5px 0px;
	color: #FFFFFF;
}
div.adv span {
	clear: both;
}
div.adv img {
	margin: 10px 0px;
	border: 1px solid #000000;
}
div.adv a {
	color: #FFFFFF;
}
div.adv a:hover {
	color: #FFFFFF;
}


/*
* Classe Search
*/
div.search {
	/*background: #FEFEFE url('images/form_back.gif');*/
	background: #FFFFFF;

	/*background: #FEFEFE;*/

}
div.search.frm-divider {
	height: 3px;
	background: url('images/hr_back.gif') center repeat-x;
}
table.search {
	width:100%;
	text-align:center;
	border: 1px solid #FFCB9A !important;
}
table.search.frm-innertable {
	border: 0px !important;
}
th.search {
}
h2.search {
	text-align:center;
	margin-top:15px;
}

.bigbutton_label {
	color: #888855;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}
.jobassignblock {
	border: 1px solid #AAAAAA;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #C5C6C8;
	padding: 4px;
}
.jobassignblock:hover {
	border: 1px solid black;
	background-color: #EEEE88;
	cursor: pointer;
}
.jobassignblock.selected {
	/*background: url(images/black_and_yellow_stripes.jpg) #FFFFFF;*/
	background-color: #5555CC;
	border: 1px solid black;
}
.jobassignblock.selected:hover {
/*	background-color: white;*/
	cursor: auto;
}
.jobassignblock table {
	width: 100%;
	background-color: white;
	border-collapse: collapse;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.jobassignblock td {
	padding: 3px;
}
.jobassignblock_title {
	background: url(images/back.jpg) #FFFFFF  repeat-x;
	background-color: #C5C6C8;
	font-weight: bold;
	border: 1px solid #C5C6C8;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
}
.jobassignblock.selected .jobassignblock_title {
	background: none;
	border: none;
}
.jobassignblock.selected:hover .jobassignblock_title {
	background-color: white;
	border: none;
}
.jobassignblock:hover .jobassignblock_title {
	background: none;
	background-color: #EEEE88;
	border: 1px solid #EEEE88;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
}
.jobassignblock_rightcell {
	width: 30%;
	text-align: center;
	border-top: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
}
.jobassignblock_bottomcell {
	/*border-bottom: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;*/
}
.jobassignblock.selected .jobassignblock_rightcell {
	border: none;
}

#lefttable div.form {
	border-left: none;
	border-right: none;
	border-bottom: none;
}
#righttable div.form {
	border-left: none;
	border-right: none;
	border-bottom: none;
}
.section.sec-colset {
	border-left: 1px solid #938E8E;
	border-right: 1px solid #938E8E;
	border-bottom: 1px solid #938E8E;
}
.rest {
	background-color: #DEDEDE !important;
}
.holiday {
	background-color: #FBCACA !important;
}


#offerselectorder td.form.frm-label, #offerselectprint td.form.frm-label {
	padding-top: 4px;
	padding-left: 10px;
	text-align: left;
	vertical-align: top;
	color: #4F545C;
	background-color: transparent;
	line-height: 16px;
}



#grouptextbutton span{
	padding:3px 8px;
	border: 2px solid #E7530D;
	background-color: #E7530D;
	font-weight:bold;
	margin-left:2px;
	color:white;
	text-transform:uppercase;
	text-align:center;
}

#grouptextbutton span a{
	color:white;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
}

#grouptextbutton span.btn_selected{
	background-color: #F4E05F;
	color:#E7530D;
	text-transform:uppercase;
	text-align:center;
}

div.fixed div div.fc-event-head div {
	background: url('images/lock.gif') no-repeat;
	background-position: top right;
}
div.advise {
	color: #555555;
	font-weight: bold;
	background-color: #FFFFAA;
	padding: 10px;
	border: 1px dotted gray;
}
div.advise img {
	float: left;
}
div.advise p {
	padding: 5px;
	margin-left: 24px;
}
input.form.disabled {
	background-color:#CECECE;
	color:grey;
}
select.form.disabled {
	background-color:#CECECE;
	color:grey;
}
