/* ###################### # Globals ###################### */ body { margin: 0px; padding: 0px; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; } table { font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; } input { border: 1px solid #6D96A9; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; background: #FEFEFE; } select { font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; } /* ###################### # Overlib Style for Tooltips ###################### */ div.domTTOverlib { border: 1px solid #333366; background-color: #333366; } div.domTTOverlib .caption { font-family: Verdana, Helvetica; font-size: 10px; font-weight: bold; color: #FFFFFF; } div.domTTOverlib .contents { font-size: 10px; font-family: Verdana, Helvetica; padding: 2px; background-color: #F1F1FF; } /* ####################### # Areas ####################### */ div.left_area { width: 150px; float: left; margin: 5px; } div.inhalt { float: left; margin: 5px; } /* ####################### # Menue ####################### */ div.menu { border: 1px solid #6D96A9; color: #6D96A9; padding: 5px; } div.menu a { text-decoration: none; } div.menu a:hover { text-decoration: none; background: #DEE6EE; } /* ####################### # Head Box ####################### */ div.head_box_l { background-image: url(bg_header_l.png); background-position: top left; background-repeat: no-repeat; margin: 0; margin-bottom: 2ex; padding: 0; } div.head_box_m { background-image: url(bg_header_h.png); background-repeat: repeat-x; margin: 3px; padding: 0; } div.head_box_r { background-image: url(bg_header_r.png); background-position: top right; background-repeat: no-repeat; margin: -3px; padding: 0; padding-left: 0.5em; } table.head_box_text { color: #ffffff; font-weight: bold; padding: 0; margin: 0; height: 30px; } button.smallbutton { width: 51px; height: 17px; background-color: inherit; background-image: url(button_blue.png); background-repeat: no-repeat; color: #FFFFFF; font-size: 11px; border: 0px; vertical-align: middle; text-align: center; cursor: pointer; } table td.buttonpanel { text-align: right; } table.event { width: 250px; height: 250px; float: left; margin: 2px; padding: 0px; } table.event tr td.tools { background: #DEE6EE; padding: 10px 2px 10px 2px; width: 25px; text-align: center; vertical-align: top; border-left: 1px solid #000000; border-bottom: 1px solid #000000; } table.event tr td.tools img { cursor: pointer; } table.event tr td.content { width: 225px; float: left; padding: 5px; border-right: 1px solid #000000; border-bottom: 1px solid #000000; } div.description { height: 150px; overflow: auto; margin-top: 10px; } div.info { text-align: right; margin-bottom: 3px; } table.event tr td.station { margin: 0; padding: 0; height: 23px; } table.event tr td.content .title { font-weight: bold; height: 15px; } table.event tr td.content .short { height: 40px; overflow: hidden; } table.timers { margin-top: 10px; border: 1px solid #6D96A9; } table.timers tr td { padding: 3px 7px 3px 3px; } table.timers tr.active { background: #DEE6EE; } table.timers tr td.head { background: #6D96A9; color: white; font-weight: bold; margin: 0; padding: 3px; } /* ############################## # Schedule ############################## */ table.schedule { margin-top: 10px; border: 1px solid #6D96A9; } table.schedule tr td.head { background: #6D96A9; color: white; font-weight: bold; margin: 0; padding: 3px; } table.schedule tr td { vertical-align: top; padding: 3px 7px 3px 3px; } table.schedule tr.active { background: #DEE6EE; } /* ############################## # Recordings ############################## */ .recordings ul { list-style-type: none; padding: 0px; margin: 0px; } .recordings img { border: 0px solid white; } /* ############################## # Remote Control Keypad ############################## */ table.keypad { margin-top: 10px; border: 1px solid #6D96A9; } table.keypad tr td.button button { width: 4em; } table.keypad tr td.redbutton button { width: 3em; background-color: #FF0000; } table.keypad tr td.greenbutton button { width: 3em; background-color: #00FF00; } table.keypad tr td.yellowbutton button { width: 3em; background-color: #FFFF00; } table.keypad tr td.bluebutton button { width: 3em; background-color: #0000FF; } /* ############################## # Error widget ############################## */ table.error { border: 1px solid #E9360D; margin: 2px; padding: 0px; } table.error tr td.message { padding: 5px; } table.error tr td.title { background: #E9360D; color: white; font-weight: bold; margin: 0; padding: 3px 3px 3px 10px; } /* ############################## # Edit Tables ############################## */ table.edit { margin-top: 10px; border: 1px solid #6D96A9; } table.edit tr td.head { background: #6D96A9; color: white; font-weight: bold; margin: 0; padding: 3px; } table.edit tr td { vertical-align: top; padding: 3px 7px 3px 3px; vertical-align: middle; } table.edit tr td.label { font-weight: bold; } table.edit tr.active { background: #DEE6EE; } /* Buttons */ td.station div { margin: 0; padding: 0; height: 23px; background: url(/bg_box_l.png) top left no-repeat; cursor: pointer; color: white; font-weight: bold; text-align: center; } td.station div div { background: url(/bg_box_r.png) top right no-repeat; margin-left: 3px; height: 23px; } td.station div div div { margin: 0 3px 0 0px; padding: 2px; background: url(/bg_box_h.png) repeat-x; height: 23px; vertical-align: middle; text-align: left; }