
body {background-color: #dbf1ff;}

iframe {display: none;}

p {margin-top: 15px;}

nav {
	width: 100%;
//	max-width: 1280px;
//	min-width: 940px;
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: center;
	border: 1px solid #63a6d0;
//	border-bottom: 1px solid #ccc;
	padding: 10px 0 10px 0;
	background: #c8e7fc;
//background: -webkit-gradient(linear, 0 0, 0 bottom, from(#<%%COLOR35%%>), to(#<%%COLOR55%%>));
//background: -webkit-linear-gradient(#<%%COLOR35%%>, #<%%COLOR55%%>);
//background: -moz-linear-gradient(#<%%COLOR35%%>, #<%%COLOR55%%>);
//background: -ms-linear-gradient(#<%%COLOR35%%>, #<%%COLOR55%%>);
//background: -o-linear-gradient(#<%%COLOR35%%>, #<%%COLOR55%%>);

background: linear-gradient(#b2d6ed, #d7efff);
}

.cl_shr_l {
display: block;
margin-top: 1em;
margin-bottom: 1em;
}

.cl_shr_l li {
margin-right: -5px;
}

.page_bg, .page_bg2, .page_bg3 {
margin: 10px auto;
padding: 15px;
border-radius: 0.3rem;
}

.page_bg {
background-color: #b7dff9;
border: 1px solid #74b4dc;
}

.page_bg2 {
background-color: #f9f0b7;
border: 1px solid #706200;
}

.page_bg3 {
background-color: #dcf5eb;
border: 1px solid #4e8a64;
}

.dmn_li {
list-style: none inside;
}

.dshop {
border: 1px solid #003d7f;
border-radius: 10px 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
background: #007bff;
background: linear-gradient(to bottom, #007bff, #004b9c);
font-size: 1.5em;
padding: 10px 20px;
margin-top: 10px;
}

.dshop2 {
color: #fff;
text-decoration: none;
}

.dshop3 {
border: 1px solid #007566;
border-radius: 10px 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
background: #28a745;
background: linear-gradient(to bottom, #28a745, #05731e);
font-size: 1.4em;
padding: 10px 20px;
margin-top: 10px;
}

a:hover .dshop2, .dshop3 {
text-decoration: none !important;
}

.cl_btn2 {
font-weight: bold;
color: #135339;
background: #afd3c5;
border: 1px solid #4e8a64;
}

.center {
text-align: center;
}

.more10 {
font-size: 110%;
}

.more20 {
font-size: 120%;
}

.okey, .nook, .warn  { margin: 10px 20% 10px 20%; padding: 10px; text-align: center;  border-radius: 10px 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;-webkit-box-shadow: #515151 0px 2px 3px;-moz-box-shadow: #515151 0px 2px 3px; box-shadow: #515151 0px 2px 3px;}

.okey {background-color: #cdecd2; border: #096344 2px solid}
.nook {background-color: #fffc00; border: #f00 2px solid}
.warn {background-color: #ffeb8b; border: #e96800 2px solid}

.okey p {
	background: url("/pics/icons/tick.gif") no-repeat top left; padding-left: 25px
}
.warn p {
	background: url("/pics/icons/exclam1.gif") no-repeat top left; padding-left: 25px
}
.nook p {
	background: url("/pics/icons/stop.png") no-repeat top left; padding-left: 25px
}


/* -------------------------------------------------------------------------------------------- */
@media only screen and (max-device-width:480px) {
/* styles for mobile browsers smaller than 480px; (iPhone) */

h1 {
font-size: 2em;
}

.dshop {
font-size: 1.35em;
padding: 10px 15px;
}

}