/* CSS Document */
body{
	margin:0px;
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}

a{
	color:#FFFFFF;
	text-decoration:none;
	}
	
a:hover{
	color:#FF0000;
	}

#logo{
	background-color:#000000;
	}

.whiteLine{
	height:3px;
	width:100%;
	display:block;
	background-color:#FFFFFF;
	margin-bottom:15px;
}

#randomPhrase{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FF0000;
	font-size:14px;
	font-weight:bold;
	padding-bottom:10px;
	margin-right:155px;
}

img{
	border-width:0px;
	}
	
.episodeTD{
	height:50px;
	width:70px;
	background-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
	border-color:#999999;
	}

#downloadNav{
	margin-bottom:5px;
	margin-top:5px;
	}

#mainNav{
	margin-top:5px;
	margin-bottom:5px;
	}

.commentNameTitle{
	padding-left:10px;
	width:235px;
	}

.commentCommentTitle{
	width:350px;
	color:#FFFFFF;
	}

#comments{
	padding-right:70px;
	width:400px;
	margin-top:10px;
	}

#leaveACommentTD{
	font-weight:bold;
	}

#commentsDiv{
	height:300px;
	overflow:auto;
	width:700px;
	}

.pageTitle{
	width:600px;
	padding-bottom:3px;
	border-bottom-width:1px;
	border-color:#333333;
	border-bottom-style:solid;
	font-weight:bold;
	font-size:16px;
	margin-bottom:10px;
	margin-top:5px;
	color:#FF0000;
	}

#bottomNav{
	width:100%;
	height:42px;
	/*background-image:url(images/bottomLoop.png);
	background-repeat:repeat-x;*/
	background-color:#000000;
	border-top-width:2px;
	border-top-style:solid;
	border-top-color:#FFFFFF;
	}

.inputTitle{
	padding-left:10px;
	width:175px;
	}
	
.inputForm{
	padding-top:5px;
	}
	
.inputText{
	border-width:1px;
	border-color:#444444;
	border-style:solid;
	background-color:#333333;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}
	
#contactImporter{
	margin-top:500px;
	margin-left:17px;
	padding:5px 0px 5px 0px;
	width:97%;
	background-color:#FFFFFF;
	z-index:100;
	position:absolute;
	height:270px;
}

.contactLogo{
	float:left;
	padding:10px 5px 5px 5px;
	text-align:center;
}

.tab{
	float:left;
	padding:5px 5px 5px 5px;
	border: 2px solid #FF0000;
	margin-left:10px;
	background-color:#000000;
	color:#FFFFFF;
	cursor:pointer;
}

.tab a:hover{
	color:#FFFFFF;
}

.closeButton{
	float:right;
	padding:5px 5px 5px 5px;
	border: 2px solid #FF0000;
	margin-left:10px;
	background-color:#000000;
	color:#FFFFFF;
	cursor:pointer;
	margin-right:5px;
}

.shareFriend :hover{
	color:#FFFFFF;
}