Body {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #002650;
    color: #DEDEDE;
}

/* make transparent png's render properly in IE */
/*
    Disabled because it conflicts with recording preview thumbnails
    It can be enabled on individual images by:
        style="behavior: url('/pngbehavior.htc');"

    img { behavior: url("themes/Default/pngbehavior.htc"); }
*/

A:link    { color: #E0E0FF; text-decoration: none; }
A:active  { color: #990033; text-decoration: none; }
A:visited { color: #E0E0FF; text-decoration: none; }
A:hover   { color: #F0F000; text-decoration: underline; }

/* For some reason, the main Body element doesn't always work for text inside of tables */
.body {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

/* font size classes */
.tiny  { font-size: 9px; }
.small { font-size: 12px; }
.large { font-size: 14px; }
.huge  { font-size: 24px; }

/* fony style classes */
.bold, .bold A, .bold A:link, .bold A:visited, .bold A:active, .bold A:hover {
    font-weight: bold !important;
}
.italic, .italic A, .italic A:link, .italic A:visited, .italic A:active, .italic A:hover {
    font-style: italic !important;
}

/* a class for the menu across the top of the page as well as menu headers throughout the page */
.menu {    background-color: #265990 }
.menu_border_t { border-top:    2px solid #9090B0 }
.menu_border_b { border-bottom: 2px solid #9090B0 }
.menu_border_l { border-left:   2px solid #9090B0 }
.menu_border_r { border-right:  2px solid #9090B0 }

/* a class for commands and other user input boxes */
.command { background-color: #1040A0 }
.command_border_t { border-top:    2px solid #9090B0 }
.command_border_b { border-bottom: 2px solid #9090B0 }
.command_border_l { border-left:   2px solid #9090B0 }
.command_border_r { border-right:  2px solid #9090B0 }

/* some classes for the list display */
.list {    background-color: #002650 }
.list_border_t { border-top:    1px solid #9090B0 }
.list_border_b { border-bottom: 1px solid #9090B0 }
.list_border_l { border-left:   1px solid #9090B0 }
.list_border_r { border-right:  1px solid #9090B0 }
.list_separator {
    background-color: #203670;
    border-top:       4px
}

/* a class for the the cells containing settings in the various settings files */
.settings {    background-color: #506080 }

/* a class for the the cells containing recored programs in recorded_programs.php */
.recorded {    background-color: #506080 }

/* a class for the the cells containing recored programs in recorded_programs.php */
.scheduled   {    background-color: #506090 }
.conflict    {    background-color: #806050 }
.duplicate   {    background-color: #304050 }
.deactivated {    background-color: #508060 }

/* A special class for submit buttons */
.submit {
    font-weight: bold;
    color: #001060;
    background-color: #C0C0D0;
    font-size: 13px;
    height: 22px;
}
.submit:hover   { text-decoration: underline; }

/* A special class for radio buttons because some browsers render them weird */
.radio { height: 14px }

/* Default styles for form fields */
Select {
    font-family: Arial, Helvetica, sans-serif;
    color: #001060;
    background-color: #C0C0D0;
    font-size: 12px;
}

Input {
    font-family: Arial, Helvetica, sans-serif;
    color: #001060;
    background-color: #C0C0D0;
    font-size: 14px;
    height: 22px;
}

TextArea {
    font-family: terminal, courier, courier-new;
    color: #001060;
    background-color: #C0C0D0;
    font-size: 12px;
}

/* A special class for form stuff, to avoid those nasty extra linefeeds in IE </form> tags */
form, .form { display: inline; }

/* A special class for error stuff */
.error {
    color: #F03030;
    background-color: #360000;
    border-color: #F03030;
    border: thin groove #F03030;
}

/* for mouseover popup menus */
.hidden {
    position: absolute;
    visibility: hidden;
    z-index: 99;
    top: 0px;
    left: 0px;
}

.no_padding {
    padding: 0px 0px 0px 0px;
}

/*

    The following subclasses are used for list displays

*/

.record_weekly            { border: 1px solid  #00F000; }
.record_timeslot          { border: 1px solid  #00F000; }
.record_once              { border: 1px solid  #00F000; }
.record_channel              { border: 1px solid  #00F000; }
.record_always              { border: 1px solid  #00F000; }
.will_record              { border: 1px solid  #00F000; }
.record_conflicting       { border: 1px solid  #FF0000; }
.record_duplicate         { border: 2px dashed #90B0A0; }
.record_suppressed        { border: 2px dotted #60B0B0; }
.record_override_suppress { border: 2px dotted #D03060; }
.record_override_record   { border: 2px solid  #00FF90; }

.type_movie         { background-color: #809090 !important; }
.type_Film          { background-color: #809090 !important; }
.type_Series        { }

.cat_Action            { background-color: #906020 }
.cat_Adult            { background-color: #702020 }
.cat_Animals        { background-color: #609060 }
.cat_Art_Music        { background-color: #801060 }
.cat_Business        { background-color: #703010 }
.cat_Children        { background-color: #B00010 }
.cat_Comedy            { background-color: #006080 }
.cat_Crime_Mystery    { background-color: #105050 }
.cat_Documentary    { background-color: #504020 }
.cat_Drama            { background-color: #400060 }
.cat_Educational    { background-color: #606060 }
.cat_Food            { background-color: #208040 }
.cat_Game            { background-color: #701010 }
.cat_Health_Medical    { background-color: #806060 }
.cat_History        { background-color: #807020 }
.cat_HowTo            { background-color: #A0A000 }
.cat_Horror            { background-color: #101040 }
.cat_Misc            { background-color: #403060 }
.cat_News            { background-color: #606040 }
.cat_Reality        { background-color: #304040 }
.cat_Romance        { background-color: #A02050 }
.cat_Science_Nature    { background-color: #007010 }
.cat_SciFi_Fantasy    { background-color: #606090 }
.cat_Shopping        { background-color: #204020 }
.cat_Soaps            { background-color: #508080 }
.cat_Spiritual        { background-color: #804080 }
.cat_Sports            { background-color: #20B060 }
.cat_Talk            { background-color: #203040 }
.cat_Travel            { background-color: #2060B0 }
.cat_War            { background-color: #B06050 }
.cat_Western        { background-color: #806040 }
.cat_Unknown        { background-color: #303030 }

/* deprecated show categories that need to be integreted into the above list via regex, or have new categories created for them */
.tv_Cine           { background-color: Blue }
.tv_Classic        { background-color: gray }
.tv_Collectibles   { background-color: SlateGrey }
.tv_Magazine       { background-color: MediumTurquoise }
.tv_Movies         { background-color: Blue }
.tv_Serie          { background-color: DarkOrchid }
.tv_SHOW           { background-color: sienna }
.tv_Tiempo         { background-color: #33ff99 }

.leftNav { 
	display:inline;
	float:left;
	left: 0px;
	top:0px;
	}
.rightNav { 
	display:inline;
	float:right;
	right:0px;
	top:0px;
}
.leftNav li { list-style: none; display:inline; }
.rightNav li { list-style: none; display:inline; }
.selectors {
	display: inline;
	text-align: center;
	vertical-align: center;
}
.musicRow {
	position:relative;
	margin-left: 0px;
	padding-top:5px;
	height:15px;
	padding-bottom:5px;
}

.musicRowHead {
	position:relative;
	height:15px;
	border-top:2px solid #9090B0;
	border-bottom:2px solid #9090B0;
	vertical-align:center;
	background-color:#265990;
	margin-left: 0px;
	padding-top:10px;
	padding-bottom:10px;
}
.musicRow li { 
	list-style: none; 
	display:inline; 
	text-align:top;
}
.musicRowHead li { 
		list-style: none; 
		font-size: larger;
		display:inline; 
	}

.trackTable{ 
	list-style:none;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

.trackTable li:hover { background-color:#265990; }

.musicIDBOX { 
	position:absolute;
	left:0px;
	top:0px;
	width:5%;
}
.musicTrack { 
	position:absolute; 
	margin-left: 0px;
	overflow:hidden;
	white-space:nowrap;
	width:30%;
	left:5%;
}
.musicTime { 
	position:absolute; 
	margin-left: 10px;
	overflow:hidden;
	white-space:nowrap;
	width:5%;
	left:35%;
}
.musicArtist { 
	position:absolute; 
	margin-left: 10px;
	width:25%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	left:45%;
}
.musicAlbum { 
	position:absolute; 
	margin-left: 10px;
	overflow:hidden;
	white-space:nowrap;
	width:25%;
	left:65%;
}
.musicGenre { 
	position:absolute; 
	margin-left: 10px;
	overflow:hidden;
	white-space:nowrap;
	width:8%;
	left:90%;
}
.moveButtons { 
	position:absolute;
	right:0px;
	top:0px;
}

