/*common classes for all page starts */
body
{
	margin:1px 0px 5px 0px;	
	background-color: #FFFFFF;
	text-align:center;
}

.clearDiv
{
	clear: both;
    overflow: hidden;
	height: 1px;
}

img
{
	padding:0px;
	margin:0px;
	border: 0px;
	display:block;
}

p, div, span
{
	padding:0px;
	margin:0px;
}

a.grey-movie-lnk:link {
	font-family:verdana, Arial;
	font-size:11px;
	line-height:12px;
	font-weight:bold;
	color:#4f595b;
	TEXT-DECORATION:none;
	display:block; 
}

a.grey-movie-lnk:active {
	font-family:verdana, Arial;
	font-size:11px;
	line-height:12px;
	font-weight:bold;
	color:#4f595b;
	TEXT-DECORATION:none;
	display:block; 
}

a.grey-movie-lnk:visited {
	font-family:verdana, Arial;
	font-size:11px;
	line-height:12px;
	font-weight:bold;
	color:#4f595b;
	TEXT-DECORATION:none;
	display:block; 
}

a.grey-movie-lnk:hover {
	font-family:verdana, Arial;
	font-size:11px;
	line-height:12px;
	font-weight:bold;
	color:#4f595b;
	TEXT-DECORATION:none;
	display:block; 
}

.blu_mov_title
{
	font-family: verdana, arial, sans-serif;
	font-weight:bold;
	font-size:13px;	
	line-height:15px;
	color: #0d59a7;
	TEXT-DECORATION: none
}

.grey-synop {
	font-family:verdana, Arial;
	font-size:11px;
	line-height:12px;
	color:#4f595b;
}

.section_header
{
	font-family:verdana, arial, sans-serif;
	font-weight:bold;
	text-transform: uppercase ;
	font-size:13px;
	line-height: 13px;
	color:#ffffff;
}

.errText {
	font-family:verdana, Arial;
	font-size:11px;
	line-height:12px;
	color:#FF0000;
}

#homeButton
{
	width:70px;
	margin:0px;
	padding-bottom:7px;
}

#movieTitle
{
	padding:0px;
	margin:4px auto;
	width:370px;
	text-align:center;
}

#movieSynop
{
	padding:0px;
	margin:0px auto;
	width:370px;
	text-align:center;
}

#movieImage
{
	padding:0px;
	margin:0px auto;
	width:370px;
	text-align:center;
}

a.back-link:link {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	color: #000000;
	TEXT-DECORATION: none
}

a.back-link:active {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	color: #000000;
	TEXT-DECORATION: none
}

a.back-link:visited {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	color: #000000;
	TEXT-DECORATION: none
}

a.back-link:hover {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	color: #000000;
	TEXT-DECORATION: underline
}

.logo
{
	display:inline;
}

.left_logo
{
	float:left;
	width:100px;
	text-align:left;
}

.right_logo
{
	float:right;
	width:100px;
	text-align:right;
}
/*common classes for all page ends */

/*classes for home page starts */
#mainContainer
{
	width:1004px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	padding:0px;
}

#rightContainer
{
	width:230px;
	float:right;
	margin:0px;
	padding-top:20px;
}

#leftContainer
{
	width:760px;
	float:left;
	margin:0px;
	padding:7px 0px 0px 14px;
	text-align:left;
}

#monthlyHighlight
{
	width:490px;
	float:left;
	margin:0px;
	padding:0px;
}

#comingSoon
{
	width:235px;
	float:right;
	margin:0px;
	padding:0px;
}

.trailerBox
{
	border-left: 1px solid #53585c;
	border-bottom: 1px solid #53585c;
	border-right: 1px solid #53585c;
	margin:0px;
	padding:4px 5px;
}

#client, #client UL
{
	margin:0px;
	padding:5px 0px 0px 0px;
	width:210px;
	border:0px solid #000000;
}

#client LI
{
	list-style-type:none;
	margin:0px;
	padding:0px 0px 15px 0px;
	font-family:Verdana, Arial;
	font-size:11px;
	line-height:13px;
	font-weight:bold;
	color:#ffffff;
}

#client LI P
{
	margin:0px;
	padding:0px;
	border:0px solid #000000;
}

#client LI P a
{
	color:#ffffff;
	text-decoration:none;
}

#client LI P a:hover
{
	color:#ffffff;
	text-decoration:underline;
}
/*classes for home page ends */

/*classes for thumbnail with border starts */
.thumb
{
	padding:0px;
	margin:0px;
	width:103px;
}
.thumb a:link img
{
	border: 2px solid #1a69b6;
}
.thumb a:visited img
{
	border: 2px solid #1a69b6;
}
.thumb a:active img
{
	border: 2px solid #1a69b6;
}
.thumb a:hover img
{
	border: 2px solid #1a69b6;
}
/*classes for thumbnail with border ends */

/*classes for TRAILER page starts */
#trailerContainer
{
	margin:0px;
	padding:0px;
	border-right:1px solid #55595c;
	border-left:1px solid #55595c;
	border-bottom:1px solid #55595c;
	width:730px;
	height:430px;
}

#trailerHeader
{
	margin:0px;
	padding:0px;
	width:730px;	
	height:20px;
	text-align:center;
	background-color:#0d59a7;
	vertical-align:middle;
}

#trailerContent
{
	margin:7px;
	padding:7px;
	width:700px;
	height:378px;
	position:relative;
	background-color:#daebfd;
	border:1px solid #0d59a7;
}
/*classes for TRAILER page ends */

/*classes for PAGING starts */
#pageContainer
{	
	text-align:center;
	width:700px;
	position:absolute;
	bottom:3px;
}

#pageContainer DIV
{	
	display:inline;
}

a.paging:link {
	font-family: verdana,arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	color: #0d59a7;
	TEXT-DECORATION: none
}

a.paging:active {
	font-family: verdana,arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	color: #0d59a7;
	TEXT-DECORATION: none
}

a.paging:visited {
	font-family: verdana,arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	color: #0d59a7;
	TEXT-DECORATION: none
}

a.paging:hover {
	font-family: verdana,arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	color: #0d59a7;
	TEXT-DECORATION: none
}

.paging_current
{
font-family:verdana, arial, sans-serif;
font-weight:bold;
font-size:12px;
line-height: 14px;
color:#0d59a7
}
/*classes for PAGING ends */

/*classes for monthly guide menu starts*/
#guide
{
width:200px;
border: 0px solid #000;
padding: 0px;
margin:0px auto;
text-align:center;
background-color: #90bade;
}

#guide ul{
width:200px;
list-style: none;
margin: 0px;
padding: 0px;
text-align:left;
}

#guide ul li {
margin: 0px;
padding: 0px;
border-bottom: 1px solid #90bade;
}

#guide li a {
display:block;
padding: 5px 5px 5px 0.5em;
border-left: 10px solid #0d59a7;
border-right: 10px solid #508fc4;
background-color: #2175bc;
color: #FFFFFF;
font-family: Verdana, Arial, sans-serif;
font-size:13px;
font-weight:normal;
text-decoration: none;
width: 100%;
}

html>body #guide li a {
width: auto;
}

#guide li a:hover {
border-left: 10px solid #0d64be;
border-right: 10px solid #5ba3e0;
background-color: #2586d7;
color: #fff;
}
/*classes for monthly guide menu ends*/

/*classes for planner starts */
#plannr_header
{
	width:700px;
	float:left;
	text-align:center;
	background-color:#0d59a7;
	padding:3px 0px;
	margin:5px 0px;
	border: 0px solid #ff0000;
}

DIv#flowerdivcontainer
{
	border-top:1px solid #0d59a7;
	border-left:1px solid #0d59a7;
	/*width:704px;*/
	height: auto;
	background-color:#daebfd;
	padding: 0px;
	margin-top:0px;
}

table.sample {
	/*width: 704px;*/
	padding: 0px;
	margin: 0px;
}

table.sample th {
	font-family: Verdana, Arial, sans-serif;
	font-size:9px;
	line-height:11px;
	color: #000000;
	border-right: 1px solid #0d59a7;
	border-bottom: 1px solid #0d59a7;
	border-top: 1px solid #0d59a7;
	text-transform: uppercase;
	text-align: center;
	padding: 3px;
	background: #daebfd url(../images/bg_header.jpg) no-repeat;
}

table.sample td {
	border-right: 1px solid #0d59a7;
	border-bottom: 1px solid #0d59a7;
	background: #fff;
	padding: 3px;
	color: #4f595b;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	line-height: 12px;
}
/*classes for planner ends */




/* CLASSES MAY NOT NEEDED START */
a.cming-soon-lnk:link {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	color: #672320;
	TEXT-DECORATION: none
}

a.cming-soon-lnk:active {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	color: #672320;
	TEXT-DECORATION: none
}

a.cming-soon-lnk:visited {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	color: #672320;
	TEXT-DECORATION: none
}

a.cming-soon-lnk:hover {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	color: #672320;
	TEXT-DECORATION: none
}

Div#content_main
{
	margin:0px;
	padding:0px;
	border-right:1px solid #55595c;
	border-left:1px solid #55595c;
	border-bottom:1px solid #55595c;
	width:746px;
	float:right;
}

Div#content_inner
{
	margin:10px;
	padding:10px;
	width:706px;
	background-color:#daebfd;
}

Div#content_header
{
	margin:0px;
	padding:0px;
	width:746px;	
	height:22px;
	text-align:center;
	background-color:#0d59a7;
}

Div#content_header span
{
	margin:0px;
	padding:0px;
	width:720px;	
	line-height: 19px;
}
/* CLASSES MAY NOT NEEDED END */

/*classes for form starts */
#myform
{
	padding:0px;
	margin:0px auto;
	width:480px;
	text-align:center;
	background-color:#2175bc;
}

.row
{
	width:480px;
	border-top:1px solid #90bade;
}

.labels
{
	margin:0px;
	padding:8px 0px 8px 10px;	
	width:190px;
	float:left;
	text-align:left;
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight:bold;
	line-height:12px;
	color:#ffffff;
	background-color:#2175bc;
}

.fields
{
	margin:0px;
	padding:4px 0px 4px 5px;
	width:275px;
	background-color:#508fc4;
	float:left;
	text-align:left;
}

input
{
	margin:0px;
	padding:0px;
	width:210px;
	border:1px solid #2175bc;
	font-family: Verdana, Helvetica, sans-serif;
	color:#4f595b;
}

textarea
{
	height: 49px;
	width: 210px;
	border:1px solid #2175bc;
	font-size: 12px;
	font-family: Verdana, Helvetica, sans-serif;
	color:#4f595b;
}

#sbbutton
{
	width:125px;
	border:1px solid #4f595b;
	background: #4f595b;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	line-height: 13px;
	color: #ffffff;
}
/*classes for form ends */

/* RECAPTCHA CLASSES*/
#recaptcha_container
{
	border:1px solid #2175bc;
	padding:3px;
	margin:0px auto;
	text-align:center;
	width: 333px;
	background-color: #FFFFFF;
}

#recaptcha_container #recaptcha_image
{
	width:300px;
	height:74px;
	padding: 6px 0px 5px 0px;
	margin-right: 5px;
	float: left;
	border: 1px solid #2175bc;
}

#recaptcha_container .recaptcha_button_container
{
	width: 26px;
	height: 75px;
	float: left;
}

#recaptcha_container a.recaptcha_button
{
	display: block;
	width: 22px;
	height: 21px;
	margin: 0px 0px 1px 0px;
	border: 1px solid #2175bc;
	background-color: #FFFFFF;
}

#recaptcha_container a.recaptcha_button:hover
{
	border-color: #90bade;
	background-color: #FFFFFF;
}

#recaptcha_container .recaptcha_message
{
	clear:left;
	padding:2px;
	margin:0px;
	font-family:verdana, Arial;
	font-size:11px;
	line-height:12px;
	color:#4f595b;
}

#recaptcha_container input#recaptcha_response_field
{
	width: 320px;
}
