.indentmenu{
	border-left: 5px solid rgb(255,255,240); /*navy border*/
	font: bold 12px Arial;
	width: 100%; /*leave this value as is in most cases*/
	color: black; /*text color*/
}

.indentmenu ul li a{
	float: left;
	color: black; /*text color*/
	padding: 5px 11px;
	text-decoration: none;
	border-right: 5px solid rgb(255,255,240) !important; /*navy divider between menu items*/
}

.block_link {
	position:absolute;
    bottom:0;
	height: 73px;
	width: 300px;
	left:0px;
    z-index:-1;
    text-indent:-9999px;
}


/*------------------------------------------------------
  MODAL WINDOW 
  (this modal window code is being used in dsp_site_tab_pics.cfm
   since the page is shared between internal and external 
   and external does not excess the w3.css. 
   The class name has to match the w3.css for the internal call
   )  
------------------------------------------------------*/
.w3-modal {
  z-index: 3;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}

.w3-modal-content{
  margin: auto;
  background-color: #fff;
  position: relative;
  padding: 0;
  outline: 0;
}

.w3-teal
{   color: #fff!important;
    background-color: #009688!important;
}

.w3-button {
  border:none;
  display:inline-block;
  padding:8px 16px;
  vertical-align:middle;
  overflow:hidden;
  text-decoration:none;
  color:inherit;
  background-color:inherit;
  text-align:center;
  cursor:pointer;
  white-space:nowrap
}

.w3-display-topright {
  position:absolute;
  right:0;
  top:0
}