body {
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 11pt;
  background: white url('/images/pattern_129.gif') top left repeat;
}
#wrapper {
  margin: 0;
  padding: 1em;
  width: 830px;
  margin: 0 auto;
  background-color: white;
  color: #333;
  border: 1px solid #222;
}

#logo {
  background: white url('/images/assplay_logo.jpg') top left no-repeat;
  text-align: right;
  padding-right: 20px;
  padding-top: 30px;
  height: 105px;
}

h2, h3 {
  color: #02478A;
}

a:link {
  color: #AF7B20;
  text-decoration: none;
}
a:visited {
  color: #4F2D05;
  text-decoration: none;
}
a:hover, a:active {
  text-decoration: underline overline;
}

#displayArea {
	width: 801px;
	color: #333;
	height: 305px; 
	padding: 20px 15px 15px 15px; 
	background: white url('/images/showplayer_bgs.gif') top left no-repeat;
}

#displayArea h2, #displayArea h3 {
  color: #333;
}


.loading {
  background: transparent url('/images/ajax-loader.gif') bottom left no-repeat;
  height: 15px;
  width: 45px;
  margin: 20px auto;
}

#show {
  float: left; 
  width: 412px;
  margin-right: 15px;
  border: 1px solid black;
}

#notesArea { 
	float: left;
	width: 352px;
	height: 276px;
	background: transparent url('/images/notes_bg.png') top left no-repeat;
	padding: 10px;
}
#notes {
  padding: 1em;
	height: 225px;
	width: 320px;
	overflow: auto;
	font-size: 0.9em;
}

#otherShowsWrapper {
  width: 800px; 
	height: 130px;
	padding: 20px 15px 0 15px; 
	margin-bottom: 1em;
	background: transparent url('/images/episode_bg.png') top left no-repeat;
}
#otherShowsArea {
  width: 785px;
	height: 95px;	
	overflow: auto;
}

#otherShows {
	width: 785px;
	height: 79px;
}

#otherShows a {
  border: 0;
  margin-bottom: 0;
  text-decoration: none;
}

#otherShows img {
  border: 1px solid black;
  height: 66px;
}

.oldShow {
  margin-left: 8px;
  margin-right: 8px;
}

.thumbnail {
  border: 0;
}

.error {
  text-align: center;
  color: #9F2727;
  height: 260px;
}

#devInfo {
  width: 100%;
  padding: 1em;
  border: 2px solid black;
}

#tryIt {
  float: right;
  width: 200px;
  padding: 0 1em 1em 1em;
  margin: 0 1em 1em 1em;
  background-color: #FFD68F;
  border: 1px solid #333;
  font-size: 11pt;
}
#tryIt input {
  margin-bottom: 0.3em;
}
#tryIt form {
  margin: 0 auto;
  text-align: center;
}
#tryIt h2, #tryIt h3 {
  color: #333;
}
.text {
  width: 150px;
  background-color: #DFAC53;
  border: 0;
  font-size: 10pt;
}

input.sendBtn {
width: 130px;
height: 26px;
background: transparent url('/images/form_button.gif') no-repeat;
outline: none;
border: 0;
}
input.sendBtn:hover {
background: transparent url('/images/form_button.gif') no-repeat 0 -25px;
}