body{
	background: #FFFFFF;
	line-height:14px;
	font-size: 12px;
	font-family:sans-serif;
	margin:0pt;
	cursor:default;
}


/* Navigation bar */
nav{
    line-height:20px;
    background-color:#0000FF;
    padding:2px 5px 0px 5px;
    margin:0px;
    min-width: 810px;
    overflow:auto;
}

button {
    border-top-left-radius:6px;
    border-top-right-radius:6px;
    height:25px;
    border:thin;
    border-style:solid;
    border-color:#0000FF;
    background-color:#C0C0C0;
    vertical-align:bottom;
    float: left;
}

.selected {
    border:none;
    background-color:#FFFFFF;
    border-bottom-color:#FFFFFF;
    outline-style:none;
}

/* Heading Title */
span{
    line-height:22px;
    font-size:12px;
    font-family:sans-serif;
    vertical-align:middle;
}
#time{
    font-weight:normal;
    color:#FFFFFF;
    padding-left:5px;
}

#title{
   font-weight:bold;
   color:#80FFFF;
   float:right;
}

/* Content section */
iframe[seamless]{
    background-color: transparent;
    border: 0px none transparent;
    padding: 0px;
    overflow: hidden;
}

#container{
	background:#FFFFFF;
	border:none;
    border-style:none;
    z-index:1;
}

#content{
    top:5px;
    left:5px;
    margin:0px 0px 0px 0px;
	background:#FFFFFF;
	border:none;
    border-style:none;
	text-align:left;
	padding:0px;
	position:relative;
    z-index:2;
    overflow:hidden;
    display:inline-block;
}
