/*
--------------------------------------------------------------------------------
imports
--------------------------------------------------------------------------------
*/
@import url(../../css/objects.css);

/* 
	================================================================================
	== ALL BODY
	================================================================================
*/

body
{
 
	background: #FFFFFF;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	height: 100%; 
	width: 100%;
	overflow-x: hidden; 
	overflow-y: auto; 
}

.bodyzoom
{
	height: 100%; 
	width: 100%;
	background: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.bodydownload
{
 
	background: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.bodylightbox
{
 
	background:#FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow-x: hidden; 
	overflow-y: auto; 
	height: 100%;
}

.bodytreelist
{
 
	background:#FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow-y: hidden; 
	overflow-y: auto; 
	height: 100%;
}

.bodyrelated
{
 
	background:#FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow-y: hidden; 
	overflow-x: hidden; 
}

.bodygeneric
{
	background:#FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow-y: hidden; 
	overflow-x: hidden; 
	height: 100%;
}

.bodygenericnobg
{
	background:#FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow-y: hidden; 
	overflow-x: hidden; 
	height: 100%;
}

