html, body {
  height: 100%;  
}

body {
  line-height: 1.25em;
  background: #151515 url(../images/body_bkgrd_2.jpg);
  margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#EFEFEF;
}

table, td, p {
	line-height: 1.25em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#EFEFEF;
}

ul, ol {
  margin-top:3px;
}

li {
  line-height: 1.25em;
}

a {
	color:#0099CC;
	text-decoration:none;
	font-weight: bolder;
}

a:hover   { color:#99CC33; text-decoration:none; }

p	 {
	text-align: justify;
	margin:0;
	margin-bottom:12px;
}

h1, h2, h3, h4 {
	margin:0 0 3px 0;;
	padding:0;
	color:#0099CC;
	font-family: Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif;;
}

h1 { font-size:18px; margin-bottom: 12px;}
h2 { font-size:14px; }
h3 { font-size:13px; }
h4 { font-size:12px; }

hr { color: #515151; height:1px; }

/* global */
.link-spacer {
  padding:0px 12px 0px 12px;
  text-align: center;
}

.home-link {
  display: block;
  width: 47px;
  height: 12px;
  background: url(../images/nav-home.png) top left;
}

.home-link:hover {
  background-position: bottom left;
}

.contact-link {
  display: block;
  width: 88px;
  height: 12px;
  background: url(../images/nav-contact-us.png) top left;
}

.contact-link:hover {
  background-position: bottom left;
}

.about-link {
  display: block;
  width: 70px;
  height: 12px;
  background: url(../images/nav-about-us.png) top left;
}

.about-link:hover {
  background-position: bottom left;
}

/* header */
.header-main {
  background:url(../images/header-rpt.png) repeat-x;
	height:123px;
}

.header-logo {
  padding-left:10px;
}

.header-link-main {
  margin:0px 12px 7px 0px;
}

.header-link {
	color:#EFEFEF;
	text-decoration:none;
	padding:0px 20px 0px 20px;
	font-weight: normal;
}

.header-link:hover {
  color:#99CC33;
  text-decoration:none;
}


/* top main-navigation (menu bar) */
.nav-top-main {
  background:url(../images/nav-main-rpt.png) repeat-x;
	height:43px;
}

.nav-top-spacer {
  background:url(../images/nav-main-div.png) no-repeat top;
	width:2px;
	height:43px;
}

.nav-top-link {
	color:#EFEFEF;
	text-decoration:none;
	padding:0px 10px 0px 10px;
	font-size:14px;
	font-weight: normal;
}

.nav-top-link:hover   { color:#99CC33; text-decoration:none; }

.nav-top-active {
	color:#99CC33;
	padding:0px 10px 0px 10px;
	font-size:14px;
}


/* top sub-navigation (menu bar) */
.nav-top-sub {
  background:url(../images/nav-sub-rpt.png) repeat-x;
	height:30px;
	padding:4px 10px 0px 16px;
	text-align: right;
}

.nav-sub-link {
	color:#0099CC;
	text-decoration:none;
	font-weight: normal;
}
.nav-sub-link:hover   { color:#99CC33; text-decoration:none; }

.nav-sub-active {
	color:#99CC33;
}


/* main content area */
.content-main {
  background: #151515 url(../images/content-rpt.png) repeat-x;
  padding:22px;
}

.content-min-height {
  height:520px;
  width:1px;
}

.content_heading_link_on {
  color:#99CC33;
}

.show_hide_element {
  width: 430px;
  display:block;
}

.player-wrapper {
  float:right;
  margin-left:22px;
  margin-bottom:29px;
}

.altRow0 {
  background-color: #333333;
}

.altRow1 {
  background-color: #666666;
}

/* footer */
.footer-main {
  background-color:#151515;
}

.footer-link-main {
  margin:0px 12px 0px 0px;
}

.footer-link {
	color:#EFEFEF;
	text-decoration:none;
}

.footer-link:hover   { color:#99CC33; text-decoration:none; }

/* e360live.php */
.chart-wrapper {
  border:1px solid #555555;
}

.chart-content {
  font-weight:bolder;
  text-align: center;
}

.chart-bg-white {
  background-color:#FFFFFF;
}

.chart-bg-grey {
  background-color:#555555;
}

.chart-bg-grey-alt {
  background-color:#333333;
}

.chart-text-blue {
  color: #0099CC;
}

.chart-text-green {
  color: #99CC33;
}

.chart-text-red {
  color: #FF3030;
}

.chart-border-left {
  border-left:1px solid #151515;
  height:40px;
}


/* BEGIN :: Pagination */
  .paginate {
    font-weight: bolder;
    padding: 2px 6px 2px 6px;
  }
  a.paginate {
    background-color: #252525;
    border: 1px solid #666666;    
    text-decoration: none;
    color: #0099CC;
  }
  a.paginate:hover {
    background-color: #454545;
    text-decoration: underline;
    color: #99CC33;
  }
  a.current {
    border: 1px solid #777777;
    padding: 2px 6px 2px 6px;
    cursor: default;
    background-color: #656565;
    color: #444444;
    text-decoration: none;
    font-weight: bolder;
  }
  span.inactive {
    border: 1px solid #777777;
    padding: 2px 6px 2px 6px;
    color: #444444;
    cursor: default;
    text-decoration: none;
    font-weight: bolder;
  }
/* BEGIN :: Pagination */

/* BEGIN :: styles used for displaying differnt types of messages */
.msgBoxError {
  border: 2px solid #FF0000; /* red */
  background-color: #FF8080; /* light red */
  color: #000000;
  padding:10px 0px 10px 0px;
  text-align:center;
  
}

.msgBoxSuccess {
  border: 2px solid #008000; /* green */
  background-color: #80FF80; /* light green; another light green shade => #90EE90 */
  color: #000000;
  padding: 10px 0px 10px 0px;
  text-align: center;
}

.msgBoxWarning {
  border: 2px solid #CACA00; /* dark yellow; gold => #FFD700 */
  background-color: #FFFF80; /* light yellow */
  color: #000000;
  padding:10px 0px 10px 0px;
  text-align:center;
}
/* END :: styles used for displaying differnt types of messages */