
.inTheatersTable {
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #CCC;
	margin-left: 80px;
}
.cells {
	height: 35px;
	width: 150px;
	text-align: left;
}
.cellsCity {
	height: 35px;
	width: 125px;
	text-align: center;
}
.cellsTheater {
	height: 35px;
	width: 250px;
	text-align: center;
}
.cellsTheater a{
	height: 35px;
	width: 250px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	text-decoration: none;
}
.cellsTheater a:hover{
	height: 35px;
	width: 250px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
}
.textStyleOne{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #00FF00;
	font-size: 18px;

}
.textStyleTwo{
	font-size:10px;
	padding-left: 5px;
	color: #FF00FF;	
	font-size: 8px;
}
.textStyleThree{
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #0000FF;
	font-size: 16px;
}
#texttId{
	font-family:verdana, helvetica, arial, sans-serif;
	font-size: 14px;
	color: #00FF00;
}
.dvdBox {
 float: left;
 height: 75px;
 width: 75px;
 margin-right: 5px;
 margin-bottom: 5px;
}
.container {
 float: left;
 height: auto;
 width: 165px;
}
.zeroBorder {
 border: 0px;
}