/* CSS Document */

/* general */

body {
	margin: 0px;
	background-color: #ffffff;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

a {
	text-decoration: underline;
	color: #12b5bb;
}

a:hover {
	text-decoration: none;
}

#container {
	margin: 0px auto;
	width: 970px;
	text-align: right;	
}

*html #container {
	width: 975px;
}

.clear_both {
	clear: both;
	width: 0px;
	height: 0px;
	padding: 0px;
	margin: 0px; 
}

h1 {
	padding: 0px;
	margin: 0px;
	direction: rtl;
}

h3 {
	font-size: 17px;
	font-weight: normal;	
	margin: 20px 0px 20px 0px;
	height: 22px;
	line-height: 22px;
	padding: 0px 52px 0px 0px;
	background: url(../images/h3_bg.gif) right top repeat-x;
	direction: rtl;
}

+html h3 {
	padding: 0px 72px 0px 0px;
}

*html h3 {
	padding: 0px 72px 0px 0px;
}

h3 b {
	background: url(../images/h3_b_bg.gif) right top repeat-x;
	padding: 0px 20px 2px 20px;
	font-weight: normal;
}

h2 {
	color: #c97b01;
	font-size: 24px;
	font-weight: normal;	
	margin: 18px 0px 20px 0px;
	height: 26px;
	line-height: 27px;
	padding: 0px 52px 0px 0px;
	background: url(../images/h2_bg.gif) right top repeat-x;
	direction: rtl;
}

h2 a {
	color: #c97b01;
	text-decoration: none;
}

+html h2 {
	padding: 0px 72px 0px 0px;
}

*html h2 {
	padding: 0px 72px 0px 0px;
}

h2 b {
	background: url(../images/h2_b_bg.gif) right top repeat-x;
	padding: 0px 20px 3px 20px;
	font-weight: normal;
}

h4 {
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	direction: rtl;
}

h5 {
	color: #c97b01;
	font-size: 18px;
	font-weight: normal;	
	padding: 20px 72px 0px 72px;
	direction: rtl;
}

p {
	padding: 10px 72px 10px 0px;
	margin: 0px;
	direction: rtl;
}

ul {
	padding: 10px 72px 10px 0px;
	margin: 0px;
	direction: rtl;
	list-style: none;
}

ol {
	padding: 10px 72px 10px 0px;
	margin: 0px 30px 0px 0px;
	direction: rtl;
}

li {
	padding: 0px 0px 8px 0px;
	margin: 0px;
}

img {
	border: 0px;

}

strong {
	color: #c97b01;
}

table {
	direction: rtl;
	width: 100%;
	margin-bottom: 20px;
}
/* general // end */

/* site_header */

#site_header {
	position: relative;
	height: 100px;
	background: url(../images/hani_theater_logo.gif) right top no-repeat;
	direction: rtl;
	
}

#logo {
	position: absolute;
	top: 0px;
	right: 0px;	
}

#logo a {
	display: block;	
	width: 157px;
	height: 100px;
	text-indent: -900px;	
	text-decoration: none;
	overflow: hidden;
}

#search {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 348px;
}

#search form {
	margin: 0px;
	padding: 0px;
}

#search select {
	width: 240px;
	height: 20px;
	border: #000000 solid 1px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	margin-left: 0px 0px 0px 20px;
	padding: 1px 5px;
}

*html #search input {
	margin-top: -1px;
}

#search a {	
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 60px;
	height: 16px;
	padding: 2px 6px;	
	background: url(../images/arrow_black.gif) 6px 7px no-repeat;
	background-color: #ffdf4a;
	color: #000000;
	text-decoration: none;
}

#search a:hover {		
	background-color: #ffbd3f;	 
}

/* site_header // end */

/* nav */

#nav {
	width: 970px;
	height: 28px;
	padding-top: 7px;
	background-color: #ee7c17;
	font-size: 17px;
}

*html #nav {
	margin-bottom: -10px;
}

#nav ul {
	height: 28px;
	margin: 0px 72px 0px 0px;
	padding: 0px;
}

#nav ul li {
	float: right;
	position: relative;
	margin: 0px 20px;	
	background: url(../images/arrow_white_normal.gif) right 4px no-repeat;
}


#nav ul li a {
	display: block;
	color: #ffffff;
	padding: 0px 30px;
	text-decoration: none;	
}

#nav ul li a:hover {
	background: url(../images/arrow_white_over.gif) right 4px no-repeat;
}

#nav ul .nav_active {
	background: url(../images/arrow_white_over.gif) right 4px no-repeat;
}
/* nav // end */

/* parts */

#right_part {
	float: right;
	position: relative;
	width: 405px;
	padding: 0px 0px 20px 30px;	
}

#left_part {
	float: right;
	position: relative;
	width: 535px;
	padding: 0px 0px 20px 0px;	
}

#left_part div {
	background-color: #efedd3;
}

#left_part p {
	padding-left: 20px;
}

#part {
	width: 970px;
	float: left;
	position: relative;
}

/* parts // end */

/* home */

#welcome {

}

#home_contacts {

}

#news_content {
	height: 350px;
}

#news ul {
	margin: 0px;
	padding: 0px 72px 0px 20px;
}

#news ul li {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	
}

.news_img {
	float: right;
	position: relative;
	width: 115px;
	height: 85px;
	overflow: hidden;
}

#news ul li img {
	width: 115px;
}

#news ul li p {
	float: right;
	position: relative;
	padding: 10px 20px 10px 0px;
	width: 300px;
}

#news a {
	text-decoration: none;
	color: #000000;
}

#news a:hover {
	text-decoration: underline;
	color: #12b5bb;
}

#part table, #calendar table {
	border-collapse: collapse;
}

#part table th, #calendar table th {
	border-left: 1px solid #ffbd3f;
	border-right: 1px solid #ffbd3f;
	border-bottom: 5px solid #ffbd3f;
	background-color: #ffde9f;
	text-align: center;
	padding: 3px 10px 3px 10px;
	font-size: 17px;
	font-weight: normal;
}

#part table td, #calendar table td {
	border-left: 1px solid #efedd3;
	border-right: 1px solid #efedd3;
	border-bottom: 5px solid #efedd3;
	padding: 3px 10px 3px 10px;
}

#part table .td_date {
	width: 200px;
}

#part table .td_place {
	width: 370px;
}

#part table .td_time {
	width: 200px;
}

#part table .td_tel {
	width: 200px;
}

#right_part table .td_date {
	width: 120px;
}

#right_part table .td_place {
	width: 165px;
}

#right_part table .td_time {
	width: 40px;
}

#right_part table .td_tel {
	width: 80px;
}

#about p, #awards ul {
	padding: 10px 52px 10px 0px;
}

#perfomances table td {
	width: 90px;
	line-height: 22px;
}

#perfomances table .perfomance_title {
	width: 270px;
	font-size: 14px;
	font-weight: bold;
}

#perfomances table .perfomance_age {
	width: 160px;
}

/*#perfomances table .v {
	border-bottom: 5px solid #ffbd3f;
	background-color: #ffde9f;
	border-left: 1px solid #ffde9f;
	border-right: 1px solid #ffde9f;

}*/

#perfomances table .v {
	border-bottom: 5px solid #5dc7cb;
	background-color: #b8e4e6;
	border-left: 1px solid #b8e4e6;
	border-right: 1px solid #b8e4e6;
	padding: 0px;
}

#perfomances table .v a {
	display: block;
	width: 100%;
	height: 22px;
}

#general_details h4  {
	float: right;
	position: relative;
	width: 62px;
	height: 22px;
	background-color: #efedd3;
	padding-right: 10px;
	line-height: 21px;
	
}

#general_details .perfomance_details_content {
	float: right;
	position: relative;	
	padding: 2px 20px 20px 0px;	
	line-height: 18px;
}

#general_details p, #general_details div {
	padding: 0px;	
}

#brief .perfomance_details_content, #articles .perfomance_details_content {
	padding: 0px 10px 0px 0px;
	text-align: justify;
	direction: rtl;
}

#brief p, #articles p {
	padding: 0px 0px 15px 0px;	
}

#clip .p_clip {
	padding: 0px 72px 20px 0px;
}

#contact_form #contact_msg {
	padding: 0px 72px 0px 72px;
}

#contact_form form {
	padding: 5px 72px 10px 72px;
	margin: 0px;
}

#contact_form table {
	direction: rtl;
}

#contact_form table td {
	padding: 3px 10px 3px 10px;
	vertical-align: top;
}

#contact_form table .contact_form_td {
	width: 90px;
}

#contact_form table td input {
	width: 290px;
	border: 1px solid #c7c2a1;
}

#contact_form table td textarea {
	width: 290px;
	height: 100px;
	overflow: hidden;
	border: 1px solid #c7c2a1;		
}

.red {
	color: #f34a0f;
}

#contact_form a {	
	display: block;
	width: 60px;
	height: 16px;
	padding: 2px 6px;
	margin: 0px;	
	color: #000000;
	background: url(../images/arrow_black.gif) 6px 7px no-repeat;
	background-color: #ffbd3f;	
	text-decoration: none;
	text-align: right;
}

#contact_form form a {	
	margin: 0px 88px 0px 88px;	
}

#contact_forma:hover {		
	background-color: #ee7c17;	 
}

#search_results p {
	padding: 0px 72px 20px 0px;
}


/* home // end */

/* footer */

#footer {
	position: relative;
	width: 970px;
	background: url(../images/footer_bg.gif) right top repeat-x;
	height: 70px;
	line-height: 12px;
}

#footer_nav {
	position: absolute;
	top: 5px;
	right: 62px;	
}

#footer_nav ul {
	margin: 0px;
	padding: 0px; 
}

#footer_nav ul li {
	float: right;
	position: relative;
	padding: 0px 10px 0px 10px;
	border-left: 1px solid #ffffff;
}

#footer_nav ul .clear_both {
	border: 0px;
}

#footer_nav ul li a {
	color: #ffffff;
	text-decoration: none;
}

#footer_nav ul li a:hover {
	text-decoration: underline;
}

#copyright {
	position: absolute;
	top: 5px;
	left: 72px;
	color: #ffffff;	
}

#designed_by {
	position: absolute;
	top: 40px;
	left: 72px;	
}

/* footer // end */