
body {
	background-color: #EC971C; 
	font-family: Arial, Verdana, Sans-Serif; 
	font-size: 8pt; 
	margin: 0px;
	padding: 0px;
	margin-top: 1px;
	margin-left: 6px; 
	overflow: hidden;
}

img.lupe {
	width: 20px;
	height: 20px;
}

/* ** **************************************************************************
 * STYLES FOR THE TAB AND MENU-BAR
 * ************************************************************************ ** */
ul.menu,
ul.tabs {
	margin-left: 0px;
	margin-top: 1px;
	padding: 0px;
}

ul.logout {
	position: absolute;
	top: 0px;
}

body>ul.logout {
	top: 11px;
}

body>ul.menu,
body>ul.tabs { 
	margin-top: -10px;	/* Firefox has a 10px margin around the ul */
}

ul.menu li,
ul.tabs li {
	height: 1.3em;
	display: inline;
	float: left;
	padding-top: 4px; 
	padding-bottom: 3px;
	text-align: center;
	color: #000000;
	background: url(/images/bg_nav_gray.gif); 
	border: 1px outset #fff; 
	cursor: pointer;
	cursor: hand;
}

ul.menu li.active,
ul.tabs li.active {
	color: #fff;
	background: url(/images/bg_nav_red.gif); 
	border: 1px outset #f33;
}


/* ** **************************************************************************
 * STYLES FOR THE MENU-BAR
 * ************************************************************************ ** */
ul.menu li {
	width: 88px; 
	margin-right: 2px;
	background: url(/images/bg_nav_gray.gif); 
}


/* ** **************************************************************************
 * STYLES FOR THE TAB-BAR
 * ************************************************************************ ** */
ul.tabs li {
	width:88px; 
	background: url(/images/bg_nav_gray.gif); 
	margin-right: 2px;
}


.select {
	cursor: pointer;
	cursor: hand;
}

/* ** **************************************************************************
 * STYLES FOR THE SELECT-LIST
 * ************************************************************************ ** */
select {
	font-size:8pt;
}	

