@charset "utf-8";
/* Etihad specific RTL rules, such as arrows pointing the other way in link bg images */

#release_col #releases {
	border: none;
	border-right: 1px solid #d6d2d2;
	padding: 0 5px 0 0;
}
a.all_link:link {
/*	padding: 0 0 0 20px;
	background: url(img/search_arrow.gif) center left no-repeat; */
	padding: 0;
	background: none;
}
a.all_link:visited {
/*	padding: 0 0 0 20px;
	background: url(img/search_arrow.gif) center left no-repeat; */
	padding: 0;
	background: none;
}
a.all_link:hover{
/*	padding: 0 0 0 20px;
	background: url(img/search_arrow.gif) center left no-repeat; */
	padding: 0;
	background: none;
	text-decoration:underline;
}
a.all_link:active{
/*	padding: 0 0 0 20px;
	background: url(img/search_arrow.gif) center left no-repeat; */
	padding: 0;
	background: none;
}
.file_prj_icon {
	width:192px;
	float:left;
	text-align:center;
	font-size:12px;
	color:#888888;
}
#large_col .description p.file_desc {
	margin: 0 0 0 210px;
}
#nav_col #top_box input.srch {
	font-size:12px;
	font-weight:bold;
	background: transparent url(img/search_arrow_ar.gif) center left no-repeat;
	width:80px;
	margin-left: 0px;
	margin-right: 88px;
	border: none;
	cursor: pointer;
	cursor: hand;
}

