		
		
		/* General styles */
		html, body { 
            font-family: Arial;
            background: #ebebeb;
            font-size: 12px;
        }
        
		img 							{ border:none; margin: 0px; padding: 0px; }
        *                               { margin:0px; padding:0px; }
        /*table                           { border-collapse:collapse; }*/

		a:link 							{ text-decoration: none; color: gray; }
		a:visited						{ text-decoration: none; color: gray; }
		a:hover 						{ text-decoration: underline; color: gray; }
		
		/* main content holder */

        .main                           { border-left: 0px solid silver; border-right: 0px solid silver;  background: white; position: relative; width: 900px; left: 50%; margin-left: -450px; }
        
		.highlight						{ background: yellow; color: black; }

		
		/* header section */
		.header 						{ background: #FFF; color: gray;}
		.header a						{ color: gray; }
		.header_opts_links				{ font-weight: bold; text-decoration: none; color: #E18200; font-size:12px; }
        .header_nav_MovieBtn            { display: inline; margin: 0px; padding: 0px; clear: none; position:relative; }
		.header_nav_search				{ width: 190px; height: 28px; background: white url(../img/search_tab.gif) no-repeat;}
		.header_nav_search_content		{ padding-top: 6px; padding-left: 12px; color: black; font-weight: bold; }


		.search_form					{ margin: 0px; padding: 0px; }
		input.search_input				{ margin-left: 10px; width: 125px; height: 15px; font-size: 11px; font-family: Trebuchet MS; }
		input.search_btn				{ float: right; margin-right: 15px; border: 0px; margin-top: 3px; }
		
		
		
		
		/* content sections/objects */
		.top_img						{ margin-left: 10px; display: inline; }
		
		.lightgreen_box 				{ background: #e5f2ae; color: gray; font-size: 9px; padding: 5px; }
		.lightgreen_box img				{ padding-right: 5px; }

        .drop-down                      { width:450px; font-size:12px; }
		
/* this is all inside green rectangle in upper front page */

    .now_showing_image {height:120px; width:83px;}
    .text_movies { color: black; padding-top: 5px; padding-left: 10px; width:150px; }
    .text_movies a { color: black; }

    .weather { font-size: 12px; height:110px; width:188px; background: #FFFFFF url(../images/weather_bg.jpg) repeat-x; border: 1px solid #97bacb; padding: 5px; color: #256f8d;}
    .weather div { margin-bottom: 5px; }
    .weatherIcon { height:75px; width:75px;}
		    

    /* ads holder */
    .ad_square { width: 300px; height: 250px; background: #9ec354 url(../images/temp.jpg) no-repeat center center; }    
    /* ads holder */
    
    .calendarHeader {
        font-weight: bold;
        color: #c9df9f;
        background-color: #9ec354;
        font-family: Arial, Helvetica;
        font-size: 15px;
        padding: 2px;
        text-align: center;
    }
    .calendarToday {
        background-color: yellow;
        color: #256f8d;
        font-weight: bold;
        font-size: 15px;
        border-left: 1px solid #adce6e;
        padding: 2px;
        text-align: center;
    }
    
    .calendarHighLight {
        background-color: #9ec354;
        color: #256f8d;
        font-weight: bold;
        font-size: 15px;
        border: 1px solid yellow;
        padding: 2px;
        text-align: center;
    }
    
    .calendar {
        background-color: #9ec354;
        color: #ffffff;
        font-family: Arial, Helvetica;
        font-size: 15px;
        width: 200px;
        font-weight: bold;
        border-left: 1px solid #adce6e;
        padding: 2px;
        text-align: center;
    }

    .calendar a { color: #FFFFFF; }
    
    .calendarToday a:link {
        text-decoration: none;
        color: #256f8d;
    }
    .calendarToday a:visited {
        text-decoration: none;
        color: #256f8d;
    }
    .calendarToday a:hover {
        text-decoration: underline;
        color: #256f8d;
    }

/* END green rectangle content */    




    
        /* ads holder */
        .ad_tall { width: 200px; height: 100%; padding:10px; background: #B1D70F; text-align: center;}
        .ad_top { width: 877px; height: 90px; background: #FFF; text-align: center; padding:10px; margin-bottom: 12px; }


		
        a.events:link {
	        text-decoration: underline;
            font-weight:bold;
	        color: #000000;
	        text-transform: uppercase;
        }
        a.events:visited {
	        text-decoration: underline;
            font-weight:bold;
	        color: #000000;
	        text-transform: uppercase;
        }
        a.events:hover {
	        text-decoration: none;
            font-weight:bold;
	        color: #000000;
	        text-transform: uppercase;
        }

		/* footer section */
		.footer 						{ background: #c2c4c7; padding: 0px; clear: both; }
        .footer_nonIndex                { background: #c2c4c7; padding: 0px; clear: both; }
		.footer_menu 					{ background: black; color: white; padding: 5px; text-align: center; font-weight: bold; }
		a.footer_menu_link 				{ color: white; text-decoration: underline; }
		a.footer_menu_link:hover 			{ color: white; text-decoration: none; }
		a.footer_menu_link:visited 		{ color: white; text-decoration: underline; }
		.footer_menu_shadow 			{ display: inline; height: 16px; width: 100%; }

		.footer_content 				{ padding: 25px; padding-top: 10px; color: gray; text-align: center; font-weight: bold; }

		a.footer_content_link 			{ color: gray; text-decoration: underline; }
		a.footer_content_link:hover 		{ color: gray; text-decoration: underline; }
		a.footer_content_link:visited 	{ color: gray; text-decoration: underline; }
		
		
		
		h2.search_ttl					{ font-size: 16px; line-height: 18px; color: white; padding-top: 0px; padding-left: 5px; }
		
		
		
		/* salvaged from sorin's */
		

ul, li, blockquote {
	padding: 1px;
	margin-left: 10px;
}

input {
	font-size: 10px;
	border: 1px solid #adadad;
}
select {
	border: 1px solid #adadad;
	font-size: 10px;
}
textarea {
	border: 1px solid #adadad;
	font-size: 10px;
}
select {
 	background-color: #fbfcfc;
	padding: 1px;
	font-family: Verdana;
	font-size: 9px;
}
.event-bar {
	padding-left: 3px;
	color: #b2bdc1;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 20px;
	font-weight: bold;
	font-family: Arial;
	background-color: #f5f8f9;
}

.jk_footer_1 {
    font-family: Arial;
    font-size: 10px;
    color: #8C8080;
    padding-top: 0px;
    display: block;
    text-align: center;
}
.jk_footer_2 {
    color: #8C8080;
    display: inline;
}
a.jk:link {
    color: #8C8080;
    text-decoration: none;
}
a.jk:visited {
    color: #8C8080;
    text-decoration: none;
}
a.jk:hover {
    color: #8C8080;
    text-decoration: underline;
}
    
    
    



