
html, body { font-family: 'Lato', sans-serif, Arial, Helvetica; }

.onzeazul {color: #146D9A;}
A.onzeazul {	text-decoration: none;	color : #146D9A;}
A.onzeazul:HOVER { text-decoration: none;	color : #6B6C72;}

.msgAlert { color: #FE0000;}



/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
    color:#FE0000;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

.sperror {
    color: #ff0000;

}

/* -----------------------------------------------------------*/


.txttable{
	line-height: 1.5em;
	font-size: 1em;
	color: #777;
}
/*
Back to top button 
*/
#back-top {
	position: fixed;
	bottom: 30px;
	margin-left: -150px;
}
#back-top a {
	width: 108px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 108px;
	height: 108px;
	display: block;
	margin-bottom: 7px;
	background: #ddd url(/dntimgs/btt.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #777;
}


.slideshow {
  overflow: hidden;
  padding: 0 20px;
  margin-bottom: 20px;
}
.slides {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.slide {
  float: left;
  width: 360px;
  height: 400px;
  padding: 20px;
}
.slide span{
	display: block;
	font-size: 1em;
	color:#146D9A;
	border-bottom: 1px solid rgba(192, 192, 192, 0.18);
}
.slide p {
	line-height: 1.5em;
	padding: 4px 0px 8px 0px;
	font-size: 0.9em;
	color: #777;
}

.prev,
.next {
  position: relative;
  z-index: 10;
  display: inline-block;
  padding: 2px 8px;
  margin-bottom: 5px;
  text-decoration: none;
  background-color: #f3f3f3;
  color: #146D9A;
  border: 1px solid #146D9A;
}
.disabled {
  color: #bbb;
  cursor: default;
}



#MySmllslideshow {
    position:relative;
    height:310px;
}

#MySmllslideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#MySmllslideshow IMG.active {
    z-index:10;
}

#MySmllslideshow IMG.last-active {
    z-index:9;
}