/* BEGIN: GLOBAL */

hr {
	margin: 0px;
}

#XojoContainer {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
}

#XojoLoader {
	top: 100%;
	display: none;
}

#XojoDisconnect {
	top: 100%;
	display: none;
}

#XojoLoader, #XojoDisconnect {
	position: absolute;
	left: 0%;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%); 
	-webkit-transition: top 0.35s ease-out;
	-moz-transition: top 0.35s ease-out;
	transition: top 0.35s ease-out;
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
}

#XojoLoaderBar {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 76px;
	margin-left: -85px;
	width: 170px;
	height: 21px;
	background-image: url(/framework/loadprogress.png);
}

#XojoLoaderIcon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -64px;
	margin-left: -64px;
	width: 128px;
	height: 128px;
	background-image: url(/framework/appicon128.png);
}

#XojoLoaderCaption {
	position: absolute;
	left: 0%;
	width: 100%;
	text-align: center;
	top: 50%;
	margin-top: -106px;
	height: 32px;
	font-size: 18pt;
	font-weight: bold;
	color: #7F7F7F;
	text-shadow: 0px 1px 0px #FFFFFF;
}

#XojoDisconnectIcon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -67px;
	margin-left: -67px;
	width: 133px;
	height: 133px;
	background-image: url(/framework/pagestop.png);
}

#XojoDisconnectCaption {
	color: #7F7F7F;
	text-shadow: 0px 1px 0px #FFFFFF;
	text-align: center;
	position: absolute;
	left: 50%;
	width: 300px;
	margin-left: -150px;
	top: 50%;
	margin-top: 106px;
	bottom: 20px;
	font-size: 1.2em;
}

#XojoOverlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

img,form {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

#XojoAlerter {
	position: fixed;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	background-image: url(/framework/dimmer.png);
	font-family: Helvetica, sans-serif;
	text-shadow: 0px 1px 0px #000000;
	-webkit-transition: opacity 0.25s ease-out;
	display: none;
	opacity: 0;
}

#XojoAlerterDialog {
	position: absolute;
	width: 680px;
	overflow: visible;
	margin-left: -350px;
	margin-top: -200px;
	left: 50%;
	top: 50%;
	background-color: #000000;
	background: rgba(0,0,0,0.75);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 3px 8px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 3px 8px rgba(0,0,0,0.5);
	-o-box-shadow: 0px 3px 8px rgba(0,0,0,0.5);
	-ms-box-shadow: 0px 3px 8px rgba(0,0,0,0.5);
	box-shadow: 0px 3px 8px rgba(0,0,0,0.5);
	color: #FFFFFF;
	padding: 10px;
	display: block;
	-webkit-animation-name: pop;
	-webkit-animation-duration: 0.25s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-direction: normal;
}

#XojoAlerterDialog textarea {
	width: 668px;
	height: 120px;
	padding: 5px;
	border: 1px solid #000000;
	resize: none;
	margin: 0px;
	display: block;
}

.XojoErrorButton {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	height: 30px;
	min-width: 80px;
	width:auto;
	border: 1px solid #000;
	vertical-align: middle;
	line-height: 28px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-left: 5px;
	padding: 0px 10px 0px 10px;
	cursor: pointer;
	/* Don't allow selections */
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#XojoErrorSend {
	background-color: #E3CC67;
	text-shadow: 1px 1px 2px black;
	background: linear-gradient(to bottom, rgba(243,238,134,1) 0%,rgba(212,173,73,1) 100%);
	float:left;
}
#XojoErrorSend:active {
	background-color: #807339;
	text-shadow: 1px 1px 2px black;
	color:#999;
	background: linear-gradient(to bottom, rgba(121,100,43,1) 0%,rgba(136,131,74,1) 100%);
}

#XojoErrorDontSend {
	background-color: #464646;
	color: #FFF;
	text-shadow: 1px 1px 2px black;
	background: linear-gradient(to bottom, rgba(94,94,94,1) 0%,rgba(41,41,41,1) 100%);
	float:left;
}

#XojoErrorDontSend:active {
	background-color: #252525;
	color:#777;
	background: linear-gradient(to bottom, rgba(23,23,23,1) 0%,rgba(48,48,48,1) 100%);
}

#nojs_mask {
	background-color: #000;
	opacity: 0.25;
	filter: alpha(opacity=25);
	z-index: 999;
	height: 100%;
	background-attachment: fixed;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
}

#nojs_warning {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #000;
	background-color: #FFF;
	text-align: left;
	border: 1px solid #000;
	vertical-align: middle;
	padding: 50px;
	position: absolute;
	left: 25%;
	top: 30%;
	width: 40%;
	z-index:10000;
}

#nojs_warning .explaintext {
	font-size: 18px;
}

@-webkit-keyframes pop {
	0% {
		-webkit-transform: scale(0.0);
	}
	80% {
		-webkit-transform: scale(1.1);
	}
	100% {
		-webkit-transform: scale(1.0);
	}
}

#XojoMenus {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
}

ul.menu {
	margin: 0px;
	min-width: 125px;
	min-height: 40px;
	background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); 
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 5px;
	border: 2px solid #1B6ABA;
	position: absolute;
}

ul.menu li {
	list-style: none;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-top: 4px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	cursor: default;
	white-space: nowrap;
}

ul.menu li.item {
}

ul.menu li.disabled {
	color: #7F7F7F;
}

ul.menu li.separator {
	max-height: 8px;
	min-height: 8px;
}

ul.menu li span.submenu {
	padding-right: 20px;
	display: block;
	background-image: url(/framework/submenu-normal.png);
	background-position: right center;
	background-repeat: no-repeat;
}

ul.menu li:hover span.submenu {
	background-image: url(/framework/submenu-hover.png);
}

ul.menu li.item:hover {
	background: linear-gradient(135deg, rgba(61,129,199,1) 0%,rgba(27,106,186,1) 100%);
	color: #FFFFFF;
	text-shadow: 0px 1px 0px #124980;
}

img.pointer {
	background-image: url(/framework/pointer.png);
	position: absolute;
}

.disabled {
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

.disabled p, .disabled a, .disabled .toolbar div.caption {
	color:#777777\9; /* \9 targets IE8 and lower */
}

#XojoAlerterSmall {
	position: fixed;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	font-family: Helvetica, sans-serif;
	display: visible;
	opacity: 0;
}

.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectable {
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  cursor: auto;
}

/* These styles are for the app being viewed as a website */
/* Portrait */
@media screen and (max-width: 320px) {
	#XojoAlerterSmallDialog {
		position: absolute;
		width: 300px;
		height:460px;
		left:0px;
		top:0px;
		overflow: visible;
		margin-left: 0px;
		margin-top: 0px;
		background-color: #000000;
		background: rgba(0,0,0,0.75);
		color: #FFFFFF;
		padding: 10px;
		display: block;
		-webkit-animation-name: pop;
		-webkit-animation-duration: 0.25s;
		-webkit-animation-iteration-count: 1;
		-webkit-animation-direction: normal;
	}

	#XojoAlerterSmallDialog textarea {
		width: 290px;
		height: 190px;
		padding: 5px;
		border: 1px solid #000000;
		resize: none;
		margin: 0px;
		display: block;
	}
}

/* Landscape */
@media screen and (min-width: 321px) {
	#XojoAlerterSmallDialog {
		position: absolute;
		width: 460px;
		height: 300px;
		left:0px;
		top:0px;
		overflow: visible;
		margin-left: 0px;
		margin-top: 0px;
		background-color: #000000;
		background: rgba(0,0,0,0.75);
		color: #FFFFFF;
		padding: 10px;
		display: block;
		-webkit-animation-name: pop;
		-webkit-animation-duration: 0.25s;
		-webkit-animation-iteration-count: 1;
		-webkit-animation-direction: normal;
	}

	#XojoAlerterSmallDialog textarea {
		width: 450px;
		height: 42px;
		padding: 5px;
		border: 1px solid #000000;
		resize: none;
		margin: 0px;
		display: block;
	}
}

/* CSS for high-resolution devices */
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
    #XojoLoaderIcon {
		background-image: url(/framework/appicon256.png);
		background-size: 128px 128px;
        background-repeat: no-repeat;
    }
    
    #XojoLoaderBar {
/*     	background-image: url(/framework/loadprogress@2x.png); */
    	background-size: 170px 21px;
        background-repeat: no-repeat;
    }
    
	#XojoDisconnectIcon {
        background-image: url(/framework/pagestop@2x.png);
        background-size: 133px 133px;
        background-repeat: no-repeat;
    }

    ul.menu li span.submenu {
    	background-image: url(/framework/submenu-normal@2x.png);
    	background-size: 8px 16px;
        background-repeat: no-repeat;
    }
    
    ul.menu li:hover span.submenu {
		background-image: url(/framework/submenu-hover@2x.png);
		background-size: 8px 16px;
        background-repeat: no-repeat;
	}

	img.pointer {
		background-image: url(/framework/pointer@2x.png);
		background-size: 40px 40px;
        background-repeat: no-repeat;
	}
}

/* END: GLOBAL */

/* BEGIN: TEXTCONTROL */

.textcontrol
{
    background-color: rgb(255,255,255);
    padding: 3px;
    border-top: 1px solid rgba(182,182,182,1);
    border-bottom: 1px solid rgba(204,204,204,1);
    border-left: 1px solid rgba(182,182,182,1);
    border-right: 1px solid rgba(204,204,204,1);
    font-size: 10pt;
}

.textcontrol::-ms-clear
{
    width: 0;
    height: 0;
}

/* END: TEXTCONTROL */

/* BEGIN: SCROLLBAR */

div.scrollbar
{
	position: absolute;
	overflow: hidden;
	background-color: #FAFAFA;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

div.scrollbar.vertical
{
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 12px;
	border-left: 1px solid #E8E8E8;
	background: linear-gradient(to right, rgba(252,252,252,1) 0%,rgba(235,235,235,1) 100%); 
}

div.scrollbar.horizontal
{
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 12px;
	border-top: 1px solid #E8E8E8;
	background: linear-gradient(to bottom, rgba(252,252,252,1) 0%,rgba(235,235,235,1) 100%); 
}

div.scrollbar div.track
{
	position: absolute;
	background-color: #FAFAFA;
	border: 1px solid #E8E8E8;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	overflow: hidden;
}

div.scrollbar.vertical div.track
{
	top: 0px;
	right: -1px;
	bottom: 0px;
	left: -1px;
	background: linear-gradient(to right, rgba(202,202,202,1) 0%,rgba(252,252,252,1) 73%,rgba(242,242,242,1) 100%);
}

div.scrollbar.horizontal div.track
{
	top: -1px;
	left: 0px;
	bottom: -1px;
	right: 0px;
	background: linear-gradient(to bottom, rgba(202,202,202,1) 0%,rgba(252,252,252,1) 73%,rgba(242,242,242,1) 100%);
}

div.scrollbar div.thumb
{
	position: absolute;
	background-color: #C1C1C1;
	border: 1px solid #FAFAFA;
	border-radius: 7px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.25);
	-webkit-border-radius: 7px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.25);
	-moz-border-radius: 7px;
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.25);
}

div.scrollbar.vertical div.thumb
{
	top: 0px;
	left: 0px;
	right: 0px;
	background-image: -webkit-gradient(linear, left top, right top, from(#C1C1C1), to(#C1C1C1));
	background-image: -moz-linear-gradient(left, #C1C1C1, #C1C1C1);
}

div.scrollbar.horizontal div.thumb
{
	left: 20px;
	top: 0px;
	bottom: 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#C1C1C1), to(#C1C1C1));
	background-image: -moz-linear-gradient(top, #C1C1C1, #C1C1C1);
}

div.scrollbar.vertical div.decrease
{
	position: absolute;
	top: 0px;
	height: 30px;
	width: 100%;
	background-image: url(/framework/up.png);
	background-repeat: no-repeat;
	background-position: -1px top;
}

div.scrollbar.vertical div.increase
{
	position: absolute;
	bottom: 0px;
	height: 30px;
	width: 100%;
	background-image: url(/framework/down.png);
	background-repeat: no-repeat;
	background-position: -1px bottom;
}

div.scrollbar.horizontal div.decrease
{
	position: absolute;
	left: 0px;
	width: 30px;
	height: 100%;
	background-image: url(/framework/left.png);
	background-repeat: no-repeat;
	background-position: left -1px;
}

div.scrollbar.horizontal div.increase
{
	position: absolute;
	right: 0px;
	width: 30px;
	height: 100%;
	background-image: url(/framework/right.png);
	background-repeat: no-repeat;
	background-position: right -1px;
}

div.scrollbar.vertical div.pressed
{
	background-color: #B8C5D9;
}

div.scrollbar.horizontal div.pressed
{
	background-color: #B8C5D9;
}

/* CSS for high-resolution devices */
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
	div.scrollbar.vertical div.decrease
	{
		background-image: url(/framework/up@2x.png);
		background-repeat: no-repeat;
		background-size: 15px 15px;
	}

	div.scrollbar.vertical div.increase
	{
		background-image: url(/framework/down@2x.png);
		background-repeat: no-repeat;
		background-size: 15px 15px;
	}

	div.scrollbar.horizontal div.decrease
	{
		background-image: url(/framework/left@2x.png);
		background-repeat: no-repeat;
		background-size: 15px 15px;
	}

	div.scrollbar.horizontal div.increase
	{
		background-image: url(/framework/right@2x.png);
		background-repeat: no-repeat;
		background-size: 15px 15px;
	}
}

/* END: SCROLLBAR */

/* BEGIN: LISTBOX */

div.listbox
{
	overflow: hidden;
	cursor: default;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

div.listbox > table
{
table-layout: fixed; 
}

div.listbox > table.headers
{
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(235,235,235,1) 100%); 
	border-bottom: 1px solid #B6B6B6;
	position: relative;
	color: #000000;
	text-shadow: 0px 1px 0px #FFFFFF;
    cursor: default;
}

div.listbox > table.headers td
{
	border-right: 1px solid #B6B6B6;
}

div.listbox > table.headers td.padder
{
	min-width: 15px;
	border-width: 0px;
	padding: 0px;
}

div.listbox > div.content
{
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 21px;
	overflow: hidden;
}

div.listbox > div.corner
{
	background-color: #FFFFFF;
	display: none;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 14px;
	height: 14px;
}

div.listbox td
{
	padding: 3px;
	overflow: hidden;
}

div.listbox table.rows
{
	position: relative;
	top: 0px;
	width: 100%;
	min-width: 100%;
	cursor: default;
}

div.listbox tr.selected td
{
	background-color: #3875D7;
	color: #FFFFFF;
}

/* END: LISTBOX */

/* BEGIN: SEARCHFIELD */

.searchField
{
	height: 14px;
	min-height: 14px;
	max-height: 14px;
	background-color: #FFFFFF;
	border: 1px solid #B6B6B6;
	border-radius: 20px;
	-moz-border-radius: 20px;
	padding-left: 26px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;
	background-image: url(/framework/searchIcon.png);
	background-repeat: no-repeat;
	background-position: -6px center;
}

/* CSS for high-resolution devices */
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
	.searchField {
		background-image: url(/framework/searchIcon@2x.png);
		background-size: 116px 36px;
		background-repeat: no-repeat;
	}
}

/* END: SEARCHFIELD */

/* BEGIN: SPINNER */

div.spinner
{
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: translucent;
}

div.spinner.large
{
	width: 32px;
	height: 32px;
	max-width: 32px;
	max-height: 32px;
	min-width: 32px;
	min-height: 32px;
}

div.spinner.small
{
	width: 16px;
	height: 16px;
	max-width: 16px;
	max-height: 16px;
	min-width: 16px;
	min-height: 16px;
}

div.spinner.large.black
{
	background-image: url(/framework/spinner-black-large.png);
}

div.spinner.large.white
{
	background-image: url(/framework/spinner-white-large.png);
}

div.spinner.small.black
{
	background-image: url(/framework/spinner-black-small.png);
}

div.spinner.small.white
{
	background-image: url(/framework/spinner-white-small.png);
}

/* CSS for high-resolution devices */
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
	div.spinner.large.black {
		background-image: url(/framework/spinner-black-large@2x.png);
		background-size: 384px 32px;
		background-repeat: no-repeat;
	}

	div.spinner.large.white {
		background-image: url(/framework/spinner-white-large@2x.png);
		background-size: 384px 32px;
		background-repeat: no-repeat;
	}
	
	div.spinner.small.black {
		background-image: url(/framework/spinner-black-small@2x.png);
		background-size: 192px 16px;
		background-repeat: no-repeat;
	}

	div.spinner.small.white {
		background-image: url(/framework/spinner-white-small@2x.png);
		background-size: 192px 16px;
		background-repeat: no-repeat;
	}
}

/* END: SPINNER */

/* BEGIN: UPLOADER */

div.uploader
{
	overflow: hidden;
	cursor: default;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

div.uploader > div.buttons
{
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(235,235,235,1) 100%); 
	border-top: 1px solid #B6B6B6;
	position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 24px;
    width: 100%;
    cursor: default;
    padding: 0px;
}

div.uploader > div.buttons td
{
    padding: 0px;
}

div.uploader > div.buttons td.button
{
	border-right: 1px solid #B6B6B6;
    width: 30px;
}

div.uploader > div.buttons td.button.pressed
{
	background: linear-gradient(to bottom, rgba(235,235,235,1) 0%,rgba(255,255,255,1) 100%); 
}

div.uploader > div.buttons td.button.active div
{
    opacity: 1;
	filter: alpha(opacity=100);
}

div.uploader > div.buttons td.button.inactive div
{
    opacity: 0.25;
	filter: alpha(opacity=25);
}

div.uploader > div.content
{
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 21px;
	overflow: hidden;
}

div.uploader td
{
	padding: 3px;
	overflow: hidden;
}

div.uploader table.rows
{
	position: relative;
	top: 0px;
	width: 100%;
	min-width: 100%;
	cursor: default;
}

div.uploader table.rows tr
{
	min-height: 22px;
}

div.uploader tr.selected td
{
	background-color: #3875D7;
	color: #FFFFFF;
}

div.uploader > div.overlay
{
	background-color: #FFFFFF;
	background-color: rgba(255,255,255,0.75);
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: auto;
	height: auto;
	z-index: 1;
}

div.uploader > div.chooser
{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 30px;
	height: 24px;
	overflow: hidden;
}

div.uploader > div.chooser > input[type=file]
{
	background-color: #FFFFFF;
	opacity: 0;
	filter: alpha(opacity=0);
	width: 100%;
	height: 100%;
}

div.uploader .UploaderAdd {
	background-image: url(/framework/UploaderAdd.png);
	display: inline-block;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 30px;
	height: 24px;
}

div.uploader .UploaderRemove {
	background-image: url(/framework/UploaderRemove.png);
	display: inline-block;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 30px;
	height: 24px;
}

/* CSS for high-resolution devices */
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
	div.uploader .UploaderAdd {
		background-image: url(/framework/UploaderAdd@2x.png);
		background-size: 30px 24px;
		background-repeat: no-repeat;
	}

	div.uploader .UploaderRemove {
		background-image: url(/framework/UploaderRemove@2x.png);
		background-size: 30px 24px;
		background-repeat: no-repeat;
	}
}

/* END: UPLOADER */

/* BEGIN: DIALOG */

div.sheet, div.modal
{
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-image: url(/framework/dimmer.png);
	overflow: hidden;
}

div.sheet > div.body, div.modal > div.body
{
	background-color: rgb(255,255,255);
	position: absolute;
	box-shadow: 0px 5px 8px rgba(0,0,0,0.50);
	-webkit-box-shadow: 0px 5px 8px rgba(0,0,0,0.50);
	-moz-box-shadow: 0px 5px 8px rgba(0,0,0,0.50);
}

div.sheet > div.title, div.modal > div.title
{
	display: none;
}

div.sheet img.resize, div.modal img.resize, div.palette img.resize
{
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 15px;
	height: 15px;
}

div.palette
{
	position: absolute;
	box-shadow: 0px 5px 8px rgba(0,0,0,0.50);
	-webkit-box-shadow: 0px 5px 8px rgba(0,0,0,0.50);
	-moz-box-shadow: 0px 5px 8px rgba(0,0,0,0.50);
	background-color: #FFFFFF;
	border: 1px solid #959E99;
}

div.palette div.body
{
	position: absolute;
	top: 19px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

div.palette table.title
{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 19px;
	width: 100%;
	text-align: center;
	background: linear-gradient(to bottom, rgba(230,231,233,1) 0%,rgba(193,196,201,1) 100%); 
	border-bottom: 1px solid #959E99;
	text-shadow: 0px 1px 0px #FFFFFF;
	cursor: default;
}

/* END: DIALOG */

body {
font-family: Helvetica, sans-serif;
font-size: 10pt;
}
.mnu {
font-family: "Verdana", sans-serif !important;
font-size: 70% !important;
text-align: center !important;
padding-left: 0px !important;
padding-right: 0px !important;
-webkit-border-top-left-radius: 0px !important;
-webkit-border-bottom-left-radius: 0px !important;
-webkit-border-bottom-right-radius: 0px !important;
-webkit-border-top-right-radius: 0px !important;
background-color: rgba(240,240,240,1.00) !important;
background-image: none !important;
}
.mnuSel {
font-family: "Verdana", sans-serif !important;
font-size: 70% !important;
text-align: center !important;
color: rgba(255,255,255,1.00) !important;
padding-left: 0px !important;
padding-right: 0px !important;
-webkit-border-top-left-radius: 0px !important;
-webkit-border-bottom-left-radius: 0px !important;
-webkit-border-bottom-right-radius: 0px !important;
-webkit-border-top-right-radius: 0px !important;
background-color: rgba(0,145,230,1.00) !important;
background-image: none !important;
}
.CoramVerySmallBlk {
font-family: "Verdana", sans-serif !important;
font-size: 70% !important;
text-align: left !important;
color: rgba(0,0,0,1.00) !important;
padding-left: 0px !important;
padding-right: 0px !important;
background-color: rgba(255,255,255,1.00) !important;
background-image: none !important;
}
.CoramVerySmall {
font-family: "Verdana", sans-serif !important;
font-size: 70% !important;
text-align: left !important;
color: rgba(119,119,119,1.00) !important;
padding-left: 0px !important;
padding-right: 0px !important;
background-color: rgba(255,255,255,1.00) !important;
background-image: none !important;
}
.CoramSmallRED {
font-size: 70% !important;
text-align: center !important;
color: rgba(255,0,1,1.00) !important;
}
.CoramSmallREDbkg {
font-family: "Verdana", sans-serif !important;
text-align: left !important;
color: rgba(0,0,0,1.00) !important;
padding-left: 0px !important;
padding-right: 0px !important;
background-color: rgba(255,85,83,1.00) !important;
background-image: none !important;
}
.CoramSmallBlkDx {
font-family: "Verdana", sans-serif !important;
text-align: right !important;
color: rgba(0,0,0,1.00) !important;
border-top: 1px none rgba(182,182,182,1.00) !important;
border-left: 1px none rgba(182,182,182,1.00) !important;
border-bottom: 1px none rgba(182,182,182,1.00) !important;
border-right: 1px none rgba(182,182,182,1.00) !important;
padding-left: 0px !important;
padding-right: 0px !important;
background-color: rgba(255,255,255,1.00) !important;
background-image: none !important;
}
.CoramSmallBlkBrd {
font-family: "Verdana", sans-serif !important;
text-align: left !important;
color: rgba(0,0,0,1.00) !important;
padding-left: 0px !important;
padding-right: 0px !important;
-webkit-border-top-left-radius: 0px !important;
-webkit-border-bottom-left-radius: 0px !important;
-webkit-border-bottom-right-radius: 0px !important;
-webkit-border-top-right-radius: 0px !important;
background-color: rgba(255,255,255,1.00) !important;
background-image: none !important;
}
.CoramNormalRED {
text-align: center !important;
color: rgba(255,0,1,1.00) !important;
}
.CoramSmallBlk1 {
font-family: "Verdana", sans-serif !important;
font-size: 85% !important;
text-align: left !important;
color: rgba(0,0,255,1.00) !important;
border-top: 1px none rgba(182,182,182,1.00) !important;
border-left: 1px none rgba(182,182,182,1.00) !important;
border-bottom: 1px none rgba(182,182,182,1.00) !important;
border-right: 1px none rgba(182,182,182,1.00) !important;
padding-top: 0px !important;
padding-left: 0px !important;
padding-bottom: 0px !important;
padding-right: 0px !important;
background-color: rgba(255,255,255,1.00) !important;
background-image: none !important;
}
.CoramSmallBlkCE {
font-family: "Verdana", sans-serif !important;
text-align: center !important;
color: rgba(0,0,0,1.00) !important;
border-top: 1px none rgba(182,182,182,1.00) !important;
border-left: 1px none rgba(182,182,182,1.00) !important;
border-bottom: 1px none rgba(182,182,182,1.00) !important;
border-right: 1px none rgba(182,182,182,1.00) !important;
padding-left: 0px !important;
padding-right: 0px !important;
background-color: rgba(255,255,255,1.00) !important;
background-image: none !important;
}
.CoramSmallBlk {
font-family: "Verdana", sans-serif !important;
text-align: left !important;
color: rgba(0,0,0,1.00) !important;
border-top: 1px none rgba(182,182,182,1.00) !important;
border-left: 1px none rgba(182,182,182,1.00) !important;
border-bottom: 1px none rgba(182,182,182,1.00) !important;
border-right: 1px none rgba(182,182,182,1.00) !important;
padding-left: 0px !important;
padding-right: 0px !important;
background-color: rgba(255,255,255,1.00) !important;
background-image: none !important;
}
.CoramSmall {
font-family: "Verdana", sans-serif !important;
text-align: left !important;
color: rgba(100,100,100,1.00) !important;
border-top: 1px none rgba(182,182,182,1.00) !important;
border-left: 1px none rgba(182,182,182,1.00) !important;
border-bottom: 1px none rgba(182,182,182,1.00) !important;
border-right: 1px none rgba(182,182,182,1.00) !important;
padding-left: 0px !important;
padding-right: 0px !important;
background-color: rgba(255,255,255,1.00) !important;
background-image: none !important;
}
.CoramSmall:hover {
color: rgba(0,145,230,1.00) !important;
}
.CoramHdrRED {
font-size: 120% !important;
text-align: center !important;
color: rgba(255,0,1,1.00) !important;
}
.CoramBlue {
font-family: "Verdana", sans-serif !important;
font-size: 100% !important;
text-align: left !important;
color: rgba(0,145,230,1.00) !important;
}
.CoramBlue1 {
font-family: "Verdana", sans-serif !important;
font-size: 100% !important;
text-align: left !important;
color: rgba(0,0,255,1.00) !important;
padding-top: 0px !important;
padding-left: 0px !important;
padding-bottom: 0px !important;
padding-right: 0px !important;
}
.CoramBlue1CE {
font-family: "Verdana", sans-serif !important;
font-size: 100% !important;
text-align: center !important;
color: rgba(0,0,255,1.00) !important;
padding-top: 0px !important;
padding-left: 0px !important;
padding-bottom: 0px !important;
padding-right: 0px !important;
}
.CoramHeader {
font-size: 120% !important;
text-align: left !important;
color: rgba(0,145,230,1.00) !important;
}
.CoramHeaderSmlU {
font-weight: normal !important;
font-style: normal !important;
text-decoration: underline !important;
font-size: 100% !important;
text-align: left !important;
color: rgba(0,145,230,1.00) !important;
}
.WhiteBackGround {
background-color: rgba(255,255,255,1.00) !important;
background-image: none !important;
}
.CoramInfoArea {
font-size: 65% !important;
text-align: left !important;
color: rgba(0,76,255,1.00) !important;
padding-top: 0px !important;
padding-left: 0px !important;
padding-bottom: 0px !important;
padding-right: 0px !important;
background-color: rgba(255,255,255,1.00) !important;
background-image: none !important;
}
.CoramMenu {
font-family: "Verdana", sans-serif !important;
text-align: center !important;
color: rgba(119,119,119,1.00) !important;
border-top: 1px none rgba(182,182,182,1.00) !important;
border-left: 1px none rgba(182,182,182,1.00) !important;
border-bottom: 1px none rgba(182,182,182,1.00) !important;
border-right: 1px none rgba(182,182,182,1.00) !important;
padding-left: 0px !important;
padding-right: 0px !important;
background-color: rgba(255,255,255,1.00) !important;
background-image: none !important;
}
.CoramVrySmallBlkCE {
font-family: "Verdana", sans-serif !important;
font-size: 70% !important;
text-align: center !important;
color: rgba(0,0,0,1.00) !important;
padding-top: 6px !important;
padding-left: 6px !important;
padding-bottom: 0px !important;
padding-right: 0px !important;
background-color: rgba(161,211,255,1.00) !important;
background-image: none !important;
}
.CoramVrySmallBlkCE1 {
font-family: "Verdana", sans-serif !important;
font-size: 70% !important;
text-align: justify !important;
color: rgba(0,0,0,1.00) !important;
padding-top: 6px !important;
padding-left: 1px !important;
padding-bottom: 0px !important;
padding-right: 0px !important;
background-color: rgba(161,211,255,1.00) !important;
background-image: none !important;
}
.CoramVSmallBlkRect {
font-family: "Verdana", sans-serif !important;
font-size: 70% !important;
text-align: left !important;
color: rgba(0,0,0,1.00) !important;
padding-left: 0px !important;
padding-right: 0px !important;
-webkit-border-top-left-radius: 0px !important;
-webkit-border-bottom-left-radius: 0px !important;
-webkit-border-bottom-right-radius: 0px !important;
-webkit-border-top-right-radius: 0px !important;
background-color: rgba(255,255,255,1.00) !important;
background-image: none !important;
}
.CoramVSmallBlkRectBlk {
font-family: "Verdana", sans-serif !important;
font-size: 70% !important;
text-align: left !important;
color: rgba(0,0,0,1.00) !important;
border-top: 1px solid rgba(0,0,0,1.00) !important;
border-left: 1px solid rgba(0,0,0,1.00) !important;
border-bottom: 1px solid rgba(0,0,0,1.00) !important;
border-right: 1px solid rgba(0,0,0,1.00) !important;
padding-left: 3px !important;
padding-right: 0px !important;
-webkit-border-top-left-radius: 0px !important;
-webkit-border-bottom-left-radius: 0px !important;
-webkit-border-bottom-right-radius: 0px !important;
-webkit-border-top-right-radius: 0px !important;
background-color: rgba(255,255,255,1.00) !important;
background-image: none !important;
}
.CoramVerySmallBlkSX {
text-align: left !important;
}
.CoramVerySmallBlkDX {
text-align: right !important;
}
.CoramFooter {
font-family: "Verdana", sans-serif !important;
text-align: center !important;
color: rgba(119,119,119,1.00) !important;
border-top: 1px none rgba(182,182,182,1.00) !important;
border-left: 1px none rgba(182,182,182,1.00) !important;
border-bottom: 1px none rgba(182,182,182,1.00) !important;
border-right: 1px none rgba(182,182,182,1.00) !important;
padding-left: 0px !important;
padding-right: 0px !important;
background-color: rgba(255,255,255,1.00) !important;
background-image: none !important;
}
.CoramBottoni {
font-family: "Verdana", sans-serif !important;
font-size: 80% !important;
text-align: center !important;
background-color: rgba(255,255,255,1.00) !important;
background-image: none !important;
}
.CoramBottoni:hover {
-webkit-box-shadow: 0px 3px 8px rgba(0,0,0,0.50) !important;
}
.CoramBottoniSML {
font-family: "Verdana", sans-serif !important;
font-size: 80% !important;
text-align: center !important;
padding-top: 1px !important;
padding-left: 1px !important;
padding-bottom: 1px !important;
padding-right: 1px !important;
background-color: rgba(255,255,255,1.00) !important;
background-image: none !important;
}
.WhiteBackBorders {
border-top: 1px solid rgba(0,0,0,1.00) !important;
border-left: 1px solid rgba(0,0,0,1.00) !important;
border-bottom: 1px solid rgba(0,0,0,1.00) !important;
border-right: 1px solid rgba(0,0,0,1.00) !important;
padding-top: 1px !important;
padding-left: 1px !important;
padding-bottom: 1px !important;
padding-right: 1px !important;
background-color: rgba(255,255,255,1.00) !important;
background-image: none !important;
}
.ReportCyanBack {
border-top: 1px solid rgba(0,0,0,1.00) !important;
border-left: 1px solid rgba(0,0,0,1.00) !important;
border-bottom: 1px solid rgba(0,0,0,1.00) !important;
border-right: 1px solid rgba(0,0,0,1.00) !important;
padding-top: 0px !important;
padding-left: 0px !important;
padding-bottom: 0px !important;
padding-right: 0px !important;
-webkit-border-top-left-radius: 0px !important;
-webkit-border-bottom-left-radius: 0px !important;
-webkit-border-bottom-right-radius: 0px !important;
-webkit-border-top-right-radius: 0px !important;
background-color: rgba(161,211,255,1.00) !important;
background-image: none !important;
}
.CoramBrown {
font-family: "Verdana", sans-serif !important;
font-size: 100% !important;
text-align: left !important;
color: rgba(153,102,51,1.00) !important;
}
.CoramBrownSml {
font-family: "Verdana", sans-serif !important;
font-size: 80% !important;
text-align: justify !important;
color: rgba(153,102,51,1.00) !important;
}
.DataVerde {
font-family: "Verdana", sans-serif !important;
font-size: 70% !important;
text-align: left !important;
color: rgba(0,0,0,1.00) !important;
padding-left: 0px !important;
padding-right: 0px !important;
background-color: rgba(0,210,0,1.00) !important;
background-image: none !important;
}
.DataBianca {
font-family: "Verdana", sans-serif !important;
font-size: 70% !important;
text-align: left !important;
color: rgba(0,0,0,1.00) !important;
padding-left: 0px !important;
padding-right: 0px !important;
background-color: rgba(255,255,255,1.00) !important;
background-image: none !important;
}
.DataGialla {
font-family: "Verdana", sans-serif !important;
font-size: 70% !important;
text-align: left !important;
color: rgba(0,0,0,1.00) !important;
padding-left: 0px !important;
padding-right: 0px !important;
background-color: rgba(255,255,0,1.00) !important;
background-image: none !important;
}
.RectVerde {
border-top: 1px solid rgba(0,0,0,1.00) !important;
border-left: 1px solid rgba(0,0,0,1.00) !important;
border-bottom: 1px solid rgba(0,0,0,1.00) !important;
border-right: 1px solid rgba(0,0,0,1.00) !important;
padding-top: 1px !important;
padding-left: 1px !important;
padding-bottom: 1px !important;
padding-right: 1px !important;
background-color: rgba(0,202,0,1.00) !important;
background-image: none !important;
}
.RectRosso {
border-top: 1px solid rgba(0,0,0,1.00) !important;
border-left: 1px solid rgba(0,0,0,1.00) !important;
border-bottom: 1px solid rgba(0,0,0,1.00) !important;
border-right: 1px solid rgba(0,0,0,1.00) !important;
padding-top: 1px !important;
padding-left: 1px !important;
padding-bottom: 1px !important;
padding-right: 1px !important;
background-color: rgba(255,0,0,1.00) !important;
background-image: none !important;
}
.RectBianco {
border-top: 1px solid rgba(0,0,0,1.00) !important;
border-left: 1px solid rgba(0,0,0,1.00) !important;
border-bottom: 1px solid rgba(0,0,0,1.00) !important;
border-right: 1px solid rgba(0,0,0,1.00) !important;
padding-top: 1px !important;
padding-left: 1px !important;
padding-bottom: 1px !important;
padding-right: 1px !important;
background-color: rgba(255,255,255,1.00) !important;
background-image: none !important;
}
.RectGiallo {
border-top: 1px solid rgba(0,0,0,1.00) !important;
border-left: 1px solid rgba(0,0,0,1.00) !important;
border-bottom: 1px solid rgba(0,0,0,1.00) !important;
border-right: 1px solid rgba(0,0,0,1.00) !important;
padding-top: 1px !important;
padding-left: 1px !important;
padding-bottom: 1px !important;
padding-right: 1px !important;
background-color: rgba(255,255,0,1.00) !important;
background-image: none !important;
}
.CoramHeaderGrey {
font-size: 120% !important;
text-align: center !important;
color: rgba(120,120,120,1.00) !important;
}
.FixedGiallo {
font-family: "Courier New", sans-serif !important;
font-size: 80% !important;
text-align: left !important;
color: rgba(0,0,0,1.00) !important;
padding-left: 0px !important;
padding-right: 0px !important;
background-color: rgba(255,255,0,1.00) !important;
background-image: none !important;
}
.ImageBorders {
border-top: 2px solid rgba(182,182,182,1.00) !important;
border-left: 2px solid rgba(182,182,182,1.00) !important;
border-bottom: 2px solid rgba(182,182,182,1.00) !important;
border-right: 2px solid rgba(182,182,182,1.00) !important;
padding-top: 1px !important;
padding-left: 1px !important;
padding-bottom: 1px !important;
padding-right: 1px !important;
background-color: rgba(255,255,255,1.00) !important;
background-image: none !important;
}
.CoramBlueSML {
font-family: "Verdana", sans-serif !important;
font-size: 70% !important;
text-align: left !important;
color: rgba(0,0,255,1.00) !important;
padding-top: 0px !important;
padding-left: 0px !important;
padding-bottom: 0px !important;
padding-right: 0px !important;
}
.WCBkgWhite {
background-color: rgba(255,255,255,1.00) !important;
background-image: none !important;
}
.WCButtonBlk {
font-family: "Verdana", sans-serif !important;
font-size: 70% !important;
text-align: center !important;
color: rgba(0,0,0,1.00) !important;
border-top: 1px solid rgba(182,182,182,1.00) !important;
border-left: 1px solid rgba(182,182,182,1.00) !important;
border-bottom: 1px solid rgba(182,182,182,1.00) !important;
border-right: 1px solid rgba(182,182,182,1.00) !important;
padding-top: 1px !important;
padding-left: 1px !important;
padding-bottom: 1px !important;
padding-right: 1px !important;
-webkit-border-top-left-radius: 0px !important;
-webkit-border-bottom-left-radius: 0px !important;
-webkit-border-bottom-right-radius: 0px !important;
-webkit-border-top-right-radius: 0px !important;
background-color: rgba(255,255,255,1.00) !important;
background-image: none !important;
}
.WCButtonGrey {
font-family: "Verdana", sans-serif !important;
font-size: 70% !important;
text-align: center !important;
color: rgba(0,0,0,1.00) !important;
border-top: 1px solid rgba(182,182,182,1.00) !important;
border-left: 1px solid rgba(182,182,182,1.00) !important;
border-bottom: 1px solid rgba(182,182,182,1.00) !important;
border-right: 1px solid rgba(182,182,182,1.00) !important;
padding-top: 1px !important;
padding-left: 1px !important;
padding-bottom: 1px !important;
padding-right: 1px !important;
-webkit-border-top-left-radius: 0px !important;
-webkit-border-bottom-left-radius: 0px !important;
-webkit-border-bottom-right-radius: 0px !important;
-webkit-border-top-right-radius: 0px !important;
background-color: rgba(200,200,200,1.00) !important;
background-image: none !important;
}
.WCButtonRed {
font-family: "Verdana", sans-serif !important;
font-size: 70% !important;
text-align: center !important;
color: rgba(255,0,0,1.00) !important;
border-top: 1px solid rgba(182,182,182,1.00) !important;
border-left: 1px solid rgba(182,182,182,1.00) !important;
border-bottom: 1px solid rgba(182,182,182,1.00) !important;
border-right: 1px solid rgba(182,182,182,1.00) !important;
padding-top: 1px !important;
padding-left: 1px !important;
padding-bottom: 1px !important;
padding-right: 1px !important;
-webkit-border-top-left-radius: 0px !important;
-webkit-border-bottom-left-radius: 0px !important;
-webkit-border-bottom-right-radius: 0px !important;
-webkit-border-top-right-radius: 0px !important;
background-color: rgba(255,255,255,1.00) !important;
background-image: none !important;
}
.WCLabelBlack {
font-family: "Verdana", sans-serif !important;
font-size: 70% !important;
text-align: center !important;
color: rgba(0,0,0,1.00) !important;
border-top: 1px none rgba(182,182,182,1.00) !important;
border-left: 1px none rgba(182,182,182,1.00) !important;
border-bottom: 1px none rgba(182,182,182,1.00) !important;
border-right: 1px none rgba(182,182,182,1.00) !important;
padding-top: 1px !important;
padding-left: 1px !important;
padding-bottom: 1px !important;
padding-right: 1px !important;
-webkit-border-top-left-radius: 0px !important;
-webkit-border-bottom-left-radius: 0px !important;
-webkit-border-bottom-right-radius: 0px !important;
-webkit-border-top-right-radius: 0px !important;
background-color: rgba(255,255,255,1.00) !important;
background-image: none !important;
}
.WCLabelBlue {
font-family: "Verdana", sans-serif !important;
font-size: 70% !important;
color: rgba(2,0,255,1.00) !important;
border-top: 1px none rgba(182,182,182,1.00) !important;
border-left: 1px none rgba(182,182,182,1.00) !important;
border-bottom: 1px none rgba(182,182,182,1.00) !important;
border-right: 1px none rgba(182,182,182,1.00) !important;
padding-top: 1px !important;
padding-left: 1px !important;
padding-bottom: 1px !important;
padding-right: 1px !important;
-webkit-border-top-left-radius: 0px !important;
-webkit-border-bottom-left-radius: 0px !important;
-webkit-border-bottom-right-radius: 0px !important;
-webkit-border-top-right-radius: 0px !important;
background-color: rgba(255,255,255,1.00) !important;
background-image: none !important;
}
.WCLabelRed {
font-family: "Verdana", sans-serif !important;
font-size: 70% !important;
color: rgba(255,0,0,1.00) !important;
border-top: 1px none rgba(182,182,182,1.00) !important;
border-left: 1px none rgba(182,182,182,1.00) !important;
border-bottom: 1px none rgba(182,182,182,1.00) !important;
border-right: 1px none rgba(182,182,182,1.00) !important;
padding-top: 1px !important;
padding-left: 1px !important;
padding-bottom: 1px !important;
padding-right: 1px !important;
-webkit-border-top-left-radius: 0px !important;
-webkit-border-bottom-left-radius: 0px !important;
-webkit-border-bottom-right-radius: 0px !important;
-webkit-border-top-right-radius: 0px !important;
background-color: rgba(255,255,255,1.00) !important;
background-image: none !important;
}
.WCLblBlkBrd {
font-family: "Verdana", sans-serif !important;
font-size: 70% !important;
text-align: center !important;
color: rgba(0,0,0,1.00) !important;
border-top: 1px solid rgba(182,182,182,1.00) !important;
border-left: 1px solid rgba(182,182,182,1.00) !important;
border-bottom: 1px solid rgba(182,182,182,1.00) !important;
border-right: 1px solid rgba(182,182,182,1.00) !important;
padding-top: 1px !important;
padding-left: 1px !important;
padding-bottom: 1px !important;
padding-right: 1px !important;
-webkit-border-top-left-radius: 0px !important;
-webkit-border-bottom-left-radius: 0px !important;
-webkit-border-bottom-right-radius: 0px !important;
-webkit-border-top-right-radius: 0px !important;
background-color: rgba(255,255,255,1.00) !important;
background-image: none !important;
}
.RedLine {
border-top: 1px none rgba(182,182,182,1.00) !important;
border-left: 1px solid rgba(255,0,0,1.00) !important;
border-bottom: 1px none rgba(182,182,182,1.00) !important;
border-right: 1px solid rgba(255,0,0,1.00) !important;
}
.WCBkgWhtBrd {
border-top: 1px solid rgba(0,160,0,1.00) !important;
border-left: 1px solid rgba(0,160,0,1.00) !important;
border-bottom: 1px solid rgba(0,160,0,1.00) !important;
border-right: 1px solid rgba(0,160,0,1.00) !important;
background-color: rgba(252,255,255,1.00) !important;
background-image: none !important;
}
.WCButtonGreen {
font-family: "Verdana", sans-serif !important;
font-size: 70% !important;
text-align: center !important;
color: rgba(0,149,0,1.00) !important;
border-top: 1px solid rgba(182,182,182,1.00) !important;
border-left: 1px solid rgba(182,182,182,1.00) !important;
border-bottom: 1px solid rgba(182,182,182,1.00) !important;
border-right: 1px solid rgba(182,182,182,1.00) !important;
padding-top: 1px !important;
padding-left: 1px !important;
padding-bottom: 1px !important;
padding-right: 1px !important;
-webkit-border-top-left-radius: 0px !important;
-webkit-border-bottom-left-radius: 0px !important;
-webkit-border-bottom-right-radius: 0px !important;
-webkit-border-top-right-radius: 0px !important;
background-color: rgba(255,255,255,1.00) !important;
background-image: none !important;
}
.CoramBlueSMLce {
font-family: "Verdana", sans-serif !important;
font-size: 70% !important;
text-align: center !important;
color: rgba(0,0,255,1.00) !important;
padding-top: 0px !important;
padding-left: 0px !important;
padding-bottom: 0px !important;
padding-right: 0px !important;
}
.CoramVrySmallBlkCE2 {
font-family: "Verdana", sans-serif !important;
font-size: 70% !important;
text-align: center !important;
color: rgba(0,0,0,1.00) !important;
padding-top: 1px !important;
padding-left: 1px !important;
padding-bottom: 1px !important;
padding-right: 1px !important;
background-color: rgba(255,255,255,1.00) !important;
background-image: none !important;
}
.CoramNormalRED1 {
text-align: center !important;
color: rgba(255,0,1,1.00) !important;
padding-top: 1px !important;
padding-left: 1px !important;
padding-bottom: 1px !important;
padding-right: 1px !important;
}
.CoramBottoniSML1 {
font-family: "Verdana", sans-serif !important;
font-size: 80% !important;
text-align: center !important;
color: rgba(0,190,0,1.00) !important;
border-top: 1px none rgba(182,182,182,1.00) !important;
border-left: 1px none rgba(182,182,182,1.00) !important;
border-bottom: 1px none rgba(182,182,182,1.00) !important;
border-right: 1px none rgba(182,182,182,1.00) !important;
padding-top: 1px !important;
padding-left: 1px !important;
padding-bottom: 1px !important;
padding-right: 1px !important;
background-color: rgba(255,255,255,1.00) !important;
background-image: none !important;
}
.CoramBottoniSML2 {
font-family: "Verdana", sans-serif !important;
font-size: 80% !important;
text-align: center !important;
color: rgba(182,182,182,1.00) !important;
border-top: 1px none rgba(182,182,182,1.00) !important;
border-left: 1px none rgba(182,182,182,1.00) !important;
border-bottom: 1px none rgba(182,182,182,1.00) !important;
border-right: 1px none rgba(182,182,182,1.00) !important;
padding-top: 1px !important;
padding-left: 1px !important;
padding-bottom: 1px !important;
padding-right: 1px !important;
background-color: rgba(255,255,255,1.00) !important;
background-image: none !important;
}
.CoramVerySmall1 {
font-family: "Verdana", sans-serif !important;
font-size: 70% !important;
text-align: right !important;
color: rgba(119,119,119,1.00) !important;
padding-left: 0px !important;
padding-right: 0px !important;
background-color: rgba(255,255,255,1.00) !important;
background-image: none !important;
}
.CoramVerySmallBlkCE {
font-family: "Verdana", sans-serif !important;
font-size: 70% !important;
text-align: center !important;
color: rgba(0,0,0,1.00) !important;
padding-left: 0px !important;
padding-right: 0px !important;
background-color: rgba(255,255,255,1.00) !important;
background-image: none !important;
}
.Centrato {
text-align: center !important;
}
.Rrosso {
background-color: rgba(255,204,204,1.00) !important;
background-image: none !important;
}
.Rgiallo {
background-color: rgba(255,255,0,1.00) !important;
background-image: none !important;
}
.Rverde {
background-color: rgba(0,255,0,1.00) !important;
background-image: none !important;
}
.Rverdescuro {
background-color: rgba(170,209,140,1.00) !important;
background-image: none !important;
}
.Black70 {
font-family: "Verdana", sans-serif !important;
font-size: 70% !important;
text-align: left !important;
color: rgba(0,0,0,1.00) !important;
padding-left: 0px !important;
padding-right: 0px !important;
}
.Sinistra {
text-align: left !important;
}
.Destra {
text-align: right !important;
}
.FixedGrigio {
font-family: "Courier New", sans-serif !important;
font-size: 80% !important;
text-align: left !important;
color: rgba(0,0,0,1.00) !important;
padding-left: 0px !important;
padding-right: 0px !important;
background-color: rgba(180,180,180,1.00) !important;
background-image: none !important;
}
.PrintHiddenStyle {
font-family: "Verdana", sans-serif !important;
font-size: 80% !important;
text-align: center !important;
background-color: rgba(255,255,255,1.00) !important;
background-image: none !important;
}
.PrintHiddenStyle:hover {
-webkit-box-shadow: 0px 3px 8px rgba(0,0,0,0.50) !important;
}
.CoramVrySmallBlkGrey {
font-family: "Verdana", sans-serif !important;
font-size: 70% !important;
text-align: center !important;
color: rgba(0,0,0,1.00) !important;
border-top: 1px solid rgba(190,190,190,1.00) !important;
border-left: 1px solid rgba(190,190,190,1.00) !important;
border-bottom: 1px solid rgba(190,190,190,1.00) !important;
border-right: 1px solid rgba(190,190,190,1.00) !important;
padding-top: 0px !important;
padding-left: 0px !important;
padding-bottom: 1px !important;
padding-right: 0px !important;
background-color: rgba(240,240,240,1.00) !important;
background-image: none !important;
}
.Black {
border-top: 1px solid rgba(182,182,182,1.00) !important;
border-left: 1px solid rgba(182,182,182,1.00) !important;
border-bottom: 1px solid rgba(182,182,182,1.00) !important;
border-right: 1px solid rgba(182,182,182,1.00) !important;
background-color: rgba(255,255,255,1.00) !important;
background-image: none !important;
}
.CoramVrySmallBlkGreySX {
font-family: "Verdana", sans-serif !important;
font-size: 70% !important;
text-align: left !important;
color: rgba(0,0,0,1.00) !important;
border-top: 1px solid rgba(190,190,190,1.00) !important;
border-left: 1px solid rgba(190,190,190,1.00) !important;
border-bottom: 1px solid rgba(190,190,190,1.00) !important;
border-right: 1px solid rgba(190,190,190,1.00) !important;
padding-top: 0px !important;
padding-left: 5px !important;
padding-bottom: 1px !important;
padding-right: 0px !important;
background-color: rgba(240,240,240,1.00) !important;
background-image: none !important;
}
.GiudizioRosso {
font-family: "Verdana", sans-serif !important;
font-weight: normal !important;
font-style: normal !important;
text-decoration: none !important;
font-size: 10pt !important;
text-align: left !important;
color: rgba(255,0,1,1.00) !important;
}
.GiudizioGiallo {
font-family: "Verdana", sans-serif !important;
font-weight: normal !important;
font-style: normal !important;
text-decoration: none !important;
font-size: 10pt !important;
text-align: left !important;
color: rgba(255,214,0,1.00) !important;
}
.GiudizioVerde {
font-family: "Verdana", sans-serif !important;
font-weight: normal !important;
font-style: normal !important;
text-decoration: none !important;
font-size: 10pt !important;
text-align: left !important;
color: rgba(0,169,1,1.00) !important;
}
.GiudizioNeutro {
font-family: "Verdana", sans-serif !important;
font-weight: normal !important;
font-style: normal !important;
text-decoration: none !important;
font-size: 10pt !important;
text-align: left !important;
color: rgba(150,150,150,1.00) !important;
}
.Razzurro {
border-top: 0px none rgba(182,182,182,1.00) !important;
border-left: 0px none rgba(182,182,182,1.00) !important;
border-bottom: 0px none rgba(182,182,182,1.00) !important;
border-right: 0px none rgba(182,182,182,1.00) !important;
background-color: rgba(125,215,235,1.00) !important;
background-image: none !important;
}
.Rverdino {
border-top: 0px none rgba(182,182,182,1.00) !important;
border-left: 0px none rgba(182,182,182,1.00) !important;
border-bottom: 0px none rgba(182,182,182,1.00) !important;
border-right: 0px none rgba(182,182,182,1.00) !important;
background-color: rgba(210,252,226,1.00) !important;
background-image: none !important;
}
.Rgiallino {
border-top: 0px none rgba(182,182,182,1.00) !important;
border-left: 0px none rgba(182,182,182,1.00) !important;
border-bottom: 0px none rgba(182,182,182,1.00) !important;
border-right: 0px none rgba(182,182,182,1.00) !important;
background-color: rgba(251,252,218,1.00) !important;
background-image: none !important;
}
.ProgBlackBold {
font-family: sans-serif !important;
font-weight: bold !important;
font-style: normal !important;
text-decoration: none !important;
font-size: 10pt !important;
text-align: left !important;
color: rgba(0,0,0,1.00) !important;
padding-top: 0px !important;
padding-left: 0px !important;
padding-bottom: 0px !important;
padding-right: 0px !important;
}
.ProgBlackBoldDX {
font-family: sans-serif !important;
font-weight: bold !important;
font-style: normal !important;
text-decoration: none !important;
font-size: 10pt !important;
text-align: right !important;
color: rgba(0,0,0,1.00) !important;
padding-top: 0px !important;
padding-left: 0px !important;
padding-bottom: 0px !important;
padding-right: 0px !important;
}
.ProgVerdinoCE {
font-family: sans-serif !important;
font-weight: bold !important;
font-style: normal !important;
text-decoration: none !important;
font-size: 10pt !important;
text-align: center !important;
color: rgba(0,0,0,1.00) !important;
padding-top: 0px !important;
padding-left: 0px !important;
padding-bottom: 0px !important;
padding-right: 0px !important;
background-color: rgba(172,248,199,1.00) !important;
background-image: none !important;
}
.ProgBlackBoldITA {
font-family: sans-serif !important;
font-weight: bold !important;
font-style: normal !important;
text-decoration: none !important;
font-size: 10pt !important;
text-align: left !important;
color: rgba(0,0,0,1.00) !important;
padding-top: 0px !important;
padding-left: 0px !important;
padding-bottom: 0px !important;
padding-right: 0px !important;
}
.ProgBlackBoldITADX {
font-family: sans-serif !important;
font-weight: bold !important;
font-style: normal !important;
text-decoration: none !important;
font-size: 10pt !important;
text-align: right !important;
color: rgba(0,0,0,1.00) !important;
padding-top: 0px !important;
padding-left: 0px !important;
padding-bottom: 0px !important;
padding-right: 0px !important;
}
.ProgBlackITADX {
font-family: sans-serif !important;
font-weight: normal !important;
font-style: normal !important;
text-decoration: none !important;
font-size: 10pt !important;
text-align: right !important;
color: rgba(0,0,0,1.00) !important;
padding-top: 0px !important;
padding-left: 0px !important;
padding-bottom: 0px !important;
padding-right: 0px !important;
}
.ProgGiallinoCE {
font-family: sans-serif !important;
font-weight: bold !important;
font-style: normal !important;
text-decoration: none !important;
font-size: 10pt !important;
text-align: center !important;
color: rgba(0,0,0,1.00) !important;
padding-top: 0px !important;
padding-left: 0px !important;
padding-bottom: 0px !important;
padding-right: 0px !important;
background-color: rgba(245,243,166,1.00) !important;
background-image: none !important;
}
.CoramVerySmallBlkJ {
font-family: "Verdana", sans-serif !important;
font-size: 70% !important;
text-align: justify !important;
color: rgba(0,0,0,1.00) !important;
padding-left: 0px !important;
padding-right: 0px !important;
background-color: rgba(255,255,255,1.00) !important;
background-image: none !important;
}
.WhiteBackGroundNoB {
border-top: 0px none rgba(182,182,182,1.00) !important;
border-left: 0px none rgba(182,182,182,1.00) !important;
border-bottom: 0px none rgba(182,182,182,1.00) !important;
border-right: 0px solid rgba(182,182,182,1.00) !important;
background-color: rgba(255,255,255,1.00) !important;
background-image: none !important;
}
.RectGrigioChiaro {
border-top: 1px none rgba(0,0,0,1.00) !important;
border-left: 1px none rgba(0,0,0,1.00) !important;
border-bottom: 1px none rgba(0,0,0,1.00) !important;
border-right: 1px none rgba(0,0,0,1.00) !important;
background-color: rgba(200,200,200,1.00) !important;
background-image: none !important;
}
.CoramBottoniGrey {
font-family: "Verdana", sans-serif !important;
font-size: 80% !important;
text-align: center !important;
background-color: rgba(180,180,180,1.00) !important;
background-image: none !important;
}
.CoramBottoniGrey:hover {
-webkit-box-shadow: 0px 3px 8px rgba(0,0,0,0.50) !important;
}