* {
	margin:0;
	padding:0;
}
body {
	FONT-FAMILY: Verdana,Helvetica; 
	FONT-SIZE: 10pt;
	background:#333333;
}
.header {
	width: 1024; 
	height: 22px;
	background:#000 url(/images/1.png) left no-repeat;
}
.footer {
	width: 1024; 
	height: 22px;
	background:#000;
	text-align:middle;
	color: #fff;
}
input {
	border:1px solid #C9CED4;	
	background:#DFDFDF;
	height:23px!important;
	height:17px;
	padding:1px!important;
	padding:2px;
}
input:focus {
	border:1px solid #B80000;
	background:#fff;
}
input.search,input.submit {
	width:41px;
	height:27px!important;
	height:17px;
	color:#fff;
	background:#80868D;
	cursor:pointer;	
	padding:0!important;
	padding-top:0;
	padding-top/**/:.1em;
	letter-spacing:4px;
	overflow:hidden;
}
#sidenav{
	width: 200px;
	height: 100%;
	background:#fff;
	text-align:left;
	float:left;
}
#sidenav #li{
	color:#fff;
	text-align:left;
}
#topright{
	float:right;
	text-align:left;
	color:#fff;
}
#topmid{
	float:left;
	margin: 0px 0px 0px 200px;
	text-align:left;
	color:#fff;
}
h1{
	font-weight:bold;
	text-decoration:none;
	color:#000;
	letter-spacing:2px;
	font-size:20px;
	width:100%;
	border-bottom:1px solid #8C8C8C;
	margin: 5px 5px 5px 5px;
}
h2{
	font-weight:bold;
	text-decoration:none;
	padding:0px;
	color:#fff;
	letter-spacing:2px;
	font-size:14px;
	width:200px;
	background:#666;
}
h3{
	font-weight:bold;
	text-decoration:none;
	padding:0px;
	color:#fff;
	letter-spacing:2px;
	font-size:14px;
	width:100%;
	background:#666;
}
#main{
	background:#000000;
	color: #ffffff;
	text-align:left;
	padding: 10px;
	margin: 5px;
	width:760px;
	height:100%;
	float:left;
}
.info {
	width:75%;
	border:1px solid #9EA7B2;
	background:#F3F1EF;
	display:block;
	text-align:left;
	color:#2F445D;
	font-size:14px;	
	line-height:16px;
	text-decoration:none;
	padding:5px;
	margin:5px;
	background:#F3F1EF url(info.png) left no-repeat;
}
.infowide {
	width:730px;
	border:1px solid #9EA7B2;
	background:#F3F1EF;
	display:block;
	text-align:left;
	color:#2F445D;
	font-size:14px;	
	text-decoration:none;
	padding:5px;
	margin:5px;
	background:#F3F1EF url(/images/info.png) left no-repeat;
}
.infowide p {
margin: 5px 25px 5px 25px;
}
#sidenav ul.links
{
  list-style: none;
  padding: 0;
  margin: 0;
  border: none;
  list-style-image: none;
}
.sidebar ul.links li
{
  padding: 0;
  border-bottom: #7c8c9b solid 1px;
  height: 1.7em;
}

#sidenav ul.links li a
{
  padding: 2px 6px;
  display: block;
  color: #465052;
  text-decoration: none;
}

#sidenav ul.links li a:hover
{
  background: #e0edf7;
  background: url(spiiner4-greenie.gif) no-repeat 0px 7px;
}

.user{
	background: url(/images/b_user_li_ico.gif) no-repeat 0px 7px;
}
.episode {
	width:230px;
	height: 230px;
	border:1px solid #9EA7B2;
	background:#F3F1EF;
	display:inline;
	text-align:left;
	color:#2F445D;
	font-size:14px;	
	text-decoration:none;
	padding:5px;
	margin:5px;
	float: left;
}

.numberon{
	margin: 5px;
	border: 2px solid black;
	font-size:16px;
	color: red;
	text-decoration:bold;
	width: 18px;
	height: 18px;
	float: left;
	text-align:center;
	background:#ffffff;
}
.numberoff{
	margin: 5px;
	border: 1px solid black;
	font-size:14px;
	color: black;
	width: 20px;
	height: 20px;
	float: left;
	text-align:center;
	background:#ffffff;
}
.numbered{
	margin: 5px;
	border: 1px solid white;
	font-size:14px;
	color: white;
	width: 17px;
	height: 15px;
	float: left;
	text-align:center;
	background:#000000;
}
.sidescroll {
  width: 100%; 
  height: 95px; 
  overflow-x: scroll; 
  overflow-y: hidden; 
  white-space: nowrap; 
  border: 0px solid blue;
  text-align: left;
}


.bordered {
	border: 3px solid red;
}
.gcurrent {
	border: 3px solid blue;
	text-align: center;
}

.previewPimp {
	position: absolute;
	font-size: 1px;
	line-height: 1px;
	height: 16px;
	width: 16px;
	overflow: hidden;
	right: 5px;
	bottom: 6px;
	border: 3px solid #fff;
	background: url(/images/preview_pimp.gif) no-repeat top #fff;
	z-index: 1001;
	cursor: pointer;
}

.previewWindow {
	font-size: 1px;
	line-height: 1px;
	position: absolute;
	right: 5px;
	bottom: 6px;
	z-index: 1000;
	border: 3px solid #fff;
	background: url(/images/preview.gif) no-repeat center #333;
}
.code { padding-bottom: 1em; }
.code .p, .code .mb b { background-color: #000; }
.code .p {
	font-size: 1em;
	padding: .5em 1em;
	color: #ffe;
	white-space: pre;
	position: relative;
	zoom: 1;
}
.code .p em { display: block; float: left; width: 190px; font-style: normal; }
.label {
	font: bold 30px Verdana,Tahoma,Arial,Helvetica,sans-serif;
	line-height: normal;
	color: #ff9;
	position: absolute;
	top: 0;
	right: 0;
	padding: 1px .25em;
	z-index: 10;
}
