<!--
body {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #736e65;
}
div.box p {
	color: #999999;	
}
div.actionLink {
	margin: 15px;
	margin-bottom: 0px;
	padding-left: 25px;
	padding-top: 1px;
	font-size: 12px;
	height: 18px;
	background-image: url('/images/dashboard/bullet.png');
	background-repeat: no-repeat;
	background-position: left center;
}
div.actionLink a {
	color: #736e65;
	text-decoration: none;
	font-weight: normal;
}
.flashMessage {
	background-color: #4694a8;
	padding: 5px;
	font-size: 13px;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	text-align: center;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	margin-bottom: 1em;
}
.flashMessage a {
	color: #FFFFFF;
}
.actionBar h1 {
	text-align: left;
	font-size: 14px;
}
.actionBar div, .topactionBar div {
	font-size: 13px;
	font-weight: normal;
}	
.actionBar, .topactionBar {
	margin-bottom: 1em;
}
.actionBar a {
 	color: #736e65;
	font-weight: normal;
 }
.topactionBar a {
	font-weight: bold;
	color: #4694a8;
}
  div.label {
	display: block;
	font-weight: bold;
	margin-top: 0.8em;
	font-size: 10pt;
  }
  #loginNotification {
  	display: none;
  	position: absolute;
  	left: 240px;
  	top: 170px;
  	width: 200px;
  	height: 170px;
  	background-image: url('/images/main/login-floating.png');
  	background-repeat: no-repeat;
  	padding: 10px;
  	padding-right: 30px;
  	padding-left: 80px;
  	color: #FFFFFF;
  }
-->