body { 
	min-width: 1000px;
	margin: 0px;
	padding: 0px;
	background-color: #fffe64;
	font-family: arial, verdana, times new roman;
	font-size: 12px;
	font-weight: normal;
	color: black;
}

#siteheader {
	float: left;
	width: 100%;
	height: 92px;
	background-image:url('/images/backgrounds/yellow.jpg');
	background-repeat: repeat-x;
}

#sitesearch {
	background-color: #cccccc;
	width: 180px;
	padding: 5px;
	margin: 20px auto;
	text-align: center;
	margin-bottom: 5px;
	border-radius: 10px;
}
select, input, textarea {
	font-size: 10pt;
}

#sitecontrols select, #sitecontrols input {
	font-size: 10px;
}

#newsstand select {
	font-size: 14px;
}

#sitebanner {
	margin: 12px 180px;
	text-align: center;
}

#sitelogo {
	padding-top: 5px;
	float: left;
	width: 200px;
	margin-left: -100%;
	padding-left: 10px;
}

#sitecontrols {
	float: left;
	width: 200px;
	margin-left: -200px;
	text-align: right;
	padding-top: 4px;
}
#addtab, #updatetab, #managetab, #controlpanel {
	float: right;
}

.bodyhilite {
	font-weight: bold;
}

.bodyheading {
	font-weight: bold;
	font-size: 12pt;
}

.error {
    background-color: red;
}

.commit {
    background-color: orange;
}

.mainbody {
	margin: 0px 20px;
	padding: 5px;
	background-color: #f9f9f9;
	border-radius: 10px;
}
.mainbody a {
	color: black;
	text-decoration: underline;
} 

p {
	padding-left: 5px;
	padding-right: 5px;
}

.contentbox {
	border-radius: 10px;
	margin: 20px 5px;
	background: #eeeeee;
	padding: 10px;
}
.tabs {
	margin: 10px 5px;
	padding: 10px;
}

.pagetitle {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.faquestion {
	margin: 20px 0px;
}
.questionhead {
	font-weight: bold;
	margin-bottom: 5px;
	float: left;
	width: 4%;
}
.questionbody {
	margin-bottom: 5px;
	float: left;
	width: 96%;
}

.tablist {
	border-bottom: 1px solid #000000;
	padding: 0px; 
	margin: 0px;
}
.tablist li {
	display: inline-block;
	margin-bottom: -1px;
	padding-right: 2px;
	background-color: #cccccc;
	border: 1px solid #000000;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.tablist li a {
	display: inline-block;
	padding: 2px 5px;
	font-weight: bold;
	text-decoration: none;
}
.tablist li.selectedtab {
	background-color: #eeeeee;
	color: #ffffff;
	border: 1px solid #000000;
	border-bottom: 1px solid #eeeeee;
}
.tabarea {
	background: #eeeeee;
	border: 1px solid #000000;
	border-top: 1px solid transparent;
	padding: 0px 10px;
	min-height: 520px;
}
.filterbar {
	margin: 5px auto;
	padding: 5px;
	background: #cccccc;
	text-align: center;
}
.filterbar label {
	padding: 0px 5px;
	font-weight: bold;
}
#searchform{
    background-color:#cccccc;
    height:88px;
}
#searchtypeform{
    float:left;
    background-color:yellow;
    width:150px;
    height:88px;
    vertical-align:top;
}
#tpbSearchform{
    background-color:#cccccc;
    padding-left:5px;
}

.mainbody .hassynopsis  {
	color: red;
}

.imgcenter {
	display: block;
	margin: 0 auto;
}

.centerdiv {
	text-align: center;
}

.alignright {
	text-align: right;
}

.clear {
	clear: both;
	width: 100%;
}

.resulttable {
	margin: 10px;
	background: #eeeeee;
	border: 1px solid #cccccc;
}
.resulttable td {
	padding: 5px;
	border-bottom: 1px solid #cccccc;
}
.resultPagingBar {
	margin: 10px auto;
	width: 500px;
	background: #4b545f;
	border-radius: 10px;
	text-align: center;
}
.resultPageButton {
	display: inline-block;
	width: 25px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: center;
}
.resultPagingBar .resultCounts {
	display: inline-block;
	width: 410px;
	color: white;
	text-align: center;
	padding: 5px 0px;
}
.resultPageButton a {
	font-size: 20px;
	color: white;
	text-decoration: none;
}

.stdtable {
	margin: 5px auto;
	background: #ffffff;
	border: 1px solid #000000;
}
.covertable {
	margin: 5px auto;
	background: #eeeeee;
}
.covercell {
	width: 104px;
	text-align: center;
}
.tableheader {
	background: #4b545f;
	color: white;
	text-align: center;
	font-weight: bold;
}
.tableheader a {
	color: white;
	text-decoration: none;
	display: block;
}

td {
	padding: 2px 4px;
	vertical-align: top;
	background: #EEEEEE;
}
.cellright {
	text-align: right;
}
.peryearcol {
	min-width:60px;
}

.imglink a img { 
	display:block;
	margin-left:auto; 
	margin-right:auto;
}

.bodytext {
	margin-top: 0px;
	padding-top: 10px;
}

.floatLeft {
	float: left;
	padding-right: 10px;
	padding-bottom: 2px;
}

.floatRight {
	float: right;
	padding-left: 10px;
	padding-bottom: 2px;
}

#searchlabel {
	display: inline;
	text-transform: uppercase;
}

#publist ul{
	list-style-type: none;
}

#publist li {
	display: inline;
}

#publist a {
	text-decoration: none;
	padding: 5px 20px;
}

#dbinfo {
	padding:2px; 
	margin:5px 0px 0px 0px;
}

.appList {
	float: left;
	width:250px;
	background: #EEEEEE;
	font-size:8pt;
	padding-left:10px; 
	padding-right:10px; 
	margin-right:5px;
}

/*HOVER POPUP LINKS*/

#popup a span {
	display: none;
}

#popup a:hover span {
	display: block;
	position: absolute;
	top: 280px;
	left: 300px;
	/*width: 320px;*/
	margin: 0px;
	padding: 10px;
	font-weight: normal;
	background: #e5e5e5;
	text-align: left;
	border: 1px solid #666;
}

.episodetitle {
	font-size: 16pt;
}
.episodeheading { background-color: #4b545f; }

.episodelink a:link {font-size: 16pt; color:white; font-weight:bold; text-decoration:none;}
.episodelink a:visited {font-size: 16pt; color:white; font-weight:bold; text-decoration:none;}
.episodelink a:hover {font-size: 16pt; color:white; font-weight:bold; text-decoration:none;}
.episodelink a:active {font-size: 16pt; color:white; font-weight:bold; text-decoration:none;}

.showimage {
	max-width: 480px;
	padding: 10px;
}
