body {
	margin: 10px;
	
	background-color: #efefef;	/*#004080;*/
	text-align: center;
}
body *{
	font-size: 12px;
	font-family: verdana,arial,sans-serif;
}
h1{
	font-size: 24px;
	margin-top: 0px;
	color: gray;
}
div.clear{
	clear: both;
}
.box{
	-webkit-border-radius: 5px;		 /* Round each corner of the created rectangle */
	-moz-border-radius: 5px;
	-moz-background-clip:padding;
}
.lucene-highlight{
	background-color: yellow;
}


/* The complete page contents */
#page {
	text-align: left;
	margin: 10px auto 10px auto;
	background-color: white;
	width: 800px;
	border: 1px solid silver;
}

/* Head with title */
#header {
	/*background: transparent url(../file/images/header-background.jpg) scroll 80px -15px;*/
	height: 110px;
	padding: 10px;	
	color: white;
	-webkit-border-radius-topleft: 5px;		 /* Round each corner of the created rectangle */
	-webkit-border-radius-topright: 5px;		 /* Round each corner of the created rectangle */
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-background-clip:padding;
	
}
#header *{
	color: gray;
	text-decoration: none;
}

#header .servicenav{
	padding: 50 0 0 0px;	
}
#header .servicenav a{
	padding: 0 10px 0 0px;
	font-size: 11px;
}
#header .servicenav a.selected{
	color: #ffc800;
}

/* Content display area */

#content-wrapper{
	margin: 5px 0 5px 0px;
}
#content{
	float: left;
	width: 600px;
}
#fullpage-content{
	padding: 10px;
}
#teaser{
	float: right;
	width: 175px;	
	background-color: #efefef;
	border: solid silver 1px;
	padding: 5px;
	margin-right: 5px;
}

/* Footer of the page */
#footer{
	border-top: solid silver 1px;
	margin-top: 10px;
	padding: 2px 10px 4px 10px;
}

#footer, #footer *{
	font-size: 11px;
	color: gray !important;
}

/* Copyright information */
div#copyright {
	display: inline;
	float: right;
	font-style: italic;
}

/* Main Navigator */
#mainnav{
	background-color: #ffc800;
	height: 24px;
}
#mainnav .link{
	float: left;
	height: 20px;
	padding: 4px 10px 0px 10px;
}
#mainnav .link.selected{
	background-color: #efefef;
}
#mainnav a{
	color: black;
	text-decoration: none;
}
#mainnav a:hover{
	text-decoration: underline !important;
}
#mainnav .selected a{
	color: #004080; !important;
}

/* child navigator */
#childnav{
	margin-top: 5px;
	float: left;
	width: 175px;
}
#childnav *{
	font-size: 11px;
}
#childnav ul{
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	margin-bottom: 10px;
}
#childnav ul ul{
	margin: 0px;
}
#childnav li{
	border-top: 1px solid rgb(255, 255, 255);
}
#childnav a{
	font-weight: bold;
	font-size: 11px;
	color: gray;
	text-decoration: none;	
	display: block;
}
#childnav li a{
	background: rgb(230, 230, 230);
	padding: 3px 0px 3px 10px;
	width: 155px;
}
#childnav li a.selected{
	color: #004080;
}
#childnav ul ul li a{
	background: rgb(242, 242, 242);
	padding-left: 18px;
	padding-right: 3px;
	width: 144px;
}
#childnav ul ul li.createpage{
	padding-left: 18px;
	padding-right: 3px;
	width: 144px;
}

#childnav #sitesearch, #childnav #login, #childnav #open-contentmanager{
	background: #efefef;
	border: solid silver 1px;
	padding: 3px 0px 3px 10px;
	margin: 0px 0px 10px 2px;
	width: 150px;
}

/* pathnav */
#pathnav{
	border-bottom: solid gray 1px;
	margin-bottom: 3px;	
	padding-bottom: 3px;
}

/* searchresult */
.searchresult .result{
	background-color: #efefef;
	margin-bottom: 10px;
	padding: 10px;
	border: solid silver 1px;
}

/* sitemap */
.sitemap ul{
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
.sitemap li{
	font-weight: bold;
	font-size: 11px;
	padding: 5px;
}
.sitemap li.level-1, .sitemap li.level-2{
	border-top: 1px solid silver;
}
.sitemap a{
	color: gray;
}


/***
 * Image zoomer:
 */
.ext-el-mask {
	background-color:black;
	height:100%;
	left:0;
	opacity:0.8;
	filter: alpha(opacity=80);
	position:absolute;
	top:0;
	width:100%;
	z-index:20000;
}

#modal-image{
	position: absolute;
	top: -10000px;
	left: -10000px;
	padding: 10px;
	background-color: #555555;
	border: solid gray 1px;
}

#modal-image-close{
	background: url(../file/images/close.gif) no-repeat 2px 4px;
	opacity:0.7;
	background-color:white;
	width:16px;
	height:16px;
	border:solid silver 1px;
	cursor: pointer;
}