Body {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	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("support/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; }

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

/* 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 }

/* 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;
    height: 18px;
}

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

.radio2 {
    font-family: Arial, Helvetica, sans-serif;
    color: #FFCC33;
    background-color: #996633
    font-size: 14px;
    height: 14px;
}

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 { 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;
}
