/* CSS Document */


/*
colors from index page graphics:
================================
brown1 : #D1C2A0;
dark-brown: #9F8E67;
blue: #68A5DE;
light-blue: #CBE6FF;

*/


a.bold-link {
	font: bold 11px Tahoma;
	color: black;
	display: inline;
	text-decoration: none;
}

.bold-black{
	font: bold 12px arial;
	color: Black;
	line-height: 150%;
}

a.bold-link:hover {
	color: #68A5DE;
}

a.brown-link {
	font: bold 11px Tahoma;
	color: #9F8E67;
	display: inline;
	text-decoration: none;
}

a.brown-link:hover {
	color: white;
	background-color: #9F8E67;
	 
}

a.bold-event {
	font: bold 15px tahoma;
	color: black;
	text-decoration: none;
	display: block;
	padding: 2px 10px 2px 10px;
}

a.bold-event:hover {
	background-color: white;
	
	
}

a.black-link{
	font: 12px arial;
	color: black;
	text-decoration: underline;
}


a.black-link:hover{
	text-decoration: none;
	
}

a.rect-link {
	font: 11px Arial;
	color: black;
	direction: rtl;
	display: inline;
	text-decoration: none;
	background-color: #E2E2E2;
	padding: 3px;
	border: 1px solid #6A6A6A;
	text-align: center;
}

a.rect-link:hover {
	color: #F3F3F3;
	background-color: #575757;
	border: 1px solid #E2E2E2;
}



a.strong-link {
	font: bold 16px Tahoma;
	color: white;
	direction: rtl;
	display: inline;
	text-decoration: none;
}

a.strong-link:hover {
		color: #99CC00;
}


a.tiny-link {
	font: bold 10px arial;
	color: black;
	text-decoration: none;
	padding: 0px 3px 0px 3px;
}

a.tiny-link:hover {
		background-color: black;
		color: white;
}

a.pager-btns {
	font: bold 10px arial;
	color: black;
	text-decoration: none;
	border: 1px solid white;
}

a.pager-btns:hover {
		/*background-color: black;*/
		color: white;
		border: 1px solid black;
}



.reg-text {
	font:  12px Tahoma;
	color: black;
	line-height: 150%;
}

.reg-text-ltr {
	font:  11px Tahoma;
	color: black;
	direction: ltr;
	line-height: 150%;
}

.reg-gray {
	font:  11px Tahoma;
	color: gray;
	direction: rtl;
}

.reg-red {
	font:  11px Tahoma;
	color: red;
	direction: rtl;
	line-height: 150%;
}

.reg-spaced{
	font: 12px Tahoma;
	line-height: 160%;
	color: black;
}

.small-text {
	font:  10px Tahoma;
	color: black;
	direction: rtl;
}

.small-gray-text {
	font:  10px Tahoma;
	color: gray;
	direction: rtl;
}

.dark-gray-text {
	font:  14px Tahoma;
	color: #606060;
	direction: rtl;
	text-align: right;	
}


.gray-text {
	font:  11px Tahoma;
	color: gray;
}
	


a.reg-text {
	font: 11px Tahoma;
	color: black;
	display: inline;
	text-decoration: none;
}

a.reg-text:hover {
	color: #99CC00;
}

a.in-text {
	font: bold 12px Tahoma;
	color: #9F8E67;
	display: inline;
	text-decoration: none;
	border-bottom: 1px dashed #9F8E67;
}

a.in-text:hover {
	color: #D1C2A0;
	background-color: black;
	
}


a.in-text-list {
	font: bold 12px Tahoma;
	color: #9F8E67;
	display: inline;
	text-decoration: none;
	padding: 1px 10px 1px 10px;
}

a.in-text-list:hover {
	color: #D1C2A0;
	background-color: black;
}

#set-center
	{
		margin-right: auto;
		margin-left: auto;
		position: relative; 
		width:750px;
		text-align: center;
}

#index-back{
	position: absolute;
	top: 34px;
	left: 0px;
	width: 750px;
	height: 100%;
	vertical-align: middle;
}



#inner-nav-back{
	position: absolute;
	top: 34px;
	right: 0px;
	height: 132px;
	z-index: 99;
}

a.inner-nav-link{
	color: white;
	text-decoration: none;
	font: 11px Tahoma;
	padding: 2px 6px 1px 2px;
}

a.inner-nav-link:hover{
	background-color: white;
	color: #68A5DE;
}


a.new-nav-link:hover{
	background-color: white;
	color: #68A5DE;
}

a.top-nav-link{
	color: #68A5DE;
	text-decoration: none;
	font: 13px Tahoma;
	height: 16px;
	padding: 2px 6px 2px 6px;
}

a.top-nav-link:hover{
	background-color: #68A5DE;
	color: white;
}


.search-form-bar{
	border: 1px solid #9F8E67;
	font: 10px arial;
	color: #9F8E67;
	width: 130px;
}

.buttons-brown{
	border: 1px solid #D1C2A0;
	background-color: #9F8E67;	
	color: white;
	font: 10px arial;
	
}


a.movie-link{
	font: bold 11px Tahoma;
	color: white;
	padding: 1px 5px 1px 5px;
	text-decoration: none;
	width: 300px;
}

a.movie-link:hover{
	background-color: white;
	color: #1D79D0;
}

.listing-comment{
	padding: 0px 10px 0px 10px;
	color: #E7E7E7;
	font: 11px arial;
}


.title1{
	font: bold 14px Tahoma;
	background-color: #1D79D0;
	padding: 6px 10px 6px 10px;
	width: 750px;
	color: white;
	border-bottom: 1px solid #CBE6FF;
}

.title2{
	font: bold 12px Tahoma;
	background-color: #9F8E67;
	padding: 3px 3px 3px 3px;
	width: 100%;
	display: block;
	color: white;
	text-decoration: none;
	line-height: 150%;
}

.title2-center{
	font: bold 11px Tahoma;
	background-color: #9F8E67;
	padding: 3px 3px 3px 3px;
	width: 100%;
	display: block;
	color: white;
	text-decoration: none;
	text-align: center;
}

.title3{
	font: 20px Tahoma;
	background-color: #9F8E67;
	padding: 5px 15px 5px 15px;
	width: 100%;
	height: 100px;
	line-height: 130%;
	display: block;
	color: white;
	text-decoration: none;
	margin-bottom: 10px solid white;
}

.title4{
	font: 14px Tahoma;	
	color: #9F8E67;

}

.title-large-text{
	font: 20px Tahoma;	
	color: #9F8E67;	
	border-bottom: 1px dashed #9F8E67;
}

.title-small-text{
	font: bold 14px Tahoma;
	color: #9F8E67;	
	border-bottom: 1px dashed #9F8E67;	
}


.details-table{
	border: 1px solid #D1C2A0;
	padding: 2px;
	font:  11px Tahoma;
	color: black;
	line-height: 150%;
}

.movie-screening-info{
	background-color: #CBE6FF; 
}

.section-title-img{
	width: 556px;
	height: 100px;
	overflow: hidden;
	border: 1px solid #9F8E67;
}

.side-bar-std{
	background-color: #F6F2E6;
	vertical-align: top;
	border: 1px solid #9F8E67;
	padding: 8px 8px 20px 8px;
	font: 11px Arial;
	color: #9F8E67;
	line-height: 180%;
	
}


.movie-thumb{
	border: 1px solid black;
}


.event-item-box{
	position: relative;
	width: 650px;
	height: 160px;
	background: white url(../images/horiz_dot.gif) bottom left repeat-x;
	padding: 10px 0px 10px 0px;
	vertical-align: top;
/*	overflow: hidden;*/

}





