body {
	background-color: #262D36;
}

body, td, input, textarea {
	font-family: Arial, helvetica, sans-serif;
	font-size:9pt;
}


#wrapper {
	position:absolute;
	top:0;
	width:98%;
}


#main {
	top:0;
	width: 680px;
	background-color:white;
	padding:1em;
}

#main td {
}
	
	
#bridge {
	background-color:#F8D250;
	padding:2em;
	text-align:left;
}

h1 {
	font-size:1.2em;
}

h2 {
	font-size:1.1em;
}


.halfBox {
	text-align:left;
	width:250px;
}

.fullBox {
	width: 630px;
}

.topLeft {
	font-size:1px;
	width:15px;
	height:15px;
	background-image:url(/images/topLeft.png);
	background-repeat:no-repeat;
}
.topRight {
	font-size:1px;
	width:15px;
	height:15px;
	background-image:url(/images/topRight.png);
	background-repeat:no-repeat;
}
.bottomLeft {
	width:15px;
	height:15px;
	background-image:url(/images/bottomLeft.png);
	background-repeat:no-repeat;
}
.bottomRight {
	width:15px;
	height:15px;
	background-image:url(/images/bottomRight.png);
	background-repeat:no-repeat;
}
.left {
	width:15px;
	background-image:url(/images/left.png);
	background-repeat:repeat-y;
}
.right {
	width:15px;
	background-image:url(/images/right.png);
	background-repeat:repeat-y;
}
.top {
	font-size:1px;
	height:15px;
	background-image:url(/images/top.png);
	background-repeat:repeat-x;
}
.bottom {
	height:15px;
	background-image:url(/images/bottom.png);
	background-repeat:repeat-x;
}
.boxContent {
	background-color: #495A67;
	padding:1em;
	text-align:left;
	color:white;
}

.boxContent td {
	text-align:left;
	color:white;	
}


.boxContent a:link, .boxContent a:visited {
	color: #F3CC63;
}

.boxContent a:active, .boxContent a:hover{
	color: #F39535;
}

.episodeSummary {
	width: 630px;
	margin: 1em;
	padding: 1em;
	border: 1px solid black;
	background-color: #eee;
}

.episodeSummary td,  {
	font-size:.7em;
}

.alert {
	color: #F44040;
}

.insideTable {
	width:100%;
}

.success, .success a:link, .success a:visited {
	color:green;
	font-size:1.2em;
	font-weight:bold;
}

.failure, .failure a:link, .failure a:visited {
	color:red;
	font-size:1.2em;
	font-weight:bold;
}

embend {
	background-color:black;
}

a:link, a:visited {
	color:#262F34;
}

a:active, a:hover {
	color:#3E4C54;
}