
/* BODY and PORTLETS */
body {
	margin:0px;
	padding:0px;
	font-size: 90%;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	background-image:url('/mashup/resources/images/sgrove.jpg');
	background-repeat:no-repeat;
	background-position: center bottom;
	background-attachment:fixed;
}

div#loading {
  text-align:center;
}

div#pageTitle {
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
	font-size:22px;
	clear:both;
}

div#adminportlet {
	position:absolute;
	overflow:hidden;
	z-index:2;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	padding-top:1px;
	width:300px;
	top:30px;
	left:10px;
}

div#mapcontainer {
	position:absolute;
	overflow:hidden;
	z-index:3;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	padding-top:1px;
        background-color:#ffffff;
	width:600px;
	height:500px;
	top:30px;
	left:10px;
}

div#mapnavi {
	text-align:center;
	padding-top:5px;
}

div#titlecontent {
}

div#portalpage {
	position:relative;
    padding:0;
	margin:auto;
	width:95%;
	height:100%;
}

div#subheader {
	position:relative;
	overflow:hidden;
	height: 25px;
	background-color:#455940;
	font:12px arial,verdana,helvetica,sans-serif;
	vertical-align: middle;
}

div#secondaryheader {
	position:relative;
	overflow:hidden;
}

div#secondaryheader .button {
	position:relative;
	float:left;
	margin-top:3px;
	text-align:center;
}

div#secondaryheader .button a {
	background-color:#cccccc;
	color: #000000;
	border: 1px solid #cccccc;
	padding: 1px;
	margin:2px;
	text-decoration:none;
	font-weight: bold;
}

div#secondaryheader .button a:hover {
	background-color:#e2e2e2;
}

div#userbar {
	float:right;
	margin:3px;
	font-weight:bold;
	color:#ffffff
}

div#topnav {
	float:left;
	margin: 3px;
	color: #ffffff;
}

div#topnav a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.portlet {
	position: relative;
	overflow:hidden;
/*	float: left; */
	margin-bottom:5px;
	margin-left:auto;
	margin-right:auto;
	width: 98%;
	border: 2px solid #e2e2e2;
}

.portlet-title {
	background-color:#339933;
	font-weight: bold;
	font-size:12px;
	margin: 0px;
	padding: 2px;
	color: #ffffff;
}

.portlet-content {
	background-color: #ffffff;
	font-size: 11px;
	padding: 10px;
}

.portlet-content a {
	color: #095b2e;
	font-weight: bold;
	text-decoration: none;
}

.column {
	position: relative;
	width: 33%;
	float:left;
	height: 500px;
	padding: 0;
	margin: 0;		
	padding-top:5px;
	padding-bottom: 10px;
}

.prop {
	position:relative;
	height:100px;
	float:right;
}

.window_btn {
	float:right;
	width: 20px;
	text-align:center;
	margin-right: 3px;
}

.window_btn a {
	color: #ffffff;
	font-weight: bolder;
	text-decoration: none;
	font-size:11px;
}

.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}

.dropHover {
	border:1px dotted red;
}

/*TAGCLOUD*/
.tagcloud  {text-align: left; padding:5px; position:relative;}
.tagcloud span a {line-height: 25px; margin: 0 2px;}

.tagcloud span.level1 {font-size: 11px; line-height: 15px;}
.tagcloud span.level2 {font-size: 12px; line-height: 17px;}
.tagcloud span.level3 {font-size: 14px; line-height: 19px;}
.tagcloud span.level4 {font-size: 16px; line-height: 21px;}
.tagcloud span.level5 {font-size: 18px; line-height: 23px;}
.tagcloud span.level6 {font-size: 20px; line-height: 25px;}
.tagcloud span.level7 {font-size: 22px; line-height: 27px;}
.tagcloud span.level8 {font-size: 24px; line-height: 29px;}
.tagcloud span.level9 {font-size: 26px; line-height: 31px;}
		
.tagcloud span.level1 a {color:#668AA8;}
.tagcloud span.level2 a {color:#E76300;}
.tagcloud span.level3 a {color:#E76300;}
.tagcloud span.level4 a {color:#E76300;}
.tagcloud span.level5 a {color:#E76300;}
.tagcloud span.level6 a {color:#E76300;}
.tagcloud span.level7 a {color:#E76300;}
.tagcloud span.level8 a {color:#E76300;}
.tagcloud span.level9 a {color:#E76300; font-weight: bold; padding: 0 4px;}

.tagcloud span a:hover, .tagcloud span.level1 a:hover, .tagcloud span.level2 a:hover, .tagcloud span.level3 a:hover {color: white; background-color: #668AA8;}

.tagcloud dt {font-size: 14px; line-height: 19px; color:#E76300;}
.tagcloud dt a{font-size: 14px; line-height: 19px; color:#E76300;}
.tagcloud dd {font-size: 12px; line-height: 17px; color:#668AA8; padding-bottom: 4px;}
.tagcloud dd.tag {font-size: 12px; line-height: 17px; color:#666;  padding-bottom:16px;}
.tagcloud dd.tag a {color:#666; padding: 0 4px;}
.tagc

/* Feeds */
.onefeed { position:relative; }
.onefeedtitle { position:relative; padding-left:8px;}
.onefeedtitle li { 
	list-style: square outside;
	padding-left:3px;
}
.onefeedcontent { position:relative; padding-top:1px; margin:0px;}

