/*
 *
 * ============================================================================================
 *
 *                                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
 *
 *  ============================================================================================
 * /
 */
 

.AiObjectCommon
{
  height: 100%;
  padding: 0.4em 0.5em 0.4em 0.4em;
}


.AiObjectList
{
  width:18%;
  min-width: 15em;
  display:table-cell;
  box-sizing: border-box;
  vertical-align:top;
  border: 1px solid black;
  background:url(../../images/content-bg.gif) repeat-x 0 0 #fff;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.35), inset 0 1px 1px rgba(255,255,255,0.35), inset 0 3px 3px rgba(255,255,255,0.15);
}


.landingPageColDiv
{
  width: 0.5%;
  display: table-cell;
}

#objectSelectorContent
{
  height: 100%;
}

#i18n_theVault
{
  font-size: 180%;
  padding: 0.74em 0;
  margin: 0 auto;
}

#friendsOnlineList
{
  height:310px;
  overflow: auto;
}

.AiVaultLandingContent
{
  margin:0 auto;
  display: table;
  width:90%;

}

.AiVaultLandingContent img
{
  vertical-align:middle;
}

#objectSelectorList
{
  padding: 4px 0;
}


.ai_object_count
{


    display: none;
    margin-left: 5px;
    padding: 0em .2em 0em .2em;
    font-weight: bold;
    text-align: center;
    background-color: #000;
    width: auto;
    height: 1.5em;
    color: #5C9EC8;
    vertical-align: middle;
    line-height: 1.5em;
    font-size: 125%;
    border-radius: .2em;

}

.ai_add_content
{
  width:225px;
  border-style:solid;
  border-color: black;
  border-top-color: #747b84;
  border-bottom-color: #353e4b;
  border: 1px solid #525965;
  background:url(../../images/content-bg.gif) repeat-x 0 0 #fff;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.35), inset 0 1px 1px rgba(255,255,255,0.35), inset 0 3px 3px rgba(255,255,255,0.15);
}

.ai_list_icon
{
  margin-right: 1em;
  width: 3em;
  height: 3em;
}


.ai_list_item_text
{
  font-size: 120%;
  font-family: 'helvetica';
  vertical-align: middle;
}



