html {
	background-color: #F0EAEA;
	font-family: Verdana, Tahoma, Arial;
	font-size: small;
}
body{
	margin-left: auto;
	margin-right: auto;
	padding: 0em 2em 2em 2em;
	width: 800px;
	background-color: #FFFEFE;
	border-width: 1px;
	border-style: solid;
	border-color: #D0C0C0;	
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
h1,h3 {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #E0D0D0;
}
h4 {
  margin: 0px;
}
dt {
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
dd {
	margin: 0px;
	padding: 2px 0px 10px;
}
#list{
  position: absolute;
  z-index: 100;
  background-color: white;
	border-width: 1px;
	border-style: solid;
	border-color: #D0C0C0;	
	padding: 0.5em;  
	margin-top: -0.5em;  
	margin-left: 0.5em;  	
	font-size: 100%;
}
#data #list{
	display: none;    
	font-size: small;
}
#data:hover #list{
	display: inline;    
}
#expand:hover{
	font-weight: bold;
	cursor: pointer;  
}
.channel b:hover{
	font-weight: bold;
	cursor: pointer;  
}
.channel b{
	padding-left: 16px;
	background:#fff url(img/icon_export_vcal.png) no-repeat left;
}
.past{
	color: red;
}
/*
.alternate{
  width: 100%;
  background-color:#eee;
}
*/
/*
.televideo {
}
.televideo div{
  width: 150px;
  height: 383px;
  height: 900px;
  margin: 0px;
  padding: 0px;
}
.televideo img{
  position: absolute; 
  clip: rect(15px auto 368px 8px);
  margin: 0px;
  padding: 0px;
}
*/

/* tab styles */
#tabrow {
 margin:0;
 padding-left:1ex;
 min-width:600px;
 font-size:small;
 letter-spacing:0.3pt;
 line-height:1;
 height:24px;
}

#tabrow ul {
  margin:0;
  padding:0;
  list-style:none;
  position:absolute;
  z-index:2;
}

#tabrow li {
  float:left;
  background-color:#aaaabb;
  color:#000;
  margin: 0;
  margin-right:5px;
  padding:5px;
  -webkit-border-top-left-radius:5px;
  -webkit-border-top-right-radius:5px;
  -moz-border-radius-topleft:5px;
  -moz-border-radius-topright:5px;
  border-top:solid #8888aa 1px;
  border-left:solid #8888aa 1px;
  border-right:solid #8888aa 1px;
  border-bottom-width:0;
  border-bottom-color:transparent;
  cursor:pointer;
}

#tabrow li.select {
 background-color:#fafafa;
 color:#000000;
 height:14px;
}

#midbox {
  border: solid #8888aa 1px;
  background-color:#000;
  width: 735px;
}

#midbox img{
  width: 360px;
  height:400px;
}

#nav {
  float:right;
  margin: -50px 0px 0px 0px;
}

#nav a{
  margin-left: 1em;
}

