/* bubble icons on the fe homepage */

#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: white;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
div.bubbleicon2
{
    margin-bottom:2em;
    margin-right:0%;
    height:6em;
    width:16%;
    float:left;
}
div.bubbleicon2 img
{
    border:0px;
    margin-right:2em;
    margin-bottom:0em;
    width:75px;
}

div.bubbleicon2 a.bubbletitle2
{
    color: #CF322D;	
    font-size:10pt;
    text-decoration: none;
    font-family:arial;
}
/*end of bubble icons for homepage*/

div.bubbleicon
{
    margin-bottom:1em;
    margin-right:3%;
    height:9em;
    width:43%;
    float:left;
}


div.bubbleicon img
{
    float:left;
    border:0px;
    margin-right:1em;
    margin-bottom:8em;
    width:100px;
}

div.bubbleicon a.bubbletitle
{
    color: #000096;	
    font-size:15pt;
    font-weight:bold;
    font-family:arial;
}

div.bubbleicon a.bubbletitle:hover
{
    color: #CE3029 !important;	
}

div.bubbleicon a.bubbletitle:visited
{
    color: #000096;	
}
/*end of bubble icons for homepage*/

/*Links?*/
#linkfooter
{
    font-family:arial, sans-serif;
    font-size:8pt;
    border:1px solid black;
    background-color:#CCC;
    padding:1ex 1em;
    margin-top: 5em;
    letter-spacing:0.1em;
    text-align:center;
}

#linkfooter a
{
    white-space: nowrap;
}

#anchor a
{
    text-decoration:none;
    color:black;
}

#anchor a:hover
{
    text-decoration:none;
}


/*end Links?*/
div.gerry
{
    color:black;
    background-color:white;
    text-align:justify;
}

div.gerry img
{
    margin-left:1em;
    margin-right:1em;
}

div.toc
{
    background-color:white;
    color:blue;
}

/* equipment list stuff */
.dynTabHead
{
	font-weight: bold;
	font-size: 14px;
	float:left;
}

.equipSection ul
{

	padding-top: 0px;
	margin-top: 0px;
}

.equipSection h4
{
	padding-bottom: 0px;
	margin-bottom: 0px;
}


.makeModelHead 
{
	width:190px;
}



/* NEW EQUIPMENT PAGE STYLES */

#sort
{
  float: left;
  font-size: smaller;
  font-family: verdana;
}

#filter
{
  border:1px solid black; 
  padding: 5px; 
  background-color:#FFF396; 
  margin: 0 0 10px 0;
}

.eqp_table
{
  border-right: 1px solid black;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
}

.device
{
  border-top: 1px solid black;
  padding: 5px 5px 5px 10px;
}

.dev_manu
{
	font-weight:bold;
}

.dev_model
{
	font-weight: bold;
}

.dev_type
{
	font-weight: bold;
	margin-left:25px;
}

.dev_other
{
      font-size: smaller;
}

.dev_more
{
	font-size:smaller;
	margin-left:30px;
}

.dev_more_head
{
	border-bottom: 1px solid black;
	margin-right:10px;
  
}

#waiting
{
  border:2px solid black;
  background-color: #FF8000;
  padding: 10px;
  font-size: larger;
  font-weight: bold;
  display: none;
  position:absolute;
  left:500px;
  top:350px;
}

.pagination
{
  float:right;
  clear:right;
  font-size: smaller;
  font-family: verdana;
}

#filterMenu1
{
  clear:right;
  float:left;
  margin-right:10px;
  width:125px;
}

#filterMenu2
{
  margin-right: 10px;
  width:224px;
}

#filterHide
{
  height: 90px;
}
