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

.project_nav, .project_nav2 {
	float: none;
	display: inline;
}
cufon {
	margin-bottom: auto;
}
.leftside {
	width: 300px;
	float: left;
	position: relative;
	margin-left: 0;
}
.leftside_content {
	visibility: hidden;
	position: absolute;
	z-index: 1;
}
