
/******************************************************************************/
/************************PAGES TEMPLATES CONFIGURATION*************************/
/******************************************************************************/

/****************************PAGES LIST TEMPLATE*******************************/
.list-all-pages li a {
	border: 1px #426e96 solid;
	background: #d2e6f2;
}
.list-all-pages li a:hover {
	background: #426e96;
	color: #FFFFFF;
}

/***************************GOOGLE MAP FORMATTING******************************/
.mapp-canvas {
	border: 2px #426e96 dotted;
}
/*****************************SHUTTER FORMATTING*******************************/
div#shShutter {
	background-color: #426e96 !important;
}
.ngg-widget a img {
	border: 4px #d2e6f2 solid !important; 
}
.ngg-widget a:hover img {
	border: 4px #426e96 solid !important;
}
.galleryblock a img {
	border: 4px #d2e6f2 solid !important;
}
.galleryblock a:hover img {
	border: 4px #426e96 solid !important;
}
.ngg-albumoverview .galleryblock a img {
	border: 5px #d2e6f2 solid !important;
}
.ngg-albumoverview .galleryblock a:hover img {
	border: 5px #426e96 solid !important;
}

/******************************CONTACT FORMS FORMATTING********************************/
#content-center .wpcf7 {
	border: 2px #426e96 dotted;	
}
#content-center .wpcf7 input, #content-center .wpcf7 textarea, .wpcf7 select {
	border: 2px #426e96 solid;
}
#content-center .wpcf7 input:hover, #content-center .wpcf7 textarea:hover, #content-center .wpcf7 select:hover, #content-center .wpcf7 input:focus, #content-center .wpcf7 textarea:focus, #content-center .wpcf7 select:focus {
	background: #d2e6f2;
}
#content-center .wpcf7 input.submit {
	background: #426e96;
	color: #FFFFFF;
}
#content-center .wpcf7 input.submit:hover {
	background: #466580;
}

