

.showwrapper
{
width: 862px;
height: auto;
background-image:url(../images/show_bg.gif); background-position: topleft; background-repeat: no-repeat;
background-color: #0c4862;
margin-bottom: 2px;
}

.left
{
float: left;
width: 380px;
}

.right
{
margin-left: 390px;
padding-top: 15px;
padding-bottom: 15px;
}


#logos
{
margin-left: 15px;
}

#logos .tvlogo
{
width: 101px;
float: right;
margin-top: 17px;
margin-right: 20px;
}

#credits
{
margin-left: 15px;
}

#credits ul h4
{
font-size: 115%;
}

#credits ul
{
float: left;
width: 49%;
margin-top: 5px;
}

#thumbnails
{
margin-left: 15px;
margin-top: 15px;
padding-bottom: 10px;
padding-top: 10px;
border-bottom: 1px dashed #c6c6c6;
border-top: 1px dashed #c6c6c6;
text-align: center;
}

#thumbnails img
{
margin-right: 15px;
border: 2px solid #FFFFFF;

}

.showdetails2
{
padding-left: 15px;
padding-bottom: 10px;
padding-top: 10px;
}

.showdetails3
{
margin-left: 15px;
padding-bottom: 20px;

border-bottom: 1px dashed #c6c6c6;
border-top: 1px dashed #c6c6c6;
width: 345px;
}

.video
{
background-color: #000000;
padding: 5px;
text-align: right;
}

.video a
{
color: #FFFFFF;
font-weight: bold;

}

.showcontactinfo
{
margin-top: 6px;
line-height: 20px;
}

.showcontactinfo a:link
{
color: #FFFFFF;
text-decoration: underline;
} 

.showcontactinfo a:hover
{
text-decoration: underline;
color: #b6b8b7;
}

#searchform
{
margin: 0px 15px 15px 15px;
border-bottom: 1px dashed #c6c6c6;
border-top: 1px dashed #c6c6c6;
padding-bottom: 15px;
}

#searchform .searchheader
{
padding: 10px;
}

#searchform .searchholder
{
background-color: #306379;
margin: 0 15px 0 15px;
padding: 10px;
}


#searchform INPUT
{
background-color: #306379;
border: 2px solid #FFFFFF;
color: #FFFFFF;
margin-top: 4px;
}

#searchform SELECT
{
background-color: #306379;
border: 2px solid #FFFFFF;
color: #FFFFFF;
margin-top: 4px;
margin-bottom: 4px;
}





.header1
{
font-size: 17px;
margin-top: 17px;
}

.header2
{
font-size: 14px;
margin-top: 7px;
text-align: justify;
margin-right: 20px;
}

.flash
{
margin-top: 10px;
}


.aboutshow
{
margin-top: 7px;
text-align: justify;
margin-right: 20px;
}

.clear
{
clear: both;
}

.MultiBoxContainer {
	position: absolute;
	border: 20px solid #000;
	background-color: #FFF;
	display: none;
	z-index: 2;
	text-align: left;
	/*overflow: hidden;*/
}

.MultiBoxLoading {
	background: url(../images/loader.gif) no-repeat center;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.MultiBoxClose {
	position: absolute;
	top: -26px;
	right: -26px;
	background: url(../images/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}


.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}

.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #000000;
}


.MultiBoxPrevious {
	position: absolute;
	background: url(../images/left.png) no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNext {
	position: absolute;
	background: url(../images/right.png) no-repeat;
	width: 24px;
	height: 24px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url(../images/rightDisabled.png) no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(../images/leftDisabled.png) no-repeat;
}

.MultiBoxTitle {
	position: relative;
	margin: 10px 0 0 35px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}

.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 10px 35px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: right;
}

.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: left;
}

