html, body {
	background: #000000 url(/images/bg.png) repeat;
	min-width: 970px;
	margin: 0px;
	padding: 0px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

h1 {
	margin: 0px;
	padding: 13px 10px 3px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
	font-weight: 100;
	line-height: 40px;
}

h2 {
	margin: 0px;
	padding: 10px 10px 2px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: 100;
	line-height: 32px;
}

h3 {
	margin: 0px;
	padding: 10px 10px 1px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: 100;
}

h4 {
	margin: 0px;
	padding: 10px 10px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 100;
}

p {
	margin: 0px;
	padding: 5px 10px 10px 10px;
	line-height: 18px;
}

p.mini {
	margin: 0px;
	padding: 3px 10px 7px 10px;
	line-height: 16px;
	font-size: 11px;
}

sup {
	line-height: 8px;
}

pre {
	margin: 0px;
	padding: 0px;
}

ol {
	margin: 0px 0px 0px 22px;
	padding: 5px 0px 10px 0px;
	line-height: 18px;
}

ol li {
	margin: 0px 0px 4px 18px;
}

form {
	margin: 0px;
	padding: 0px;
}

a#logo {
	display: block;
	width: 170px;
	height: 90px;
	background: transparent url(/images/sprites.png) no-repeat;
	background-position: -97px -38px;
}

a.jqmClose {
	display: block;
	width: 16px;
	height: 16px;
	background: transparent url(/images/sprites.png) no-repeat -300px -164px;
	float: right;
}

label {
	display: block;
	padding: 0px 0px 7px 8px;
}

input[type="text"], input[type="password"] {
	border: 1px #70aecd solid;
	outline-style: none;
	font: 20px Arial, Helvetica, sans-serif;
	padding: 6px;
	background: #eff6ff url(/images/input-bg-regular.png) repeat-x;
	width: 395px;
	height: 22px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

textarea {
	border: 1px #70aecd solid;
	outline-style: none;
	font: 20px Arial, Helvetica, sans-serif;
	padding: 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #eff6ff url(/images/input-bg-regular.png) repeat-x;
	width: 400px;
	height: 150px;
	overflow-x: hidden;
	overflow-y: auto;
	resize: none;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="text"].error:focus, input[type="password"].error:focus, textarea:focus {
	border-color: #85b76a;
	background: #e5ffb1 url(/images/input-bg-focus.png) repeat-x;
}

input[type="submit"], input[type="button"] {
	border: 1px #70aecd solid;
	padding: 6px 8px;
	margin: 0px;
	font: 12px Arial, Helvetica, sans-serif;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #edf5fd url(/images/sprites.png) no-repeat -4px -201px;
	outline-style: none;
}

input[type="submit"]:hover, input[type="button"]:hover {
	border-color: #85b76a;
	background: #e5ffb1 url(/images/submit-bg-focus.png) repeat-x;
}

input[type="submit"]:active, input[type="button"]:active {
	border-color: #85b76a;
	background: #e5ffb1 url(/images/input-bg-focus.png) repeat-x;
}

#megawrap {
	background: transparent url(/images/menubar-bg.png) repeat-x;
	overflow: hidden;
}

#container {
	width: 900px;
	margin: 0 auto;
}

#center {
	margin: 0 auto;
}

/* LEFT FOR FIXED COLUMN LAYOUT */

#left {
	width: 180px;
	margin-right: 5px;
	float: left;
}

/* LEFT FOR AUTO-WIDE COLUMN LAYOUT */

#left-wide {
	width: 180px;
	margin: 0 5px 0 5px;
	float: left;
	font-size: 11px;
        line-height: 15px;
}

#middlewrap {
	margin-left: 190px;
}

#middlewrap-middle {
	width: 690px;
	float: left;
}

#right {
	width: 240px;
	float: left;
}

#right .contents-top {
	background: transparent url(/images/sprites.png) no-repeat -271px -2px;
	height: 10px;
	line-height: 1px;
}

#right .contents-top-title {
	overflow: hidden;
}

#right .contents-top-title .title {
	background: transparent url(/images/sprites.png) no-repeat -275px -38px;
	padding: 7px 10px 0px 15px;
	float: left;
	line-height: 14px;
}

#right .contents-top-title .title-right {
	background: transparent url(/images/sprites.png) no-repeat -298px -105px;
	width: 10px;
	height: 21px;
	float: left;
}

#right .contents-top-title-bottom {
	background: transparent url(/images/sprites.png) no-repeat -271px -2px;
	height: 5px;
	line-height: 1px;
}

#right .contents {
	background-color: #ffffff;
	padding: 0px 10px;
	overflow: hidden;
}

#right .contents-bottom {
	background: transparent url(/images/sprites.png) no-repeat -270px -95px;
	height: 5px;
	line-height: 1px;
	margin-bottom: 20px;
}

#right ul {
	margin: 0px;
	padding: 6px 0px;
	line-height: 18px;
}

#right ul li {
	margin-bottom: 1px;
	list-style: none;
}

#right ul li a {
	color: #0074d2;
	display: block;
	padding: 3px 6px;
	text-decoration: none;
}

#right ul li a.selected, #right ul li a.selected:hover {
	color: #ffffff;
	background-color: #c0e253;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#right ul li a:hover {
	border-bottom: none;
	background-color: #eeeeee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


#tabs {
	height: 55px;
}

#tabs ul {
	list-style: none;
	display: inline;
	float: right;
	margin: 0 20px 0 0;
	padding: 0px;
}

#tabs ul li {
	float: left;
	padding: 0px 0px 0px 7px;
	margin-left: 5px;
	background: none;
	line-height: 18px;
}

#tabs ul li a {
	display: block;
	padding: 9px 7px 0px 0px;
	height: 31px;
	text-decoration: none;
	text-align: center;
	color: #000000;
}

#tabs ul li:hover {
	background: transparent url(/images/sprites.png) no-repeat -504px -302px;
}

#tabs ul li:hover a {
	background: transparent url(/images/sprites.png) no-repeat right -100px;
	color: #ffffff;
}

/*
#tabs ul li a.selected {
	color: #ffffff;
	background: transparent url(/images/tab-selected.png) no-repeat;
	padding-top: 11px;
	text-shadow: #487418 1px 1px 1px;
	font-weight: bold;
}
*/

#tabs ul li.selected {
	background: transparent url(/images/sprites.png) no-repeat -504px -257px; 
	padding-left: 7px;
}

#tabs ul li.selected a {
	color: #ffffff;
	background: transparent url(/images/sprites.png) no-repeat right -142px;
	padding: 11px 7px 0px 0px;
	text-shadow: #487418 1px 1px 1px;
	font-weight: bold;
}

.guide {
	width: 240px;
	margin-right: 20px;
	float: left;
}

#middle {
	width: 455px;
	margin-right: 20px;
	float: left;
}

#middle .contents-top {
	background: transparent url(/images/sprites.png) no-repeat -55px -14px;
	height: 10px;
	line-height: 1px;
}

#middle .contents {
	background-color: #ffffff;
	padding: 0px 10px;
	overflow: hidden;
}

#middle .contents-bottom {
	background: transparent url(/images/sprites.png) no-repeat -55px -26px;
	height: 10px;
	line-height: 1px;
	margin-bottom: 20px;
}

.guide .contents-top, {
	background: transparent url(/images/rightround-top.png) no-repeat;
	height: 10px;
	line-height: 1px;
}

.guide .contents-top-title {
	overflow: hidden;
}

.guide .contents-top-title .title {
	background: transparent url(/images/sprites.png) no-repeat -275px -38px;
	padding: 7px 10px 0px 15px;
	float: left;
	line-height: 14px;
}

.guide .contents-top-title .title-right {
	background: transparent url(/images/sprites.png) no-repeat -298px -105px;
	width: 10px;
	height: 21px;
	float: left;
}

.guide .contents-top-title-bottom {
	background: transparent url(/images/sprites.png) no-repeat -270px -2px;
	height: 5px;
	line-height: 1px;
}

.guide .contents {
	background-color: #ffffff;
	padding: 0 5px 0 15px;
	overflow: hidden;
}

.guide .contents-bottom {
	background: transparent url(/images/sprites.png) no-repeat -270px -95px;
	height: 5px;
	line-height: 1px;
	margin-bottom: 20px;
}

.guide ul {
	margin: 0px;
	padding: 6px 0px;
	line-height: 13px;
	font-size: 11px;
}

.guide ul li {
	margin-bottom: 1px;
	list-style: none;
}

.guide ul li.movie {
	background: transparent url(/images/sprites.png) no-repeat -40px 0px; 
}

.guide ul li span.old {
	color: #aaa;
}

.guide ul li a {
	color: #0074d2;
	text-decoration: none;
}

.guide ul li span.old a {
	color: #98aaff;
}

.guide ul li span.current a {
	color: #e27002;
}

.guide ul li a:hover, .guide ul li span.current a:hover {
	color: #6b862a;
}

.guide ul li span.old a:hover {
	color: #bdcc4b;
}

#footer {
	width: 100%;
	padding: 10px 10px 7px 10px;
	background-color: #fff;
	float: left;
	text-align: center;
}

.hover {
	display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -227px;
    width: 455px;
    
/*background-color: #eee; */
    color: #333;
    padding: 12px;
}

.hover .contents-top {
	background: transparent url(/images/sprites.png) no-repeat -55px -14px;
	height: 10px;
	line-height: 1px;
}

.hover .contents {
	background-color: #ffffff;
	padding: 0px 10px;
	overflow: hidden;
}

.hover .contents-bottom {
	background: transparent url(/images/sprites.png) no-repeat -55px -26px;
	height: 10px;
	line-height: 1px;
	margin-bottom: 20px;
}

.verify {
	border: 2px #ff000 solid;
}

.input-ok {
	border: 1px #ffffff solid;
	margin: 0px 2px 2px 2px;
	padding: 5px 8px 8px 8px;
}

.input-error {
	border: 1px #ffd8e9 solid;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 0px 2px 2px 2px;
	padding: 5px 8px 8px 8px;
	background-color: #ffecf5;
}

.input-error .err-mesg {
	float: right;
	width: 124px;
	background: transparent url(/images/input-icon-error.png) no-repeat;
	background-position: left center;
	min-height: 30px;
	padding: 2px 0px 0px 40px;
	vertical-align: middle;
}

.input-success {
	border: 1px #d3ee8c solid;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 0px 2px 2px 2px;
	padding: 5px 8px 8px 8px;
	background-color: #ebffcb;
}

.input-success .succ-mesg {
	float: right;
	width: 124px;
	background: transparent url(/images/input-icon-success.png) no-repeat;
	background-position: left center;
	min-height: 30px;
	padding: 2px 0px 0px 40px;
	vertical-align: middle;
}

.input-error .err-mesg p, .input-success .succ-mesg p {
	margin: 0px;
	padding: 5px 0px 0px 0px;
}

.bigerror {
	border: 1px #ffd8e9 solid;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 5px 0px 15px 0px;
	padding: 8px 0px 8px 60px;
	background: #ffecf5 url(/images/big-error-icon.png) no-repeat;
	background-position: 15px center;
}

.bigsuccess {
	border: 1px #d3ee8c solid;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 5px 0px 15px 0px;
	padding: 8px 0px 8px 60px;
	background: #ebffcb url(/images/big-success-icon.png) no-repeat;
	background-position: 15px center;
}

.disptext-input {
	width: 410px;
	height: 92px;
	border: 2px #eee2b3 solid;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 13px 8px 15px 8px;
	padding: 8px 0px 8px 5px;
	background-image: none;
	background-color: #eeeecb;
	font-family: Courier, 'Courier New';
	font-size: 11px;
	color: #a73f76;
	overflow-x: hidden;
	overflow-y: hidden;
	line-height: 13px;
}

.disptext {
	border: 2px #eee2b3 solid;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 3px 0px 0px 0px;
	padding: 8px 0px 8px 0px;
	background-image: none;
	background-color: #eeeecb;
	color: #a73f76;
	overflow-x: hidden;
	overflow-y: hidden;
	line-height: 16px;
}

.disptext h3 {
	padding: 10px 10px 5px 10px;
	font-size: 18px;
}
	

.bigerror p, .bigsuccess p {
	margin: 0px;
	padding: 7px 9px;
}

.balance {
	color: #ffffff;
	background-color: #c0e253;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 6px 0px;
	padding: 5px 10px;
	font-size: 25px;
	font-weight: bold;
	text-shadow: #487418 1px 1px 1px;
	text-align: right;
}

.graph-loader-1 {
	margin: 5px 10px 10px 10px;
	background: #eeeeee url(/images/ajax-loader.gif) no-repeat;
	background-position: center center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 200px;
}

.table-wrapper {
	margin: 10px 0px;
	padding: 5px;
	background-color: #eeeeee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

table {
	border: none;
	border-spacing: 2px;
}

table thead tr th {
	background-color: #dddddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: normal;
	margin: 2px 0px;
}

table tr td, table tr th {
	padding: 3px;
	text-align: left;
}

table tbody tr:nth-child(odd) td {
	background-color: #f5f5f5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 2px 0px;
}

.inactive {
	color: #bbb;
}

.green {
	color: #a0c23d;
}

.red {
	color: #cc0000;
}

/* jqModal base Styling courtesy of;
  Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
  the Window's z-index value will be set to 3000 by default (in jqModal.js). You
  can change this value by either;
    a) supplying one via CSS
    b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
  
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* MINI STUFF FOR LEFT SIDE COLUMN */

.mini_info_top
{
	background: transparent url(/images/sprites.png) no-repeat -353px -208px;
	margin: 3px 0px 0px 6px;
	height: 5px;
	line-height: 1px;
}

.mini_info
{
	background-color: #ffecf5;
	width: 127px;
	margin-left: 6px;
	padding: 5px 15px;
	overflow: hidden;
	color: #7a2d51;
}

.mini_info .pad
{
	float: left;
	width: 20px;
	font-weight: bold;
}

.mini_bubble_top
{
	background: transparent url(/images/sprites.png) no-repeat -353px -220px;
	margin: 0px 0px 0px 6px;
	height: 5px;
	line-height: 1px;
}

.mini_bubble
{
	background-color: #fff;
	width: 127px;
	margin-left: 6px;
	padding: 5px 15px;
	overflow: hidden;
}

.mini_bubble_bottom
{
	background: transparent url(/images/sprites.png) no-repeat -353px -225px;
	margin: 0px 0px 10px 6px;
	height: 10px;
	line-height: 1px;
}

.mini_info_bottom
{
	background: transparent url(/images/sprites.png) no-repeat -353px -213px;
	margin: 0px 0px 20px 6px;
	height: 5px;
	line-height: 1px;
}

.mini_info .pic
{
	width: 43px;
	height: 35px;
	background: transparent url(/images/sprites.png) no-repeat -11px -1px;
	float: left;
	margin-left: 45px;
}

.telly_juice
{
	display: block;
	width: 158px;
	height: 89px;
	background: transparent url(/images/sprites.png) no-repeat -104px -227px;
	margin-left: 8px;
}

ul.telly_results
{
	list-style-type: none;
	margin: 15px 8px 5px 8px;
	padding: 0px;
}

ul.telly_results li
{
	margin: 0px;
	padding: 0px;
}

ul.telly_results li a
{
	color: #0074d2;
	text-decoration: none;
}

ul.telly_results li a:hover
{
	color: #6b862a;
}

div.telly_desc
{
	float: left;
	color: #aaa;
	font-size: 11px;
	line-height: 13px;
	padding: 1px 0px 6px 0px;
	width: 419px;
}

span.telly_start
{
	color: #6b862a;
	font-weight: bold;
}

span.gray
{
	color: #888;
}
