/* See base.css for modified UW core theme styles */
/* modify base.css here, den.css will override */


/********** HEADER **********/

	/*baseColor: #57068C;	DEN Purple*/
	/*baseColor: #132D4E;	Sticker Blue*/
	/*baseColor: #333399;	Light Blue*/

#wrapper {
	position: relative;
	width: 980px;
	margin: 0px auto 10px auto;
	background: #FFFFFF;
	-moz-box-shadow: 0 0 30px 5px #999;
	-webkit-box-shadow: 0 0 30px 5px #999;
}
#popWrapper {
	position: relative;
	width: 700px;
	margin: 0px auto 10px auto;
	background: #FFFFFF;
}

#popHeader {
	width: 100%;
	position: relative;
	padding: 0px 0 0 0;
	margin: 0 0 0 0;
	text-shadow: none;
	background: #000;
	padding-top: 5px;
	height: 20px;
	line-height: 20px;
	border-bottom: solid 5px #000066;
}

#uwheader {
	height: 40px;
	width: 100%;
	margin: 5px 0 3px 0;
	padding-bottom: 0px;
}
#uw_wordmark {
	width: 120px;
	position: absolute;
	left: 0;
	margin:0 0 0 0;
	
}
#den_wordmark {
	margin-left: 175px;
	padding-top: 10px;
	padding-right: 10px;
	text-align:right;
}
#wordmark h1 {
	margin: 10px 0 0 0;
	}
#uwlogo {
	position:absolute;
	margin-top: 4px;
	margin-left: 22px;
}
#submit {
	border: 0;
	position: relative;
	top: 10px;
}

hr.menu {
	background-color: #000;
	color: #FFF;
	padding: 0;
	margin: 0;
}


/********** FOOTER **********/

#uwfooter {
	background: #000;
	border-top: solid 5px #000066 ;
	height: 100px;
	width: 100%;
	margin: 5px 0 3px 0;
	padding-bottom: 0px;
}
#uwfooter .col3 {
	width: 31%;
	float: left;
	display: inline;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	margin-right: 1%;
	margin-left: 1%;
}
#uwfooter p {
	position:relative; 
	top:5px;
}
#popFooter {
	width: 100%;
	/*position: absolute;
	bottom:0px;*/
	padding: 0px 0 0 0;
	margin: 0 0 0 0;
	text-shadow: none;
	background: #000;
	padding-top: 5px;
	height: 20px;
	line-height: 20px;
	border-top: solid 5px #000066 ;
}


/********** MENU **********/

#nav1, #nav2 {
	width: 980px;
	position: relative;
	padding: 0px 0 0 0;
	margin: 0 0 0 0;
	text-shadow: none;
}
#nav1 {
	background: #000;
	padding-top: 5px;
	height: 20px;
	line-height: 20px;
	border-bottom: solid 5px #000066 ;
}
#nav2 {
	background: #000066 ;
	height: 20px;
	line-height: 17px;
}

#nav1  a, #nav2  a {
	display:inline;
	float:left;
	text-align:center;
	text-decoration:none;
	color:#FFF;
	font-weight:bolder;
	text-transform:uppercase;
}
#nav1  a {
	background: #000;
	height:20px;
	padding: 0 	20px 0 20px;
	text-decoration:none;
	color:#FFF;
	font-size: 0.8em;
}
#nav2  a {
	background: #000066 ;
	height:20px;
	padding: 0 20px 0 20px;
	font-size: 0.8em;
	position:relative;
	vertical-align: 5px;
	/*border-right: solid 1px #AAA;*/
}

#nav1  a.active, #nav2  a.active {
	display: inherit;
	float: left;
	text-align: center;
	text-decoration: none;
	font-weight: bolder;
}

#nav1  a.active {
	background: #000066 ;
	height:20px;
	padding: 0 20px 0 20px;
	text-decoration:none;
	color: #FFF;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#nav2  a.active {
	background: #FFF;
	height:20px;
	padding: 0px 20px 0 20px;
	color:#000;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}


/********** MAIN CONTENT **********/

#page {
	padding: 45px 45px 15px 45px;
	position: relative;
	width: 890px;
	margin: 0;
}
#popPage {
	padding: 30px 30px 10px 30px;
	position: relative;
	width: 610px;
	margin: 0;
}

#page .section-list {
	list-style: none;
	padding-left: 0;
}

#page .section-list li {
	clear: both;
	padding: 30px 0 30px 0;
}

#page ol {
	list-style:decimal outside none !important;
	list-style-type: upper-roman;
}
#page ol li {
	padding: 5px 0 15px 0;
}

#page ul {
	list-style: none;
}

#page ul li {
	border-top: solid 1px #D4D4D4;
	padding: 15px 0 15px 0;
}

#page ul li.first {
	padding-top: 0;
	border-top: 0;
}

#page ul.simple li {
	padding-top: 0;
	border-top: 0;
	padding-left: 20px;
	padding-bottom: 5px;
}

#page ul.sponsorBar li {
	padding: 0px 0 0px 0;
}

#content {
	/* main page with sidebar */
	width: 665px;
	/*float: left;*/
	padding: 0;
}
#content #content-box  {
	/* main page with sidebar one column */
	width: 665px;
	float: left;
}

#contentNS {
	/* main page without sidebar */
	width: 890px;
	/*float: left;*/
	padding: 0;
}
#contentNS #content-box  {
	/* main page without sidebar one column */
	width: 890px;
	float: left;
}

#content-box1 {
	/* main page with sidebar col 1 */
	width: 320px;
	float: left;
}

#content-box2 {
	/* main page with sidebar col 2 */
	margin: 0 0 0 345px;
	width: 320px;
}

#sidebar {
	width: 200px;
	padding: 0;
	margin: 0 0 0 690px;
}

#splash {
	margin: 0 0 0 0;
	width: 890px;
	height: 200px;
	position: relative;
	padding: 15px 45px 10px 45px;
}

#splash .pic {
	padding: 5px;
}

h1, h2, h3, h4 , h5, h6{
	color: #000; /*#000066 ;*/
	font-weight: bolder;
}

p{
	position: relative;
	left: 3%;
	width: 97%;
}

table {
	margin-top: 5px;
	margin-bottom: 5px;
	border-collapse:collapse;
}

table.den {
	position: relative; 
	left: 3%;
	width: 94%;
	border: 1px solid #000066;
}
table.den th {
	padding: 1px 5px 1px 5px;
	font-weight: bolder;
	text-align: left;
	background: rgba(102,153,255, 0.4);
	border: 1px solid #000066;
	border-bottom: 1px solid #000066;
}
table.den td {
	border: 1.5px solid #000066;
	padding: 1px 5px 1px 5px;
}

table.stock {
	position: relative; 
	left: 3%;
	width: 94%;
	border: 1px solid #000066;
	height: 200px;
	overflow: auto;
}
table.stock th {
	padding: 1px 5px 1px 5px;
	font-weight: bolder;
	text-align: left;
	background: rgba(16, 0, 205, 0.2);
	border: 1px solid #000066;
	border-bottom: 1px solid #000066 !important;
}
table.stock td {
	border: 1.5px solid #000066 !important;
	padding: 1px 5px 1px 5px;
}

table.clear {
	width: 100%;
}
table.clear td {
	border: 0;
}

th.tDate { width: 100px; }
th.tFine { width: 75px; }
th.tStock { width: 50px; }
th.tAction { width: 100px; }
th.tCat { width: 100px; }

td.tDate { text-align: right; }
td.tFine { text-align: right; }
td.tStockF { 
	text-align: center; 
	color: black;
}
td.tStockE { 
	text-align: center; 
	color: red;
}
td.tAction { text-align: right; }

td {
	text-align: left;
}

tr.odd {
	background-color: #E3CEF6;
}

br.clearfix {
	clear: both;
}

img.alignleft {
	margin: 5px 20px 20px 0;
	float: left;
}

img.aligntop {
	margin: 5px 0 20px 0;
}

img.pic {
	padding: 5px;
	border: solid 1px #D4D4D4;
}

img.icon {
	max-width: 25px; 
	max-height: 25px;
	padding:5px;
	border: none;
}

img.sponsorPageP {
	max-height: 100px; 
	padding:20px;
	border: none;
	vertical-align: middle;
}
img.sponsorPageG {
	max-height: 50px; 
	padding:20px;
	border: none;
	vertical-align: middle;
}
img.sponsorPageS {
	max-height: 50px; 
	padding:20px;
	border: none;
	vertical-align: middle;
}


img.sponsorBar {
	max-width: 170px; 
	max-height: 75px; 
	padding:5px;
	border: none;
}

table.detailSummary {
	width: 350px;
	
}

img.detailPic {
	max-width: 250px; 
	max-height: 200px;
	padding-left:10px;
}

.box {
	overflow: hidden;
	margin-bottom: 1em;
}

.sponsorBox {
	overflow: hidden;
	margin-bottom: 1em;
	border-left: 1px solid grey;
	padding-left: 10px;
	padding-bottom: 20px;
}

#sponsorList { 
	padding-top: 1em; 
}

#linksList { padding-top: 3em; }
#linksList  ul { padding-left: 10px; }
#linksList  li {
	padding: 5px 0 5px 0 !important;
	border-top: none !important;
	border-bottom: solid 1px #D4D4D4;
	font-style:italic
}

.date {
	background: #6E6E6E;
	padding: 5px 6px 5px 6px;
	margin: 0 6px 0 0;
	color: #FFFFFF;
	font-size: 0.8em;
	border-radius: 2px;
}

.search-ep-results {
	padding-top: 2rem;
	min-height: 10rem;
}