




body {
	margin: 0 34px;
}

#wrapper {
  	width: 100%;
	min-height: 500px;
}



#header {


}

#identity {

}

#footer {
	background-color: transparent;
	background-image: none;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

#footer p {
	background-color: transparent;
	width: 100%;
}


.breadcrumbs {
  	display: block;
}

.greynavbar span {
  	top: -48px;
}

#dashboard {
	font: 12px normal Arial, Helvetica, sans-serif;
  	padding: 12px;
	margin: 0;
	line-height:1.4em;
	background: white;
}

#dashboard p{
	font: normal 14px Arial, Helvetica, sans-serif;
	color:#006A71;
	line-height:1.4em;
}


#dashboard td {
	font: 12px normal Arial, Helvetica, sans-serif;
	padding:12px;
}

#dashboard table {
  	border-collapse: collapse;
	font: 12px normal Arial, Helvetica, sans-serif;
	color:#006A71;
  	padding: 12px;
	margin-bottom: 12px;
}

#dashboard table td {
  	border: 1px solid #DDD;
	font: 12px normal Arial, Helvetica, sans-serif;
	line-height: 1.4em;
  	padding: 6px;
}

.profilePic {
	display:none;
}

#dashboard a {
	border:none;
	color:#006A71;	
}

#dashboard a:hover {
	border: none;
	color: #006A71;
	border-bottom: 1px dotted #006A71;
}

	
#dashboard .tabletitle {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #006A71;
	margin: 12px 0 6px 0;
}



#dashboard .tabnav .tabs a:hover {
	background: #E3ECDC;
	border: none;
}

#info-panel {
	float: right;
	margin-top: 16px;
	border: 1px solid #d3d3d3;
}

#wiki-editor {
	border: 1px solid #d3d3d3;
}


#wrapper #spacevmd {
	min-height: 600px;
	background: white;
}

#spacevmd .pagebody {
}
/*
this can be put in place in order to fix the header problem on the large table in page list
#wrapTwo {
	overflow-x: scroll;
}*/


