/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 01/08/2013, 09:38:46 PM
    Author     : rmayta
*/

/*
    "Segoe UI Web Light","Segoe UI Light",
*/
.CSS0001{
    font-family: "Segoe UI Web Regular","Segoe UI","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,sans-serif;
    font-size: 26px;
    font-weight: 100;
    color: #fff;
}
.CSS0002{
    font-family: "Segoe UI Web Regular","Segoe UI","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,sans-serif;
    font-size: 12px;
    font-weight: 100;
    color: #fff;
}
.CSS0003{
    font-family: "Segoe UI Web Regular","Segoe UI","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,sans-serif;
    font-size: 87%;
}
.CSS0004{
    font-family: "Segoe UI Web Regular","Segoe UI","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,sans-serif;
    font-size: 87%;
    font-weight: inherit;
    text-decoration: none;
    color: #0072C6;
    cursor: pointer;
}
.CSS0005{
    font-family: "Segoe UI Web Regular","Segoe UI","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
}
.CSS0006{
    font-family: "Segoe UI Web Regular","Segoe UI","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    color: #0072C6;
    cursor: pointer;
}
.CSS0007{
    font-family: "Segoe UI Web Regular","Segoe UI","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,sans-serif;
    font-size: 12px;
    font-weight: inherit;
    text-decoration: none;
    /*color: #2672EC;*/
    color: #FFFFFF;
    cursor: pointer;
}

.CSS0008{
    font-family: "Segoe UI Web Regular","Segoe UI","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #0072C6;
}

#CSSPnlCompany .x-panel-body {
    background: white;
    font: 11px Arial, Helvetica, sans-serif;
}

#CSSPnlCompany .thumb {
    /*background: #dddddd;*/
    padding: 3px;
    padding-bottom: 0;
}

.x-quirks #CSSPnlCompany .thumb {
    padding-bottom: 3px;
}

#CSSPnlCompany .thumb img {
    height: 60px;
    width: 80px;
}

#CSSPnlCompany .thumb-wrap {
    float: left;
    margin: 4px;
    margin-right: 0;
    padding: 5px;
}

#CSSPnlCompany .thumb-wrap span {
    display: block;
    overflow: hidden;
    text-align: center;
    /* for ie to ensure that the text is centered */
    width: 86px;
}

#CSSPnlCompany .x-item-over {
    border: 1px solid #dddddd;
    background: #efefef url(../images/icons/1x29/over.gif) repeat-x left top;
    padding: 4px;
}

#CSSPnlCompany .x-item-selected {
    background: #eff5fb url(../images/icons/200x100/selected.gif) no-repeat right bottom;
    border: 1px solid #99bbe8;
    padding: 4px;
}

#CSSPnlCompany .x-item-selected .thumb {
    background: transparent;
}

#CSSPnlCompany .loading-indicator {
    font-size: 11px;
    background-image: url(../images/icons/16x16/loading.gif);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 20px;
    margin: 10px;
}

#CSSPnlDatabase .x-panel-body {
    background: white;
    font: 11px Arial, Helvetica, sans-serif;
}

#CSSPnlDatabase .thumb {
    /*background: #dddddd;*/
    padding: 3px;
    padding-bottom: 0;
}

.x-quirks #CSSPnlDatabase .thumb {
    padding-bottom: 3px;
}

#CSSPnlDatabase .thumb img {
    width: 64px;
    height: 64px;
}

#CSSPnlDatabase .thumb-wrap {
    float: left;
    margin: 4px;
    margin-right: 0;
    padding: 5px;
}

#CSSPnlDatabase .thumb-wrap span {
    display: block;
    overflow: hidden;
    text-align: center;
    color: #cccccc;
    font-size: 9px;
    font-weight: bold;
    /* for ie to ensure that the text is centered */
    width: 79px;
}

#CSSPnlDatabase .x-item-over {
    border: 1px solid #dddddd;
    background: #efefef url(../images/icons/1x29/over.gif) repeat-x left top;
    padding: 4px;
}

#CSSPnlDatabase .x-item-selected {
    background: #eff5fb url(../images/icons/200x100/selected.gif) no-repeat right bottom;
    border: 1px solid #99bbe8;
    padding: 4px;
}

#CSSPnlDatabase .x-item-selected .thumb {
    background: transparent;
}

#CSSPnlDatabase .loading-indicator {
    font-size: 11px;
    background-image: url(../images/icons/16x16/loading.gif);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 20px;
    margin: 10px;
}

.x-view-selector {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    border: 1px dotted;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
    zoom: 1;
    background-color: #c3daf9;
    border-color: #3399bb;
}

.ext-strict .ext-ie .x-tree .x-panel-bwrap {
    position: relative;
    overflow: hidden;
}

.my-fieldset {
  /*background: #F1F3FB;*/
  /*border: 1px solid red;*/
}
.my-fieldset .x-fieldset-header {
  /*color: red;*/
}
.my-fieldset .x-fieldset-header-text {
  color: white;
  font-weight: bold;
}