@import url(encp0100_11.css);

table.progress h6 {
	margin: 0em;
}

input.default {
	font-weight: bold;
}

blockquote {
	background-color: rgb(255,159,0);
	color: white;
	text-align: center;
	margin-left: 0em;
	margin-right: 0em;
	border: none;
	padding: 0.5em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
}

blockquote h1 {
	color: white;
	font-family: DIN, "Trebuchet MS", sans-serif;
	font-weight: bold;
	font-size: 150%;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0em auto 1em;
	padding: 0.25em 1em;
}

blockquote h2, blockquote h3 {
	color: white;
}

blockquote h4 {
	background-color: rgb(0,53,173);
	color: white;
	font-family: DIN, "Trebuchet MS", sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0em 0em 0.5em 0em;
	padding: 0.3em 1em;
	border: none;
}

blockquote p {
	margin: 0.75em 2em;
}

div.hiddeninfo {
	display: none;
	background-color: rgb(0,53,173);
	color: black;
	padding: 0.5em 1em;
	border: 2px solid rgb(102,102,102);
}

a.closelink {
	float: right;
	font-size: 80%;
	margin: 0em 0em 1em 2em;
}

table.progress {
	margin-bottom: 2em;
}

table.progress th {
	background-color: rgb(0,53,173);
	color: white; 
	font-weight: bold;
	line-height: 1.2em;
	padding: 0.5em;
}

table.progress th.num {
	font-weight: normal;
	text-align: right;
}

table.progress th.score {
	text-align: right;
}

table.progress td {
	line-height: 1.2em;
	vertical-align: middle;
	padding: 0.5em;
}

table.progress td.num {
	text-align: right;
}

table.progress td.score {
	text-align: right;
	font-weight: bold;
	color: rgb(255,102,0);
}

table.progress td.prize {
	font-weight: bold;
	color: rgb(255,102,0);
}

table.progress td.totals {
	border-top: 1px solid rgb(0,53,173);
	padding-bottom: 2em;
}

table.progress td.grandtotals {
	background-color: rgb(0,53,173);
	color: white;
	font-weight: bold;
}

table.progress tr.highlight td {
	font-weight: bold;
}

table.graph td {
	padding: 0px;
	vertical-align: bottom;
}

table.graph img {
	display: block;
}

table.regresults {
	margin-bottom: 1em;
}

table.regresults th {
	color: white;
	background-color: rgb(0,53,173);
	padding: 0.5em;
}

table.regresults td {
	border-bottom: 3px solid rgb(220,220,220);
	vertical-align: middle;
	padding: 0.5em;
}

table.regresults tr.eligible td {
	background-color: rgb(231,237,246);
}

table.regresults td.control {
	text-align: center;
	font-size: 120%
}

table.regresults td.control img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
}

table.regresults td.otherprogram {
	color: red;
	font-weight: bold;
}

table.regresults td.regother {
	color: black;
	font-weight: normal;
	line-height: 130%;
}

table.regresults td.registered {
	color: rgb(0,53,173);
	font-weight: bold;
}

table.regresults td.pending {
	color: rgb(204,102,0);
	font-weight: bold;
}

table.regresults td.eligible {
	font-family: DIN, "Trebuchet MS", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

table.regresults td.code {
	text-align: center;
}

table.regdetails tr.commands td {
	padding-top: 1em;
}

table.regresults h6, table.regdetails h6 {
	margin-bottom: 0.25em;
}

dl.blogprofiles {
	font-size: 1.2em;
	line-height: 1.2em;
	position: relative;
	overflow: hidden;
	margin-top: 0em;
}

dl.blogprofiles dt {
	position: relative;
	font-weight: bold;
	float: left;
	padding: 13px 0px 10px 0px;
}

dl.blogprofiles dd {
	text-align: right;
	font-size: 80%;
	padding: 10px 0em;
	margin: 0em;
	border-top: 3px solid rgb(220,220,220);
}

div.blognotice {
	background-image: url(../images/encp_logo_ri_96pxw.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border: 6px solid rgb(206,218,237);
	padding: 0.5em 1em;
	margin: 1em auto;
}

div.blognotice h2, div.blognotice .blogdate {
	padding-right: 100px;
}

.blogdate {
	font-size: 90%;
	text-transform: uppercase;
}

.error {
	color: red;
	font-weight: bold;
	text-decoration: underline;
}

/* Depot Map Related */

#map_canvas.largemap {
	width: 696px;
	height: 500px;
}

#map_canvas.smallmap {
	width: 340px;
	height: 260px;
}

div.colleft {
	position: relative;
	overflow: hidden;
	float: left;
	width: 340px;
	padding-bottom: 10px;
	clear: left;
}

div.colright {
	position: relative;
	overflow: hidden;
	float: right;
	width: 340px;
	padding-bottom: 10px;
	clear: right;
}

div.mapadmin, div.photos {
	clear: both;
}

div.photos {
	padding: 14px 0px;
	border-top: 3px solid rgb(220,220,220);
	border-bottom: 3px solid rgb(220,220,220);
}

