/* $Id: ie7.css,v 1.1.4.3 2008/11/22 00:53:22 stevek Exp $
*/

/** 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;
}

.pic-block-div {
	padding-left: 4px;
	padding-top: 2px;
}

.clearfix {
	min-height: 450px;
}
