/*
 * Base site CSS styles.
 * 
 * - Add your layout and design css here.
 * - Override the default styles here.
 * - Mark logical areas with comments.
 * - All site layouts should be based on the sorces from http://blog.html.it/layoutgala/
 *  
 * @author Michael Mifsud <info@tropotek.com>
 * @link http://www.tropotek.com/
 */





/*** Common Custom CSS Styles ***/
.clear {clear: both; height: 1px; overflow: hidden;}
.left {float: left;}
.right {float: right;}


/*** Base WIKI styles ***/
.editMenu {
  margin: 5px;
  padding: 0;
  text-align: right;
}
a.newWikiPage {
  color: #F66 !important;
  text-decoration: underline;
}
#content a.rss {
  display: block;
  float: right;
  background: #FCC url('../images/rss.gif') center top no-repeat;
  width: 36px;
  height: 14px;
  background-color:
}



/** Search Results Styles **/
.resultList {
  width: 600px;
}
.resultList .resultHead H2 {
  margin: 5px 0px;
}
.resultList .resultHead {
  padding: 6px;
  margin-bottom: 10px;
  height: 1%;
  background-repeat: repeat-x;
}
.resultList .resultHead p {
  font-size: 11px;
}
.resultList .resultFoot {
  padding: 2px;
  margin-top: 10px;
  background-repeat: repeat-x;
}
.resultList .resultWrapper {
  width: 100%;
}
.resultList .resultThumb {
  float: left;
  padding: 5px 10px 0px 0px;
}
.resultList .resultContent {
  float: left;
  padding: 0px 5px;
  font-size: 12px;
}
/* Hides fom IE5-mac \*/
* html .resultList .resultContent {height: 1%;}
/* End Hide fom IE5-mac */
.resultList .resultData {
  padding: 0px 5px 0px 10px;
}
.resultList .resultContent .resultExtra {
  padding: 4px 0px 4px 0px;
}
.resultList .result,
.resultList .resultExtra {
  clear: both;
  font-size: 11px;
}
.resultList .result {
  padding: 5px 0px;
  margin-bottom: 10px;
  width: 100%;
}
/* Hides fom IE5-mac \*/
* html .resultList .result {height: 1%;}
/* End Hide fom IE5-mac */

  

/*** Bread Crumb List **/
.Ext_Util_CrumbList {
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 85%;
  line-height: 80%;
  font-style: italic;
}
.Ext_Util_CrumbList li {
  display: inline;
  margin: 0;
  padding: 0;
}
.Ext_Util_CrumbList li:last-child:after {
  content: none;
}
.Ext_Util_CrumbList li a:link {
  color: #333;
}
.Ext_Util_CrumbList li a {
  display: inline;
  padding: 0;
  margin: 0;
}
.Ext_Util_CrumbList li a:hover {
  text-decoration: none;
}


/*** Table Manager Styles ***/
.Dk_Ui_Table_Base table,
.Dk_Ui_Table_Base tr,
.Dk_Ui_Table_Base td,
.Dk_Ui_Table_Base th,
.Dk_Ui_Table_Base div
{
  border: none;
  margin: 0 auto;
  paddding: 0;
  line-height: 1em;
}
  .Dk_Ui_Table_Base {
  }
    .Dk_Ui_Table_Base .actions {
      padding-bottom: 10px;
    }
    .Dk_Ui_Table_Base .actions .actionRow { /*border: 1px solid;*/
      clear: both;
      height: 23px;
      line-height: 23px;
      padding: 0px 5px 0px 5px;
    }
    .Dk_Ui_Table_Base .actions .actionRow .left {
      float: left;
    }
    .Dk_Ui_Table_Base .actions .actionRow .right {
      float: right;
    }
    .Dk_Ui_Table_Base .actions a:link {
      color: #000;
      display: block;
      float: left;
      margin: 0px 5px;
      padding: 2px 2px 2px 20px;
      font-size: 95%;
      background-repeat: no-repeat;
      background-position: 2px 6px;
    }
    .Dk_Ui_Table_Base .actions a.user {
      background-repeat: no-repeat;
      background-position: 2px 0px;
      padding: 2px 2px 2px 20px;
      background-image: url('../images/icons/16/add_user.png');
    }
    .Dk_Ui_Table_Base .actions a.delete {
      background-repeat: no-repeat;
      background-position: 2px 0px;
      padding: 2px 2px 2px 20px;
      background-image: url('../images/icons/16/btnCancel.png');
    }
    .Dk_Ui_Table_Base .filterRow { /*border: 1px solid;*/
      clear: both;
      line-height: 25px;
      padding: 0px 10px;
    }
    .Dk_Ui_Table_Base .filterRow input,
    .Dk_Ui_Table_Base .manager .filterRow select {
      float: left;
    }
    
    .Dk_Ui_Table_Base table.manager  {
      width: 100%;
    }
      .manager th {
        background-color: #D6DFF7;
        border: 1px solid #FFF;
        border-width: 1px 0px 1px 1px;
        font-weight: bold;
        font-size: 90%;
        padding: 2px 8px;
        white-space: nowrap;
      }
      .manager th a,
      .manager th a:link {
        text-decoration: none;
        font-size: 90%;
        color: #000;
      }
      .manager td {
        font-weight: normal;
        padding: 2px 8px;
        text-align: right;
        white-space: noWrap;
        font-size: 85%;
      }
      .manager td.left {
        float: none;
        text-align: left;
      }
      .manager td.right {
        float: none;
        text-align: right;
      }
      .manager td.center {
        float: none;
        text-align: center;
      }
      .manager .odd td {
        background-color: #EEEEF8;
      }
      .manager .even td {
        background-color: #FFF;
      }
      .manager tr:hover td {
        background-color: #DDEFFF;
      }
      .manager th a {
        display: block;
        padding: 2px 0px 2px 0px;
      }
      .manager th.key {
        width: 100%;
      }
      .manager th.orderAsc,
      .manager th.orderDesc {
        background-color: #ABBEEF;
      }
      .manager th.orderAsc a {
        background: #ABBEEF url('../images/icons/16/order_up.png') top right no-repeat;
        padding-right: 12px;
        padding: 2px 16px 2px 0px;
      }
      .manager th.orderDesc a {
        background: #ABBEEF url('../images/icons/16/order_down.png') top right no-repeat;
        padding-right: 12px;
        padding: 2px 16px 2px 0px;
      }
      
  .Dk_Ui_Table_Base .pager {
    clear: both;
    font-size: 80%;
  }
  .Dk_Ui_Table_Base .pager a:hover {
    text-decoration: none;
  }
  .Dk_Ui_Table_Base .pager table {
    width: 100%;
  }
  .Dk_Ui_Table_Base .pager td {
    width: 33%;
    height: auto;
    line-height: 1em;
    padding: 0;
  }
  
  .Dk_Ui_Table_Base .Dk_Ui_Limit {
    float: right;
  }
  .Dk_Ui_Table_Base .Dk_Ui_Pager {
    float: none;
    width: 250px;
    margin: 0px auto;
  }
  .Dk_Ui_Table_Base .Dk_Ui_Pager div {
    line-height: 1em;
  }
  .Dk_Ui_Table_Base .Dk_Ui_Results {
    float: left;
    margin: 0px 0px;
    padding: 15px 10px;
  }
  
  .Dk_Ui_Table_Base .Dk_Ui_Limit,
  .Dk_Ui_Table_Base .Dk_Ui_Pager {
    padding: 4px 10px 4px 10px;
    margin: 0;
  }
    .Dk_Ui_Table_Base .Dk_Ui_Limit ul,
    .Dk_Ui_Table_Base .Dk_Ui_Pager ul {
      list-style-type: none;
    line-height: 1em;
    }
    .Dk_Ui_Table_Base .Dk_Ui_Limit li,
    .Dk_Ui_Table_Base .Dk_Ui_Pager li {
      float: left;
      display: inline;
      margin: 0 5px 0 0;
      display: block;
    }
    .Dk_Ui_Table_Base .Dk_Ui_Limit li.selected,
    .Dk_Ui_Table_Base .Dk_Ui_Pager li.selected {
      font-weight: bold;
    }
    .Dk_Ui_Table_Base .Dk_Ui_Pager li.off a {
      color: #000;
      text-decoration: none;
    }


#navigation .advertBox {
  background-color: #EEE;
  height: 80px;
  margin: 22px 0px;
  text-align: center;
}
















