/* CSS Document */

/* ---------GENERAL--------- */
body
{
	color: #333333;
	margin: 10px 0px 0px 0px;
	text-align: center;
	/*background-color: #FFFFFF;
	background-image: url(http://www.pinkvisualnetwork.com/bg1.jpg);
	background-repeat: repeat;*/
	background: #4C0129 url(http://www.pinkvisualnetwork.com/pink-bg.png) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	/* line-height: 12pt; */
}

/* Small text */
.txtsmall {
	font-size: 18px;
}
/* Main wrapper for page */
#wrapper {
	background-color: #ecebeb;
	margin: auto;
	width: 820px;
	border-top-width: 5px;
	border-right-width: 12px;
	border-bottom-width: 10px;
	border-left-width: 12px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #232323;
	border-right-color: #232323;
	border-bottom-color: #232323;
	border-left-color: #232323;
}

p
{
	margin-top: 0px;
	text-align: left;
}

h1
{
	margin: 0px;
	text-align: center;
	color: #232323;
	font-family: verdana;
	font-size: 20pt;

}

h2
{
	margin: 0px;
	color: #000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

h3
{
	margin: 0px;
	color: #232323;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

p.small {
	font: 8pt verdana, sans-serif;
	color: #FFFFFF;
}

img { border: 0px none; }


.Whitespace { clear: both; }

table.smalltext
    {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	}
/*	
/* Box around episode thumb and name */
.episode_thumbbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #000000;
	text-align: center;
	font-weight: bold;
	width: auto;
}

/* Box around episode thumb */
.episode_thumb {
	height: 140px;
	width: 176px;
	background-image: url(images/thumb-bg.jpg);
	background-repeat: no-repeat;
	margin-top: 1px;
	margin-bottom: 1px;
}
/* ---------LINKS--------- */

a { 
	color: red;
	background: transparent;
}

a:link
{
	color: red;
	background: transparent;
}

a:visited
{
	color: red;
	background: transparent;
}

a:hover
{
	color: blue;
	background: transparent;
	text-decoration: underline;
}

a:active
{
	color: #333333;
	background: transparent;
}


/* ---------CONTAINERS--------- */
#bigBox
{
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 800px;
	border: 5px solid #242324;
	background-color: #FFFFFF;
	color: #000000;
}
#bigBox #Table_01 .small {
	color: #000000;
}

