html
{
	padding-bottom: 0px;
	margin-bottom: 0px;
}

body
{	
	background-color: white;
	color: black;
	font-family: Tahoma, Arial, sans-serif;
	margin-top: 3px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top:0px;
	padding-top:0px;
}

div#loading a
{
	color:red;
	text-decoration:none;	
}

div#loading a:hover
{
	color:#2182BD;
	text-decoration:none;
}

table
{
	border-collapse: collapse;
	padding:0;
}

td
{
	padding: 0;
}

img
{
	border: 0;
	margin-left:3px;
}

div
{
	cursor: default;
}

a
{
	color: black;
	text-decoration:none;
}

a:hover
{
	color: red;
	text-decoration:none;
}

#header div
{
	font-family: Tahoma;
	font-size: 11px;
}

#footer div
{
	font-family: Tahoma;
	font-size: 11px;
	margin-bottom: 0px;

}

#down
{
	text-align:center;
	border-bottom: 1px solid #0000C0;
	background-color: #D1D2FF;
	padding: 3px;
}

#links
{
	border-top: 1px solid #0000C0;
	padding: 5px;
}

#searchBox
{
	width:150px;
	font-family:Tahoma;
	font-size:11px;
	border: #A5ACB2 1px solid;
	padding-top:2px;
}

#submit
{
	background-color: white;
	border: #A5ACB2 1px solid;
	font-family: tahoma, sans-serif;
	font-size: 11px;
	color: black;
	cursor: pointer;
	height: 18px;
}

#select
{
	font-family: tahoma, sans-serif;
	font-size:11px;
	/font-size:10px;
	color: black;
	height: 16px;
}

#header font
{
	background-color: white;
	font-family: Courier;
	padding-left: 8px;
	padding-right: 4px;
	border-right: 1px solid gray;
	border-bottom:1px solid gray;
	border-top:0px;
	border-left: 0px;
	cursor: pointer;
	/cursor: hand;
	
}

#header font:hover
{
	background-color: #eeeeee;
	font-family: Courier;
	padding-left: 8px;
	padding-right: 4px;
	border-top: 1px solid gray;
	border-left:1px solid gray;
	border-right:0px;
	border-bottom:0px;
}

#bottom
{
	padding-top: 2px;
	padding-bottom:0px;
	font-family: Tahoma;
	font-size: 11px;
}

#bottom a
{
	color: blue;
	text-decoration: none;
}

#bottom a:hover
{
	color: red;
}

@media screen, projection 
	{
		#page
		{
			position: relative;
			width: 100%;
		}
		#panel
		{
			position: absolute;
			top: 0px;
			left: 0px;
			width: 20em;
			overflow: auto;
			background-color: #D1D2FF;
			border-bottom: 1px solid #D1D2FF;
		}
		#display
		{
			margin-left: 20em;
			border: 1px solid #979797;
			background-color: #eeeeee;
			overflow: auto;
			padding: 10px;
		}
	}

div.noResults
{
	margin:5px;
	padding: 3px;
	border:1px solid gray;
	background-color:white;
	font-family:Tahoma;
	font-size:11px;
}

div.eps
{
	margin-left: 0px;
	margin-right: 4px;
	padding: 3px;
	padding-left: 7px;
	border-bottom:1px solid gray;
	border-left:1px solid gray;
	border-right:1px solid gray;
	background-color:white;
	font-family:Tahoma;
	font-size:11px;
	cursor: pointer;
	/cursor: hand;
}


div.results
{
	padding: 3px;
	border-top: 1px solid gray;
	background-color:transparent;
	font-family: Tahoma;
	font-size: 11px;
	cursor: pointer;
	/cursor: hand;
}

#list
{
	margin: 5px;
	border-bottom:1px solid gray;
}

#title
{
	padding: 5px;
	padding-left: 7px;
	border-top: 1px solid black;
	border-bottom:1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	font-family: Courier New, Verdana, Tahoma;
	font-size: 12px;
}

td.infoTitle
{
	font-family: Courier New, Verdana, Tahoma;
	font-size: 16px;
	font-weight: bold;
}

td.infoLinks
{
	text-align: right;
	font-family: Verdana, Tahoma, Helvetica;
	font-size: 10px;
}

td.infoLinks a
{
	padding: 3px;
	color: black;
	text-decoration: none;
}

td.infoLinks a:hover
{
	color:red;
}
		
div.info
{
	font-family: Tahoma;
	font-size: 11px;
	padding:3px;
	margin: 2px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

div.singleInfo
{
	padding:3px;
	padding-left: 7px;
	margin: 3px;
	border: 1px solid black;
	background-color: white;
}

div.singleInfoW
{
	padding:3px;
	padding-left: 7px;
	margin: 3px;
	border: 1px solid black;
	background-color: white;
}

div.singleInfo a
{
	color: blue;
	text-decoration: none;
}

div.singleInfo a:hover
{
	color: red;
	text-decoration: underline;
}

a.divide
{
	color: black;
	text-decoration: none;
	font-family: Verdana, Tahoma, Helvetica;
	font-size: 10px;
}

a.divide:hover
{
	color: red;
	text-decoration: underline;
	font-family: Verdana, Tahoma, Helvetica;
	font-size: 10px;
}

div.epInfo
{
	cursor: pointer;
	/cursor: hand;
	border:1px dashed black;
	margin:4px;
	margin-left:0px;
	background-color: #F0F0FF;
	padding-left: 5px;
}

div.epInfo div
{
	cursor: pointer;
	/cursor: hand;
}

td.picture
{
	text-align: center;
	width: 150px;
	margin: 5px;
	margin-bottom: 0px;
	border-left: 1px solid black;
	background-color: transparent;
}

div.extrasSections
{
	font-family: Tahoma;
	font-size: 11px;
	margin-top: 4px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 0px;
	padding-left: 2px;
	border: 1px solid black;
	border-bottom: 1px dashed black;
}