/* Coluna: Titanium
 * Version: 0.5
 * Todo: Menu
 * Largura Total: 200px
 * Largura para conteúdo (área útil): 155px;
 */

.titanium-column
{
  margin-left: 22px;
}

.titanium-column .module
{
  margin-bottom: 20px;
}


.titanium-column .module-inner-1
{
  width: 178px;
  background-image: url(../img/column-titanium/middle-178.jpg);
  background-color: transparent;
  background-position: 0 left;
  background-repeat: repeat-y;
}


.titanium-column .module-inner-2
{
  background-image: url(../img/column-titanium/top-178.jpg);
  background-color: transparent;
  background-position: top left;
  background-repeat: no-repeat;
}

.titanium-column .module-inner-3
{
  background-image: url(../img/column-titanium/bottom-178.jpg);
  background-color: transparent;
  background-position: bottom left;
  background-repeat: no-repeat;
}

.titanium-column .module-inner-4
{
  overflow: hidden;
  margin-left: 10px;
  margin-right: 13px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.titanium-column h3
{
        font-size: 14px;
        width: 100%;
        font-weight: bold;
        margin: 0px;
        padding: 0px;
        margin-bottom: 5px;
        color: #005E31;
        border-bottom: 1px solid #005E31;
}


/* Correções para o Login
 * Centraliza botão no meio
 * Pode influenciar outros forms
 */
.titanium-column .module form table td .button
{
  display: block;
  margin: auto;
  margin-bottom: 10px;
  margin-top: 10px;
}

.titanium-column .module form
{
  background-color: #000033;
  color: #ffffff;
  text-align: center;
  margin-top: 20px;
}

.titanium-column .module form table
{
  color: #000000;
  background-image: url(../img/column-titanium/middle-178.jpg);
  background-color: transparent;
  background-position: center center;
  background-repeat: repeat-y;
  padding-top: 10px;
}

.titanium-column .module form table td a
{
  background-color: #000033;
  color: #ffffff;
  width: 100%;
  display: block;
  text-align:center;
}

/* Estica todo os campos do form para caber no módulo */
.titanium-column .module form table .inputbox
{
  width: 100%;
  margin-bottom: 10px;
}

/* Menos o checkbox */
.titanium-column .module form table #mod_login_remember
{
  width: auto;
  margin-bottom: 0;
}

.titanium-column .module form table label
{
  line-height: 1.5em;
}

