
#header
{
	background: #9cc600 top left;
	border: 1px solid #000000;
	margin-bottom: 5px;
	padding:0px;
	/*height: 88px;*/
	font-size:0;
}

#header h1
{
	position: absolute;
	margin: 0;
	border: none;
}

#header h1 a
{
	display: block;
	text-decoration: none;
	text-indent: -1000em;
	height: 160px;
	width: 160px;
}


#header #banner
{
	/*float : left;*/
	margin:  0px;
	padding : 0px;
	overflow : hidden;
}
/*
#header #banner img
{
	background-color: red;
	padding-right: 36px;
	padding-bottom: 8px;
}
*/
#header #usertype
{
	position: absolute;
	right: 0;
	top: 0;
	height: 64px;
	margin: 0;
	padding: 35px 10px 0 0;
	font-size: 8pt;
/*	background: url("../images/header-right.png") no-repeat top right; */
}

/* 
 * -------------------------------------------------
 * Status bar                                       
 * -------------------------------------------------
 */

div.statusbar
{
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	height : 18px;
	height : 36px;
	color : #FFFFFF;
	padding : 3px;
	background-color: #adadad;
	margin-bottom : 6px;
	clear:both;
}


div.changelanguage
{
	float : right;
	position : relative;
	bottom : 2px;
}

div.logout
{
	margin : 2px;
	padding : 1px;
}

div.location
{
	margin : 2px;
	padding : 1px;
}

div.location em
{
	font-weight: bold;
	font-style: normal;
}


#login 
{
	margin : 5px;
	padding : 5px;
}

#login input
{
	border: 1px solid #000000;
}

#userid
{
	margin : 0px;
	padding : 0px;
	color: #000000;
	font-weight : bold;
	background: #fcff9f;
	border: 1px solid #adadad
}

#userpwd
{
	color: #000000;
	background: #fcff9f;
	border: 1px solid #adadad
}

#left_block
{
	float : left;
	border: 1px solid #000000;
	background-color: #9bc205;
	margin : 0px;
	margin-bottom : 5px;
	padding : 0px;
	width: 200px;
	min-height : 180px;
	overflow : hidden;
}


#menu_modules 
{
	margin-top : 15px;
	margin-bottom : 15px;
}

#menu_modules h1
{
	margin-left : 5px;
	margin-right: 5px;
	border-bottom: 1px solid #000000
}

#menu_modules ul
{
	list-style: none;
	margin-left : 20px;
	padding-left : 0px;
	margin-bottom : 5px;
}

#menu_modules ul li 
{
	padding-left : 0px;
	margin-bottom : 5px;
}

#menu_modules a 
{
	color: #000000;
}

#menu_current_module a
{
	color: #FFFFFF;
}


#menu_local
{
	margin-bottom : 15px;
}

#menu_local h1
{
	font-size: 145%;
	margin-left : 5px;
	margin-right: 5px;
	border-bottom: 1px solid #000000
}

#menu_local ul
{
	list-style: none;
	padding-left : 20px;
	margin-bottom : 5px;
}

#menu_local a 
{
	color: #000000;
}

#menu_local ul li 
{
	padding-left : 0px;
	margin-bottom : 5px;
}

#menu_local_current_module a
{
	color: #FFFFFF;
}

#content
{
	border: 1px solid #000000;
	//min-height : 600px;
	margin-left : 205px;
	
/*	margin-left : 5px;
	height : 600px;
	min-height : 600px;
	overflow : scroll;
	
*/
	background-color : #FFFFFF;
	padding : 5px;
}

#navbar
{
	margin : 10px;
	height : 20 px;
}


#navbar span
{
	padding : 5px 5px 5px 4px;
	margin : 5px 5px 5px 4px;
	background-color : #dedede

	border-left : 1px solid #000000;
	border-bottom : 1px solid #000000;
}

#navbar a
{
	font-size: 120%;
}

span#navbar_selected 
{
	background-color : #FFFFFF;
}
