body {
	margin: 20px;
	text-align: center;
	background-color: #555555;
}
body *{
	font-size: 12px;
	font-family: verdana,arial,sans-serif;
}
h1{
	font-size: 24px;
	margin-top: 0px;
	color: gray;
}

.collection .news{
	border-bottom: solid gray 1px;
	margin-bottom: 10px;
}
.collection h1{
	
	padding: 3px;
}

a:hover{
	color: #FE6400;
}

div.clear{
	clear: both;
}
.rounded-box{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.pagecontrol{
	padding-top: 3px;
	text-align: right;
}

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

/* Head with title */
#header {
	height: 70px;
	padding: 10px;
	background-color: #4E5F7F;
	position: relative;
	-webkit-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}
#header *{
	color: #75C3F0;
	text-decoration: none;
}

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

/* Content display area */

#content-wrapper{
	margin: 5px 2px 5px 180px;
}
#content{
	float: left;
	width: 800px;
}
#teaser{
	float: right;
	width: 175px;	
	background-color: #efefef;
	border: solid silver 1px;
	padding: 5px;
	margin-right: 3px;
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.2);
	box-shadow: 0 1px 5px rgba(0,0,0,.2);	
}

/* 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: #75C3F0;
	height: 24px;
	-moz-box-shadow: 0 0px 10px gray;
	margin-bottom: 10px;
}
#mainnav .link{
	float: left;
	height: 20px;
	padding: 4px 10px 0px 10px;
}
#mainnav .link.selected{
	background-color: #4E5F7F;
}
#mainnav a{
	color: #4E5F7F;
	text-decoration: none;
}
#mainnav a:hover{
	text-decoration: underline !important;
}
#mainnav .selected a{
	color: #75C3F0; !important;
	background-color: #4E5F7F;
}

/* 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;
}

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

/* 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;
}

#open-contentmanager{
	border: solid silver 1px;
	background: white;
	padding: 5px;
	margin: 0px 12px 0 5px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.2);
	box-shadow: 0 1px 5px rgba(0,0,0,.2);	
}

#login{
	border: solid silver 1px;
	background: white;
	padding: 5px;
	margin: 0px 12px 10px 5px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.2);
	box-shadow: 0 1px 5px rgba(0,0,0,.2);	
}
#login button{
	display: block;
	margin-top: 5px;
}

/* CM support */
div[contenteditable=true] td{
	border: dotted black 1px;
}

.WGA-Item{
	border: solid transparent 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: block;
}

.WGA-Item-hover{
	border-color: red !important;
	background: #efefef;
}
