body, div, p, a, ul, li, h1, h2, h3, h4, img { padding: 0px; margin: 0px; }
img { border-style: none; }

body { 
	height: auto !important; /* for modern browsers */
	height: 100%; /* for IE */
	font-family: Arial, Helvetica, sans-serif;
	text-align: left; 
	font-size: 14px;
	background-color: #99FF33;
	background: url(/images/img_wallkill_sm.jpg);
	background-size:100% 100%;
	background-repeat:no-repeat;
}

table {
	font-size: 14px;
	background-color: #C2E0FF; 
	border-collapse: collapse;
}
th {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	text-align: center;
}
tr {
	border: 1px solid #000;
	border-collapse: collapse;
}
td {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	padding: 0px 6px 0px 6px;
}
p.text {
	padding: 0px 5px 0px 5px;
	margin: 0px;
}
p.admin_note {
	color: #FFF !important;
	font-size: 12px;
}
.dataheader {
	font-size: 1.3em;
	font-weight: bold;
	width: 700px;
}
.form {
	font-size: 0.7em; 
	color: #000;
}
.blackborder {
	border: 1px solid #000;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
}
.top_back {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 255px;
	float: left;
	z-index: -1000;
	visibility: hidden;
}

.center_div {
	width: 1005px; 
	margin: 0% auto;
}

/* content background */
.container {
	height: 100% auto;
	background: repeat url(/images/transp_white.png);
}

.headercontainer {
	width: 1003px;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	border: 1px solid #000;
}

.header {
	float: left;
	height: 75px;
	font-weight: bold;
}

.logmein {
	float: right;
	height: 75px;
	text-align: right;
	font-size: 12px;
	margin-right: 20px;
	font-weight: normal;
}

.loggedin {
	float: right;
	height: 75px;
	width: 200px;
	text-align: center;
	font-size: 12px;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
}
.loggedin a { margin-top: 10px; }

.loggedin h3 {
	font-weight: bold;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}
.logo {
    width: 304px;
    height: 55px;
}

.sketch {
	padding-left: 7px;
	width: 50px;
	height: 70px;
	position: relative;
	top: 5px;
}
.underline_header { clear: both; width: 425px; height: 1px; border-bottom: 1px solid #000000; position: relative; top: 0px; }
.menu { 
	clear: both;
	width: 100%; 
	height: 18px;
	background-color: #FFFFFF;
	text-indent: 25px;
	border-bottom: 1px solid #000; 
}
.menu a, menu a:visited { margin: 0px 0px 0px 10px; padding: 4px 10px 3px 10px; color: #000000; font-family:Verdana; font-size: 10px; text-decoration: none; }
.menu a:hover {background-color: #F60;}

.underline_menu { width: 100%; height: 5px; background-color: #0B2D53; border-bottom: 1px solid #000000; }
.content {
	padding: 20px 40px 10px 40px;
	position: relative;
	min-height: 400px;
    border: 1px solid #333;
}

a.clear_search, clear_search:visited { color: #000; text-decoration: underline; margin-left: 10px; }
a.clear_search:hover { color: #F60 !important; }

.leftdata {
	margin-bottom: 1px;
	padding: 0px;
	background-color: #0B2D53;
	opacity:1.0;
	filter:alpha(opacity=100);
	border: 1px solid #000;
	border-radius: 2px;
	font-family: "Times New Roman", Times, serif;
	font-weight: lighter;
	color: #DDD;
	text-align: left;
	width: 400px;
}
.leftdata a, leftdata a:visited { color: #DDD; text-decoration: none; }
.leftdata a:hover {	color: #F60; }

.quiztable {
	width: 100%;
	border-collapse: collapse;
}

.datafirstlang {
	margin: 0px;
	padding: 0px 0px 0px 2px;
}
.datafirstlang a, datafirstlang a:visited { color: #DDD; }
.datafirstlang a:hover { color: #9BBBDF; }

.datasecondlang {
	margin: 0px;
	padding: 0px;
}
a.answer, answer:visited { color: #DDD; text-decoration: underline; padding: 5px 0px 5px 0px; }

.quizcol1 {
	width: 50%;
}
.quizcol2 {
	width: 50%;
}
.block {
	font-variant: small-caps;
	background-color: #224E80;
	border: 0px;
	border-radius: 2px 0px 0px 2px;
	/* border: 1px solid #0B2D53; */
	padding: 0px 5px 0px 5px;
}
.headingblock {
	text-transform: capitalize;
	font-weight: bold;
	font-size: 1.1em;
	padding: 1px 5px 1px 5px;
}
.moreinfo {
	clear: both;
	padding-left: 30px;
	border-top: 1px dashed #000;
	color: #0B2D53;;
}
.detailbox {
	position: absolute;
	top: 80px;
	right: 55px;
	width: 450px;
	min-height: 150px;
	background-color: #CDDFF3;
	border: 1px solid #224E80;
	border-radius: 0px 0px 25px 0px;
	box-shadow: 5px 5px 5px #222;
	padding: 0px;
	font-size: 0.9em; 
}
.detailbox_colheader {
	font-weight: bold;
	font-size: 1.5em;
	font-variant: small-caps;
	background-color: #9BBBDF;
 	border-bottom: 1px solid #000;
}
.detailbox_translation {
  font-weight: bold;
	font-size: 1.5em;
	background-color: #FFF;
	border-bottom: 1px solid #000;
	box-shadow: 0px 4px 5px #000;
}
.trans_example {
	font-style: italic;
	text-indent: 10px;
}
.tag a { text-decoration: none; }
.tag a:hover { font-size: 1em; }
.noresultsback {
	background-color: #FFFFFF;
	background: repeat url(/images/transp_white.png);
	border: 1px solid black;
	padding: 5px 10px 5px 10px;
	width: 380px;
}
.noresultsback li {
	margin-top: 3px;
	margin-bottom: 2px;
}
.resultsandpages {
	margin-bottom: 1px;
	padding: 0px;
	background-color: #0B2D53;
	border: 1px solid #000;
	border-radius: 2px;
	font-family: "Times New Roman", Times, serif;
	font-weight: lighter;
	color: #FFF;
	text-align: left;
	width: 400px;
}
.resultsandpages a, resultsandpages a:visited {	color: #DDD; }
.resultsandpages a:hover { color: #F60; }

.results {
	font-size: 0.7em; 
	color: #DDD;
}
.footer {
	background-color: #0B2D53; 
	border-top: 3px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	color: #DDD;
	font-size: .8em;
	text-align: center;
	padding: 10px 10px 20px 10px;
	width: 983px;
	margin: 0px;
}
.socialmedia {
	height: 20px;
	padding: 0px 0px 0px 17px;
	margin: 0px;
}
div.footer a, footer a:visited { color: #FF0; text-decoration: underline; }
div.footer a:hover { color: #F60 !important; text-decoration: none; }