/*
	Similar (duplicate) file in xml/templates/2.7/html/resources/ui/imagePopup.css
	used for html publishing
	
	-- this file is used for portal publishing --
*/

body, input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	font-size:76%;
	background: #A8A8A8;
	margin:0px;
} 

img { 
	border: none;
}

.tools{
	background: url('../../images/portal/navigation-bar-gradient.gif') top left repeat-x #E3E3E3;
	height:33px;
	border-bottom: #A8A8A8 1px solid;
	padding:3px;
}

.tools .group{
	height:30px;
	padding:5px 7px 0px 7px;
	float:right;
	background: url('../../images/portal/divider-line.gif') top left no-repeat;
}

.zoomIn{
	height: 24px;
	width: 24px;
	background: url('../../images/portal/zoomIn.gif') left no-repeat;
	float:left;
}
.zoomOut{
	height: 24px;
	width: 24px;
	background: url('../../images/portal/zoomOut.gif') left no-repeat;
	float:left;
}
.print{
	height: 24px;
	width: 24px;
	background: url('../../images/portal/print.gif') left no-repeat;
	float:left;
}
.label{
	font-weight: bold;
	padding: 3px 0px 0px 3px;
	float:left;
	display:block;
}
.hidden{
	display:none;
}

.unvisible{
	position: absolute;
	left: -99999px;
	height: 1px;
	width: 1px;
}
.overflow{
	overflow: auto;
	width: 100%;
	height: 560px;
}
