/* CCSTheme v 3.x */
/* General */

/*Personalizzazione elenco attivita sito online*/
table.PNCALEN tr.PNCALENROW td.PNCALENCEL a {
	background-color: #958D9C;
    border-radius: 0px 10px 0px 0px;
	-webkit-border-radius: 0px 10px 0px 0px;
	-moz-border-radius: 0px 10px 0px 0px;
    text-align: center;
	color: white;
	border-color: gray;
	border: 2px;
	cursor: pointer;
	margin-left: 4px;
	font-size: 12px;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 8px;
	padding-left: 8px;
	text-transform: uppercase;
	text-decoration: none;
}

table.PNCALEN tr.PNCALENROW td.PNCALENCEL a:hover {
	background-color: #57A25E;
}

table.PNCALEN tr.PNCALENROW td.PNCALENCEL a:active {
	background-color: #958D9C;
	color: black;
}

a.selcalen {
    background-color: #57A25E !important;
    color: White;
}

/*Fine personalizzazione*/

/*Personalizzazione SINW */
a.bsinw {
	cursor:pointer;
}
div.bsinw {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}
div.bsinw:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}
div.bsinw:active {
	position:relative;
	top:1px;
}
/*END SINW*/

/*Personalizzazioni*/
a.findcod_b > div {
	display: inline;
	max-width:20px;
}
div.findcod_s_b {
	background-color: darkGray;
	height: 15px;
	border: 1px solid gray;
	margin: 1px;
	cursor:pointer;
	display: inline;
}

div.findcod_s_b:hover {
	background-color: lightGray;
}

div.findcod_s_b:active {
	background-color: darkGray;
}

a.bt_filtro_a, a.bt_filtro_b, a.bt_filtro_c {
	text-decoration: none;
	cursor:pointer;
}

 #bt_b {
 	background-color: #FFA500;
	color: Black;
	border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
}
#bt_a  {
	background-color: #FFA500;
	color: Black;
	border-radius: 5px 5px 0px 5px;
	-webkit-border-radius: 5px 5px 0px 5px;
	-moz-border-radius: 5px 5px 0px 5px;
}

#bt_c {
	background-color: #FFA500;
	color: Black;
	border-radius: 5px 5px 5px 0px;
	-webkit-border-radius: 5px 5px 5px 0px;
	-moz-border-radius: 5px 5px 5px 0px;
}

div.Ena {
	background-color: #D2691E !important;
	color: White;
}

.cellafoto {
	width: 67px;
	align: center;
}

.rubrica td {
	vertical-align: middle !important;
}

.rubrica .fotorubrica {
	width: 30px;
	margin: 0px 0px 0px 15px;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	transition-property: width, margin; /*standard*/
  transition-duration: 0.5s;
  transition-delay: 0.3s;
  -webkit-transition-property: width, margin; /*Safari e Chrome */
  -webkit-transition-duration: 0.5s;
  -webkit-transition-delay: 0.3s;
  -o-transition-property: width, margin;      /*Opera*/
  -o-transition-duration: 0.5s;
  -o-transition-delay: 0.3s;
  -moz-transition-property: width, margin;    /*Firefox*/
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0.3s;
	
}

.rubrica:hover .fotorubrica {
	width: 60px;
	margin: 0px 0px 0px 0px;	
}
.tit_iscri_online {
	text-align: center;
	font-size: 30px;
	/*height: 50px;*/
	color: #1E90FF;
}

.ininvio {
	color: Red;
	font-size: 16px;
	font-weight: bold;
}

div.acqcredskebby {
	margin: 10px;
}

a.acqcredskebby span {
	height: 20px;
	width: 150px;
	background-color: #3B79E8;
	border: 1px solid #0000CD;
	text-align: center;
	cursor:pointer;
	padding:5px;
}

a.acqcredskebby span:hover {
	background-color: #95B7F2;
	border: 1px solid #3B79E8;
}

a.acqcredskebby {
	text-decoration: none;
	text-transform: capitalize;
	color: White;
	font-size:14px;
}

a.acqcredskebby:hover {
	color: black;
}

a.iscriskebby_1 span {
	height: 20px;
	width: 200px;
	background-color: Green;
	border: 1px solid #1E7D1F;
	text-align: center;
	cursor: pointer;
	margin-left: 20px;
	padding:5px;
	display: inline-block;
}
a.iscriskebby_1 span:hover {
	background-color: #2BB02C;
	border: 1px solid #006601;
}

a.iscriskebby_1 {
	text-decoration: none;
	text-transform: capitalize;
	color: White;
	font-size:14px;
}

a.iscriskebby_1:hover {
	color: black;
}

a.iscriskebby_2 span {
	height: 20px;
	width: 200px;
	background-color: #3B79E8;
	border: 1px solid #0000CD;
	text-align: center;
	cursor: pointer;
	margin-left: 20px;
	padding:5px;
	display: inline-block;
}
a.iscriskebby_2 span:hover {
	background-color: #95B7F2;
	border: 1px solid #3B79E8;
}

a.iscriskebby_2 {
	text-decoration: none;
	text-transform: capitalize;
	color: White;
	font-size:14px;
}

a.iscriskebby_2:hover {
	color: black;
}

a.confskebby span {
	height: 20px;
	width: 200px;
	background-color: Green;
	border: 1px solid #1E7D1F;
	text-align: center;
	cursor: pointer;
	margin-left: 20px;
	padding:5px;
	display: inline-block;
}

a.confskebby span:hover {
	background-color: #2BB02C;
	border: 1px solid #006601;
}

a.confskebby {
	text-decoration: none;
	text-transform: capitalize;
	color: White;
	font-size:14px;
}

a.confskebby:hover {
	color: black;
}

div.infosms {
	margin: 10px;
}

a.infosms span {
	height: 20px;
	width: 150px;
	background-color: #3B79E8;
	border: 1px solid #0000CD;
	text-align: center;
	cursor:pointer;
	margin: auto;
}

a.infosms span:hover {
	background-color: #95B7F2;
	border: 1px solid #3B79E8;
}

a.infosms {
	text-decoration: none;
	text-transform: capitalize;
	color: White;
}

a.infosms:hover {
	color: black;
}

ul.myerrpage {
	list-style-type: none;
	margin-bottom: 10px;
   margin-left: 0px;
   margin-top: 10px;
	padding: 0px;
}

ul.myerrpage li {
	display: inline;
	padding: 10px 0px 10px 0px;
	margin-top: 10px;
	font-size: 16px;
	margin-right: 10px;
}

ul.myerrpage a {
	text-decoration: none;
	display: inline;
}
ul.myerrpage a span {
    background-color: #7795EA;
    border: 1px solid #4169E1;
    margin: 5px;
    padding: 5px;
	color: White;
	text-transform: capitalize;
}

ul.myerrpage a span:hover {
	background-color: #CED8F7;
	border: 1px solid #00BFFF;
	color: black;
}

div.banner_online {
	text-align: center;
}

div.banner_online img {
	max-height: 150px; 
}

#gridnews {
	max-width:100px;
}

.torneo #torneo_logo td font {
	margin: auto;
	vertical-align: 120%;
	font-size: 30px;
	color: Orange;
}
.torneo #torneo_logo td img {
	max-height: 150px;
	
}
.torneo #torneo_logo td {
	vertical-align: middle !important;
	text-align: center;
	height: 150px;
	
}

.importo {
	text-align: right;
}

div.newrow_calc {
	color: white;
	cursor:pointer;
	text-rendering: optimizelegibility;
	text-transform: uppercase;
	height: 15px;
	width: 15px;
	background-color: green;
	border: 1px solid #006201 !important;
	padding: 5px;
	margin: 15px 5px 15px 15px;
	font-family: open sans,verdana,arial,sans-serif !important;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

div.calccan {
	color: white;
	cursor: pointer;
	text-rendering: optimizelegibility;
	text-transform: uppercase;
	min-height: 20px;
	width: 150px;
	background-color: gray;
	border: 1px solid #696969;
	padding: 5px;
	margin: 15px 5px 15px 15px;
	font-family: open sans,verdana,arial,sans-serif !important;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}


div.calcesc, div.calcdel {
	color: white;
	cursor: pointer;
	text-rendering: optimizelegibility;
	text-transform: uppercase;
	min-height: 20px;
	width: 150px;
	background-color: red;
	border: 1px solid #B22222 !important;
	padding: 5px;
	margin: 15px 5px 15px 15px;
	font-family: open sans,verdana,arial,sans-serif !important;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

div.calc {
	color: white;
	cursor:pointer;
	text-rendering: optimizelegibility;
	text-transform: uppercase;
	min-height: 20px;
	width: 150px;
	background-color: green;
	border: 1px solid #006201 !important;
	padding: 5px;
	margin: 15px 5px 15px 15px;
	font-family: open sans,verdana,arial,sans-serif !important;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

table.PNBUTT tr.PNBUTTROW td.PNBUTTCEL a div {
	background-color: #444444;;
   border-radius: 0px 10px 0px 0px;
	-webkit-border-radius: 0px 10px 0px 0px;
	-moz-border-radius: 0px 10px 0px 0px;
    height: 22px;
    text-align: center;
    width: 150px;
	 color: white;
	 border-color: gray;
	 border: 2px;
	 cursor: pointer;
	 margin-left: 2px;
	 font-size: 15px;
	 font-weight: bold;
	 padding-top: 3px;
	 
}

div.delbut {
	height: 16px;
	width: 16px;
}

div.delrigbut {
		height: 16px;
	width: 16px;
	background-color: transparent;
	background-image: url(../../images/cancel.png);
	cursor: pointer;
	margin: 2px 0px 2px 4px;
}

div.notariga {
	height: 16px;
	width: 16px;
}

div.notarigaimg {
		height: 16px;
	width: 16px;
	background-color: transparent;
	background-image: url(../../images/MatitaBlu.png);
	cursor: pointer;
	margin: 2px 0px 2px 4px;
}

div.notarigaimg.P_ {
		height: 16px;
	width: 16px;
	background-color: transparent;
	background-image: url(../../images/MatitaVerde.png);
	cursor: pointer;
	margin: 2px 0px 2px 4px;
}

.scadnz {
	color: #FF0000;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	display: block !important;
}

a.rinnova {
	text-decoration: none;
	color: White;
}

div.rinnova {
	height: 45px;
}

span#rinnovabut {
    background-color: #008000;
    border: 1px solid #006201 !important;
    font-family: open sans,verdana,arial,sans-serif !important;
    height: 30px;
    margin: 15px 5px 15px 15px;
    padding: 5px;
    text-rendering: optimizelegibility;
    text-transform: uppercase;
    width: 200px;
}

span#rinnovabut:hover {
	background-color: #006000;
	border: 1px solid #009000 !important;
}

.loginavviso {
	font-size: 18px;
    margin: auto;
    width: 620px;
}

.spanavviso {
	
}

.spanavviso span {
	color:#EB6A0A;
	text-decoration: underline;
}

#avv0 {
	color: red;
	font-size: 20px;
	font-weight: bolder;
}

#avv1 {

}

#avv2 {

}
.cellafototorneo {
	width: 160px;
	height: 50px;
	align: center;
}

.torneo .fototorneo {
	width: 110px;
	margin: 10px 10px 10px 40px;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	font-size: 30px !important;
	transition-property: width, margin; /*standard*/
  transition-duration: 0.5s;
  //transition-delay: 0.3s;
  -webkit-transition-property: width, margin; /*Safari e Chrome */
  -webkit-transition-duration: 0.5s;
  //-webkit-transition-delay: 0.3s;
  -o-transition-property: width, margin;      /*Opera*/
  -o-transition-duration: 0.5s;
  //-o-transition-delay: 0.3s;
  -moz-transition-property: width, margin;    /*Firefox*/
  -moz-transition-duration: 0.5s;
  //-moz-transition-delay: 0.3s;
	
}

.torneo:hover .fototorneo {
	width: 150px;
	margin: 5px 5px 5px 5px;	
}

.torneo td {
	vertical-align: middle !important;
	font-size: 30px !important;
}

.torneo:hover td {
	margin: 5px 5px 5px 5px;	
}

.Row:hover {
	background: #AEE3FC !important;
}

span.Aperta {
	color: red;
	font-weight: bold;
}

span.Chiusa {
	color: gray;
	font-weight: bold;
}

span.Evasa {
	color: blue;
	font-weight: bold;
}

span.Elaborazione {
	color: green;
	font-weight: bold;
}

span.Sospesa {
	color: Orange;
	font-weight: bold;
}

span.Test {
	color: darkviolet;
	font-weight: bold;
}

.Header strong {
	color: white;
}

table {
	margin: auto;
}

html, body {
	height: 100%;
	margin-bottom: 0;
   margin-top: 0;
}

.maincontainer {
	min-height: 100%;
	height: auto !important;
   margin: 0 auto -80px;
}

.pageimg, .page {
	float: left;
	margin-left: 10px;
	font-size: 18px;
}

.pageimg img {
	display: none;
	height: 20px;
	width: 6px;
}

.dwcontainer {
	bottom: 0px;
	position: relative;
}

.empty {
	min-height: 50px;
}

#dwmenulsl {
	margin: 6px 0px 6px 0px;
}

.dwmenu {
	min-height: 30px;
	background: #E5E5E5;
	min-width: 640px;
}

#dwmenur {
	float: right;
}

#dwmenur img {
	height: 30px;
}

#dwmenul div {
	float: none;
}

#s1, #s2 {
	font-family:open sans,Tahoma, Geneva, Arial, Helvetica,sans-serif !important;
	margin-left: 11px;
}

.dwmenu div {
	float: left;
}

.upcontainer {
	top: 0px;
	position: relative;
}

#upbarlsl {
	margin: 6px 0px 6px 0px;
}

.upbar {
	min-height: 30px;
	background: white;
	min-width: 640px;
	border-bottom: 1px dotted Gray;
}

#upbarr {
	float: right;
}

#upbarr img {
	height: 30px;
}

#upbarl div {
	float: none;
}

#us1, #us2 {
	font-family:open sans,Tahoma, Geneva, Arial, Helvetica,sans-serif !important;
	margin-left: 11px;
}

.upbar div {
	float: left;
}

#presentazioneLogoImage {
	max-height: 250px;
}

.UpLogo {
	height: 60px;
}

.LogLogo {
	height: 100px;
	margin-bottom: 70px;
}

.info img  {
	height: 30px;
}

.info {
	width:40px;
	float: right;
	cursor: pointer;
}

.SM_inf {
	text-align: right;
	background-color: #F0F0F0;
}

.elabora tr td {
	text-align: center;
}

.elabora tr td div, .elabora tr td div:active {
	background-color: gray;
	padding: 5px 15px 5px 15px;
	color: white;
	border: 1px solid orange;
	font-family:open sans,Tahoma, Geneva, Arial, Helvetica,sans-serif !important;
	font-weight: bold;
}

.elabora tr td div:hover {
	background-color: darkgray;
	color: black;
	cursor:default;
}

form {
	text-align: center;
}

form > table {
	margin: auto;
}

body > table {
	margin: auto;
}

.tabellone2 {
	padding-right: 2px;
}

table tr td, td.th {
	font-family:open sans,Tahoma, Geneva, Arial, Helvetica,sans-serif !important;
	//font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
}

#attendi {
	background-color: white;
    height: 200px;
	 width: 900px;
	  margin: auto;
}

#attendi_ {
	width: 100%;
	height: 100%;
}

#attendi_ {
	text-align: center;
}

#loadingimg {
	 background-image: url("../../images/loadingblue.gif");
	 background-position: center;
	 background-repeat: no-repeat;
    height: 100px;
}

table.floattab {
    position: fixed;
    top: 284px;
}

table.SubMenu {
	margin-top: 15px;
	height: 40px;
	width: 100%;
	background: transparent;
	//background: #D3D3D3;
	font-family:open sans,verdana,arial,sans-serif !important;
	color: black;
}

table.SubMenu tr {
	height: 40px;
	font-family:open sans,verdana,arial,sans-serif !important;
	/*background-color: #eaeaea;*/
}

/*table.SubMenu td.SM_but:hover {
	
}*/

table.SubMenu td a {
	display: block;
	color:black;
	text-decoration: none;
	font-family:open sans,verdana,arial,sans-serif !important;
	font-size: 11px !important;
	font-weight: bold;
	//transition-property: color; /*standard*/
  //transition-duration: 0.5s;
  //-webkit-transition-property: color; /*Safari e Chrome */
  //-webkit-transition-duration: 0.5s;
  //-o-transition-property: color;      /*Opera*/
  //-o-transition-duration: 0.5s;
  //-moz-transition-property: color;    /*Firefox*/
  //-moz-transition-duration: 0.5s;
}
table.SubMenu td a:hover {
	color: black;	
}

table.SubMenu td img {
	border-width: 0px;
	border-style: none;
}

.SM_pag {
	width: 250px;
	font-weight: bold;
	font-family:open sans,verdana,arial,sans-serif !important;
	/*color:#0031E5;*/
	color: #444444;
	font-size: 15px;
	background-color: #F0F0F0;
}

.SM_but {
	background: #F0F0F0;
	color: black;
	width: 150px;
	border-left-color: gray;
	border-left-style: solid;
	border-left-width: 1px;
	text-align: center;
	transition-property: background-color; /*standard*/
  transition-duration: 0.5s;
  -webkit-transition-property: background-color; /*Safari e Chrome */
  -webkit-transition-duration: 0.5s;
  -o-transition-property: background-color;      /*Opera*/
  -o-transition-duration: 0.5s;
  -moz-transition-property: background-color;    /*Firefox*/
  -moz-transition-duration: 0.5s;
}

.SM_but:hover {
	background-color: orange;
}

.mail {
	background-image: url(Images/mail.png);
	background-size: 16px;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 20px;
	background-position: 2px;
	width: 250px;
}

.telefono {
	background-image: url(Images/phone.png);
	background-size: 16px;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 20px;
	background-position: 2px;
}

.cell {
	background-image: url(Images/cell.png);
	background-size: 9px;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 20px;
	background-position: 6px;
}

.fax {
	background-image: url(Images/fax.png);
	background-size: 16px;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 20px;
	background-position: 2px;
}

textarea {
	border: 1px  solid #9BB1E8;
	background-image: url(Images/note.png);
	background-size: 60px;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	background-position: left bottom;
	border-radius: 7px 7px 0px 7px;
	-webkit-border-radius: 7px 7px 0px 7px;
	-moz-border-radius: 7px 7px 0px 7px;
	font-weight: bold;
	color: #007C25;
	font-family:open sans,Tahoma, Geneva, Arial, Helvetica,sans-serif;
}

textarea:focus {
	background-image: url(Images/note.png);
	background-size: 60px;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	background-position: left bottom;
	border: 1px  solid #9BB1E8;
	border-radius: 7px 7px 0px 7px;
	-webkit-border-radius: 7px 7px 0px 7px;
	-moz-border-radius: 7px 7px 0px 7px;
	background-color: #FFECC2;
	color: #E05A01;
	font-family:open sans,Tahoma, Geneva, Arial, Helvetica,sans-serif;
}

.anafast .Controls .th {
	border-width: 0px;
	border-color: Black;
	height: 15px;
}

.Scheda_1 .Controls .th, .Scheda_2 .Controls .th,
.Scheda_3 .Controls .th, .Scheda_4 .Controls .th,
.Scheda_5 .Controls .th, .Scheda_6 .Controls .th,
.Scheda_7 .Controls .th {
	border-width: 0px;
	border-color: Black;
	height: 15px;
}

tr#gruppo td#gruppo {
	border-color: Black;
	color: #683307;
	border-bottom: 2px solid Black;
	border-top: 0px;
	border-image: url(Images/border.png) 2 2 2 2 stretch stretch;
	-webkit-border-image: url(Images/border.png) 2 2 2 2 stretch stretch;
	-moz-border-image: url(Images/border.png) 2 2 2 2 stretch stretch;
}

tr.Controls#gruppo td.th#gruppo {
	color: #F07C1B;
	font-family: open sans,Tahoma, Geneva, Arial, Helvetica,sans-serif !important;
	font-weight: bold;
}

#RecordAnafast {
	border: solid 2px #a3c6ea;
	width: 792px;
}

#RecordAnanew {
	width: 792px;
}

.Foto, .Avvisi, .Classi { 
	border: solid 2px orange; border-bottom: 0px;
	width: 100%;
	}

.trFoto .tdFoto, .trAvvisi .tdAvvisi, .trClassi .tdClassi { 
	font-size: 80%; font-weight: normal; text-align: left; vertical-align: top;
	font-size: 12px;
	padding: 2px;
	border-bottom: solid 1px orange;
	background-color: #f4f4f4; color: #000000;
	white-space: nowrap;
	color: #000000;
}

.trFoto td, .trAvvisi td, .trClassi td { 
	font-size: 80%;
	padding: 2px;
	border-bottom: solid 1px #a3c6ea;
	text-align: left;
	vertical-align: top;
	background-color: #f4f4f4; 
	color: #000000;
}

.trFoto th, .trAvvisi th, .trClassi th { 
	font-size: 80%; font-weight: normal; text-align: left; vertical-align: top;
	padding: 2px;
	border-bottom: solid 1px #a3c6ea;
	background-color: #f4f4f4; color: #000000;
	white-space: nowrap;
	color: #000000;
}

.tdFoto .tdAvvisi .tdClassi { 
	font-family:open sans,Tahoma, Geneva, Arial, Helvetica,sans-serif;
	font-size: 80%;
	font-weight: bold;
}

html>body .trFoto th, .trAvvisi th, .trClassi th, html>body .trFoto td, .trAvvisi td, .trClassi td, html>body .Bottom td {
	font-size: 100%;
}



/*RM 20130121*/

*{
font-family:open sans,Tahoma, Geneva, Arial, Helvetica,sans-serif;
/*font-family: Tahoma, Geneva;*/
}

input {
	vertical-align: top;
	font-size: 13px;
	border: 1px  solid gray;
	background: white;
	/*border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px; 
	border-top-color: #000000; 
	border-right-color: #000000; 
	border-bottom-color: #000000; 
	border-left-color: #000000;*/
	border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	font-weight: bold;
	color: #007C25;
	font-family: Geneva, Arial, Helvetica,sans-serif;
	/*letter-spacing: 0px;*/
	min-width:80px;
}
input:focus {
	/*border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px; 
	border-top-color: black; 
	border-right-color: black; 
	border-bottom-color: black; 
	border-left-color: black;*/
	border: 1px  solid #9BB1E8;
	border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	background-color: #FFECC2;
	color: #E05A01;
}
/*input:hover {
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px; 
	border-top-color: #FF9B37; 
	border-right-color: #FF9B37; 
	border-bottom-color: #FF9B37; 
	border-left-color: #FF9B37;
	border-radius: 0.5em 0.5em 0.5em 0.5em;
	background-color: #FFECC2;
}*/

input:focus[type=submit]{
	background-color: lightgray;
   //border-color: #EDEDED #848284 #848284 #EDEDED;
   border-style: solid;
   border-width: 1px;
   color: black;
   font-size: 13px;
   font-weight: bold;
   padding: 2px;
	border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
 	font-family: Geneva, Arial, Helvetica,sans-serif;
}

input[type=submit]{
	border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
}

.Insert,.Update,.Delete,.Cancel {
	border-radius: 5px 5px 5px 5px !important;
	-webkit-border-radius: 5px 5px 5px 5px !important;
	-moz-border-radius: 5px 5px 5px 5px !important;
	cursor:pointer !important;
	font-family:open sans,Tahoma, Geneva, Arial, Helvetica,sans-serif !important;
}

.Update:focus, .Insert:focus, .Delete:focus, .Cancel:focus {
	color:black !important;
}

.Insert {
	background-color: green !important;
	border: 1px solid #006201 !important;
}

.Update {
	background-color: green !important;
	border: 1px solid #006201 !important;
}

.Delete {
	background-color: red !important;
	border: 1px solid maroon !important;
}

.Cancel {
	background-color: gray !important;
	border: 1px solid ThreedDarkShadow !important;
}

select {
	/*border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px; 
	border-top-color: #000000; 
	border-right-color: #000000; 
	border-bottom-color: #000000; 
	border-left-color: #000000;*/
	border: 1px  solid gray;
	font-size: 13px;
	background: white;
	border-radius:  7px 3px 3px 7px !important;
	-webkit-border-radius:  7px 3px 3px 7px !important;
	-moz-border-radius:  7px 3px 3px 7px !important;
	color: #007C25;
	/*font-family: Geneva, Arial, Helvetica,sans-serif;
	font-weight: bold;*/
}
select:focus {
	/*border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px; 
	border-top-color: black; 
	border-right-color: black; 
	border-bottom-color: black; 
	border-left-color: black;*/
	border: 1px  solid #9BB1E8;
	border-radius:  7px 3px 3px 7px !important;
	-webkit-border-radius:  7px 3px 3px 7px !important;
	-moz-border-radius:  7px 3px 3px 7px !important;
	background-color: #FFECC2;
	color: #E05A01;
}
/*select:hover {
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px; 
	border-top-color: #FF9B37; 
	border-right-color: #FF9B37; 
	border-bottom-color: #FF9B37; 
	border-left-color: #FF9B37;
	border-radius: 0.5em 0.5em 0.5em 0.5em;
	-webkit-border-radius: 0.5em 0.5em 0.5em 0.5em;
	-moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
	background-color: #FFECC2;
}*/

table {
	font-family:open sans,Tahoma, Geneva, Arial, Helvetica,sans-serif;
}
td {
	font-family:open sans,Tahoma, Geneva, Arial, Helvetica,sans-serif;
}
tr {
	font-family:open sans,Tahoma, Geneva, Arial, Helvetica,sans-serif;
}
tr.Bottom {
	background-color: #D3D3D3;
}

/*FINE PERSONALIZZAZIONE----------**********----------**********----------**********----------***********/

/* Colors */
.PageBgColor {
	background-color: #cad6e1;
	}

.FormTitleBgColor {
	background-color: #3a7fc5;
	}

.FormTitleFontColor {
	color: #fcfcfc;
	}

.CaptionBgColor {
	background-color: #a3c6ea;
	}

.CaptionFontColor {
	color: #000000;
	}

.DataBgColor {
	background-color: #f4f4f4;
	}

.AltDataBgColor {
	background-color: #d9e6f2;
	}

.DataFontColor {
	color: #000000;
	}

.LinkColor {
	color: #0031c5;
	}

.VisitedLinkColor {
	color: #800000;
	}

.HoverLinkColor {
	color: #f70000;
	}

.ColorBgButton {
	background-color: #3a7fc5;
}

.ColorFontButton {
	color: #fcfcfc;
}

.ColorBgButtonPassive {
	background-color: #8ec2f7;
}

.ColorFontButtonPassive {
	color: #fcfcfc;
}

/* BEGIN Common */
body {
	color: #000000;
	//background-image: url(Images/bkgpnt.png);
	//background-repeat: repeat;
	font-size: 80%; /*font-family: Tahoma, Geneva;*/
	font-family: open sans,Tahoma, Geneva, Arial, Helvetica,sans-serif;
	//background-color: transparent;
	//background: #F4F4F4;
	background: white;
}


html>body {
	font-family:open sans,Tahoma, Geneva, Arial, Helvetica,sans-serif;
	font-size: 80%;
}

html>body td, html>body th, html>body table {
	font-size: 100%;
}


/*ie6*/
* html body {
	font-family:open sans,Tahoma, Geneva, Arial, Helvetica,sans-serif;	
	font-size: 80%;
}

* html body td, * html body th, * html body table {
	font-size: 100%;
}
/*end*/

.text { 
	color: #000000
	}
/*----------------------------------------------personalizato---------------------------- > RM 20130220*/
/*a.menulink:link, a.menulink:visited { 
	color: #0031c5;
	}*/

/*a.menulink:hover, a.menulink:active { 
	color: #f70000;
	}*/


/*a:link { 
	color: #0031c5;
	}*/

/*a:visited { 
	color: #800000;
	}*/

/*a:hover,a:active { 
	color: #f70000;
	}*/
/*------------------------------------------- fine personalizzato -------------------------- < RM 20130220 */
ul, ol, blockquote { 
	margin-top: 5px; 
	margin-bottom: 10px; 
	margin-left: 20px; 
	}

form {
	margin: 0px;
	//-webkit-box-shadow:  1px 1px 10px rgba(50, 50, 50, 95);
   // -moz-box-shadow:  1px 1px 10px rgba(50, 50, 50, 95);
   // box-shadow:  1px 1px 10px rgba(50, 50, 50, 95);
	}

h1	{
	color: #3a7fc5;
	font-size: 150%;
	margin-top: 5px; 
	margin-bottom: 5px;
	}

h2	{ 
	color: #3a7fc5;
	font-size: 130%;
	margin-top: 15px; 
	margin-bottom: 5px; 
	}

h3	{ 
	color: #3a7fc5;
	font-size: 110%; font-style: italic;
	margin-top: 15px; 
	margin-bottom: 5px; 
	}

h4	{ 
	color: #3a7fc5;
	font-size: 100%;
	margin-top: 15px; 
	margin-bottom: 5px; 
	}

h5	{ 
	color: #3a7fc5;
	font-size: 100%; font-style: italic;
	margin-top: 15px; 
	margin-bottom: 5px; 
	}

h6	{ 
	color: #3a7fc5;
	font-size: 90%;
	margin-top: 15px; 
	margin-bottom: 5px; 
	}

th	{ 
	font-family:open sans,Tahoma, Geneva, Arial, Helvetica,sans-serif;
	font-size: 80%;
	}

td { 
font-family:open sans,Tahoma, Geneva, Arial, Helvetica,sans-serif;
font-size: 80%;
	}

/*input, textarea, select {
	font-family: Tahoma, Geneva;font-size: 80%;
	font-size: 100%;
}

html>body input, html>body select, html>body textarea {
	font-family: Tahoma, Geneva;font-size: 80%;
	font-size: inherit;
}*/

/* END Common */

.Header {
	width: 100%;
	//-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.75);
	//-moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 0.75);
	//box-shadow:         0px 0px 10px rgba(50, 50, 50, 0.75);
	}

.Header th { 
	font-size: 110%; font-weight: bold; text-align: left;
	padding: 2px;
	background-image: url('Images/HeaderBg.gif'); color: #fcfcfc;
	width: 100%;
	white-space: nowrap;
	
	}


html>body .Header th {
	font-size: 140%; font-weight: bold; text-align: left;
}


/*ie6*/
* html body .Header th {
	font-size: 140%; font-weight: bold; text-align: left;
}
/*end*/

.Header a:link { 
	color: #fcfcfc;
	}

.Header a:visited { 
	color: #fcfcfc;
	}

.Header a:hover, .Caption a:active { 
	color: #fcfcfc; text-decoration: none;
	}

.HeaderLeft { 
	//background-image: url('Images/HeaderLeft.gif');
	//background: gray;
	//background: #C6C6C6;
	background: #EB6A0A;
	padding: 0px 0px 0px 25px;
	border-left: 0px solid orange;
	border-top: 0px solid orange;
	border-bottom: 0px solid orange;
	border-radius: 5px 0px 0px 0px;
	-webkit-border-radius: 5px 0px 0px 0px;
	-moz-border-radius: 5px 0px 0px 0px;
	}

.HeaderRight { 
	//background-image: url('Images/HeaderRight.gif');
	//background: gray;
	//background: #C6C6C6;
	background: #EB6A0A;
	background-position: right top;
	border-bottom: 0px solid orange;
	border-top:0px solid orange;
	border-right: 0px solid orange;
	border-radius: 0px 5px 0px 0px;
	-webkit-border-radius: 0px 5px 0px 0px;
	-moz-border-radius: 0px 5px 0px 0px;
	}

.HeaderLeft img{
	width: 0px;
	}

.HeaderRight img{
	width: 9px;
	}


/* Grid Options */
.Grid { 
	//border: solid 0px #a3c6ea; 
	border: solid 1px orange; 
	//border-top: 1px;
	width: 100%;
	//-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.75);
	//-moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 0.75);
	//box-shadow:         0px 0px 10px rgba(50, 50, 50, 0.75);
	}

.Caption th { 
	font-size: 80%; 	text-align: left; vertical-align: top;
	padding: 2px;
	border-bottom: solid 0px #a3c6ea;
	//background-color: #a3c6ea; 
	//background-color: #D3D3D3;
	background-color: #444444;
	//color: #000000;
	color: white;
	white-space: nowrap;
	}

.Caption td { 
	font-size: 80%; 	text-align: left; vertical-align: top;
	padding: 2px;
	border-bottom: solid 1px #a3c6ea;
	background-color: #a3c6ea; color: #000000;
	white-space: nowrap;
	}


html>body .Caption th, html>body .Caption td {
	font-size: 100%; 	text-align: left; vertical-align: top;
}


/*ie6*/
* html body .Caption th, * html body .Caption td {
	font-size: 100%; 	text-align: left; vertical-align: top;
}
/*end*/

.Caption a:link { 
	//color: #000000;
	color: white;
	}

.Caption a:visited { 
	/*color: #000000;*/
	color: white;
	}

.Caption a:hover, .Caption a:active { 
	color: #EB6A0A;
	}

.Caption img {
	margin: 2px; 
	vertical-align: middle;
	}

.Caption input {
	vertical-align: middle;
	}

.Row th { 
	font-size: 80%; font-weight: normal; text-align: left; vertical-align: top;
	padding: 2px;
	border-bottom: solid 1px #a3c6ea;
	background-color: #f4f4f4; color: #000000;
	white-space: nowrap;
	color: #000000;
	}

.Row td { 
	font-size: 80%;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid lightgray;
	text-align: left;
	vertical-align: top;
	//background-color: #f4f4f4; 
	color: #000000;
	}
	

html>body .Row th, html>body .Row td {
	font-size: 14px;
}


/*ie6*/
* html body .Row th, * html body .Row td {
	font-size: 100%;
}
/*end*/

caption.Row { 
	font-size: 80%;
	padding: 2px;
	border: solid 1px #a3c6ea; border-bottom: 0px;
	text-align: left;
	vertical-align: top;
	background-color: #f4f4f4; 
	color: #000000;
	}


html>body caption.Row {
	font-size: 100%;
}


/*ie6*/
* html body caption.Row {
	font-size: 100%;
}
/*end*/

.Row a:link { 
	color: #0031c5;
	}

.Row a:visited { 
	color: #800000;
	}

.Row a:hover, .Row a:active { 
	color: #f70000;
	}

.Separator{
	color: #3a7fc5;
	}

.Separator td{
	height: 1px;
	}


.AltRow th { 
	font-size: 80%; font-weight: normal; text-align: left; vertical-align: top;
	padding: 2px;
	border-bottom: solid 1px #a3c6ea;
	background-color: #f4f4f4; color: #000000;
	white-space: nowrap;
	color: #000000;
	}

.AltRow td { 
	font-size: 80%;
	padding: 2px;
	border-bottom: solid 1px #a3c6ea;
	text-align: left;
	vertical-align: top;
	background-color: #d9e6f2; 
	color: #000000;
	}


html>body .AltRow th, html>body .AltRow td {
	font-size: 100%;
}


/*ie6*/
* html body .AltRow th, * html body .AltRow td {
	font-size: 100%;
}
/*end*/

.AltRow a:link { 
	color: #0031c5;
	}

.AltRow a:visited { 
	color: #800000;
	}

.AltRow a:hover, .AltRow a:active { 
	color: #f70000;
	}

.NoRecords td { 
	font-size: 80%;
	padding: 2px;
	border-bottom: solid 1px #a3c6ea;
	text-align: left;
	background-color: #f4f4f4; 
	color: #000000;
	vertical-align: top;
	}

.Footer td { 
	font-size: 80%;
	padding: 2px;
	border-bottom: solid 1px #a3c6ea;
	//background-color: #a3c6ea; 
	background-color: #D3D3D3;
	color: #000000;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	color: #000000;
	}


html>body .NoRecords td, html>body .Footer td {
	font-size: 100%;
}


/*ie6*/
* html body .NoRecords td, * html body .Footer td {
	font-size: 100%;
}
/*end*/

.Footer a:link { 
	color: #0031c5;
	}

.Footer a:visited { 
	color: #800000;
	}

.Footer a:hover, .Footer a:active { 
	color: #f70000;
	}

.Footer img {
	margin: 2px; 
	vertical-align: middle;
	}

.Footer input {
	margin: 2px;
	vertical-align: middle;
	}

/* Record Options */
.Record { 
	//border: solid 1px #a3c6ea; 
	border-bottom: 0px;
	border-top: 0px;
	width: 100%;
	border: solid 1px orange; 
	//-webkit-box-shadow:  1px 6px 10px 1px rgba(50, 50, 50, 95);
    //-moz-box-shadow:  1px 6px 10px 1px rgba(50, 50, 50, 95);
    //box-shadow:  1px 6px 10px 1px rgba(50, 50, 50, 95);
	}

.Error td { 
	font-size: 80%;
	padding: 2px;
	border-bottom: solid 1px #a3c6ea;
	text-align: left;
	color: #FF0000;
	vertical-align: top;
	background-color: #f4f4f4; 
	}


* html>body .Error td {
	font-size: 100%;
}


/*ie6*/
* html body .Error td {
	font-size: 100%;
}
/*end*/

.Controls th { 
	font-size: 80%; font-weight: normal; text-align: left; vertical-align: top;
	padding: 2px;
	border-bottom: solid 1px #a3c6ea;
	background-color: #f4f4f4; color: #000000;
	white-space: nowrap;
	color: #000000;
	}

.Controls td { 
	font-size: 80%;
	padding: 2px;
	border-bottom: solid 0px #a3c6ea;
	text-align: left;
	vertical-align: top;
	background-color: #f4f4f4; 
	color: #000000;
	}
	
.Bottom td { 
	font-size: 80%;
	padding: 2px;
	border-bottom: solid 1px #a3c6ea;
	//background-color: #a3c6ea; 
	background-color: #D3D3D3;
	color: #000000;
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
	color: #000000;
	}


html>body .Controls th, html>body .Controls td, html>body .Bottom td {
	font-size: 100%;
}


/*ie6*/
* html body .Controls th, * html body .Controls td, * html body .Bottom td {
	font-size: 100%;
}
/*end*/

.Bottom a:link { 
	color: #0031c5;
	}

.Bottom a:visited { 
	color: #800000;
	}

.Bottom a:hover, .Caption a:active { 
	color: #f70000;
	}

.Bottom img {
	margin: 2px;
	vertical-align: middle; 
	}

.Bottom input {
	margin: 2px;
	vertical-align: middle;
	}

/* Report */
.GroupCaption th{
	font-size: 80%;
	padding: 2px;
	border-bottom: solid 1px #a3c6ea;
	white-space: nowrap;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	background-color: #d9e6f2; 
	color: #000000;
	}

.GroupCaption td{
	font-size: 80%;
	padding: 2px;
	border-bottom: solid 1px #a3c6ea;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	background-color: #f4f4f4; 
	color: #000000;
	}


html>body .GroupCaption th, html>body .GroupCaption td {
	font-size: 100%;
}


/*ie6*/
* html body .GroupCaption th, * html body .GroupCaption td {
	font-size: 100%;
}
/*end*/

.GroupCaption a:link {
	color: #000000;
	}

.GroupCaption a:visited{
	color: #000000;
	}

.GroupCaption a:hover, .GroupCaption a:active{
	color: #f70000;
	}

.GroupFooter td{
	font-size: 80%;
	padding: 2px;
	border-bottom: solid 1px #a3c6ea;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	background-color: #a3c6ea; 
	color: #000000;
	}


html>body .GroupFooter td {
	font-size: 100%;
}


/*ie6*/
* html body .GroupFooter td {
	font-size: 100%;
}
/*end*/

.GroupFooter a:link {
	color: #0031c5;
	}

.GroupFooter a:visited{
	color: #800000;
	}

.GroupFooter a:hover,.GroupFooter a:active{
	color: #f70000;
	}

.GroupFooter img {
	margin: 2px; 
	vertical-align: middle;
	}

.GroupFooter input {
	margin: 2px;
	vertical-align: middle;
	}

.SubTotal td{
	font-size: 80%;
	padding: 2px;
	border-bottom: solid 1px #a3c6ea;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	background-color: #d9e6f2; 
	color: #000000;
	border-bottom: 2px solid #3a7fc5;
	}


html>body .SubTotal td {
	font-size: 100%;
}


/*ie6*/
* html body .SubTotal td {
	font-size: 100%;
}
/*end*/

.SubTotal a:link {
	color: #0031c5;
	}

.SubTotal a:visited{
	color: #800000;
	}

.SubTotal a:hover, .SubTotal a:active{
	color: #f70000;
	}

.Total td{
	font-size: 80%;
	padding: 2px;
	border-bottom: solid 1px #a3c6ea;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	font-weight: bold;
	background-color: #d9e6f2; 
	color: #000000;
	}


html>body .Total td {
	font-size: 100%;
}


/*ie6*/
* html body .Total td {
	font-size: 100%;
}
/*end*/

.Total a:link {
	color: #0031c5;
	}

.Total a:visited{
	color: #800000;
	}

.Total a:hover, .Total a:active{
	color: #f70000;
	}

/* Form Options */
.Button { 
	background-color: gray; 
	color: #fcfcfc; 
	border-left: solid 1px lightgray; 
	border-top: solid 1px lightgray; 
	border-right: solid 1px lightgray; 
	border-bottom: solid 1px lightgray; 
	padding: 2px; 
	font-weight: bold; 
	font-family:open sans,Tahoma, Geneva, Arial, Helvetica,sans-serif; 
	font-size: 11px; 
	font-weight: bold;
	}

/* Calendar */

.Calendar { 
	border: solid 1px #a3c6ea;
	width: 100%;
	}

.CalendarWeekdayName{
	font-size: 80%;
	padding: 2px;
	border-bottom: solid 1px #a3c6ea;
	text-align: center; 
	vertical-align: top;
	white-space: nowrap;
	background-color: #d9e6f2; 
	color: #000000;
	font-weight: normal;
	}


html>body .CalendarWeekdayName {
	font-size: 100%;
}


/*ie6*/
* html body .CalendarWeekdayName {
	font-size: 100%;
}
/*end*/

.CalendarWeekdayName a:link {
	color: #0031c5;
	}

.CalendarWeekdayName a:visited{
	color: #800000;
	}

.CalendarWeekdayName a:hover, .CalendarWeekdayName a:active{
	color: #f70000;
	}

.CalendarWeekendName{
	font-size: 80%;
	padding: 2px;
	border-bottom: solid 1px #a3c6ea;
	white-space: nowrap;
	text-align: center; 
	vertical-align: top;
	background-color: #d9e6f2;	
	color: #000000;
	font-weight: normal;
	}


html>body .CalendarWeekendName {
	font-size: 100%;
}


/*ie6*/
* html body .CalendarWeekendName {
	font-size: 100%;
}
/*end*/

.CalendarWeekendName a:link {
	color: #000000;
	}

.CalendarWeekendName a:visited{
	color: #000000;
	}

.CalendarWeekendName a:link, .CalendarWeekendName a:visited{
	color: #f70000;
	}

/* Calendar Day */
.CalendarDay{
	font-size: 80%;
	padding: 2px;
	border-bottom: solid 1px #a3c6ea;
	text-align: center;
	background-color: #f4f4f4;	
	color: #000000;
	}


html>body .CalendarDay {
	font-size: 100%;
}


/*ie6*/
* html body .CalendarDay {
	font-size: 100%;
}
/*end*/

.CalendarDay a:link {
	color: #0031c5;
	}

.CalendarDay a:visited{
	color: #800000;
	}

.CalendarDay a:hover, .CalendarDay a:active{
	color: #f70000;
	}

/* Calendar Weekend */
.CalendarWeekend{
	font-size: 80%;
	padding: 2px;
	border-bottom: solid 1px #a3c6ea;
	text-align: center;
	background-color: #d9e6f2;	
	color: #000000;
	}


html>body .CalendarWeekend {
	font-size: 100%;
}


/*ie6*/
* html body .CalendarWeekend {
	font-size: 100%;
}
/*end*/

.CalendarWeekend a:link {
	color: #0031c5;
	}

.CalendarWeekend a:visited{
	color: #800000;
	}

.CalendarWeekend a:hover, .CalendarWeekend a:active{
	color: #f70000;
	}

/* Calendar Today */
.CalendarToday {
	font-size: 80%;
	padding: 0px;
	border: 2px solid #a3c6ea; border-top: 1px solid #a3c6ea;
	text-align: center;
	background-color: #f4f4f4;	
	color: #000000;
	}


html>body .CalendarToday {
	font-size: 100%;
}


/*ie6*/
* html body .CalendarToday {
	font-size: 100%;
}
/*end*/

.CalendarToday a:link {
	color: #0031c5;
	}

.CalendarToday a:visited{
	color: #800000;
	}

.CalendarToday a:hover, .CalendarToday a:active {
	color: #f70000;
	}

/* Calendar Weekend Today */
.CalendarWeekendToday {
	font-size: 80%;
	padding: 0px;
	border: 2px solid #a3c6ea; border-top: 1px solid #a3c6ea;
	text-align: center;
	background-color: #d9e6f2;	
	color: #000000;
	}


html>body .CalendarWeekendToday {
	font-size: 100%;
}


/*ie6*/
* html body .CalendarWeekendToday {
	font-size: 100%;
}
/*end*/

.CalendarWeekendToday a:link {
	color: #0031c5;
	}

.CalendarWeekendToday a:visited{
	color: #800000;
	}

.CalendarWeekendToday a:hover, .CalendarWeekendToday a:active{
	color: #f70000;
	}

/* Calendar Other Month's Day */
.CalendarOtherMonthDay{
	font-size: 80%;
	padding: 2px;
	border-bottom: solid 1px #a3c6ea;
	text-align: center;
	background-color: #f4f4f4;	
	color: #3a7fc5;
	}


html>body .CalendarOtherMonthDay {
	font-size: 100%;
}


/*ie6*/
* html body .CalendarOtherMonthDay {
	font-size: 100%;
}
/*end*/

.CalendarOtherMonthDay a:link {
	color: #3a7fc5;
	}

.CalendarOtherMonthDay a:visited{
	color: #3a7fc5;
	}

.CalendarOtherMonthDay a:hover, .CalendarOtherMonthDay a:active{
	color: #f70000;
	}

/* Calendar Other Month's Today */
.CalendarOtherMonthToday {
	font-size: 80%;
	padding: 0px;
	border: 2px solid #a3c6ea; border-top: 1px solid #a3c6ea;
	text-align: center;
	background-color: #f4f4f4;	
	color: #3a7fc5;
	}


html>body .CalendarOtherMonthToday {
	font-size: 100%;
}


/*ie6*/
* html body .CalendarOtherMonthToday {
	font-size: 100%;
}
/*end*/

.CalendarOtherMonthToday a:link {
	color: #3a7fc5;
	}

.CalendarOtherMonthToday a:visited{
	color: #3a7fc5;
	}

.CalendarOtherMonthToday a:hover,.CalendarOtherMonthToday a:active{
	color: #f70000;
	}

/* Calendar Other Month's Weekend */
.CalendarOtherMonthWeekend {
	font-size: 80%;
	padding: 2px;
	border-bottom: solid 1px #a3c6ea;
	text-align: center;
	background-color: #d9e6f2;	
	color: #3a7fc5;
	}


html>body .CalendarOtherMonthWeekend {
	font-size: 100%;
}


/*ie6*/
* html body .CalendarOtherMonthWeekend {
	font-size: 100%;
}
/*end*/

.CalendarOtherMonthWeekend a:link {
	color: #3a7fc5;
	}

.CalendarOtherMonthWeekend a:visited{
	color: #3a7fc5;
	}

.CalendarOtherMonthWeekend a:hover, .CalendarOtherMonthWeekend a:active{
	color: #f70000;
	}

/* Calendar Other Month's Weekend Today */
.CalendarOtherMonthWeekendToday {
	font-size: 80%;
	padding: 0px;
	border: 2px solid #a3c6ea; border-top: 1px solid #a3c6ea;
	text-align: center;
	color: #3a7fc5;
	background-color: #d9e6f2;	
	}
	

html>body .CalendarOtherMonthWeekendToday {
	font-size: 100%;
}


/*ie6*/
* html body .CalendarOtherMonthWeekendToday {
	font-size: 100%;
}
/*end*/

.CalendarOtherMonthWeekendToday a:link {
	color: #3a7fc5;
	}

.CalendarOtherMonthWeekendToday a:visited{
	color: #3a7fc5;
	}

.CalendarOtherMonthWeekendToday a:hover, .CalendarOtherMonthWeekendToday a:active{
	color: #f70000;
	}

/* Calendar Selected Day (for DatePicker) */
.CalendarSelectedDay{
	font-size: 80%;
	padding: 2px;
	border-bottom: solid 1px #a3c6ea;
	background-color: #a3c6ea;
	color: #000000;
	text-align: center;
	font-weight: bold;
	}
	

html>body .CalendarSelectedDay {
	font-size: 100%;
}


/*ie6*/
* html body .CalendarSelectedDay {
	font-size: 100%;
}
/*end*/

.CalendarSelectedDay a:link {
	color: #000000;
	}

.CalendarSelectedDay a:visited{
	color: #000000;
	}

.CalendarSelectedDay a:hover, .CalendarSelectedDay a:active{
	color: #f70000;
	}

/* Calendar Navigator */
.CalendarNavigator {
	font-size: 80%;
	padding: 2px;
	background-color: #a3c6ea; color: #000000;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	color: #000000;
	}


html>body .CalendarNavigator {
	font-size: 100%;
}


/*ie6*/
* html body .CalendarNavigator {
	font-size: 100%;
}
/*end*/

.CalendarNavigator a:link {
	color: #0031c5;
	}

.CalendarNavigator a:visited{
	color: #800000;
	}

.CalendarNavigator a:hover, .CalendarNavigator a:active{
	color: #f70000;
	}

.CalendarNavigator img{
	margin: 2px;
	vertical-align: middle; 	
	}

.CalendarNavigator td {
	font-size: 80%;
	}

.CalendarNavigator th {
	font-size: 80%;
	}


html>body .CalendarNavigator th, html>body .CalendarNavigator td {
	font-size: 100%;
}


/*ie6*/
* html body .CalendarNavigator th, * html body .CalendarNavigator td {
	font-size: 100%;
}
/*end*/

/* Calendar Extra */
.CalendarEvent{
	font-size: 80%;
	text-align: left;
	}


html>body .CalendarEvent {
	font-size: 100%;
}


/*ie6*/
* html body .CalendarEvent {
	font-size: 100%;
}
/*end*/

.CalendarEvent a:link {
	color: #0031c5;
	}

.CalendarEvent a:visited{
	color: #800000;
	}

.CalendarEvent a:hover, .CalendarEvent a:active{
	color: #f70000;
	}

/* Changes for Section508 */

table tr td strong {
	padding: 0px 25px 0px 0px;
	margin: 0px;
	color: black;
	background: transparent;
}

.th { 
	font-family:open sans,Tahoma, Geneva, Arial, Helvetica,sans-serif;
	font-size: 80%;
	font-weight: bold;
}


html>body .th {
	font-size: 100%;
}


/*ie6*/
* html body .th {
	font-size: 100%;
}
/*end*/

.Header .th { 
	font-size: 110%; font-weight: bold; text-align: left;
	padding: 2px 0px 0px 0px;
	//background-image: url('Images/HeaderBg.gif'); color: #fcfcfc;
	//background: gray;
	background:transparent;
	width: 100%;
	white-space: nowrap;
}


html>body .Header .th {
	font-size: 140%; 
	font-weight: bold; 
	text-align: left;
	border-bottom: 0px solid orange;
	border-top: 0px solid orange;
	color:white;
	//background: #C6C6C6;
	background: #EB6A0A;
}


/*ie6*/
* html body .Header .th {
	font-size: 140%; font-weight: bold; text-align: left;
}
/*end*/

.Caption .th { 
	font-size: 80%; 	text-align: left; vertical-align: top;
	padding: 2px;
	border-bottom: solid 1px #a3c6ea;
	background-color: #a3c6ea; color: #000000;
	white-space: nowrap;
}


html>body .Caption .th {
	font-size: 100%; 	text-align: left; vertical-align: top;
}


/*ie6*/
* html body .Caption .th {
	font-size: 100%; 	text-align: left; vertical-align: top;
}
/*end*/

.Row .th { 
	font-size: 80%; font-weight: normal; text-align: left; vertical-align: top;
	padding: 2px;
	border-bottom: solid 1px #a3c6ea;
	background-color: #f4f4f4; color: #000000;
	white-space: nowrap;
	color: #000000;
}

.AltRow .th { 
	font-size: 80%; font-weight: normal; text-align: left; vertical-align: top;
	padding: 2px;
	border-bottom: solid 1px #a3c6ea;
	background-color: #f4f4f4; color: #000000;
	white-space: nowrap;
	color: #000000;
}

.Controls .th { 
	font-size: 80%; font-weight: normal; text-align: left; vertical-align: top;
	padding: 2px;
	border-bottom: solid 0px #a3c6ea;
	background-color: #f4f4f4; 
	color: #000000;
	white-space: nowrap;
	color: #000000;
}

table.Grid tr.Row {background-color: #EAEAEA}
table.Grid tr.Row:nth-child(odd) {
background-color: #F9F9F9;
//background-color: white;
}

.GroupCaption .th {
	font-size: 80%;
	padding: 2px;
	border-bottom: solid 1px #a3c6ea;
	text-align: left;
	white-space: nowrap;
	vertical-align: top;
	font-weight: bold;
	background-color: #d9e6f2; 
	color: #000000;
}


html>body .GroupCaption .th {
	font-size: 100%;
}

html>body .Row .th, html>body .AltRow .th, html>body .Controls .th {
	font-size: 14px; font-weight: normal; text-align: left; vertical-align: top;
}


/*ie6*/
* html body .GroupCaption .th {
	font-size: 100%;
}

* html body .Row .th, * html body .AltRow .th, * html body .Controls .th {
	font-size: 100%; font-weight: normal; text-align: left; vertical-align: top;
}
/*end*/

/* Class for Application Builder Menu */
.simpleMenu td {
	font-size: 80%;
}


html>body .simpleMenu td {
	font-size: 100%;
} 


/*ie6*/
* html body .simpleMenu td {
	font-size: 100%;
} 
/*end*/

table tr td, td.th  {
	font-family:open sans,Tahoma, Geneva, Arial, Helvetica,sans-serif;
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
}

div.classtag {
    display: initial;
    margin: 5px 5px 0px 0px;
    /*border: 1px solid #7d7d7d;*/
    padding: 3px 0 3px 7px;
    border-radius: 3px;
    float: left;
    position: relative;
    background-color: #b9d6f9;
}

div.deltag {
	display: inline-block;
    color: red;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
	padding: 0 7px;
}

div#elencotags {
    max-width: 450px;
    background-color: #fafafa;
    display: inline-block;
    padding: 5px 10px 10px 10px;
    border-radius: 4px;
    border: 1px solid #e2e0e0;
}
