/*
  ._______________________________________________________________.
  |                    == MWNF Office v4.0 ==                     |
  +_______________________________________________________________+
  |                                                               |
  |      Developed by Pascal (Meta) Havelange                     |
  |        contact: havelangep@hotmail.com                        |
  |                                                               |
  |      All rights reserved.                                     |
  +_______________________________________________________________+
  |      Copyright Museum With No Frontiers (c) 2005, 2006        |
  |        website: http://www.museumwnf.org/                     |
  ._______________________________________________________________.
*/

.bookmark {
	display: none;
}

@media print {
	.no-print, .menu-container, .banner-bar, .menu-bar, .language-bar {
		display: none;
	}
	.no-screen {
	}

	/* *** Sizers *** */
	#sizer-banner-container {
		height: 80px;
	}
	#sizer-menu-bar {
		height: 25px;
	}
}

@media screen {
	.no-print {
	}
	.no-screen {
		display: none;
	}
	
	/* *** Sizers *** */
	#sizer-banner-container {
		width: 760px;
		height: 80px;
	}
	#sizer-menu-container {
		width: 150px;
		height: 600px;
	}
	#sizer-page-container {
		width: 610px;
		height: 600px;
	}
	#sizer-menu-bar {
		height: 25px;
	}
}

