/* stylesheet for series fetcher */
body {
		background-color: #b4af91;
		color: #40411e;
		font-family: Verdana; /*Sans-Serif;*/
		font-size: 62.5%;
		margin: 0px;
		padding: 0px;
}

#main {
		font-size: 1.2em;
		padding-left: 10px;
}

#checkinfo {
		border-bottom: solid 1px #333;
}

#checkinfo p {
		margin: 0 5px;
}

.extrainfo {
		font-size: 0.8em;
		padding-bottom: 2px;
		margin: 0;
}

.header {
		font-family: Sans-Serif;
		background-color: #444444;
		height: 80px;
}

#header h1 {
		color: #aaaaaa;
		font-size: 3.5em;
		padding-left: 5px;
		padding-top: 5px;
}

#footer {
		background-color: #888888;
		margin-left: -10px;
		padding-left: 10px;

}

#menu ul {
		font-family: Sans-Serif;
		background-color: #444444;
		font-size: 1.75em;
		margin-top: 0;
		margin-left: 0px;
		padding-left: 5px;
		/*
		user-select: none;
		-moz-user-select: none;
		-webkit-user-select: none;
		*/
}

#menu li {
		position: relative;
		top: -1px;
		background-color: #888888;
		list-style-type: none;
		display: inline;
		margin: 0px -1px;
		vertical-align: bottom;
}

#menu li a {
		padding: 0px 5px 0px 5px;
		color: #121212;
		border-bottom: 1px solid #444444;
}

#menu a:hover {
		background-color: #b4af91;
}

li.active a {
		background-color: #b4af91 !important;
		border-bottom: 2px solid #b4af91 !important;
}

.search {
		display: inline;
		float: right;
		padding: 0px;
		background-color: #444444;
}

li.search {
		margin: -3px 5px 0px 0px!important;
}

.lettermenu li {
		list-style-type: none;
		display: inline;
}

.quickjump {
		font-size: 1.2em!important;
		margin-bottom: 20px;
		text-align: center;
}

.quickjump h2 {
		display: inline;
		font-size: 1em;
		margin: 0px 5px 0px 5px;
}

.quickjump ul {
		display: inline;
		padding: 0;
}

.quickjump span {
		margin-left: 20px;
		font-size: 0.8em;
}


.fat {
		color: #32331d;
		font-weight: bold;
}
.airs_today {
		color: #ff0000;
		font-weight: bold;
		text-decoration: blink;
}

h1, h2 {
		color: #32331d;
		font-weight: bold;
		font-size: 1.8em;
		margin: 0 0px;
}

a {
		color: #32331d;
		font-weight: bold;
		text-decoration: none;
}

a:hover {
		color: #abcdef;
}

.serieinfo {
		border-bottom: solid 1px #40411e;
		padding-bottom: 2px;
		padding-top: 5px;
}

.serieinfo p {
		margin: 0 5px;
}

.episodeinfo {
		padding-left: 10px;
		padding-bottom: 10px;
}

.airstoday {
		font-weight: bold;
		color: #c03000;
}

#selectseries p {
		margin: 0;
}

#selectseries {
		display: none;
}

#totalepisodes p {
		margin: 0 5px;
}

#checkimg {
		text-decoration: none;
		border: none;
}

#calendarSlot {
		width: 90em;
}
table.calendar {
/*		width: 100%;*/
		border-collapse: collapse;
		border: 2px solid #808080;
		font-size: 1.2em;
		font-family: Sans-Serif;
}
.calendar th,
.calendar td {
		width: 14%;
		/*line-height: 20px;*/
		overflow: hidden;
		border: 1px solid #cfcfcf;
}

.calendar th {
		height: 1em;
		text-align: center;
}

.calendar td {
		height: 6em;
		text-align: left;
		vertical-align: top;
}

.today {
		background-color: #aaaaaa;
}

.calendar p {
		font-size: 0.7em;
/*		font-family: Sans-Serif;
		font-weight: bold;
		line-height: 10px;*/
		margin: 0;
		padding-top: 0px;
		padding-bottom: 0px;
}

.item {
		margin-bottom: 2em;
		margin-left: 3em;
		width: 50em;
}

.created {
		font-size: 1em;
		text-align: right;
		background-color: #888888;
}

.title {
		font-size: 2em;
		font-weight: bold;
		background-color: #888888;
}

.content {
		background-color: #aaaaaa;
		padding: 10px 0;
}

.ads {
		text-align: center;
		padding: 10px;
}


