/* stylesheet for series fetcher */
body {
		background-color: #b4af91;
		color: #40411e;
		font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
		font-size: 62.5%;
}

#body {
		padding-left: 10px;
		padding-right: 10px;
}

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

#checkinfo p {
		margin: 0 5px;
}

.extrainfo {
		font-size: xx-small;
		padding-bottom: 2px;
		margin: 0;
}

.header {
		background-color: #444444;
		height: 40px;
		margin-top: -9px;
		margin-left: -9px;
		/*padding: 10px 10px 10px 10px;*/
}

#header h1 {
		color: #aaaaaa;
		font-size: 36px;
		padding-left: 10px;
}

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

}

#menu ul {
		background-color: #888888;
		font-size: 115%;
		margin-top: 0;
		margin-left: -9px;
		padding-left: 10px;
}

#menu li {
		list-style-type: none;
		display: inline;
		border-right: 1px solid black;
		padding: 0px 3px 0px 3px;
		vertical-align: bottom;
}

.active {
		background-color: #b4af91;
}


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

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

h1 {
		color: #32331d;
		font-weight: bold;
		font-size: 16px;
		margin: 0 0px;
}

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

a:hover {
		color: #abcdef;
}

#search {
		text-align: right;
}

.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: 900px;
}
table.calendar {
		width: 100%;
		border-collapse: collapse;
		border: 2px solid #808080;
		font-size: 12px;
		font-family: arial, sans-serif;
}
.calendar th,
.calendar td {
		width: 14%;
		line-height: 20px;
		overflow: hidden;
		border: 1px solid #cfcfcf;
}

.calendar th {
		height: 20px;
		text-align: center;
}

.calendar td {
		height: 80px;
		text-align: left;
		vertical-align: top;
}

.today {
		background-color: #aaaaaa;
}

.calendar p {
		font-size: 10px;
		font-family: arial, sans-serif;
		font-weight: bold;
		line-height: 10px;
		margin: 0;
		padding-top: 0px;
		padding-bottom: 0px;
}

.item {
		margin-bottom: 20px;
		margin-left: 30px;
		width: 500px;
}

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

.title {
		font-size: 20px;
		font-weight: bold;
		background-color: #888888;
}

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

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

