@charset "utf-8";
/* CSS Document */

html {
  overflow-x:auto;
  overflow-y:scroll;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(/tours/boobiesandcream/images/back.gif);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
img {
  border:0px;
}
.oneColFixCtr #container {
	width: 980px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-color: #FFFFFF;
	background-image: url(/tours/boobiesandcream/images/tableback.gif);
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.oneColFixCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
.picoutline {
	border: 2px solid #000000;
}
.eptext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
	color: #333333;
	text-align: center;
	padding: 20px;
	width: 940px;
}
.class1 A:link {text-decoration: none; color: #CC0000;}
.class1 A:visited {text-decoration: none; color: #CC0000;}
.class1 A:active {text-decoration: none; color: #CC0000;}
.class1 A:hover {text-decoration: underline; color: #CC0000;}

.class2 A:link {text-decoration: none}
.class2 A:visited {text-decoration: none}
.class2 A:active {text-decoration: none}
.class2 A:hover {text-decoration: underline; color: #FFFFFF;}

.imageoutline {
	border: 1px solid #333333;
}
.bottomborder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.textheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #eeeeee;
	text-align: center;
	margin: auto;
	padding: 5px;
}

.style1 {
	color: #CC0000;
	font-weight: bold;
	padding-right: 5px;
	font-size: 20px;
}

.style2 {
	color: #000000;
	font-weight: bold;
	padding-right: 5px;
	font-size: 20px;
}
.style3 {font-size: 18px;
	text-align: center;
	margin: auto; padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

.episodeheader {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #111111;
  text-align: center;
  margin: auto;
  padding: 5px;
}

.episodetext {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #333333;
  text-align: center;
  margin-right: 80px;
  margin-left: 80px;  
  margin-top: 15px;
  margin-bottom: 5px;
  padding: 5px;
}

.formats {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #111111;
  text-align: center;
  margin: auto;
  padding: 5px;
}

.thumb_links {
  font-family: sans-serif, Arial;
  font-size: 12px;
  line-height: 13px;
  color:#000000;
}
.thumb_links a:link {
  font-family: sans-serif, Arial;
  font-size: 12px;
  line-height: 13px;
  color:#000000;
  text-decoration:underline;
}
.thumb_links a:visited {
  font-family: sans-serif, Arial;
  font-size: 12px;
  line-height: 13px;
  color:#000000;
  text-decoration:underline;
}
.thumb_links a:hover {
  font-family: sans-serif, Arial;
  font-size: 12px;
  line-height: 13px;
  color:#000000;
  text-decoration:underline;
}
.thumb_links a:active {
  font-family: sans-serif, Arial;
  font-size: 12px;
  line-height: 13px;
  color:#000000;
  text-decoration:underline;
}
