@charset "UTF-8";
/* Zee Cafe CSS Document @ Hungama.com */
a{
	text-decoration: none;
}

a img {
	border-width: 0;
}



body {
	margin: 0px;
	background-color:#728a0f;
}

#mainContainer{
	width:100%;
	height:100%;
	min-height:870px;
	background-color:#9ec7e2;
}

.headercopy {
	font-family: "Trebuchet MS", Verdana;
	font-size: 14px;
	font-weight: bold;
}
.dot {
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	color: #000000;
	border-bottom: dashed #000000 1px;
	height: 12px;
}

.page{
border-width:thin;
border-color:#000000;
border-style:dashed;
margin: 10px;
font-family:"Trebuchet MS", Verdana;
font-size:12px;
}

.page input, .page textarea, .page select{background-color:#FFFFFF; border:#666666 dotted 1px; font-family:"Courier New", Courier, monospace; color:#000; font-size:13px; padding:2px;}

.shows-cat-header{
	font-size: 20px;
	color: #8c263e;
	font-family: "Trebuchet MS", Verdana;

}

.show-name, .show-name a{
	font-family: "Trebuchet MS", Verdana;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	height: 35px;
	vertical-align: middle;
	padding: 2px;
	background-color: #aa5247;
}

.show-name a:hover{
	color: #fff;
}