body {
	margin: 20px;
	background-color: #555555;	/*#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: auto;
	background-color: white;
	width: 800px;
	border: 1px solid gray;
}

/* 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: silver;
	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 10px 5px 180px;
}
#content{
	float: left;
	width: 420px;
}
#fullpage-content{
	padding: 10px;
}
.teaser{
	float: right;
	width: 160px;	
	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;
	overflow: hidden;	
}
#mainnav .link{
	float: left;
	height: 20px;
	padding: 4px 10px 0px 10px;
}
* html #mainnav .link{
	height: 24px;
}

#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;
}
* html #childnav ul ul li a{
	width: 155px;
}

#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 a{
	color: gray;
}

/* CM support */
div[contenteditable=true] td{
	border: dotted black 1px;
}
.WGA-Item{
	border: solid transparent 1px;
	-moz-border-radius: 5px;
	display: block;
}
.WGA-Item-hover{
	border-color: red !important;
	background: #efefef;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
