/* Copyright 2008 MagicToolBox.com. To use this code on your own site, visit http://magictoolbox.com */

/* CSS class for zoomed area */
.MagicZoomBigImageCont {
	border:			1px solid #91b817;
}

/* Header look and feel CSS class */
/* header is shown if "title" attribute is present in the <A> tag */
.MagicZoomHeader {
	font:			10px Tahoma, Verdana, Arial, sans-serif;
	color:			#fff;
	background:		#91b817;
	text-align:     center !important; 
}


/* CSS class for small looking glass square under mouse */
.MagicZoomPup {
	border: 		1px solid #aaa;
	background: 	#ffffff;
	cursor:			hand;
}

/* CSS style for loading animation box */
.MagicZoomLoading {
	text-align:		center;
	background: 	#ffffff;
	color:			#444;
	border: 		1px solid #ccc;
	opacity:		0.8;
	padding:		3px 3px 3px 3px !important;
	display: 		none; /* do not edit this line please */
}

/* CSS style for gif image in the loading animation box */
.MagicZoomLoading img {
	padding-top:	3px !important;
}

.IMGResizing
{
	border:2px solid;	
}
.handleIMG
{
	background-image:url(/images/HandleHand.png);
	width:20px;
	height:20px;
	overflow:hidden;
	cursor:se-resize;
}
tr
{
	background-color: White;
}
.VMTitle
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}
.VMProps {
	font-family: Verdana;
	font-size: 10px;
}
.VMPropVal {
	font-family: Verdana;
	font-size: 10px;
	color: Navy;
}
.medLinks a:link 
{
	color: #3300cc;
	text-decoration: underline;
	font-family: Trebuchet MS;
	font-size: small;
}
.medLinks a:visited 
{
	text-decoration: underline;
	font-family: Trebuchet MS;
	font-size: small;
}
.medLinks a:hover 
{
	color: #ff9966;
	text-decoration: none;
	font-family: Trebuchet MS;
	font-size: small;
}
.cinTBL
{
  width: 880px;
  height: 700px;
  margin: 0px; 
}

.cinCell
{
  text-align: center;
  width: 880px;
  height: 700px;
  vertical-align: middle;
  padding-top: 15px;
  background-color: #000000;
  background-image: url(/images/Cin/curtains.jpg); 
  background-repeat: no-repeat;
}
.cinQuickCell
{
  text-align: center;
  width: 885px;
  height: 700px;
  vertical-align: middle;
  padding-top: 15px;
  background-color: #000000;
  background-image: url(/images/Cin/curtains.jpg); 
  background-repeat: no-repeat;
}
.tvCell
{
  text-align: center;
  width: 838px;
  height: 660px;
  vertical-align: top;
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
  background-image: url(/images/Cin/imediaTV.jpg); 
  background-repeat: no-repeat;
}