@charset "utf-8";

body {
 background-color: white;
 color: black;
 font-family: "segoe ui", "PT Sans", verdana, tahoma, arial, sans-serif;
 font-size: medium;
 margin: 3px auto 5px auto;
 max-width: 1200px;
 padding: 3px 10px;
 text-size-adjust: none;
 word-wrap: break-word;
 -moz-text-size-adjust: none;
 -ms-text-size-adjust: none;
 -webkit-text-size-adjust: none;
}

div.body { background-color: white; }

h1.owcmain {
 color: navy; margin-top: .5em; margin-bottom: .2em; font-size: 1.1em
}

h3 { 
 background-color: white;
 border-bottom: #CCCCCC solid 1px;
 color: navy;
 font-size: 1.2em;
}

th {
	background-color: navy;
	color: white;
	font-weight: bold;
	text-align: left;
}

td { background-color: #f2f2fd; color: black; }

td.locationcell { font-size: 1.1em; font-weight: bold; text-align: center; }

pre { font-size: medium; }

a:hover { background-color: #F4F4FF; color: #000099; text-decoration: underline; }

.errormsgtype { color: black; display: block; font-weight: bold; text-align: center; }

.errormsgimage { margin: 3px; vertical-align: middle; }

.warningmsgtype { display: block; font-weight: bold; text-align: center; }

.warningmsgimage { margin: 3px; vertical-align: middle; }

.box, .alarmbox {
 background: #f4f4f4;
 margin-top: .5em;
}

img.boxicon2 { float: left; margin: 0px 10px 8px 0px; }

.infobox {
  border: #007eb0 5px solid;
  border-left: #007eb0 25px solid;
  margin-bottom: 1.5em;
  padding: 1em;
 }

.infobox {
 background: #f8f8f8;
 clear: both;
 color: #111;
}

.box {
	border: #CCCCEE 1px solid;
	border-radius: .4em;
	padding: 0 1em;
}

.alarmbox {
	border: red 4px solid;
	border-radius: .6em;
	box-shadow: .1em .1em .7em #aaaaaa;
	font-size: 1.2em;
	font-weight: bold;
	min-height: 1.5em;
	padding: .6em .5em .5em;
}

div.valformbox {
	background: #fffff3 repeat-x;
	border: #e0e0e0 1px solid;
	border-radius: .4em;
	margin-bottom: 1.5em;
	margin-top: 1.5em;
	max-width: 1200px;
	padding: .5em 1em;
}

p.valformpstyle { margin: 1px; padding: 1px; }

img.mail { float: right; margin: 0 0 1em .5em; padding: .2em; background-color: #e2e2ed }

input#filetocheck { width: auto }

input[type=submit], input[type=reset], input[type=file], input[type=button] { height: 2.1em; }

input.valurlinputstyle { width: 80%; }

input.valformbutton { margin-top: 5px; }

div.valformstyle { margin-bottom: 1px; margin-top: 2px; padding: 1px; }

.htmlsource {
	color: blue;
	font-family: consolas, "courier new", monospace;
	margin-bottom: .5em;
	white-space: pre-wrap;
}

.htmlsourcehighlight {
	background-color: #660000;
	color: white;
	font-weight: bold;
	padding: .1em;
}

div.box p { margin-bottom: 7px; margin-top: 7px; padding-top: 0px; }

input[type=text], input[type=email], input[type=search], input[type=number], select, textarea { 
 border: 1px solid lightblue;
 border-radius: .3em;
 font-family: monaco, consolas, monospace;
 font-size: 1em;
 padding: .2em;
}

textarea.httpheaders {
	border-color: gray;
	font-family: monaco, consolas, monospace;
	font-size: 1em;
	width: 90%;
}

img { border: none; }
 
img.icon { border: none; float: left; margin: .7em .8em .5em 0; vertical-align: middle; }

img.floaticon { float: left; margin: 0px 5px 5px 0px; }

img.summaryicon { float: left; padding: .3em .7em .5em 0 }

/* p { max-width: 60em; } */

p.iconsonly img { margin-left: .5em; margin-right: .5em; }

p.notshown { border-left: .5em yellow solid; padding-left: .5em; max-width: 60em; background-color: white; color: #555555; font-size: smaller; }

div.bottommenu {
	background: #f8f8f8 repeat-x;
	border-top: #CCCCEE solid 1px;
	clear: both;
	color: grey;
	font-family: verdana, tahoma, sans-serif;
	font-size: .9em;
	font-weight: normal;
	margin: 1.5em 0 1em;
	max-width: 100%;
	padding: .8em .5em;
	text-align: center;
}

div.bottommenu p { margin-bottom: .5em; margin-top: .5em; max-width: 100%; }

div.bottommenu a { padding: .2em; text-decoration: none; }

div.menubar a { text-decoration: none; }

a.b_link_small {
 font-family: verdana, sans-serif;
 font-size: small;
 font-weight: normal;
 padding: .4em .8em .45em;
 text-decoration: none;
 white-space: nowrap;
 border: none;
}

a.b_link_small:link, a.b_link_small:visited {
 background: #2e7a00;
 color: white;
}

td a.b_link_small, td a.b_link_small {
 padding: .2em .8em .4em;
} 

a.b_link {
 font-family: verdana, sans-serif;
 font-size: medium;
 font-weight: normal;
 border: none;
 margin-left: .1em;
 margin-right: .1em;
 box-shadow: .1em .1em .2em gray;
 padding: .4em 1em .45em;
 white-space: nowrap;
 text-decoration: none;
}
 
a.b_link:link, a.b_link:visited {
 background: #2e7a00;
 color: white;
}

a.b_link:link:active, a.b_link:visited:active,
a.b_link:link:focus, a.b_link:visited:focus,
a.b_link:link:hover, a.b_link:visited:hover,
a.b_link_small:link:active, a.b_link_small:visited:active,
a.b_link_small:link:focus, a.b_link_small:visited:focus,
a.b_link_small:link:hover, a.b_link_small:visited:hover 
{
 background: #86b60b;
 color: white;
}

#bottomtip {
 color: white;
 margin-top: 1.5em;
 transition: color .4s linear;
 max-height: 100em;
}

p.snippetlist {
 line-height: 1.5;
}

div.fb-like-box { margin-top: 1.5em; }

.fb-comments, .fb-comments iframe[style], .fb-like-box, .fb-like-box iframe[style] {width: 100% !important;display:block;z-index:2000;position:relative}
.fb-comments span, .fb-comments iframe span[style], .fb-like-box span, .fb-like-box iframe  span[style] {width: 100% !important;display:block;z-index:2000;position:relative}

@media (max-width:600px) {
 .hideable { display: none; }
 h1.owcmain { font-size: 1em; }
}
