div.projectspage {
    position: absolute;
		top: 265px;
		left: 160px;
    width: 672px;
    color: #F5F5F5;
    font-size: 14px;
}

div.typeheader {
    position: relative;
		left: 80px;
}

div.projectinfo {
    position: absolute;
		top: 280px;
		left: 160px;
    width: 572px;
    color: #F5F5F5;
    font-size: 14px;
}

div.infobox {
    color: #F5F5F5;
    width: 572px;
    text-align: justify;
}

div.projimages {
    width: 572px;
    text-align: center;
}

div.episodebyprojectlist {
    color: #F5F5F5;
    width: 550px;
    text-alignment: center;
    left: 180px;
}

.episodetable {
    border = 0px;
    cellpadding = 0px;
}

.episodetableheader {
    color: #000000;
    background-color: #F5F5F5;
    font-weight: bold;
}

.infotable {
    border: 0px;
    width: 400px;
    padding: 0px;
    color: #F5F5F5;
}

.infolabels {
    font-weight: bold;
}

.projectimage {
    float: left;
}

.Active {
    color: blue;
    font-weight: bold;
}

.Completed {
    color: green;
    font-weight: bold;
}

.Dropped {
    color: red;
    font-weight: bold;
}

.Paused {
    color: yellow;
    font-weight: bold;
}

a:link {
    color: #FF9507;
    text-decoration: none;
}

a:visited {
    color: #FF9507;;
    text-decoration: none;
}
