.wizard tr td table {
	border:0;
	*padding:0;
	*width:1%;
}
	
.wizard tr td table tr {
	border:0;
}

.wizard tr td table tr td {
	border:0;
	
}

.wizard .sidebarstyle {
	vertical-align:top;
}


.headerstyle {
		letter-spacing: -1px;
		font-weight: normal;
		line-height: 1.2em;
		color: #000000;
		word-wrap: break-word;
		font-size:18pt;
}
	
.sidebarselecteditemstyle a {
	font-weight:bold;
	}
		
.wizard .missing {
	background-color:#faebeb;
}

.apsdatagrid td {
	padding:0.2em;
}

.apsdatagrid tr td table {
	border:0;
		padding:0;
		margin:0;
	}

.apsdatagrid tr td table tr {
	border:0;
	}

.apsdatagrid tr td table tr td {
	border:0;
	}

.apsdatagrid thead {
	background-color: #E0ECFF;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ECF8FF), to(#E0ECFF));
	background-image: -webkit-linear-gradient(top, #ECF8FF, #E0ECFF);
	background-image: -moz-linear-gradient(top, #ECF8FF, #E0ECFF);
	background-image: -ms-linear-gradient(top, #ECF8FF, #E0ECFF);
	background-image: -o-linear-gradient(top, #ECF8FF, #E0ECFF);
	background-image: linear-gradient(top, #ECF8FF, #E0ECFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ECF8FF, endColorstr=#E0ECFF);
	}

.apsdatagrid tr.HeaderStyle td {
	padding:0.5em;
	}

#login tr, #login td {
	border:0;
}

#login input {
	*width:10em;
}

#oldbrowser.info-box {
	margin:0;
	padding:0.2em;
		
}
#compatibility.info-box {
	margin:0;
	padding:0.2em;
		
}
/*GENERICI*/

.center{text-align:center}
.width1 { width:6em; }
.width2 { width:12em; }
.width3 { width:18em; }
.width4 { width:24em; }
.width5 { width:30em; }
.width6 { width:36em; }
.width7 { width:42em; }
.width8 { width:48em; }
.width9 { width:54em; }
.width10 { width:60em; }
.width11 { width:66em; }
.width99 { width:99%; }

/*override bootstrap*/
.text-center {text-align:center}
.text-left {text-align:left}
.text-right {text-align:right}
.text-muted {color: #777}
.text-info {color: #31708f;}
a.text-info:focus, a.text-info:hover {
    color: #245269;
}

/* TEXTBOX CALENDAR */

div.calendar { position: relative; Z-INDEX: 500;}

.calendar, .calendar table
{
	border-right: #556 1px solid;
	border-top: #556 1px solid;
	font-size: 11px;
	background: #eeeee6;
	border-left: #556 1px solid;
	cursor: default;
	color: #000;
	border-bottom: #556 1px solid;
	font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;    /* They are the navigation buttons */
  padding: 2px;          /* Make the buttons seem like they're pressing */
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;      /* Pressing it will take you to the current date */
  text-align: center;
  background: #fff;
  color: #000;
  padding: 2px;
}

.calendar thead .firstrow
{
	background: #808285;
  color: #fff;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
  background: #778;
  color: #fff;
}

.calendar thead .daynames
{
	background: #808285;
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #556;
  padding: 2px;
  text-align: center;
  color: #FFFFFF;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #FF9900;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  padding: 1px;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  background: #cde;
  color: #000000;
  padding: 2px 0px 0px 2px;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  color: #456;
  text-align: right;
  padding: 2px 4px 2px 2px;
}

.calendar table .wn {
  color: #FFFFFF;
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #000;
  background: #808285;
}

.calendar tbody .rowhilite td {
  background: #eeeee6;
}

.calendar tbody .rowhilite td.wn {
  color: #000000;
  background: #eeeee6;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  background: #eeeee6;
  padding: 1px 3px 1px 1px;
  border: 1px solid #bbb;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  background: #cde;
  padding: 2px 2px 0px 2px;
}

.calendar tbody td.selected { /* Cell showing today date */
  font-weight: bold;
  border: 1px solid #000;
  padding: 1px 3px 1px 1px;
  background: #fff;
  color: #000;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #FF9900;
}

.calendar tbody td.today { /* Cell showing selected date */
  font-weight: bold;
  color: #00f;
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
  text-align: center;
  background: #556;
  color: #fff;
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: #fff;
  color: #445;
  border-top: 1px solid #556;
  padding: 1px;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  background: #aaf;
  border: 1px solid #04f;
  color: #000;
  padding: 1px;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  background: #77c;
  padding: 2px 0px 0px 2px;
}

/* Combo boxes (menus that display months/years for direct selection) */

.combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  cursor: default;
  border: 1px solid #655;
  background: #def;
  color: #000;
  font-size: smaller;
}

.combo .label {
  width: 100%;
  text-align: center;
}

.combo .hilite {
  background: #acf;
}

.combo .active {
  border-top: 1px solid #46a;
  border-bottom: 1px solid #46a;
  background: #eef;
  font-weight: bold;
}

.formlabel {
	margin:0 0.5em 0 1em;
	font-weight:bold;
	}

.gallerythumb img {
	border:1px solid #999999;
	padding:1px;
	border-radius: 10px;
	}



































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
