/*   http://localhost/css/default.css   */

body,div,span,p,ul,li,td,th,input,select,textarea,button 
{
	font: 11px Verdana, Tahoma, Arial;
	font-size: 11px;
	line-height: 150%;
}
body
{
}

a{color:navy;}

a:hover{color:gray;}

/* Page layout styles */
TABLE#main
{
	margin-top:15px;
	width:775px;
    height:100%;
	background-color:white;
	/*border:1px solid black;*/
}
TABLE#main TD#headerPane
{
	width:775px;
	height:135px;
   Border-bottom:4px solid #b32317;
}

TABLE#main TD#tagLinePane
{
	
	text-align: left;
	background-color: #cc1f2b;
}

TABLE#main TD#leftPane
{
	width:170px;
	height:100%;
    background-color:white;
}

TABLE#main TD#centerPane
{
    padding: 0px 10px 0px 10px;
	width : 605px;
	height:100%; 
	background-color:white;
    background: url(../webimgs/pageDots.gif) repeat-y;
}
TABLE#main TD#centerPaneWithRightPane
{
	width : 485px;
	height:100%; 
	background-color:white;
	height:100%;
    background: url(/webimgs/pageDots.gif) repeat-y;

}
TABLE#main TD#rightPane{
	width:120px;
	height:100%;
    padding:5px;
	vertical-align:top;
	background-color: white;
}
TABLE#main TD#noRightPane{
	display:none;
}

TABLE#main TD#tagLinePane2
{
	display:block;
    height:10px;
    background-color:white;
}
		
TABLE#main TD#footerPane
{
	width:775px;
	height:56px;
    background: url(/webimgs/footer.gif);

}

TABLE#main TD#footerPane td
{
    height:100px;
	color:white;

}

#divContent
{
    margin: 10px 0px 55px 35px;	
    font-size: 11px;
}


.pageTitle {
	font-size: 20px;
	color: #b32317;
	font-weight: bold;
    font-style:italic;
    
}

#pageHeaderContent {
}

#modContent {
	margin: 10px 0px 25px 25px;	
}

#pageFooterContent {
	margin: 10px 0px 0px 0px;	
}

.hpCell{
    width:140px;
}

	td.specLabel{
		font-weight:bold;
		text-align:right;
	}
	
#movieBG
{
	background-color: WHITE;
	width:400px;
	height:289px;
	padding-left:5px;
	padding-top:40px;
	background: url(/webimgs/movieBG.jpg) no-repeat;

}

.loginBox{
	width:300px;
	border:1px solid black;
	background-color:#e6dede;
}
	
	.loginTitle{
	width:300px;
	text-align:left;
	font-weight:bold;
	border:1px solid black;
	background-color:black;
	color:white;
	height:20px;
}

a.login{
	color:#dfd774;
	font-weight:bold;
	text-decoration:none;
}

div#slider {height:326px;width:400px;overflow:hidden;margin:10px 0 0;}
td#headerRight {padding-left:400px;background:url(/webimgs/headerBanner.jpg) no-repeat bottom right;}
