/***** IE 7 *****/
/* Prefix properties with # so that they are interpreted only by IE <= 7 */

/* Fix a menu layout bug */
ul.menu li {
	#border: 1px transparent solid;
}

/* Fix a border bug */
#search_form fieldset {
	#border: none;
}
/* IE6 can not deal with the background gradient effect */
div#extra_style_1, div#extra_style_2 {
	_display: none;
}
/* Double margin on floated divs bug */
div#footer div, #user_picture, #action_picture {
	_display: inline;
}
#universe_items .universe_item .image,
#order_universe_items .universe_item .image,
#documents .document .image,
#edit_documents .document .image {
	_margin-right: 0.5em;
}
/* Weird margin + multiple floats, hopelessly broken, let's degrade the layout */
div.medium_blue {
	_width: 12em;
}
/* IE6 can not compute the width of a div */
div#topbar div.logout_button {
	_width: 6.66em;
}
div.edit_profile div.small, div.edit_action div.small, div.profile_button div.small {
	_width: 40%;
}
div#i_file_button {
	_width: 6em;
}
div#i_invit_button {
	_width: 12em;
}
div#i_file_button div.content {
	_width: 5em;
}
div#i_invit_button div.content {
	_width: 11em;
}
/* IE6 can't wrap long lines in a remotely sensible manner */
div.metal_frame_content {
	_overflow: hidden;
}

/* Adjust text in buttons */
div.tiny div.content {
	_padding-top: 0.2em;
}
div.medium {
/*	border: 1px red solid; */
}
/* Fix a menu layout bug */
ul.menu li {
	_border: 1px #003472 solid;
}
/* Force the table on the right */
table.view_profile, table.view_action {
	_float: right;
}
/* Sometimes the close X wouldn't appear */
#event .event_close {
	_float: none;
	_text-align: right;
}

