.episodeCell {
 font-family: arial;
 overflow: hidden;
 font-size:8pt;
 font-weight: bold;
 text-align: center;

}

.episodeCell img {
 top:0px;
}

#preview {
 border: solid black 1px;
}

#episodes #header, #episodes #footer{
 font-family: verdana,arial;
 font-weight: bold;
 font-size: 20px;
 text-align: center;
}

#episodes a {
 text-decoration: none;
}


.formRow {
 padding: 5px 0px 0px 5px;
 height: 25px;   
 width: 90%;
}

.even {
 background-color: #dcdcdc;
}

.formTitle {
 width: 150px;
 float: left;
}

.formField {
 float: left;
 width: 150px;
}

.formTitle, .colorSelector {
 font-weight: bold;
 float: left;
}

#farbtastic {
 float:left;
 padding-top: 100px;
}

#formLeft {
 float:left;
 width: 450px;
}

.colorSelector {

}

#code {
 margin-top: 10px;
 padding: 5px;
 border: solid black 1px;
 display: none;
}

