/* Yes, we all hate IE7 too */

/** Drupal admin tables **/

#content tr.even th,
#content tr.even td,
#content tr.odd th,
#content tr.odd td {
  border-bottom: 1px solid #ccc; /* IE doesn't display borders on table rows */
}

/* Minor fix for primary and secondary tabs in IE */

ul.primary li a:hover {
	cursor:pointer;
	color:#555;
	text-decoration:none;
}
ul.secondary li a:hover{
	cursor:pointer;
	color:#555;
	text-decoration:none;
}

#faceted-search-ui-form-1 {
	margin-top: 4px;
}

#block-menu-menu-main {
	padding: 4px 5px 5px 5px;
}

.unapproved-profile {
	padding-right: 75px;
	background: url(../images/unapproved-user.gif) right 4px no-repeat;
}
.approved-profile {
	padding-right: 63px;
	background: url(../images/approved-user.gif) right 4px no-repeat;
}

#block-views--exp-film-page_2 .bef-checkboxes .form-item {
	width: 100px;
}
#block-views--exp-film-page_2 .views-exposed-widgets .form-checkboxes {
	height: 445px;
}
.view-all {
	padding-bottom: 3px;
}

#block-block-18 {
	bottom: 7px;
}
#footer {
	padding-bottom: 30px;
}