#centerarea a.morelink {
	font-size:12px;
	font-style: italic;
	color: #F8971C;
	list-style-type: none;
	white-space: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#centerarea a.morelink:hover {
	color: #004F39;
}

#centerarea label {
width: 100px;
}

#centerarea textarea {
width: 65%;
height: 6em;
}


#centerarea .readAction {
display: inline;
margin: 0 10px;
}

#centerarea .newlink {
display: block;
clear: right;
float: right;
}

#centerarea .textfield {
display: table;
}

#centerarea ul.menu {
margin-left: -2em;
}

#centerarea ul.menu li.menuitem {
list-style-type: none;
}

#centerarea ul.menu li.menuitem a.menulink {

}

#centerarea ul.menu li.menuitem a.menulink:hover {

}

#topLauncher {
       display:block;
       position: absolute;
       top:0;
       left:75%;
       border: thin solid #01503A;
       background-color: #DDD;
       z-index: 100;
}

body > #topLauncher {
       position: fixed;
}

