/*
 *
 * ============================================================================================
 *
 *                                A r m o r e d  I n f o   W e b
 *
 *                                     Copyright(c) 2012 By
 *
 *                                       Armored Info LLC
 *
 *                             A L L   R I G H T S   R E S E R V E D
 *
 *  ============================================================================================
 * /
 */
.ai_content_viewer
{
  background:url(../../../images/content-bg.gif) repeat-x 0 0 #fff;
  height:500px;
  overflow: auto;
  position:relative;
}
.ai_content_toolbar
{
  border-top: solid 1px black;
  border-bottom: solid 1px #d3d3d3;
  margin-top:3px;
  margin-bottom:10px;
}
.ai_content_toolbar input
{
  width:250px;
	border:none;
  border-top: 1px solid #cccccc;
  color: #070707;
  display: inline-block;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 10px;
	background:#fefefe;
	border-radius:4px;
  outline: medium none;
  padding: 7px 13px;
	box-shadow:0 2px 6px 3px #AFAFAF inset;
}
.ai_friends_toolbar
{
  border-top: solid 1px black;
  border-bottom: solid 1px #d3d3d3;
  margin-top:3px;
  margin-bottom:10px;
}
.ai_friends_toolbar input
{
  width:168px;
	border:none;
  border-top: 1px solid #cccccc;
  color: #070707;
  display: inline-block;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 10px;
	background:#fefefe;
	border-radius:4px;
  outline: medium none;
  padding: 7px 10px;
	box-shadow:0 2px 6px 3px #AFAFAF inset;
}
#memberOverlay
{
  background-color: whitesmoke;
  position:absolute;
  left:5px;
  top:40px;
  max-width: 715px;
  z-index: 9999;
  max-height:600px;
  margin-top:3px;
  overflow-x: hidden;
  overflow-y: auto;
  box-shadow: 3px 3px 3px #404040;
}