


/* --------------------------------------------------------------

   reset.css
   * Resets default browser CSS.

-------------------------------------------------------------- */

html {
  margin:0;
  padding:0;
  border:0;
}

body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* This helps to make newer HTML5 elements behave like DIVs in older browers */
article, aside, details, figcaption, figure, dialog,
footer, header, hgroup, menu, nav, section {
    display:block;
}

/* Line-height should always be unitless! */
body {
  line-height: 1.5;
  background: white;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table {
  border-collapse: separate;
  border-spacing: 0;
}
/* float:none prevents the span-x classes from breaking table-cell display */
caption, th, td {
  text-align: left;
  font-weight: normal;
  float:none !important;
}
table, th, td {
  vertical-align: middle;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ''; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* Remember to define your own focus styles! */
*:focus { outline: 0; }




#customTooltip {
	position: absolute;
	padding: 8px 12px;
	background-color: #0081fd;
	border: 1px solid #007;
	color: #fff;
	z-index: 10000;
}

/* FONTS */

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('/_Core/Fonts/bebas/BebasNeue-webfont.eot');
    src: url('/_Core/Fonts/bebas/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('/_Core/Fonts/bebas/BebasNeue-webfont.woff') format('woff'),
         url('/_Core/Fonts/bebas/BebasNeue-webfont.ttf') format('truetype'),
         url('/_Core/Fonts/bebas/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}



html, body {
	min-height: 100%;
	height: auto !important;
	background-color: #f4f4f4;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	overflow-x: hidden;
	overflow: hidden;
	scrollbar-base-color: #E7E7E7;
	background-color: #fff;
}

/* HTML TAGS */


a {
	color: #666666;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 15px;*/
}

a:hover, a.active  {
	color: #FF9900;
}

form {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 24px;
	font-weight: normal;
}

h2 {
	font-size: 16px;
	font-weight: normal;
}

h3 {
	color: #600;
	text-align: left;
	font-size: 11px;
}

h4 {
	margin-bottom: 3px;
	font-size: 100%;
}

h5 {
	color: #FF9900;
	font-size: 7pt;
	font-weight: normal;
	text-transform: uppercase;
}	

p {
	color: #666666;
	font-size: 12px;  
}


select, input[type=text], input[type=password], textarea {
	width: 100%;
	border: 1px solid #ccc;
	font-size: 13px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

input.ui-widget-content {
	border: 1px solid #ccc;
}


label, .label {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;	
	text-transform: uppercase;
}

label {
	display: block;
	margin: 3px 0 1px 0;;
}

.button a:link, .button a:visited  {
	color: #666666;
}

.button a:active, .button a:hover  {
	color: #FFCC00;
}

.clear{
	clear: both;
}


/* HTML TAG - THE END */

#tray {
	margin: 0;
	/*padding: 0 10px 0 10px;*/
	/*background-color: #cccccc;*/
	
}

#containerAll {
	/*width:99%;*/
	width: 100%;
	/*background-color: white;*/
	/*padding: 0 5px;*/
}

/*
#container {
	width:100%;
	border-top: none;
	border-bottom: none;
}
*/

#container {
    float: left;
    position: relative;
	width: 100%;
	overflow: hidden;
}


#top {
	width: 100%;
	text-align: center;
	color: #999999;
}

#top h1 {
	font-size: 80%;
	font-weight: normal;
}

/*
#header {
	width: 100%;
	height: 50px;
	background-color: #666;
	font-family: 'BebasNeueRegular';
	font-size: 16px;
	color: #fff;
	border-bottom: 1px solid #fff;
}
*/

#header {
	float: left;
	width: 100%;
	/*height: 50px;*/

	background-color: #666;
	font-family: 'BebasNeueRegular';
	font-size: 16px;
	color: #fff;
	border-bottom: 1px solid #fff;
}


#areatips {
	position: absolute;
	right: 215px;
	margin: 0 15px 0 0;
	height: 90px;
	overflow: hidden;
	color: #666666;
	background-color: #FFF;
	border-top: none;
}


#areatips div.title {
	text-align: right;
	color: #FFF;	
	font-size: 14px;
	font-weight: normal;
	padding: 3px 7px 2px 25px;
	background: #588512 url(../../_Project/Images/headerIcoTips.png) no-repeat left;
}

#areatips div.message div {
	float: left;
	padding: 3px 10px;
}

#areatips div.message div.icon {
	padding: 3px 5px;
}

#areatips div.message div.text {
	padding: 3px;
	width:150px;
}

#areatips #helpbutton {
	float: right;
	margin-top:45px;
}


#logininfo {
	float: right;
	width: 200px;
	height: 90px;
	color: #666666;
	background-color: #FFF;
	/*border: 1px solid #738326;
	border-top: none;
	border-right: none;	*/
}

#logininfo div.message {
	text-align: right;
	padding: 5px;
}

#logininfo div.message b {
	color: #000;
}

#logininfo .button {
	text-align: right;
	padding: 5px;
}

#logininfo div.title {
	text-align: right;
	color: #FFF;	
	font-size: 14px;
	font-weight: normal;
	padding: 3px 7px 2px 25px;
	background: #588512 url(../../_Project/Images/headerIcoLogin.png) no-repeat left;
}

#topTxt {
	float: left;
	font-size: 20px;
	margin: 12px 5px 10px 20px;
}

#topTxt span {
	color: #C4DB00;
}


#header #logo {
	float: left;
	width: auto;
	height: 50px;
	padding: 0;
}

#userActions {
	float: right;
}

#userActions div {
	/*
	margin: 0px 0 0 15px;
	padding: 16px 15px 0 0;
	*/
	margin: 0 0 0 6px;
   padding: 6px 6px 0 0;
	border-right: 1px solid #999;
	float: left;
}

#userActions #userInfo {
	padding: 8px 15px 8px 0;
	text-align: right;
}


#userActions div .userLevel{
	display : block;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-top: -5px;
	color:#CCC;
}


#userActions div:last-child {
	border: none;
}



/* SEZIONE MENU */

#menu {
	overflow: hidden;
	width: 50px;
	float: left;
	z-index: 9100;
	background-color: #ebebeb;
	border-right: 1px solid #fff;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#topmenu {
	font-family: "BebasNeueRegular";
	font-weight: normal;
	color: #000;
}

#topmenu li, #fltMenu li {
	float: left;
	clear: right;
	margin: 0;
	padding: 0;
	width: 50px;
	height: 50px;
	display: block;
	border-bottom: 1px solid #fff;
	color: #000;
	cursor: pointer;
}

#topmenu>ul>li.unselected, #fltMenu>ul>li.unselected {
	background-color: #ebebeb;
}

#topmenu>ul>li.selected {
	color: #fff;
	background-color: #0A4A65;
}

#fltMenu>ul>li.selected {
	color: #fff;
	background-color: #fff;
	cursor: default;
}

#topmenu>ul>li>ul {
	z-index: 10000;
}

#topmenu>ul>li>ul>li>span {
	font-size: 16px;
}

#topmenu>ul>li.unselected:hover, #fltMenu>ul>li.unselected:hover {
	background-color: #ccc;
}

#topmenu>ul>li>ul>li {
	background-color: #ebebeb;
	color: #000;
}

#topmenu>ul>li>ul li:first-child {
	background-color: #ccc;
	color: #000;
}

#topmenu>ul>li>ul :not(:first-child) {
	background-color: #ebebeb;
	color: #000;
}
#topmenu>ul>li>ul :not(:first-child):hover {
	background-color: #ccc;
	color: #000;
}

#topmenu a:hover {
	color: #fff;
}

.menuArrow {
	position: absolute;
	width: 0;
	height: 0;
	z-index: 1000;
	border-left: 8px solid transparent;
	border-top: 8px solid transparent;	
	border-bottom: 8px solid transparent;
	display: none;	
	border-left-color: #0A4A65;
}

.subMenuArrow {
	position: relative;
	width: 0;
	height: 0;
	z-index: 1000;
	border-top: 8px solid transparent;	
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top-color: #0A4A65;
}





/* SEZIONE CONTENT */
.small {
	font-size:11px;
}


/* SEZIONE HOME */




/* SEZIONE LEFT */
#content {
	position: absolute;
	float: none;
	clear: right;
	top: 0;
	margin-top: 0;
	margin-left: 51px;
	background-color: #fff;
	padding: 0 0 0 15px;
	width: auto;
	overflow: hidden;
}

#content div.floater{
	float: left;
	padding-right: 20px;
}

#content div.floater-last{
	float: left;
}

#content div.box {
	border: 1px solid #CCCCCC;
}


#content-template {
	width: auto;
	overflow: none;
	/*border: none;*/
	min-height: 100px;
}


#dummyContent {
	display: none;
}

.content {
	float: left;
	width: 100%;
	clear: right;
	margin: 0;
	padding: 0;
}


/* ZONA MESSAGE */
#msgdwnld {
	font-size: 14px;
	margin:20px 5px;
}



/* SEZIONE FOOTER */
#footer {
	clear: both;
	width: 100%;
	height: 50px;
}


/* SEZIONE BOTTOM */
#bottom {
	position: fixed;
	bottom:0px;
	/*
	background-color: #ffffcc; 
	*/
	background-color: #f4f4f4;
	width: 100%;
	/*left: 5px;*/
	height: 25px;
	/*
	border-top: 1px solid #ffcc00;
	*/
	border-top: 1px solid #ccc;
	border-bottom: none;
}

#bottom #product{
	position: fixed;
	bottom: 5px;
	left: 20px;
}

#bottom .grigioC{
	color: #999999;
}

#bottom .grigioO{
	color: #666666;
}

#bottom a{
	font-weight: bold;
	font-size: 11px;
	color: #0A4A65;
}

#bottom #copyright{
	float: right;
	margin: 5px 10px;
}

.tlcresource {
	padding-left:20px;
	background:url(../../_Project/Images/frmBttLink.png) left no-repeat;
}

.tlcresource:hover, .tlcresource1:hover, .tlcresource2:hover, .tlcresource3:hover, .tlcresource4:hover {
	cursor: pointer;
}




#dxColLogin  .btt {
	cursor: pointer;
   float: left;
   font-family: 'BebasNeueRegular';
   font-size: 14px;
   text-align: center;
	padding: 5px 10px;
	margin: 0 5px 0 0;
	background-color: #F4F4F4;
   border: 1px solid #CCCCCC;
   width: auto;
}
   
.elementForm .labelForm {
	float: left;
	width: 100%;
	text-align: left;
	margin: 0 0 5px 0;
	font-size: .8em;
	color: #666;
	font-size: 12px;
}



.elementForm .inputForm {
	float: left;
	clear: both;
	/*width: 100%;*/
	text-align: center;
	font-family: Arial;
	font-size: 14px;
	background-color: #fff;
	border: 1px solid #ccc;
	
}

/*
.elementForm .inputForm input {
	border: none;
	background-color: transparent;
}
*/

/*
.formElement, .formInput {
	float: left;
	width: 100%;
	clear: both;
	margin-bottom: 5px;
}
*/

/*
.elementForm .inputForm div {
	width: 100%;
	margin: 5px 2%;
	font-size: 1em;
	color: #666;
	background-color: transparent;
}
*/

.elementForm .inputForm input, .elementForm .inputForm select {
	border: 0;
	width: auto;
	margin: 5px;
	outline: none;
	
}

#dxColLogin div {
	float: left;
}








/****************************************************
/********* CLASSI ASTRATTE *************************/

.xx-small {
	font-size: 40%;
}
	
.x-small {
	font-size: 60%;
}
	
.small {
	font-size: 80%;
}
	
.medium {
	font-size: 100%;
}
	
.large {
	font-size: 120%;
}
	
.x-large {
	font-size: 140%;
}
	
.xx-large {
	font-size: 160%;
}
	
.colorDark {
	color: #9CA800;
	margin-bottom: 1em;
}
	
.colorLight {
	color: #C4DB00;
}
	
.fontHead {
	/*	font-family: "BebasNeueRegular";	*/
	/* font-size: 150%; */
	
	font-family: "Arial";
	letter-spacing: -1px;
	font-weight: bold;
}
	
.fontText {
	font-family: "Arial";
}
	
/******************************************************************/



/* TEXT ELLIPSIS */

.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}



.textCenter {
	text-align: center;
}


/* OK COMMS */

	#okCommsSwitch .ext.switch{
		/*padding: 5px 5px 5px 15px;*/
		cursor: pointer;
	}


	#okCommsSwitch .ext.switch div:nth-child(1) {
		width: 100px;
		padding: 5px 5px 0 0;
		
	}

	#okCommsSwitch .ext.switch div:nth-child(2) {
		width: 38px;
		height: 24px;
		padding: 0 0 0 0;
	}


	#okCommsSwitch .ext.switch.commOff div:nth-child(2) {
		background: url(../../_Project/Images/bttSwitchMode.png) right 1px no-repeat;
		cursor: pointer;
	}

	#okCommsSwitch .ext.switch.commOn div:nth-child(2) {
		background: url(../../_Project/Images/bttSwitchMode.png) right -27px no-repeat;
		cursor: pointer;
	}
/* CSS Document */

label, .label {
	color: #0A4A65;
}

#header {
    background-color: #0A4A65;
}

#header #topTxt span  {
    color: #660000;
}

#header #userInfo span  {
    color: #B6C9D1;
}


.bgcolor1 {
	background-color: #0A4A65;
}

/*
#areatips div.title {
    background-color: #FF9900;
}

#logininfo div.title {
	background-color: #FF9900;
}

#logincontainer {
    border: 1px solid #FF9900;
}

#logintitle {
    background-color: #FF9900;
}

#loginlogo {
    background-image: url("../Images/LoginLogo.png");
    height: 115px;
    width: 220px;
}
*/

/* HTML TAGS */
a:hover, a.active  {
	color: #0A4A65;
}

/* SEZIONE VIEWDATA */

.viewdata div.btt {
	margin-bottom: 5px;
}

.viewdata a.actFltAdd {
	display: block;
	background-image: url(../Images/frmBttActFltAdd.png);
	width: 120px;
	height: 50px;
}

.viewdata a.actFltUpd {
	display: block;
	background-image: url(../Images/frmBttActFltUpd.png);
	width: 120px;
	height: 50px;
}

.viewdata a.actElaAdd {
	display: block;
	background-image: url(../Images/frmBttActElaAdd.png);
	width: 120px;
	height: 50px;
}

.viewdata a.actElaDel {
	display: block;
	background-image: url(../Images/frmBttActElaDel.png);
	width: 120px;
	height: 50px;
}

.viewdata a.actNwlPrv {
	display: block;
	background-image: url(../Images/frmBttActNwlPrv.png);
	width: 120px;
	height: 50px;
}

.viewdata a.actNwlTst {
	display: block;
	background-image: url(../Images/frmBttActNwlTst.png);
	width: 120px;
	height: 50px;
}

.viewdata a.actNwlSnd {
	display: block;
	background-image: url(../Images/frmBttActNwlSnd.png);
	width: 120px;
	height: 50px;
}

.viewdata div.actNwlSndOff {
	display: block;
	background-image: url(../Images/frmBttActNwlSndOff.png);
	width: 120px;
	height: 50px;
}

.viewdata .filediv {
	position: absolute; 
	right: 50px; 
	width: 50px; 	 
	padding-bottom: 5px; 
	margin-top: 0;
	background-color:transparent;
	visibility: hidden;
}

.viewdata .rating {
	font-size: 18px;
	font-weight: bold;
	margin-right: 10px;
	float:left;
	text-align:left;
}

.viewdata .rating.notes {
	font-size: 9px;
}

/*.menuArrow {
	border-left-color: #0A4A65;
}

.subMenuArrow {
	border-top-color: #0A4A65;
}

#topmenu>ul>li.selected {
	color: #fff;
	background-color: #0A4A65;
}*/


/*.on {
	background-color: #0A4A65;
}*/

/* color font-awesome*/


.fa-icon-green{
	color: #0B9444;	
}

.fa-icon-red{
	color: #ED1C24;	
}

.fa-icon-gray{
	color: #CCC;	
}


/* CSS Document */

.FE-Title {
	float: none;
	font-family: 'BebasNeueRegular';
	font-size: 26px;
	margin: 15px 0 10px 15px;
}


/* DASHBOARD */

.dashboardTitle {
	width: auto;
	font-family: 'BebasNeueRegular';
	font-size: 20px;
}

#dashboardPreview {
	display: none;
}

#dashboardIcons, #dashboardPreview {
	float: left;
	margin: 0px 0 0 15px;
	padding: 0px;
}

#dashboardPreview tr.rowAttach:not(:last-child) td{
	border-bottom: 1px solid #CCCCCC;
}

table tr td.fileicon{
	cursor:pointer;
}

#dashboardIcons li {
	cursor: pointer;
	width: 135px;
	height: 135px;
	display: inline-block;
	margin: 0 10px 10px 0;
	background-color: #F4F4F4;
	border: 1px dashed #ccc;
	text-align: center;
}
	
#dashboardIcons li .contImg {
	width: 100%;
	height: 92px;
}
	
#dashboardIcons li .contTxt {
	width: 100%;
	height: 43px;
	font-family: 'BebasNeueRegular';
	font-size: 18px;
	line-height: 15px;
	background-color: #666;
	color: #fff;
}

#dashboardIcons li .contTxt .txtsml{
	font-size: 11px;
}
	
#dashboardIcons li.dashb-over {
	/*background-color: #C4DB00;*/
	background-color: #C4DB00;
	border: 1px dashed #ccc;
}
	
#dashboardIcons li a {
	font-weight: normal;
}
	
#dashb-feed {
	float: right;
	width: 400px;
	background-color: #ebebeb;
	overflow: hidden;
	/*
	overflow-x: hidden;
	*/
	box-sizing: border-box;
}

#dashb-feed * {
	box-sizing: border-box;
}
	
#dashb-feed .dashb-feedTitle {
	padding: 5px 10px;
	font-family: 'bebasNeueRegular';
	font-size: 18px;
	color: #fff;
	background-color: #666;
	cursor: pointer;
}
	
#dashb-content {
	width: auto;
	overflow: auto;
	margin: 0px;
}

#dashb-content .elementForm {
	width: 100%;
	background: transparent;
	border: none;
	
}

.dashb label {
	font-size: 12px;
}

#dashb-content .elementForm .labelForm {
	float: left;
	clear: both;
	margin-bottom: 3px;
}

#dashb-content .elementForm .inputForm {
	float: none;
	width: auto;
	clear: left;
	padding: 5px;
	text-align: left;
	border: none;
	background-color: #fff;
	border: 1px solid #ccc;
}

.srcFilters:not(#grpOther) {
	float: left;
	margin: 2px 5px;
	padding: 5px 7px;
	clear: none;
	background-color: #f4f4f4;
}

.srcFilters:not(#grpOther) li {
	float: left;
	margin: 2px 0px;
	padding: 5px 7px;
	clear: none;
	background-color: #f4f4f4;
	background-image: none;
}

#grpOther {
	float: right;
	padding: 0;
	margin: 0 2px 0 0;
}


.srcFilters li {
	float: left;
	padding: 4px 7px;
	margin-left: 7px;
	background-color: #C4DB00;
	border: 1px solid #fff;
	color: #222;
	cursor: pointer;
	select: none;
}

.srcFilters li:first-child{
	margin-left: 0px;
}

.srcFilters li.off {
	color: #666;
	border: 1px solid #ccc;
	background-color: #f4f4f4;
}


.bcmSrc {
	float: left;
	/*border: 1px solid #222;*/
	font-family: 'BebasNeueRegular';
   font-size: 16px;
	color: #666;
   margin: 9px 5px 0 5px;
   padding: 6px 5px;
   line-height: 10px;
}

.srcStats .b {
	font-size: 20px;
	color: #444;
}


#dashb-feed li {
	cursor: pointer;
	display: block;
	padding: 10px;
	background-color: #F4F4F4;
	border-bottom: 1px solid #ccc;
	text-align: left;
}
	
#dashb-feed li:hover, #dashb-feed li.selected {
	background-color: #fff;
}
	
#dashb-feed li .img {
	float: left;
	margin-top: 10px;
}
	
#dashb-feed li .data {
	float: none;
	margin-left: 65px;
}
	
#dashb-feed li .from {
	float: none;
	margin-left: 65px;
	font-size: 12px;
}
	
#dashb-feed li .title {
	float: none;
		
	margin: 2px 0;
	margin-left: 65px;
	font-size: 14px;
	font-weight: bold;
}
	
#dashb-feed li .text {
	float: none;
	margin: 5px 0;
	font-size: 12px;
	margin-left: 65px;
	cursor: pointer;
}

#dashb-feed form li {
	padding: 0;
}


#dashb-feed ul.select2-choices {
	background-color: #fff;
	background-image: none;
	border: 1px solid #CCCCCC;
}

#dashb-feed .select2-container li.select2-search-choice {
	border: 1px solid #ccc;
	background-color: #F4F4F4;
	padding: 3px 5px 5px 18px;
}

#dashb-feed .select2-container li.select2-search-field {
	border: 0;
	background: none;
}

#dashb-feed form li.select2-search-choice div {
	margin: 0;
}


.your * {
	box-sizing: border-box;
}


.your {
	width: 100%;
	/*float: left;*/
	margin: 0px 0 0 0px;
	padding: 0px;
}


.your li {
	cursor: pointer;
	width: 100%;
	/*min-width: 650px;*/
	display: inline-block;
	margin: 0 0px 0px 0;
	/*background-color: #F4F4F4;*/
	padding: 15px 0;
	font-size: 14px;
	text-align: left;
	border-left: 5px solid transparent;
	background-color: #f4f4f4;
}

/*
#yournews.your li:not(.sent) {
	background: #f4f4f4 url(../../_Project/Images/bckDftRow.png) no-repeat 0 0;
}
*/

.your li {
	background: #f4f4f4 url(../../_Project/Images/bckDftRow.png) no-repeat 0 0;
}


.your li.sent {
	background: #f4f4f4 url(../../_Project/Images/bckSntRow.png) no-repeat 0 0;
}

.your li:not(.tckselected):hover {
	background-color: #ebebeb;
}

li.tcklighter {
	background-color: #f4f4f4;
}

.your li.tckselected {
	background-color: #e0e0e0;
}


.your li div  {
	height: 100%;
	display: table-cell;
	padding: 0 10px;
	border-left: 1px solid #ccc;
	float: left;
	height: 70px;
	min-width: 75px;
}


.your li .anaTck {
	margin: 0 230px 0 15px;
	padding-left: 15px;
	float: left;
	display: block;
	width: auto;
	border-left: none;
}


.your li .title {
	font-size: 20px;
	font-family: 'BebasNeueRegular';
}
	
.your li .contImg {
	height: 92px;
}
	
.your li .contTxt {
	height: 43px;
	font-family: 'BebasNeueRegular';
	font-size: 14px;
	line-height: 15px;
	background-color: #666;
	color: #fff;
}
	
.your li.dashb-over {
	background-color: #C4DB00;
}
	
.your li a {
	font-weight: normal;
}


.your .label{
	font-size: 8px;
	color: #666;
}

.your .title{
	font-size: 24px;
	font-style:normal;
	background: none;
	border:none;
	padding-left: 0px;
}

.your .notes{
	font-size: 12px;	
	font-style:normal;
	font-family: Arial, Helvetica, sans-serif;
}


.your .status_1{
	/*border-color: #9A0000;*/
	background: url(../../_Project/Images/bckDftRow.png) no-repeat scroll 0 0 #F4F4F4;
	
}


.your .status_2{
	/*border-color: #9A0000;*/
	background: url("../../_Project/Images/bckNotAssRow.png") no-repeat scroll 0 0 #F4F4F4;
	
}

.your .status_3, .your .status_6{
	/*border-color: #FD9905;*/
	background: url("../../_Project/Images/bckAssRow.png") no-repeat scroll 0 0 #F4F4F4;
}

.your .status_4, .your .status_5{
	/*border-color: #669602;*/
	background: url("../../_Project/Images/bckResRow.png") no-repeat scroll 0 0 #F4F4F4;
}


.your .rowStatus {
	position: relative;
	top: -15px;
	border-left: 0;
	width: 15px;
	height: 15px;
	min-width: 15px;
	max-width: 15px;
	padding: 0;
	overflow: hidden;
}

.your ul li {
	overflow: hidden;
}

.your .usrAdvice {
	display: none;
}

.your .usrAdvice, .your .usrAdvice div {
	float: left;
	position: relative;
	clear: both;
}

.your .usrAdviceArrow {
	float: left;
	margin-left: 25px;
	border: 8px solid transparent;
	border-bottom: 10px solid #666;
	font-weight: bold;
	clear: both;
}

.your .usrAdviceInt {
	float: left;
	margin-top: 0px;
	font-size: 14px;
	padding: 15px;
	background-color: #666;
	color: #fff;
}





.dashb input[type="text"], .dashb select, .dashb textarea {
	width: 100%;
	padding: 5px 0;
}


.dashb select{
	width:100%;
	height: 30px;
}


.dashb label{
	color: #666;
	text-transform: none;
}


.dashb form div:not(.cke_inner):not(.btt){
	margin-bottom: 10px;
}


.dashb form .cke {
	display: none;
}

.dashb form .cke_bottom {
	display: none;
}

.bcm .row {
	border-bottom: 1px solid #000;
	background-color: #fff;
	cursor: pointer;
}

.bcm .row.odd {
	background-color: #f4f4f4;
}

.bcm .row td {
	padding: 10px;
	border-bottom: 1px solid #ccc;
	/*border-right: 1px solid #ccc;*/
}

.bcm .row td:first-child {
	padding-left: 25px;
} 


/*
.bcm .row td:nth-child(2) {
	font-size: 22px;
	font-family: 'BebasNeueRegular';
	line-height: 18px;
}
*/

.bcm .row .contacts {
	font-size: 22px;
	font-family: 'BebasNeueRegular';
	line-height: 18px;
}

.bcm .row td .text {
	font-size: 14px;
	font-family: Arial,Helvetica,sans-serif;
}

.bcm .row:hover {
	background-color: #ebebeb;
}

.bcm .row td.address.text {
		font-size: 12px;
}

.bcm .row td.id.text span, .bcm .row td.room.text span, .bcm .row td.int1.text span {
	font-size: 22px;
	font-family: 'BebasNeueRegular';
	line-height: 18px;
} 

/*
.bcm .row td.room:nth-child(2) {
	font-size: 22px;
	font-family: 'BebasNeueRegular';
	line-height: 18px;
}
*/



.ui-state-default {
	/*background-color: #E6E6E6;*/
	background-color: #da252f;
	border: 1px solid #D3D3D3;
	color: #fff;
	font-weight: normal;
}


.ui-state-disabled {
	background-color: #d9d9d9;
	border: 1px solid #c9c9c9;
	color: #999;
	font-weight: normal;
	font-style: italic;
	opacity: 1;
}










/* CUSTOM SCROLL */

.listScroll {
	clear: both;
	height: 100%;
	overflow: hidden;
}

.listScroll .scrollcontent {
	height: 100%;
	overflow: auto;
	z-index: 1000;
}

.listScroll .scrollcontent div:firstChild {
	height: 100%;
	z-index: 1000;
}


.listScroll .scrollcontent .tr {
	width: 100%;
	cursor: pointer;
}

.listScroll .scrollcontent .tr .td {
	width: auto;
	height: auto;
	overflow: hidden;
	padding: 10px;
}
	

/* ELEMENTI UPLOAD FILE */

#uplPanel {
	margin-top: 15px;
}

.uplFiles {
	/*width: 300px;*/
	padding: 10px;
	background-color: #ebebeb;
}

.uplFiles .listScroll {
	/*width: 300px;*/
	height: 180px;
	/*margin-bottom: 10px;*/
	background-color: #fff;
}

.uplFiles .listScroll .scrollcontent {
	/*width: 300px;*/
	padding: 0 2.-.drpx;
}

.upltable {
/*	width: 300px;*/
}


.uplFiles .row td {
	border-bottom: 1px solid #ebebeb;
}

.uplFiles .td, .uplFilesList .th {
	padding: 3px;
}

.uplFiles .td.fileicon {
	/*display: inline-block;*/
	/*width: 12px;*/
	cursor: pointer;
}

.uplFiles .td.filename {
/*	display: table-cell;*/
	/*width: 170px;*/
}

.uplFiles .td.filesize {
	/*display: inline-block;*/
/*width: 60px;*/
	text-align: right;
}



#uplPanel {
	clear: both;
	font-size: 11px;
	float: none;
	/*margin: 10px;*/
}

#uplPanel .drop {
	/*idth: 94%;*/
	height: 65px;
	padding: 10px 3%;
	background-color: #FFF;
}


/***************************/



/* SCHEDA BCM */
/*
.winTab {
	position: absolute;
	float: left;
	height: 100%;
	background-color: #fff;
	z-Index: 5000;
	font-size: 16px;
}
*/

/*
.winTab div, .winTab span {
	float: none;
	width: auto;
	display: block;
}


.winTab .bttBack {
	font-size: 18px;
	clear: both;
	width: auto;
	font-family: "BebasNeueRegular";
	padding: 10px 0;
	background: #999 url(../../_Project/Images/bttBack.png) no-repeat 18px 12px;
}

.winTab .bttBack.t {
	margin-bottom: 25px;
}

.winTab .bttBack.b {
	margin-top: 25px;
}

.winTab .bttBack div {
	margin-left: 55px;
}

.winTab a .bttBack , .winTab a:link .bttBack , .winTab a:visited .bttBack  {
	text-decoration: none;
	color: #fff;
}
*/


.winTabCont {
	/*background-color: #fff;*/
	border-left: 1px solid #ccc;
	padding: 5px 0;
	float: left;
	width: 99%;
}

.winTabCont a, .winTabCont a:link, .winTabCont a:visited {
	text-decoration: none;
	color: #333;
	padding: 5px 0;
}

.winTabCont a:hover, .winTabCont a:active {
	text-decoration: none;
	color: #333;
}


.winTabCont .data {
	float: none;
	clear: both;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	
	font-size: 12px;
}

.winTabCont .data.row {
	border-top: 1px solid #fff
}

.winTabCont .data.first {
	border-top: none;
}

.winTabCont span, .winTabCont .data span, .winTabCont .data .label {
	float: none;
	clear: both;
	width: auto;
	/*margin-left: 55px;*/
	margin-left: 0px;
}

.winTabCont .data div div .label {
	color: #457D9E;
}

.winTabCont .res .data span {
	font-family: "BebasNeueRegular";
	font-size: 16px;
	font-weight: normal;
	color:#333;
}

.winTabCont .data span .label {
	margin-left: 0;
}

.winTabCont span span {
	margin: 0;
}

.winTabCont .data:not.ana {
	cursor: pointer;
}

.winTabCont .data.ana.ctt .name {
	line-height: 40px;
}

.winTabCont .data.ana.first {
	padding-top: 0px;
	padding-bottom: 0px;
}

.winTabCont .info {
	margin-top: 5px;
}

.winTabCont .info .label{
	margin-top: 5px;
}

.winTabCont .info .label, .winTab .info span {
	font-size: 14px;
	margin-left: 0;
	
}


/* CTT */

.winTabCont .ctt .data.ana.first.ctt {
	background: transparent url(../../_Project/Images/imgDefaultCtt.png) no-repeat 5px bottom;
}

.winTabCont .ctt .data.ana.acc {
	background: transparent url(../../_Project/Images/imgDefaultAcc.png) no-repeat 5px 10px;
}

.winTabCont .ctt .data.ana.acc .name {
	font-size: 25px;
	padding: 8px 0 5px 0;
}

.winTabCont.ctt .dtlBlock {
	float: left;
	width: 100%;
	border-top: 1px solid #ccc;
	margin-top: 15px;
	/*padding-top: 10px;*/
}


/* ACC */

.winTabCont .acc .data.ana.ctt {
	background: transparent url(../../_Project/Images/imgDefaultCtt.png) no-repeat 5px 10px;
}

.winTabCont .acc .data.ana.acc {
	background: transparent url(../../_Project/Images/imgDefaultAcc.png) no-repeat 5px 0;
}

.winTabCont .acc .data.ana.ctt .name {
	font-size: 25px;
}

.winTabCont .data.ana.acc div {
	width: auto;
	height: auto;
	float: none;
	/*margin-left: 55px;*/
}

.winTabCont .data.ana .title {
	font-size: 14px;
	clear: both;
	line-height: 10px;
}

.winTabCont .data.ana .name {
	font-family: "BebasNeueRegular";
	font-size: 25px;
	clear: both;
}

.winTabCont .data .label {
	font-size: 10px;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.winTabCont .data.type_1, .winTabCont .data.type_9 {
	background: transparent url(../../_Project/Images/bttPhone.png) no-repeat right 5px;
	cursor: pointer;
	padding: 8px 55px 10px 0;
	text-align: left;	
}  

.winTabCont .data.type_2 {
	background: transparent url(../../_Project/Images/bttFax.png) no-repeat right 5px;
	cursor: pointer;
	padding: 8px 55px 10px 0;
	text-align: left;
}

.winTabCont .data.type_3 {
	background: transparent url(../../_Project/Images/bttMobilePhone.png) no-repeat right 5px;
	cursor: pointer;
	padding: 8px 55px 10px 0;
	text-align: left;
}

.winTabCont .data.type_4 {
	background: transparent url(../../_Project/Images/bttEmail.png) no-repeat right 5px;
	cursor: pointer;
	padding: 8px 55px 10px 0;
	text-align: left;
} 

.winTabCont .data.type_5 {
	background: transparent url(../../_Project/Images/bttLink.png) no-repeat right 5px;
	cursor: pointer;
	padding: 8px 55px 10px 0;
	text-align: left;
}

.winTabCont .data.type_6, .winTabCont .data.type_12 {
	background: transparent url(../../_Project/Images/bttVoip.png) no-repeat right 5px;
	cursor: pointer;
	padding: 8px 55px 10px 0;
	text-align: left;
}



#dashboardIcons li.dashb-over {
	/*background-color: #C4DB00;*/
	background-color: #0A4A65;
	border: 1px dashed #ccc;
}



/* LOGIN */


.login {
	position: absolute;
	background: #ebebeb url(/_Core/Repository/Images/bckBody.png) no-repeat 0 -800px;
	width: 100%;
	height: 100%;
}


#loginPanel {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 700px;
	height: 390px;
	font-family: Arial;
	margin: -195px -350px;
	background: transparent url(/_Core/Repository/Images/bckLogin.png) no-repeat 55px center;
}

#loginPanel #sxColLogin {
	float: left;
	width: 232px;
	height: 390px;
	margin: 0 0px 0 0;
}

#loginPanel #dxColLogin {
	float: left;
	width: 425px;
	margin: 0;
	padding: 0;
	/*border: 1px solid green;*/
}

#loginPanel #dxColLogin .bttLogin {
	width: auto;
	background-color: #f4f4f4;
	border: 1px solid #ccc;
}

#loginPanel #dxColLogin .bttLogin:hover{
	background-color: #ACC958;
}

#loginPanel #sxColLogin #logo {
	margin-top: 68px;
	width: 232px;
	height: 255px;
	float: none;
	cursor: pointer;
}

#loginPanel #sxColLogin div {
	float: right;
	width: 230px;
	margin: 0px 0px 0 0;
	text-align: right;
	color: #808080;
}

#loginPanel #title {
	float: left;
	/*width: 100%;*/
	width: 380px;
	margin: 15px 10px;
	/*height: 110px;*/
	/*padding: 10px 0;*/
	text-align: center;
	/*background: transparent url(/_Project/Images/bckTopLogin.png) no-repeat top center;*/
	border-bottom: 1px solid #c4bcac;
	color: #333;
}

#loginPanel #title div {
	width: 100%;
	font-size: 1.1em;
	color: #666;
	letter-spacing: 1px;
	text-transform:uppercase;
	font-family: Verdana;
	margin-top: 80px;
}

#loginPanel #dxColLogin #divForm {
	float: left;
	font-size: .9em;
	/*width: 380px;*/
	padding: 75px 0 0 70px;
	/*margin: 0 10px 10px 10px;*/
	color: #666;
	text-align: left;
	/*border: 1px solid #ccc;*/
}


#loginPanel #dxColLogin #divForm #txtLogin {
	margin-top: 15px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

#loginPanel #dxColLogin #divForm #txtLogin .title {
	font-family: 'BebasNeueRegular';
	font-size: 19px;
	line-height: 30px;
	/*color: #ACC958;*/
	/*
	color: #A6C62E;
	*/
}

#loginPanel #divForm .elementForm {
	float: left;
	width: 48%;
	margin: 2% 1% 0 0px;
}


a#fromext, a.link#fromext, a.visited#fromext {
	font-weight: normal;
	color: #666;
}

a:hover#fromext, a:active#fromext, a:focus#fromext {
	color: #666;
}








/* CSS Document */



.v-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


/***START:  New Template (with display icon function)  ***/
.form-controls-new{
	margin-top: 10px;
	padding-right: 5px;
}

.form-controls-new div img {
	padding: 0 0 0 5px;
}

.form-controls-new div.separator {
	margin-right:5px;
	padding-right:5px;
	height: 30px;
	border-right: 1px solid #EFEFEF;
}

.enabled-icon {
	cursor: pointer;
}


.viewdata .tabsheader {
	border:0; 
}

.tabsheader .bttlbl {
	float: left;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	border-right: 1px solid #fff;
}

.tabsheader .bttlbl div {
	/*float: left;*/
	margin: 0;
	/*height: 25px;*/
}

.tabs {
	clear: both;
	background-color: #fff; 
	margin: 0;
	border:0;
	border-spacing: 0;	
}	


.on {
	background-color: #0A4A65;
}

/***FINE:  New Template (with display icon function)  ***/


.form-controls{
	margin-bottom: 0px;
	padding-bottom: 10px;
	padding-right: 5px;
	/*border-bottom: 1px solid #ebebeb;*/
}

.form-controls a, .form-controls div {
	display: block;
	height: 25px;
}

.form-controls div.separator {
	margin-right:10px;
	padding-right:10px;
	border-right: 1px solid #EFEFEF;
}

.form-controls a:hover {
	text-decoration: underline;
}

.form-controls a.back{
	background: url(../../_Project/Images/frmBttBack.png) no-repeat 2px;
	margin: 5px 0 0 5px;
	/*width: 110px;*/
}

.form-controls a.reset{
	background: url(../../_Project/Images/frmBttReset.png) no-repeat 2px;
	width: 110px;
}

.form-controls .add{
	/*background: url(../../_Project/Images/frmBttAdd.png) no-repeat 2px;
	width: 70px;*/
	padding-top: 3px;
}

.form-controls .edit {
	background: url(../../_Project/Images/frmBttEdit.png) no-repeat 2px;
	width: 80px;
}

.form-controls .delete {
	/*background: url(../../_Project/Images/frmBttDelete.png) no-repeat 2px;
	width: 80px;*/
	padding-top: 3px;
}

.form-controls .recall {
	background: url(../../_Project/Images/frmBttRecall.png) no-repeat 2px;
	width: 90px;
}

.form-controls .previouspage {
	background: url(../../_Project/Images/frmBttPreviousPage.png) no-repeat;
	margin-top:5px;
	/*padding: 0px 5px 0px 15px;*/
}

.form-controls .nextpage {
	background: url(../../_Project/Images/frmBttNextPage.png) no-repeat;/**/
	margin-top:5px;
	/*padding: 0px 15px 0px 5px;*/
	padding: 0px 0px 0px 10px;
}

.form-controls .previouspageoff {
	/*background: url(../../_Project/Images/frmBttPreviousPageOff.png) no-repeat;*/
	margin-top:5px;
	/*padding: 0px 5px 0px 15px;*/
}

.form-controls .nextpageoff {
	/*background: url(../../_Project/Images/frmBttNextPageOff.png) no-repeat;*/
	margin-top:5px;
	/*padding: 0px 15px 0px 5px;*/
	padding: 0px 0px 0px 10px;
}

.form-controls .bttexport {
	background: url(../../_Project/Images/frmBttExport.png) no-repeat;
	margin-top:5px;
	width: 25px;
}

.form-controls .bttexportxls {
	background: url(../../_Project/Images/frmBttPrintXls.png) no-repeat;
	width: 30px;
}

.form-controls .bttprintpdf {
	background: url(../../_Project/Images/frmBttPrintPdf.png) no-repeat;
	width: 60px;
}

.form-controls .bttsenddata {
	background: url(../../_Project/Images/frmBttSendData.png) no-repeat;
	width: 70px;
}

.form-controls .bttsenddataoff {
	background: url(../../_Project/Images/frmBttSendDataOff.png) no-repeat;
	width: 70px;
}

.form-controls .bttunlockdata {
	background: url(../../_Project/Images/frmBttUnlockData.png) no-repeat;
	width: 70px;
}


.form-controls .currentpage {
	/*padding: 0px 16px 3px 16px;*/
	background: url(../../_Project/Images/frmIcoCurrentPage.png) no-repeat center;
	color: white;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px 1px 0 2px;
	padding-top: 3px;
	height: 18px;
	width: 149px;
	text-align: center;	
}

.viewdata {
	float: left;
	border-collapse: collapse;
	width: 100%;
	font-size: 14px;
	margin: 0px 0 10px 0;
	border: 1px solid #ebebeb;
	
	border-spacing: 10px;
	border-collapse: separate;
	background-color: #f4f4f4;	
}

#content-template .viewdata:nth-child(2) {
	margin-top: 0px;
}

.viewdata:first-child {
	/*background-color: red;*/
	margin-bottom: 10px;
}

.viewdata:last-child {
	margin: 0px;
}

.viewdata tr:last-child {
border-top: 1px solid #ebebeb;
	/*
	background: #EBEBEB url(../Images/frmIcoHeader.png) no-repeat left;
	*/
}



		
.viewdata tr.header th {

	/*height: 25px;*/
	/*padding: 0 0 0 5px;*/
	padding-left: 5px;
	/*
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	*/
	font-family: 'BebasNeueRegular';
	font-size: 18px;
	
	font-weight: normal;
	text-align: left;
}

	
.viewdata tr>td,  .viewdata tr>th {
	border: 1px solid #ebebeb;
	background-color: #ffffff;
}




.viewdata tr th div {
	float: left;
	margin-right:5px;
}

.viewdata tr th .btt{
	/*margin-top: 3px;*/
}

.viewdata tr th a{	
	/*
	color: white;	
	*/
}

.viewdata tr th .separator{
	/*border-right: 1px solid #cccccc;
	margin: 3px 5px 3px 0;*/
}

.bttlbl {
	float: left;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	border-right: 1px solid #fff;
}

.bttlbl div {
	/*float: left;*/
	margin: 0;
	/*height: 25px;*/
	
}

/*
.viewdata tr:last-child th .bttlbl .txt {
	display: block;
	padding: 6px 5px 0 5px;
}
*/

/*.viewdata tr:last-child th .off{*/
.off{
	float: left;
	background-color: #ebebeb;
	/*
	background-image: url(../Images/frmHeaderLableOffCx.png);
	*/
}

/*.viewdata tr:last-child th .off .sx {
	background-image: url(../Images/frmHeaderLableOffSx.png);
	width: 5px;
}
*/
/*
.viewdata tr:last-child th .off .dx {
	background-image: url(../Images/frmHeaderLableOffDx.png);
	width: 5px;
}
*/


/*tr th .on{*/
.on{
	float: left;
	color: #fff;
}

/*
.viewdata tr:last-child th .on .sx {
	background-image: url(../Images/frmHeaderLableOnSx.png);
	width: 5px;
}

.viewdata tr:last-child th .on .dx {
	background-image: url(../Images/frmHeaderLableOnDx.png);
	width: 5px;
}
*/



.viewdata .cell {
	/*
	background: #FFF url(../Images/frmTdBckg.png) repeat-y;
	border-bottom: 1px solid #EBEBEB;
	*/
	border-right: 1px solid #ebebeb;
}

.viewdata .last {
	border-right: 1px solid #ebebeb;
}


/*.viewdata .edit {
	float: right;
	background: url(../Images/frmIcoEdit.png) no-repeat left top;
	padding: 0px 5px 3px 20px;
}


.viewdata .edit a, .viewdata .addrow a {
	display: block;
	width: 16px;
	height: 16px;
}

.viewdata .edit a:hover, .viewdata .addrow a:hover{

}
*/

.viewdata div.row {
	margin: 0 0 0 0;
}

.viewdata div.top {
	margin: 5px 0 0 0;
}

.viewdata .col {
	float: left;
	margin: 5px 0 0 5px;
}

.viewdata .col.afterbtt{
	float: none;
	margin: 5px 0 0 50px;
}

.viewdata .colbtt {
	float: left;
	/*width: 16px;*/
	height: 16px;
	/*margin: 5px 0 0 5px;*/
	margin: 5px 0 0 5px;
}

.viewdata .colbttbig {
	float: left;
	/*
	width: 32px;
	height: 32px;
	*/
	margin: 8px 6px 10px 5px;
}

.viewdata tr:nth-child(2) .colbttbig {
	/*float: right;*/
	margin: 2px 6px 10px 5px;
}

.viewdata .colbttxxl {
	float: left;
	margin: 5px 6px 0 5px;
}

.viewdata .celltit {
	/*background-color: #F3F3F3;*/
	background: #FFF url(../../_Project/Images/frmIcoTitle.png) repeat-x bottom;
	height: 26px;
	margin-bottom: 5px;
	
}

.viewdata .celltit div {
	float: left;
/*	padding: 5px;*/
	padding: 2px
}

.viewdata .star {
	
	/*background: url(../../_Project/Images/frmIcoStar.png) no-repeat left top;*/
	/*width: 16px;
	height: 16px;*/
	margin: 10px 5px 0 0;
	float: right;
}

.viewdata a.editrec {
	display: block;
	/*
	background: url(../Images/frmBttRec.png) no-repeat left top;
	*/
	/*
	width: 32px;
	height: 32px;
	*/
	width: 50px;
	height: 50px;
}

.viewdata a.addrow {
	display: block;
	/*
	background: url(../Images/frmBttRowAdd.png) no-repeat left top;
	background: url(../Images/Svgs/icon_bttAdd.svg) no-repeat left top;
	*/
	width: 16px;
	height: 16px;
	margin: 1px 2px 0 0;
}

/*.viewdata th a.addrow {
	display: inline;
}*/


.viewdata a.editrow {
	display: block;
	/*
	background: url(../../_Project/Images/frmBttRowEdit.png) no-repeat left top;
	*/
	width: 16px;
	height: 16px;
}


.viewdata a.deleterow {
	display: block;
	/*
	background: url(../../_Project/Images/frmBttRowDelete.png) no-repeat left top;
	*/
	width: 16px;
	height: 16px;
}

.viewdata a.inforow {
	display: block;
	background: url(../../_Project/Images/frmBttRowInfo.png) no-repeat left top;
	width: 16px;
	height: 16px;
}

.viewdata a.markrow {
	display: block;
	background: url(../../_Project/Images/frmBttRowMarkOff.png) no-repeat left top;
	width: 16px;
	height: 16px;
}

.viewdata a.markrow.on {
	display: block;
	background: url(../../_Project/Images/frmBttRowMarkOn.png) no-repeat left top;
	width: 16px;
	height: 16px;
}

.viewdata a.downloadrow {
	display: block;
	background: url(../../_Project/Images/frmBttRowDownload.png) no-repeat left top;
	width: 16px;
	height: 16px;
}


.viewdata a.viewrow {
	display: block;
	background: url(../../_Project/Images/frmBttRowView.png) no-repeat left top;
	width: 16px;
	height: 16px;
}


.viewdata a.toolboxrow {
	display: block;
	background: url(../../_Project/Images/frmBttRowToolbox.png) no-repeat left top;
	width: 16px;
	height: 16px;
}


.viewdata a.defaultrow {
	/*background: url(../../_Project/Images/frmBttRowDefault.png) no-repeat left top;
	width: 16px;
	height: 16px;
	margin-left:10px;
	float: right;*/
}

.viewdata a.defaultrow:hover {
	/*background: url(../../_Project/Images/frmIcoStar.png) no-repeat left top;*/
}


.viewdata .noeditrow {
	/*
	background: url(../../_Project/Images/frmBttRowEditOff.png) no-repeat left top;
	*/
	width: 16px;
	height: 16px;
}

.viewdata .nodeleterow {
	/*
	background: url(../../_Project/Images/frmBttRowDeleteOff.png) no-repeat left top;
	*/
	width: 16px;
	height: 16px;
}

.viewdata .noaddrow {
	background: url(../../_Project/Images/frmBttRowAddOff.png) no-repeat left top;
	width: 16px;
	height: 16px;
}

.viewdata a.viewdoc {
	display: block;
	background: url(../../_Project/Images/frmBttViewDoc.png) no-repeat left top;
	width: 20px;
	height: 20px;
}


.viewdata a.elastart {
	display: block;
	background-image: url(../../_Project/Images/frmBttElaStart.png);
	width: 120px;
	height: 50px;
}

.viewdata a.elaview {
	display: block;
	background-image: url(../../_Project/Images/frmBttElaView.png);
	width: 120px;
	height: 50px;
}

.viewdata a.lightbulb {
	background-image: url(../../_Project/Images/frmIcoBulb.png);
	width: 15px;
	height: 15px;
}

.viewdata tbody td {
	min-height: 18px;
	vertical-align: top;
}

/*.viewdata .datagroup td {
	border-bottom: 1px dotted white;
}*/

.viewdata .datagroup th {
	background-color: white;
}

.viewdata .datagroup {
	padding: 5px;
	width: 100%;
}

.grid tbody td {
	border-bottom: 1px dotted #CCC;
	border-right: 1px dotted #CCC;
}

.grid .colbtt, .grid .col {
	margin-top: 0;
}

.viewdata div.data, .viewdata td.data {
	/*float:left;*/
	font-size: 15px;
	padding-bottom: 2px;
	margin-bottom: 7px;
	border-bottom: 1px dotted #eaeaea;
}

.viewdata div.datacell {
	float: left;
	margin-right: 15px;
}

.viewdata div.first {
	clear: both;
}

.viewdata div.last {
	margin-right: 0;
	border: 0;
}

.viewdata div.half {
	width: 45%;
}

.viewdata div .data .off , .viewdata td .data .off {
	text-decoration: line-through;
}

.viewdata td.label {
	padding-bottom: 2px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #eaeaea;
}

.viewdata .title {
	padding:	3px 5px;
	font-size: 13px;
	font-style: italic;
	text-align: left;
	background-color: #F3F3F3;
	color: #333;
	border-bottom: 1px dotted #CCC;
}


.viewdata .est {
	background-color: #EBE0E0;
	color: #996666;
}

.viewdata .fin {
	background-color: #dee8f4;
	color: #214361;
}

.viewdata .subtitle {
	background: #FFF url(../../_Project/Images/frmIcoTitle.png) repeat-x bottom;
}

.viewdata .subtitle td, .viewdata .subtitle th {
	color: #39C;
	font-size: 9px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase; 
	vertical-align: middle;
}

.viewdata .center{
	text-align: center;
}

.viewdata span.strong{
	font-weight: bold;
}

.viewdata span.deleted{
	text-decoration: line-through;
	color: #cc0000;	
}


.viewdata span.notes{
	font-size: 10px;
	font-style: italic;
	color: #333333;
}


.viewdata tr.totals td {
	/*background-color: #e3e3e3;*/
	font-weight: bold;
	text-align: right;
}


.viewdata tr.subtotals td {
	background-color: #f2f2f2;
	text-align: right;
	font-style: italic;
}


.viewdata .number{
	text-align: right;
}

.viewdata .input-sml{
	width: 80px;
	border: 1px dotted gray;
}


.viewdata .date{
	text-align: center;
}

.viewdata .disabled{
	color: #999999;	
}

.viewdata .tr.weekend td {
	background-color: #f4f4f4;
}

.viewdata tr.today td {
	background-color: #ffffcc;
}

.viewdata .datasubgroup td {
	border-bottom: 1px dotted #cccccc;
}

.viewdata .datasubgroup {
	float: left;
	margin-left: 5px;
}

.viewdata .ntstargets {
	font-size: 10px;	
	text-transform: uppercase;
	margin-bottom: 4px;
}



#timesheet tr {
	width: 100%;
	/*float: left;*/
	clear: both;
	overflow: hidden;
}

#timesheet td {
	/*width: auto;*/
	/*float: left;*/
	/*overflow: hidden;*/
	/*border: 1px solid #ebebeb;*/
}


#timesheet.viewdata .theday {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#timesheet.viewdata .thedate {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #666;
}

#timesheet.viewdata .td.data {
	font-size: 15px;
}

#timesheet.viewdata .td.notes{
	font-size: 10px;
	font-style: italic;
	color: #333333;
}

#timesheet.viewdata .tr.title .td {
	background-color: #999999;
}



.messagebox {
	padding: 5px 5px 5px 45px;
	margin: 10px 0 5px 0;
	font-size: 16px;
}

.messagebox.red{
	border: 1px solid #cc0000;
	background: #ffe5e5 url(../../_Project/Images/msgBoxIcoError.png) no-repeat 10px 5px;
}

.messagebox.red .title{
	color:#cc0000;
	font-weight: bold;
}

.messagebox.orange{
	border: 1px solid #ffcc00;
	background: #fff2e5 url(../../_Project/Images/msgBoxIcoAlert.png) no-repeat 10px 5px;
}

.messagebox.orange .title{
	color: #e8ba00;
	font-weight: bold;
}



/*** NEW Style ***/

#generalinfo {
	margin: 0;
	padding: 0;	
	margin-top: 2px;
}

.tabsheadertitle {
	clear: both;
	width: 100%; 
	margin: 0; 
	border:0;  
	border-spacing: 0;
	padding-top: 9px; 

}

.tabsheadertitle tr th { 
	font-family: 'BebasNeueRegular';
    font-size: 18px;
    font-weight: normal;
    padding-left: 5px;
    text-align: left; 		
}

.tabsheadertitle tr th div {
    float: left;
    margin-right: 5px;
}


/*** NEW Style per EMULAZIONE BRW ***/

.viewdata.grid {
	background: none;
}
.viewdata.grid.thead, .viewdata.grid tbody tr.thead {
	margin-left: 1px;
}
.viewdata.grid.thead tr, .viewdata.grid tbody tr.thead {
	background: none;
	margin: 0;
	padding: 0;
}
.viewdata.grid.thead tr>th, .viewdata.grid tbody tr.thead>th {
	background: none;
	border: none;
	border-right: 1px dotted white;
	padding: 5px 0;
	overflow: hidden;
	clear: none;
	float: left;
	margin-right: 1px;
	color: #666;
	text-transform: uppercase;
}

.viewdata.grid.thead tr>th span, .viewdata.grid tbody tr.thead>th span {
	padding-left: 5px;
	ont-size: 10px;
	letter-spacing: -.1em;
}
.viewdata.grid.thead tr>th:last-child,  .viewdata.grid tbody tr.thead>th:last-child {
	border-right: none;
}
.viewdata.grid.tbody tr {
	margin: 0;
	padding: 0;
}
.viewdata.grid.tbody tr>td {
	background: #fff;
	border: none;
	padding: 0px;
	clear: none;
	float: left;
	overflow: hidden;
	border-right: 1px dotted #e8e8e8;
}

.viewdata.grid.tbody tr>td div.right{
	float: right; 
	margin-right: 5px;
}
.viewdata.grid.tbody tr>td:last-child {
	border-right: none;
}
.viewdata.grid.tbody tr.even>td {
	background-color: #fff;
}
.viewdata.grid.tbody tr.odd>td {
	background-color: #f8f8f7; 
}

/* CSS Document */

/*.tabs tr:last-child th .bttlbl.on {
	background-color: #0A4A65;
}*/




a{
	text-decoration:none;
	/*color:#576b0e;*/
	color:#333;
	font-weight: bold;
}


		 	
table, input, textarea, select, li{
	/*font:8pt Verdana, Arial, Helvetica, Sans-Serif;
	line-height:160%;
	color:#000;*/
}	
				
/*p,ul,form{
	margin:0;
}*/


#navbar-template {
	width: 100%;
	height: 40px;
	padding: 11px 0px 0 0px;
	clear: right;
	float: left;
	font-family: 'BebasNeueRegular';
	font-size: 26px;
}

#navbar-template .left{
	float:left;
}


#row-template ul.griglia:not(.selected):hover {
	background-color: #ebebeb;
}


#navbar-template div {
	position: relative;
	float: left;
	width: auto;
}

#navbar-template .labelWhere {
	margin: 2px 5px 0 5px;
}


#navbar-template .right{
	float:right;
	margin-right: 5px;
}

#navbar-template .filter{
	margin-right: 20px;
}

#navbar-template a{
	float:left;
	/*
	height: 20px;
	width: 20px;
	*/
	cursor: pointer;
}



#navbar-template a.newrec{
	/*
	background: url(../../_Project/Images/listBttNewRec.png) no-repeat left top;
	width: 100px;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px 0 0 25px;
	color: #39C;
	*/
	text-decoration: none;
}

#navbar-template a.newrec:hover{
	text-decoration: underline;
}

#navbar-template a.bttExport {
	background: url(../../_Project/Images/listBttExport.png);
	width: 25px;
}

#navbar-template a.bttSetFlt {
	background: url(../../_Project/Images/listBttSetFlt.png);
	width: 105px;
}

#navbar-template a.bttAdvFlt {
	background: url(../../_Project/Images/listIcoAdvFlt.png);
}

#navbar-template a.bttRstAdvFlt {
	background: url(../../_Project/Images/listBttRstAdvFlt.png);
}

#navbar-template a.firstpage {
	background: url(../../_Project/Images/listBttFirstPage.png);
}

#navbar-template a.previouspage {
	background: url(../../_Project/Images/listBttPreviousPage.png);
}

#navbar-template a.nextpage {
	background: url(../../_Project/Images/listBttNextPage.png);
}

#navbar-template a.lastpage {
	background: url(../../_Project/Images/listBttLastPage.png);
}

#navbar-template a.firstpageoff {
	background: url(../../_Project/Images/listBttFirstPageOff.png);
}

#navbar-template a.previouspageoff {
	background: url(../../_Project/Images/listBttPreviousPageOff.png);
}

#navbar-template a.nextpageoff {
	background: url(../../_Project/Images/listBttNextPageOff.png);
}

#navbar-template a.lastpageoff {
	background: url(../../_Project/Images/listBttLastPageOff.png);
}

#navbar-template div.filter, #navbar-template div.export {
	margin-right:10px;
	padding-right:10px;
	border-right: 1px solid white;
}

#navbar-template div.reccount{
	float:left;
	color: #666;
	/*
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	*/
	font-family: 'BebasNeueRegular';
	font-size: 16px;
	margin: 8px 0px 0 0px;
	padding-top: 3px;
	height: 18px;
	text-align: right;
}

#navbar-template div.reccount .nrecords {
	color: #fff;
	float: left;
	font-family: 'BebasNeueRegular';
	font-size: 16px;
	line-height: 18px;
	padding: 2px 5px;
	margin: 0 5px;
}

#navbar-template div.info{
	float:left;
	background: url(../../_Project/Images/listInfoBckg.png);
	color: white;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 1px 1px 0 2px;
	padding-top: 3px;
	height: 18px;
	width: 100px;
	text-align: center;
}



.brwactinview .labelWhere {
	font-size: 18px;	
	padding-top: 7px;
}

.brwactinview #navbar-template {	
	padding-top: 0;
}





/*#navbar-template a.lastpage{
	display: block;
	background: url(../Images/listBttLastPage.png);
	height: 20px;
	width: 20px;
}*/

#header-template {
	/*margin-bottom:5px;*/
}

#header-template label {
	color: #a6c9e2;
}

#header-template input {
	border: none;
	background-color: white;
	font-size: 10px;
	border: 1px dotted #cccccc;
}

#header-template input:focus {
	border: 1px dotted #E57B00;
}

#header-template ul.griglia ul  {
	margin: 0;
	padding: 0;
}

#header-template ul.griglia ul li{
	border-right: 1px dotted white;
	padding: 0px 6px 5px 4px;
}

#header-template ul.griglia ul.columntitle li.header {
	/*background: url(../Images/listBttOrdOff.png) no-repeat right;*/
}

#header-template ul.griglia ul.columntitle li.header.asc {
	background: url(../../_Project/Images/listBttOrdAsc.png) no-repeat right;
}

#header-template ul.griglia ul.columntitle li.header.desc {
	background: url(../../_Project/Images/listBttOrdDesc.png) no-repeat right;
}

#header-template ul.griglia ul.columntitle li.header label {
	font-size: 10px;
	letter-spacing: -.1em;
	/*color: #666666;*/
	color: #666;
	cursor: pointer;
}

#header-template ul.griglia ul.columntitle li.header label:hover{
	text-decoration: underline;

}


#footer-template {
	width: 100%;
	height: 20px;
	border-top: 1px solid #ccc;
	background-color: #ebebeb;
}



#content-template .griglia li ul  {
	/*height: 25px;*/
}

#content-template .ui-text-standard {
	font-size: 1.2em;
}


			
/* clearfix */

.ui-widget ul:after, #content li:after{
	content:"."; 
	display:block;
	height:0; 
	clear:both; 
	visibility:hidden;
}

.ui-widget ul, li{
	display:block;
}

.ui-widget ul, li{
	min-height:1%;
}

.ui-widget ul li .note {
	font-size:10px;
	font-style:italic;
}

/** html ul, * html li{
	height:1%;
}*/


.ui-widget .ui-widget-header ul.griglia {
	width: 100%;
	margin: 0;
	padding: 0;
}
.ui-widget .ui-widget-header ul.griglia ul.columntitle li {
	list-style: none;
}

.ui-widget .ui-widget-header ul.griglia ul.columnsearch li input {
	margin: 0;
	padding: 0;
}

.ui-widget .ui-widget-content ul.griglia {
	margin: 0;
	padding: 0;
}


.ui-widget ul.griglia li {
	font-weight: bold;
	display: block;
	clear: left;
	margin: 0;
	padding: 0;
	/*border-left: 1px solid black;*/
}

.ui-widget ul.griglia>li>ul>li {
	border-right: 1px dotted #e8e8e8;
}


.ui-widget ul.griglia ul {
	margin: 0;
	padding: 0;
	/*border-top: 1px solid black;*/
		
}



.ui-widget ul.griglia ul li {
	font-weight: normal;
	float: left;
	padding: 3px 5px 0 5px;
	clear: none;
}

.ui-widget ul.griglia ul :first {
	font-weight: normal;
	float: left;
	padding: 3px 4px 0 5px;
	clear: none;
}


/*group template*/

.ui-widget ul.grp {
	margin: 0;
	padding: 0;
}
/*background-color: yellow;*/
/*width: 100%;*/
.ui-widget ul.grp li {
	margin: 0;
	padding: 0;
}

/*border-left: 1px solid black;*/

.ui-widget ul.grp ul {
	margin: 0;
	padding: 0;
}

/*border-top: 1px solid black;*/

.ui-widget ul.grp ul li {
	/*border-left: 1px solid black;*/
	font-weight: bold;
	float: left;
	/*padding-left: 5px;*/
	clear: none;
}

.ui-widget .stripe {
	background-color: #f8f8f7;
}


.ui-widget ul.griglia.selected, .ui-widget ul.griglia.selected:hover {
	background-color: #7f9c96
}

.ui-widget ul.griglia.deleted {
	color: #888;
	font-style: italic;
	background-image: url('../../_Core/Repository/Images/bckNone.png'); 
}

.ui-widget ul.griglia.deleted .bttEdit {
	opacity: .6;
}

.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
	/*margin-top:-11px;*/
}


.ui-icon-find {
background-position:-160px -114px;
}

/*search boxes*/

input.search{
	width: 40px;
}

/* BUTTONS */

.bttEdit {
	/*background: url(../Images/listBttEdit.png) no-repeat 4px 2px;*/
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.bttShoot {
	/*background: url(../../_Project/Images/listBttShoot.png) no-repeat 4px 2px;*/
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.bttStdFlt {
	background: url(../../_Project/Images/listIcoStdFlt.png) no-repeat 4px 0px;
	width: 20px;
	height: 20px;
}

.bttRstStdFlt {
	background: url(../../_Project/Images/listBttRstStdFlt.png) no-repeat 5px 0px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.bttSpacer {
	background: url(../../_Project/Images/spacer.gif) no-repeat 7px 2px;
	width: 20px;
	height: 12px;
}

.interlink:hover {
	color: #FF9900;
	cursor: pointer;
}






/* CSS Document */

.ui-dialog .ui-dialog-content {
	margin: 0;
	padding: 0 .3em;
}


.ui-corner-all{
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright:0px;
}

.ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea {
	font-family: Arial, Helvetica, sans-serif;
}

.ui-widget-header {
	font-family: 'BebasNeueRegular';
	font-size: 0.9em;
}

.ui-widget-header .griglia li {
	height: auto;
}

.ui-dialog-titlebar {
	font-size: 1.5em;
}

input[type="text"].num {
	text-align: right;
}


ul.ui-autocomplete li a {
	font-size: 11px;
	font-weight: normal;
}

.ui-widget input, .ui-widget select, .ui-widget textarea {
	float: left;
}

select, input[type="text"], textarea {
	margin: 0;
}


/* TABLE */

table.ui-widget {
	border-spacing: 10px 2px;
}

table.ui-widget.xsinp {
	width: 65px;
}

table.ui-widget.sinp{
	width: 140px;
}

table.ui-widget.sminp {
	width: 215px;
}

table.ui-widget.minp {
	width: 290px;
}

table.ui-widget.msinp {
	width: 365px;
}

table.ui-widget.linp {
	width: 440px;
}

table.ui-widget.xlinp {
	width: 590px;
}


table.ui-widget th {
	text-align: left;
	vertical-align: bottom;
	height: 25px;
	border-bottom: 1px dotted #cccccc;
}

table.ui-widget th span {
	color: #0A4A65;
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}


table.ui-widget td {
	vertical-align: top;
	padding: 0px;	
}

table.ui-widget label {
	color: #666666;	
}

.ui-widget-content hr {
	clear: both;
	border: none;
	border-bottom: 1px solid #fff;
	margin: 5px 5px 10px 5px;;
}

div.text ul, div.text li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	cursor: pointer;
}

.ui-widget-content li.m2mcleared {
	text-decoration: line-through;
	color: #990000;
	cursor: pointer;
}

div.text {
	overflow-x: hidden;
	overflow-y: auto;
	padding-left: 2px;
	cursor: cell; 
}

#form-controls{
	padding: 0 5px;
	margin-bottom: 10px;
}

.chk.ui-widget-content {
	width: 17px;
	height: 17px;
}

.chk.ui-widget-content.ui-selected {
	background-image: url(../Images/frmChkBoxOk.png);
	background-position: center;
	background-repeat: no-repeat;
}

/* Text Editor */
iframe#edtIframe  {
	border: 1px solid #A6C9E2;
}



.ui-autocomplete li a, .ui-autocomplete li a:visited, .ui-autocomplete li a:link  {
	color: #000;
	border: 1px solid transparent;
	padding: 2px 3px;
	text-decoration: none;
}

.ui-autocomplete li a:hover, .ui-autocomplete li a:active, .ui-autocomplete li a:focus {
	color: #000;
	text-decoration: none;
}


/* FORM ELEMENTS */


/* COLS */
table.ui-widget col.xsinp {
	width: 65px;
}

table.ui-widget col.sinp, table.ui-widget col{
	width: 140px;
}

table.ui-widget col.sminp {
	width: 215px;
}

table.ui-widget col.minp {
	width: 290px;
}

table.ui-widget col.msinp {
	width: 365px;
}

table.ui-widget col.linp {
	width: 440px;
}

table.ui-widget col.xlinp {
	width: 590px;
}




/* ELEMNTS */

input.ui-autocomplete-input {
	height: 16px;
}

/* XSINP */
select.xsinp, input[type="text"].xsinp, textarea.xsinp, div.xsinp {
	width: 63px;
}

input.ui-autocomplete-input.xsinp{
	width: 43px;
}


/* SINP */
select.sinp, input[type="text"].sinp, textarea.sinp, div.sinp, select, input[type="text"] {
	width: 138px;
}

input.ui-autocomplete-input.sinp, input.ui-autocomplete-input{
	width: 118px;
}


/* SMINP */
select.sminp, input[type="text"].sminp, textarea.sminp, div.sminp {
	width: 213px;
}

input.ui-autocomplete-input.sminp {
	width: 193px;
}




/* MINP */
select.minp, input[type="text"].minp, textarea.minp, div.minp {
	width: 288px;
}

input.ui-autocomplete-input.minp {
	/*
	original: width: 268px;
	width: 258px;
	*/
	width: 268px;
}



/* MLINP */
select.mlinp, input[type="text"].mlinp, textarea.mlinp, div.mlinp {
	width: 363px;
}

input.ui-autocomplete-input.mlinp {
	width: 343px;
}


/* LINP */
select.linp, input[type="text"].linp, textarea.linp, div.linp {
	width: 438px;
}

input.ui-autocomplete-input.linp {
	width: 418px;
}


/* XLINP */
select.xlinp, input[type="text"].xlinp, textarea.xlinp, div.xlinp {
	width: 588px;
}

input.ui-autocomplete-input.xlinp {
	width: 568px;
}





button.ui-button-icon-only {
	width: 20px;
	height: 20px;
	margin: 0 0 0 -1px;
}






/* CSS Document */

#errMsg {
	padding: 10px;
	font-size:14px;
}

.ui-widget-content a {
	color: #0A4A65;
}

.ui-widget-content a:hover {
	text-decoration: underline;
}


/* CSS Document */
#upload {
	padding: 10px 0;
}

#upload table {
	border-collapse: collapse;
}

#upload #filename {
	width: 285px;
	height: 17px;
	margin-bottom:5px;
}

#upload #filetype {
	width: 344px;
	height: 20px;	
	margin-bottom:5px;
}

#upload #fileinfo {
	width: 344px;
	height: 60px;	
}

#upload #mediaurl {
	width: 344px;
	height: 20px;	
}

#upload #didascalia {
	width: 344px;
	height: 20px;	
}

#upload #position {
	width: 344px;
	height: 20px;	
	margin-bottom:5px;
}

#upload td.separator {
	background-image: url(../Images/frmImgSeparator.png);
	padding: 5px 0; 
	height: 11px;
}

#upload #message{
	border: 1px dotted #336699;
	background-color: #ecf3f8;
	height: 50px;
	overflow: auto;
}

#upload #progress{
	background-color: #336699;
	height: 5px;
	width:0px;
}

#upload #uploadfiles {
	background-image: url(../Images/frmBttUploadOff.png);
}

#upload #uploadfiles.active {
	background-image: url(../Images/frmBttUpload.png);
	cursor: pointer;
}

