.tbl { border: 1px solid black; font-size: 12px; background-color: #eeeeee }
TH {  border-width: 0px; padding: 0px 5px 0px 5px }
td { padding: 0px 5px 0px 5px }

a.parent:link { text-decoration: underline; color: #000000; font-family: Arial, sans-serif; font-size: 10px; }
a.parent:visited { text-decoration: underline; color: #000000; font-family: Arial, sans-serif; font-size: 10px; }
a.parent:hover { text-decoration: underline; color: #000000; font-family: Arial, sans-serif; font-size: 10px; }

a.sort:link { text-decoration: underline; color: #FFFFFF; font-family: Arial, sans-serif; font-size: 12px; }
a.sort:visited { text-decoration: underline; color: #FFFFFF; font-family: Arial, sans-serif; font-size: 12px; }
a.sort:hover { text-decoration: underline; color: #FFFFFF; font-family: Arial, sans-serif; font-size: 12px; }

a.biglink:link { text-decoration: none; color: #000000; font-family: Arial, sans-serif; font-size: 12px; }
a.biglink:visited { text-decoration: none; color: #000000; font-family: Arial, sans-serif; font-size: 12px; }
a.biglink:hover { text-decoration: none; color: #000000; font-family: Arial, sans-serif; font-size: 12px; }

a.nav:link { text-decoration: underline; color: #000000; font-family: Arial, sans-serif; font-size: 10px; }
a.nav:visited { text-decoration: underline; color: #000000; font-family: Arial, sans-serif; font-size: 10px; }
a.nav:hover { text-decoration: underline; color: #000000; font-family: Arial, sans-serif; font-size: 10px; }

.hide { position: absolute; top: 0; left: 0; visibility: hidden; z-index: 10;}
.show { position: relative; top: 0; left: 0; visibility: visible; z-index: 5; }
.helpBlock { font-size: 12px; position: absolute; top: 0; left: 0; border: 2px solid gray; background-color: #EAECE0; width: 300px; text-align: left; padding: 4px;}
.country { color: #000000; font-family: sans-serif; font-size: 10px; font-weight: bold; }
.related { color: #000000; font-family: Arial, sans-serif; font-size: 12px; font-weight: bold; }
.search { color: #000000; 
	font-family: Times, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	border: 1px solid black; 
	background-color: #dddddd;
	width: 800px}
.instructBlock { border: 1px solid black; background-color: #EEEEEE }
.inputBlock { border: 1px solid black; background-color: #99CCFF; font-size: 12px; font-weight: bold }
.formHeader { background-color: #eeeeee; color: #000000 }
.hiderow { position: relative; top: 0; left: 0; display: none;}
.showrow { position: relative; top: 0; left: 0; display: block; }
.entry_dialog {
	top: 100px;
	left: 200px;
	width: 300px;
	height: 150px;
	z-index: 5;
	position: absolute;
	visibility: hidden;
	background-color: #eeeeee;
	font-size: 12px;
	border: 1px solid black;
	padding: 5px;
}

.access_dialog {
	top: 100px;
	left: 130px;
	width: 450px;
	height: 520px;
	z-index: 5;
	position: absolute;
	visibility: hidden;
	background-color: #eeeeee;
	font-size: 12px;
	border: 1px solid black;
	padding: 5px;
}
.inner {
	border: 1px solid black;
	padding: 5px;
}
.searchBlock {
	font-size: 12px;
	background-color: #eeeeee;
	border: 1px solid black; 
	padding: 2px 0px 2px 0px;
}
.menuBlock { font-size: 12px; position: absolute; top: 0; left: 0; border: 2px solid gray; background-color: #EAECE0; width: 100px;  text-align: left; padding: 4px;}
.consumers {font-family:Arial, Helvetica, sans-serif; font-size:12px; color: #000000}

.login_dialog
{
	z-index: 2;
	position: absolute;
	left: 130px;
	visibility: hidden;
	top: 80px;
}
.dialog_content
{
	padding: 6px 15px 6px 15px;
	border: 0px  transparent;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.dialog_title
{
	font-size: 14px;
	font-weight: bold;
}
.invalid_dialog {
	top: 100px;
	left: 30px;
	width: 400px;
	height: 150px;
	z-index: 5;
	position: absolute;
	visibility: hidden;
	background-color: #eeeeee;
	font-size: 12px;
	border: 1px solid black;
	padding: 5px;
}

.menuList {
	background-color: #36f;
	border-top: 1px solid #063;
	color: #fff;
	list-style: none outside;
	margin: 0;
	padding: 0;
	text-align: center;
}

.menuList li {
	background-color: #000;
	bottom: .75em;
	color: #fff;
	display: inline;
	line-height: 1.2em;
	margin: 0 3px 0 0;
	padding: 4px 0;
	position: relative;
}

.menuList li a {
	background-color: #306;
	border: 2px solid #fff;
	bottom: 2px;
	color: #fff;
	display: inline;
	height: 1em;
	margin: 0;
	padding: 3px 5px;
	position: relative;
	right: 2px;
	text-decoration: none;
}

.menuList li a:hover {
	background-color: #000;
	bottom: 1px;
	color: #fff;
	position: relative;
	right: 0px;
}

.menuList li.active {
	background-color: #30c;
	bottom: 13px;
	color: #fff;
	display: inline;
	margin: 0 4px;
	padding: 0;
	position: relative;
	z-index: 5;
}

.menuList .active a {
	background-color: #30c;
	border-bottom: none;
	border-left: 1px solid #063;
	border-right: 1px solid #063;
	border-top: 1px solid #063;
	bottom: 0;
	color: #fff;
	cursor: text;
	margin: 0;
	padding: 2px 7px 0 7px;
	position: relative;
	right: 0;
}

.btn {
	background-color: #0066ff;
	border-left: 3px solid #3399ff;
	border-top: 3px solid #3399ff;
	border-bottom: 3px solid #0033cc;
	border-right: 3px solid #0033cc;
	font-weight: bold;
	color: #ffffff;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.default {
	background-color: #0044ff;
	border-left: 4px solid #3377ff;
	border-top: 4px solid #3377ff;
	border-bottom: 4px solid #0011cc;
	border-right: 4px solid #0011cc;
	font-weight: bold;
	color: #ffffff;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.defaultClicked {
	background-color: #0044ff;
	border-bottom: 4px solid #3377ff;
	border-right: 4px solid #3377ff;
	border-top: 4px solid #0011cc;
	border-left: 4px solid #0011cc;
	font-weight: bold;
	color: #ffffff;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.sernums {
	position: relative;
	top: -300px;
	border: 3px groove #dddddd;
	background-color: #aaaaaa;
	visibility: hidden;
	z-index: 5;
	font-size: 12px;
}

legend {
	font-weight: bold;
}

fieldset {
    border-radius: 10px;
}
a {
	outline: none;
}

.pageBody {
	padding: 10px;
}

.report {
	font-size: 12px;
}

.thumbnail {
	position: absolute;
	left: 150px;
	display: inline;
	z-index: 10000;
	background-color: #ffffff;
	border: 1px solid black;
}

.changes {
	position: absolute; 
	left: 100px; 
	top: 10px; 
	width: 600px; 
	height: 90%; 
	font-size: 12px; 
	overflow: auto; 
	border: 3px groove #eeeeee; 
	background-color: #dddddd; 
	padding: 5; 
	visibility: hidden; 
	z-index: 10000;
}

.header {
	font-family: Times New Roman;
	font-size: 36px;
	font-weight: bold;
}

.future_shows {
	color: #ff0000;
}

.loading {
	position: absolute;
	visibility: hidden;
}

.contentHeader {
	border: 1px solid #dddddd;
	border-radius: 10px;
	
}

.contentTitle {
	background-color: #dddddd;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding-left: 10px;
	font-weght: bold;
	font-size: 36px;
}

.content {
	padding: 10px;
}

.image {
	position: absolute;
	background-color: #fff;
	border: 1px solid #ddd;
}

#loading {
	z-index: 100000;
}

.column {
	overflow: auto;
}

.nodecor {
	text-decoration: none;
	color: #000;
}

table.report {
    clear: both;
}
 
table.report td,
table.report th {
    padding: 5px;
}

/* Header cells */
table.report thead th {
    text-align: center;
}

table.report tbody th {
    text-align: center;
    background: #91c5d4;
}
     
table.report tbody td {
    background: #d5eaf0;
}
         
table.report tbody tr.odd td { 
    background: #bcd9e1;
}

/* Footer cells */ 
table.report tfoot th {
    background: #b0cc7f;
    text-align: left;
}
     
table.report tfoot td {
    background: #d7e1c5;
    text-align: center;
    font-weight: bold;
}

.report_hover {
	background-color: #B5C5D9
}

.hilite {
	background-color: #0579A8;
}

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
}

.simple_overlay {
 
    /* must be initially hidden */
    display:none;
 
    /* place overlay on top of other elements */
    z-index:10000;
 
    /* styling */
    background-color:#333;
 
    width:675px;
    min-height:200px;
    border:1px solid #666;
 
    /* CSS3 styling for latest browsers */
    -moz-box-shadow:0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;
}
 
/* close button positioned on upper right corner */
.simple_overlay .close {
    background-image:url(../img/close.png);
    position:absolute;
    right:-15px;
    top:-15px;
    cursor:pointer;
    height:35px;
    width:35px;
}

.search_block {
    background-color: #eee;
    border: 1px solid #000;
    font-size: 14px;
    border-radius: 10px;
    padding: 5px;
}

#banner_block {
    display: none;
    position: absolute;
    width: 500px;
    border: 1px solid #000;
    background-color: #ffff00;
    border-radius: 10px;
    font-weight: bold;
    text-align: center;
    margin: auto;
    padding: 10px;
    font-size: 18px;
    z-index: 100000
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

#page_header {
    z-index: 1000000;
    background-color: #fff;
}

.redClass {
    color: #ffffff;
    background-color: #ff0000;
}

.yellowClass {
    color: #000000;
    background-color: #ffff00;
}

.greenClass {
    color: #000000;
    background-color: #00ff00;
}