BODY {
    background-image: url(images/tuner6.jpg);
    background-color: white	;
    background-repeat: repeat-x;
    font-family: verdana,arial,helvetica; 
	font-size:9pt;
	color: black;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}

body.popup {
    background-image: none;
    background-color: white;
	margin-top: 10px;
	margin-left: 10px;
}

h1, h2 {
	font-size: 10pt;
	color: black;
}

img {
    border-color: white;
}

table {
    width: 100%;
    border-spacing: 0px;
}

tr.topmargin {
    height: 20px;
}

td.menu {
    width: 50%;
    white-space: nowrap;
    vertical-align: bottom;
}

td.absence_title {
    width: 30%;
    text-align: right;
}

tr.tunerbar {
    height: 180px;
}

tr.horline {
    height: 40px;
}

td {
	font-size:9pt;
}

td.margin_left {
    width: 13%;
    height: 30px;
}

td.date {
    width: 15%;
    vertical-align: top;
	color: #f15622;
}

td.event {
    width: 62%;
    vertical-align: top;
}

td.playcd {
    width: 10%;
    vertical-align: top;
}

td.playbutton {
    width: 3%;
    vertical-align: top;
}

td.playtitle {
    width: 64%;
    vertical-align: top;
}

td.playtitlebold {
	font-size: 10pt;
	font-weight: bold;
    vertical-align: top;
}

td.text {
    width: 77%;
    vertical-align: top;
}

td.picturetitle {
    width: 77%;
    vertical-align: top;
	color: #f15622;
    white-space: nowrap;
}

td.margin_right {
    width: 10%;
}

td.fixed_height {
    height: 30px;
}

tr.bottommargin {
    height: 160px;
    vertical-align: bottom;
}

td.copy {
	font-size: 7pt;
    height: 30px;
    vertical-align: top;
	color: #f15622;
}

font.special {
	font-size:9pt;
	color: #f15622;
}

a:link {
	COLOR: black;
}
a:visited {
	COLOR: black;
}
a:active {
	COLOR: black;
}
a:hover {
	COLOR: #f15622;
	background-color: transparent;
	text-decoration: none ;
}
a:focus {
    outline-offset: -5px;
} 
a.normal:focus {
    outline-offset: 0px;
} 

hr {
    border: none 0; 
	border-top: 1px solid orange;
	text-align: center;
	height: 1px;
	}
