a.smallbox:link, a.smallbox:visited { color: #FFFFFF; text-decoration: none; font-family: Arial; font-size: 10px;}
a.smallbox:hover { color: gold; text-decoration: underline;}



.bigbox{
   height:250px;width:100%;display:block;
}

#headlinebox{
    float:left;
    height: 40px;
    width:350px;
    overflow:hidden;
    background: black url('http://the-movie-times.com/images/fbg.jpg') repeat-x;
    border: white 1px solid;
    margin-left: 104px;
    margin-right: 4px;
    margin-top:205px;
}

* html #headlinebox{
    margin-left: 104px;
    margin-top:205px;
    margin-right:0;
}


.headlineboxstyle{
    padding: 3px 6px 0 6px;
    font: 12px Arial;
    color:white;  
    line-height:17px;  
}

.headline_title{
font: bold 14px Arial;
}


.click_box{
  float:right;
  line-height:16px;
  padding: 0 6px 0 29px;
  margin-top:0px;  
  margin-right:-4px;
  border: white 1px solid;
}

* html .click_box{
  margin-top:-35px;    
  margin-right:2px;
}


.click_box{
  background: black url('http://the-movie-times.com/images/bbg.jpg') repeat-x;
}



.click_boxPN{
  height: 15px; 
  padding: 2px; 
  margin-bottom:1em;
  background: black url('http://the-movie-times.com/images/bbg.jpg') repeat-x;
  width:220px;
  border: white 1px solid;
}


* html .click_boxPN{
  height: 15px; 
  padding: 2px; 
  margin-bottom:1em;
  background: black url('http://the-movie-times.com/images/bbg.jpg') repeat-x;
  width:220px;
  border: white 1px solid;
}






.click_boxPro{
  height: 15px; 
  padding: 2px; 
  margin-bottom:1em;
  background: black url('http://the-movie-times.com/images/bbg.jpg') repeat-x;
  width:90px;
  border: white 1px solid;
}


* html .click_boxPro{
  height: 15px; 
  padding: 2px; 
  margin-bottom:1em;
  background: black url('http://the-movie-times.com/images/bbg.jpg') repeat-x;
  width:90px;
  border: white 1px solid;
}




.click_pulldown{
  height: 25px; 
  padding: 2px; 
  margin-bottom:1em;
  background: black url('http://the-movie-times.com/pictdir/headerbg.jpg') repeat-x;
  width:350px;
  border: black 2px solid;
}


* html .click_pulldown{
  height: 25px; 
  padding: 2px; 
  margin-bottom:1em;
  background: black url('http://the-movie-times.com/pictdir/headerbg.jpg') repeat-x;
  width:350px;
  border: black 2px solid;
}




.click_pulldownLong{
  height: 25px; 
  padding: 2px; 
  margin-bottom:1em;
  background: black url('http://the-movie-times.com/pictdir/headerbg.jpg') repeat-x;
  width:450px;
  border: black 2px solid;
  
}


* html .click_pulldownLong{
  height: 25px; 
  padding: 2px; 
  margin-bottom:1em;
  background: black url('http://the-movie-times.com/pictdir/headerbg.jpg') repeat-x;
  width:450px;
  border: black 2px solid;
}




.click_boxSMALL{
  height: 15px; 
  padding: 2px; 
  margin-bottom:1em;
  background: black url('http://the-movie-times.com/images/bbg.jpg') repeat-x;
  width:60px;
  border: white 1px solid;
}


* html .click_boxSMALL{
  height: 15px; 
  padding: 2px; 
  margin-bottom:1em;
  background: black url('http://the-movie-times.com/images/bbg.jpg') repeat-x;
  width:60px;
  border: white 1px solid;
}







/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
font: bold 11px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/*width: 80%;  width of menu*/
border-top: 1px solid silver; /*silver border*/
background: black url(http://the-movie-times.com/images/indentbg.jpg) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid silver; /*silver divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a.selected{
color: white !important;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
background: black url(http://the-movie-times.com/images/indentbg2.jpg) center center repeat-x;
}


.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 468px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}