/*
 *
 * ============================================================================================
 *
 *                                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
 *
 *  ============================================================================================
 * /
 */

#aiNotificationsConfig
{
  width: 100%;
  height: 100%;
  float: left;
  padding: 0.4em;
}

#aiNotificationsConfig .section
{
  text-align: center;
}

.AiNotificationsCheckBox
{
  background-color:#b7b7b7;
  margin-right: 3px;

}

.AiPreferencesComboBtn
{
  height:2em;
  width:100%;
  font-size:300%;
  border:3px solid #5c9ec8;
  border-radius: 4px;
  margin: 0.2em auto;
  color: lightgrey;
  text-transform: uppercase;
  padding:0 .3em;

}

.AiPreferencesComboArrow
{
  width:.4em;

}

.AiAccountPreferenceCheckBoxImg
{
  width: 1.2em;
  height: 1.2em;
  vertical-align: top;
}


.AiAccountPreferenceItems
{
  display: table-row;
  border-collapse: collapse;
  line-height: 2.5em;
  border-bottom: 1px solid grey;
  border-top: 1px solid grey;
}

#sectionPreferences
{
  background: none;
  border:none;
  font-size:100%;
  color:white;
  text-align:left;
  margin:2em auto 0;
  width: 90%;
  height: 23em;
  display: table;
  border-collapse: collapse;

}

.AiPrefDialogArrow
{
  width: 16px;
  height: 14px;
}

.AiPrefDialogComboList
{
  font-size: 40%;
  width: 25em;
  overflow: auto;
  border: 1px outset #404040;
  border-radius: 5px;
  box-shadow: 3px 3px 2px #404040;
  background-color: white;
}

#sectionPreferences_email_when_receive::after
{

}

@media screen and (max-width:767px)
{
  .section
  {
    width:81%;
  }

  #sectionPreferences
  {
    margin-left:5%;
  }

}



