/* 
	These styles apply to browsers that are not able to support CSS 2
	IE Netscape 4.x and newer ones		
*/
@import url("/egyfilmstyle.css");

body{
	font-family:tahoma,arial,sans serif;
	font-size:8px;
}
a {
text-decoration: none;
color: #fff;
}

a:hover {
text-decoration: underline;
color: #000000;
}

a:visited {
color: #FEDEDE;
}

.latest-movies a {
	color: #fff;
}
.latest-movies a:hover {
	text-decoration: underline;
	color: #000;
}

.latest-movies a:visited {
	color: #fedede;
}

.title {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}

.top10 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	color: #E54444;
}

a.top10:link{
color: #6C0000;
}

a.top10:visited{
color: #6C0000;
}

a.top10:hover{
text-decoration: none;
color: #E54444;
}

pre{
	font-size:1.2em;
}

.tab {
	font-family:tahoma,arial,sans serif;
	background:#FBB7B7; 
	padding:10px;
	width:100%;
	/* blind border hack to display background colour in Netscape 4.x */
	border-width:1px;
	border-type:solid;
	border-color:#003366;
}

.tablink {
	display:inline; /*mandatory*/
	margin-right:.5em;
	padding-left:2em;
	padding-right:2em;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
}

.normal_cell {
	font-family:tahoma,arial,sans serif;
	border-left: 1px solid #B93E3E;
	border-right: 1px solid #B93E3E;
	border-top: 1px solid #B93E3E;
	border-bottom: 1px solid #B93E3E;
	background:#FBB7B7; 
	border-width:1px;
	border-type:solid;
	padding:10px;
	width:100%;
}

.active_searchcell{
	border-left: 1px solid #B93E3E;
	border-right: 1px solid #B93E3E;
	border-top: 1px solid #B93E3E;
}

.inactive_searchcell{
	border-left: 1px solid #B93E3E;
	border-right: 1px solid #B93E3E;
	border-top: 1px solid #B93E3E;
	border-bottom: 1px solid #B93E3E;
}

.spacercell{
	border-bottom: 1px solid ;
}

.search_body_cell {
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid ;
}

.title {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}

.composer {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
}
