body{
	font-family: Arial,sans-serif;
	color: #000033;
	margin: 0px;
	padding: 0px;
}

.SchedText { 
font:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-style:normal;
font-variant:normal;
font-weight:100;
}


.mainbox {
	width:1010px;
	height:650px;
	position:relative;
	top:-60px;
	left:50px;
	border:medium solid #0093DD;
	display: block;
	margin: 0px;
	padding: 0px;
	z-index:50;
}
.TvProfile {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	vertical-align: bottom;
}

.tr  {
	background:url(../images/rounded_tr.gif) no-repeat right top;
	padding:0;
	margin:0;
}
.tl  {background:url(../images/rounded_tl.gif) no-repeat left top;
margin:0;
padding:0;
}
.br  {background:url(../images/rounded_br.gif) no-repeat right bottom;
margin:0;
padding:0;
}
.bl {
	margin:0;
	padding:0;
	background-image: url(../images/rounded_bl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.trf  {
	background:url(../images/rounded_trf.gif) no-repeat right top;
	padding:0;
	margin:0;
}
.tlf  {background:url(../images/rounded_tlf.gif) no-repeat left top;
margin:0;
padding:0;
}
.brf  {background:url(../images/rounded_brf.gif) no-repeat right bottom;
margin:0;
padding:0;
}
.blf {
	margin:0;
	padding:0;
	background-image: url(../images/rounded_blf.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.rounded_content {
margin:0;
padding:1em;
}
  .schedule {
	overflow: hidden;
	position: fixed;
	visibility: visible;
	z-index: auto;
	height: auto;
	width: auto;
	left: 25px;
	top: 25px;
	background-color:#99FFFF;
}
.CurrentAir {
	position: relative;
	height: 345px;
	width: 400px;
	top: 25px;
	left:750px;
	border:thin solid #000000;
	background-color:#FFFFCC;
}
.CurrentAir .SchedTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

.StudioInfo {
	background-color: #CCFFCC;
	border-top-color: #000033;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;
	position: relative;
	top: 50px;
	left: 750px;
	width:400px;
}
