img.logo
{
	position: relative;
	top: -5px;
	height: 50px;
	width: 250px;
}

#dialogue
{
	zindex: 99999;
}

html body
{
	line-height: 1.55em;
	font-family: "Lucida Grande", verdana, lucida, helvetica, sans-serif;
	background-color: #f0f0f0;
	margin: 1em;
	padding: 0;
	font-size: small;
}

html>body
{
	font-size: small;
}

fieldset.sched
{
	display: inline;
	float: left;
	clear: left;
	padding: 0 1em 1em 1em;
	margin: 1em;
}

div.container
{
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
	height: 116px;
}

div.container .left
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 30px;
	height: 116px;
}

div.container .right
{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 30px;
	height: 116px;
}

div.container .middle
{
	background-image: url('/images/154_1_00_WIN_MD116_2C.png');
	background-repeat: repeat-x;
	height: 116px;
}

div.footer
{
	clear: both;
	padding-top: 2em;
}

div.shadow
{

}

.warningbox, .gwarningbox
{
	background: #ccc;
	position: relative;
	width: 60%;
	top: 2px;
	left: 2px;
	float: left;
	clear: left;
	display: inline;
	margin: 2em;
}

.warningbox > div
{
	background: url('/img/redshade.png') repeat-x;
	background-size: 100%;
	#color: #005000;
	border: 1px solid #7a4707;
	padding: 10px;
	position: relative;
	top: -2px;
	left: -2px;
	font-weight: bold;
}

.gwarningbox > div
{
	background: url('/img/greenshade.png') repeat-x;
	background-size: 100%;
	#color: #005000;
	border: 1px solid #7a4707;
	padding: 10px;
	position: relative;
	top: -2px;
	left: -2px;
	font-weight: bold;
}

table
{
	empty-cells: show;
}

table.borders, table.borders td, table.borders th
{
	border: 1px solid #669933;
	empty-cells: show;
}

.odd
{
	background: #ccff99;
	color: black;
}

.even
{
	background: #ffffcc;
	color: black;
}

.hover
{
	background: #f6ff5b;
	color: black;
}

table td,table th
{
	font-size: small;
}

table th
{
	font-weight: bold;
	text-align: left;
}

table.keyval th, th.key
{
	background: #ccff99;
	font-weight: bold;
	text-align: right;
	color: black;
	padding: 0.5em;
}

table.keyval td
{
	background: #ffffcc;
	color: black;
}

img
{
	border: 0;
}

pre, .pre
{
	font-family: Consolas, 'Courier New', Courier, monospace;
	color: black;
	background: #f9d9b0 url('/img/prebg.png') repeat-x top;
	line-height: 1.24;
	padding: 3px 8px;
	margin: 0 5em 1em 5em;
	border-color: #f9d9b0;
	border-bottom: 1px solid #f9bc6d;
	border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-khtml-border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-khtml-border-top-right-radius: 4px;

	white-space: pre-wrap;
	white-space: -moz-pre-wrap !important;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: break-word;
}

.shadowbox
{
	background: #ccc;
	position: relative;
	width: 60%;
	top: 2px;
	left: 2px;
}

.shadowbox div
{
	background: white;
	color: #005000;
	border: 1px solid #7a4707;
	padding: 10px;
	position: relative;
	top: -2px;
	left: -2px;
}

:link:focus,
:visited:focus,
:link,
:visited,
:link:active,
:visited:active
{
	text-decoration: none;
	color: #1e5bbd;
	background-color: transparent;
}
/*
:link:hover,
:visited:hover
{
	text-decoration: underline;
	background-color: #b4d5ff;
	color: #1559B3;
}
*/

.blood
{
	color: #ff4000;
	background: transparent;
}

.filesize
{
	color: #6a6aff;
	background: transparent;
}

.footnote
{
	color: #ff4000;
	background: transparent;
	font-size: 70%;
	font-weight: bold;
}

.betanote
{
	color: blue;
	font-style: italic;
}

tr.blueshade > td, .blueshade
{
	background: #b9daff !important;
	color: black;
}

tr.yellowshade > td, .yellowshade
{
	background: #f6ff5b !important;
	color: black;
}

tr.pinkshade > td, .pinkshade
{
	background: #ffccff !important;
	color: black;
}

tr.orangeshade > td, .orangeshade
{
	background: #ff8040 !important;
	color: white;
}

tr.purpleshade > td, .purpleshade
{
	background: #7e587e !important;
	color: white;
}

.strike
{
	text-decoration: line-through;
}

.error
{
	background: #ffcccc;
	color: black;
}

.greenshade
{
	background: #e4faa8;
	color: black;
}

.orangeshade
{
	background: #ffeeaa;
	color: black;
}

img.progress
{
	background: transparent url(/img/percentback.png) top left no-repeat;
	padding: 0;
	margin: 0;
	background-position: 1px 0;
}

.va
{
	vertical-align: middle;
}

.block
{
	display: block;
}

.hidden
{
	display: none;
}

input.text
{
	padding: .4em;
}

.highlight
{
	background-color: yellow;
}

h2
{
	color: #900;
}

h3
{
	display: block;
	color: #900;
	font-size: 1.2em;
	padding: 0;
	margin: 0.4em 0 0.4em 0;
	font-weight: bold;
}

.small-button
{
	font-size: 0.8em;
}

.ui-button-text
{
	font-size: inherit !important;
} 

.ui-button, .ui-button-text
{
	padding: 0;
	font-size: 12px;
}

div.rpanelx
{
	float: right;
	clear: right;
	margin-bottom: 2em;
}

div.rpanel, div.panel
{
	background: url(/images/category-23px-light.png) repeat-x scroll
	    center top #F0F7FC;
	border-bottom: 1px solid #D7EDFC;
	box-shadow: 2px 2px 11px #666;
	-moz-box-shadow: 2px 2px 11px #666;
	-webkit-box-shadow: 2px 2px 11px #666;
	margin-bottom: 2em;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

div.rpanel
{
	float: right;
	clear: right;
	width: 175px;
}

div.rpanel div.top, div.panel div.top
{
	width: 100%;
	background-color: #3399ff;
	color: white;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	padding: 0.2em 0 0.2em 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
}

div.login
{
	border: 1px solid #bbb;
	margin-left: auto;
	margin-right: auto;
	width: 520px;
	background: #fff url(/images/top_bg.jpg) repeat-x top left !important;
	box-shadow: 2px 2px 11px #666;
	-moz-box-shadow: 2px 2px 11px #666;
	-webkit-box-shadow: 2px 2px 11px #666;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

.also
{
	font-size: 0.9em;
	font-style: italic;
	color: #333;
	background: transparent;
}

#epgcontainer
{
	position: relative;
}

#epgbox
{
	position: absolute;
	top: 34px;
	left: 30px;
	display: none;
	z-index: 29;
	width: 260px; 
	border: 1px solid #899caa;
	box-shadow: 2px 2px 11px #666;
	-moz-box-shadow: 2px 2px 11px #666;
	-webkit-box-shadow: 2px 2px 11px #666;
	border-radius: 5px;
	-moz-border-radius: 5px;
	margin-top: -1px;
	background: #d2e0ea;
	padding: 6px;
}

#nownextbutton
{
	position: relative;
	top: 6px;
	left: 0;
	z-index: 30;

}

.left
{
	float: left;
}

.cleft
{
	float: left;
	clear: left;
}

button.blue
{
	background: url(/img/gloss_wave_blue.png) repeat-x center;
	border: 1px solid blue;
	color: #ffffff;
}

button.green
{
	background: url(/img/gloss_wave_green.png) repeat-x center;
	border: 1px solid green;
	color: #ffffff;
}

button.red
{
	background: url(/img/gloss_wave_red.png) repeat-x center;
	border: 1px solid green;
	color: #ffffff;
}

.relative
{
	position: relative;
}

span.foldernum
{
	display: none;
	position: absolute;
	left: 14px;
	top: 9px;
	color: white;
	height: 15px;
	line-height: 16px;
	background-color: #CC0000;
	background: linear-gradient(#FF0000, #CC0000) repeat scroll 0 0 #EEEEEE;	font-size: 10px;
	border: 1px solid #660000;
	padding: 0 2px 0 2px;
	border-radius: 1em 1em 1em 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-top-right-radius: 1em;
	border-top-left-radius: 1em;
	border-bottom-right-radius: 1em;
	border-bottom-left-radius: 1em;
}

option.separator
{
	margin-top: 8px;
	border-top: 1px solid #666;
	padding: 0;
}


/* Minimal tabs */

#minimaltabbar
{
	background: transparent;
	border: none;
	padding: 0 0 0 0;
	/*
	position: relative;
	top: -40px;
	*/
}

#minimaltabbar .ui-widget-header
{
	background: transparent;
	border: none;
	border-bottom: 1px solid #c0c0c0;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

#minimaltabbar .ui-tabs-nav
{
	margin-bottom: 15px;
}

#minimaltabbar .ui-tabs-nav .ui-state-default
{
	background: transparent;
	border: none;
}

#minimaltabbar .ui-tabs-nav .ui-state-active
{
	background: transparent url(/img/uiTabsArrow.png) no-repeat bottom center;
	border: none;
}

#minimaltabbar .ui-tabs-nav .ui-state-default a
{
	color: #c0c0c0;
}

#minimaltabbar .ui-tabs-nav .ui-state-active a
{
	color: #000000;
}

#minimaltabbar .ui-tabs-panel
{
	padding: 0 0 0 0;
}

.adsense-side
{
	width: 160px;
	height: 600px;
}

.adsense-bottom
{
	width: 728px;
	height: 90px;
}

.dslab
{
	display: inline-block;
	width: 50px;
}

