.aui button.fileDownloadBtn {
	display:none;
}

.redBox
{
    color: #000000;
    background-color: #E9E7CB;
    border-color: #990000; 
    border-width: 2px;
    border-style: solid;
    padding: 3px;
}

/* blue bordered box */
.blueBox
{
    color: #000000;
    background-color: #E6E6E6;
    border-color: #007fa9; 
    border-width: 2px;
    border-style: solid;
    padding: 3px;
}

.portlet-boundary_ApplicationLinks_WAR_ApplicationLinks_ {
	display:none;	
}

.dockbar-ready .portlet-boundary_ApplicationLinks_WAR_ApplicationLinks_ {
	display: block;
}

.printerfriendly-page .portlet-column-content.empty {
	padding:0px;
}

.popup_instructions_section label {
	display: block;
}

#popup_instructions br {
  margin-bottom: 20px;
}

.wcb .popup_instructions_section a {
  cursor: pointer;
  color: #005D85;
}

.wcb .popup_instructions_section a:hover {
  color: #0076A5;
  text-decoration: underline;
}