table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:  11px;
	border-collapse: collapse;
}
thead tr{
   border-top: 1px solid #CCC;
   border-bottom: 1px solid #CCC;
}
h2 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: bold;
}
thead th{
	padding: 2px;
	white-space: nowrap;
}
tr {
	text-align: left;
	vertical-align: top;
}
tr.even {
	background-color: #ECECEC;
}

tr.odd{
	background-color: #FFF;
}
#recordings tbody tr.odd:hover {
	background-color: #DDD;

}
#recordings tbody tr.even:hover {
	background-color: #CCC;

}
tbody td
{
	padding: 5px;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F45724;
	background-color: #FFF;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-style: solid;
	border-color: #CCC;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F45724;
	background-color: #FFF;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-style: solid;
	border-color: #CCC;
}
button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background-color: #F45724;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-style: solid;
	border-color: #FF6600;
}

a {
	color: #F45724;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.notrecorded {
    position:relative; /*this is the key*/
    z-index:24; 
    color: #E65222;
    text-decoration:none
}

a.notrecorded:hover{
	z-index:25;
	background-color:#F45724;
	color: #FFF;
}

a.notrecorded span{
	display: none
}

a.notrecorded:hover span{
	display:block;
	position:absolute;
	top:2em;
	left:2em;
	width:15em;
	background-color: #F45724;
	color:#FFF;
	padding: 10px;
}

a.notrecorded:hover span.wildcard-help {
	white-space: normal;
	display:block;
	position:absolute;
	top:15px;
	left:-300px;
	width:500px;
	background-color: #F45724;
	color:#FFF;
	padding: 10px;
	border: 1px solid gray;
}
div.notrecorded {
	width:15em;
	background-color: #F45724;
	color:#FFF;
	padding: 10px;
}

a.recorded {
    position:relative; /*this is the key*/
    z-index:24; 
    color: #339933;
    text-decoration:none
}

a.recorded:hover{
	z-index:25;
	background-color:#339933;
	color: #FFF;
}


a.ready {
    position:relative; /*this is the key*/
    z-index:24; 
    color: #F45724;
    text-decoration:none
}

a.ready:hover{
	z-index:25;
	background-color:#F45724;
	color: #FFF;
}
/*
.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
	background: url(/images/tvrecorder/star.gif) left -1000px repeat-x;
}
.star-rating{
	position:relative;
	width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.star-rating li{
	display: inline;
}
.star-rating a, 
.star-rating .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
	background-position: left bottom;
}
.star-rating a.one-star{
	width:20%;
	z-index:6;
}
.star-rating a.two-stars{
	width:40%;
	z-index:5;
}
.star-rating a.three-stars{
	width:60%;
	z-index:4;
}
.star-rating a.four-stars{
	width:80%;
	z-index:3;
}
.star-rating a.five-stars{
	width:100%;
	z-index:2;
}
.star-rating .current-rating{
	z-index:1;
	background-position: left center;
}	
*/
/* for an inline rater */
/*
.inline-rating{
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	vertical-align: middle;
}
*/
/* smaller star */
/*
.small-star{
	width:50px;
	height:10px;
}
.small-star,
.small-star a:hover,
.small-star a:active,
.small-star a:focus,
.small-star .current-rating{
	background-image: url(/images/tvrecorder/star_small.gif);
	line-height: 10px;
	height: 10px;
}
*/
td.error {
	color: red;
}

a.reclink { 
	color: #FFF;
	font-weight: bold;
}
.disabled {
	color: #AAA;
}

#channels {
	width:150px;
	list-style-type: decimal;
}
#channels li {
	margin-bottom:3px;
	padding:1px;
	cursor:move;
	font-weight: bold;
}

#channels li:hover { color: #F00; }
#channels li.disabled:hover { color: #F99; }
.disabled { color: #BBBBBB; }

#settingsform fieldset {
	width: 400px;
	margin-bottom: 10px;
}

#settingsform fieldset legend {
	font-size: 140%; 
	font-weight: bold;
}

.error {
	color: #FF0000;
}
.currentpage {
	color: #FFF;
	background-color: #F45724;
	font-weight: bold;
}
a.pagelink {
	padding-top: 3px; 
	padding-bottom: 3px; 
	padding-left: 5px; 
	padding-right: 5px; 
	border-right: 1px solid #AAA;
}
a.pagelink:hover {
	background-color: #eee;
}

span.channelgroup {
	border-top: 1px solid #F45724;
	border-bottom: 1px solid #F45724;
	border-left: 1px solid #F45724;
	padding-left: 3px;
	padding-right: 3px;
	margin: 0px;
	cursor: pointer;
}
span.channelgroup:hover{
	background-color: #DDD;
}
a.movelink disabled {
	color: #CCC;
}
#newfolder { display: none; }

table.rec_info_table {
margin: 5px; 
padding: 0px; 
border: 1px solid #AAA;
float: right;
}

table.rec_info_table tr td table {
margin: 0px; 
padding: 0px;
}

td.used {
background-color: #E55; 
height: 10px; 
margin: 0px; 
padding: 0px;
}
td.unused {
background-color: #5E5; 
height: 10px; 
margin: 0px; 
padding: 0px;
}
th.channeltitle {
font-size: 110%;
padding-left: 5px;
border-left: 1px solid #DDD;
}
#programtable td {
border-left: 1px solid #DDD;
}

a.now { color: #500; }

.daylink {
color: #FFFFFD;
background-color: #F76335;
border: 1px solid #D64C1D;
padding: 0px 10px 0px 10px;
}

.daylink_disabled {
color: #bbb;
background-color: #8F6D62;
border: 1px solid #999;
padding: 0px 10px 0px 10px;
}
.showold {
color: #FFFFFD;
background-color: #767676;
border: 1px solid #D0D0D0;
padding: 0px 10px 0px 10px;
margin-left: 20px;
}

.tabbtn {
color: #FFF;
background-color: #F86F43;
border-top: 1px solid #D64C1D;
border-left: 1px solid #D64C1D;
border-right: 1px solid #D64C1D;
width: 50px;
margin-left: 5px;
margin-right: 5px;
padding-left: 50px;
padding-right: 50px;
font-size: 14px;
}

.selectedtab {
color: #F45724;
background-color: #FFF;
border-top: 1px solid #AAA;
border-left: 1px solid #AAA;
border-right: 1px solid #AAA;
}
legend.searchhdr {
	font-size: 10pt;
	font-weight: bold;
	padding: 3px;
	margin: 0px;
	border: 1px solid gray;
}