﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    background-color:#e9edf3;
    font-size: 10pt;
    font-family: Verdana, Tahoma, Arial, "Helvetica Neue" , Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
     margin: 0 0 0 0;
    padding: 0 0 0 0;
     font-size: 12pt;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

a
{
    color: #696969;
}

li
{
    line-height: 1.6;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
}

#main
{
    padding: 3px 3px 3px 3px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}



/* MENU   
----------------------------------------------------------*/
#mainMenu
{
    position: relative;
    margin: 0;
    text-align: left;
    
}

#mainMenu .t-item
{
    border-width: 0 0 0 1px;
   
}

#mainMenu .t-link
{
    padding: 6px 6px;
    font-weight: normal;
    text-decoration: none;
    font-size:8pt;
    font-family:Tahoma;
    text-align:center;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend
{
    font-size: 1.2em;
    font-weight: bold;
}

textarea
{
    min-height: 75px;
}

input[type="text"]
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"]
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

/* override standard teleric grid cell*/
.t-grid {
  padding: 0px;
  margin: 2px;
  text-align: left;
  border-radius: 0px;
  1box-shadow: 1px 1px 2px #888;
}

  .t-grid td {
    padding: 2px 3px 2px 3px;
    white-space: nowrap;
  }

  .t-grid .t-grid-bottom {
    background: #F3F3F3;
  }

.t-header, .t-grid-header, .t-toolbar, .t-grouping-header, .t-tooltip, .t-grid-pager {
  background: #DFE6EC;
  background: #DFDFDF;
}

.t-menu {
  background: #DFDFDF;
}

.t-tabstrip {
  background: inherit !important;
  border: 0px;
}

  .t-tabstrip li {
    background: #CED8E3;
    background: #DFDFDF;
  }

    .t-tabstrip li.t-state-active {
      background: #FFFFFF;
    }

.t-group {
  background: #DFDFDF;
}


.t-menu .t-group .t-item {
  padding: 4px;
}



div.t-window {
  border-radius: 4px;
  moz-border-radius: 4px;
  webkit-border-radius: 4px;
  moz-box-shadow: none;
  webkit-box-shadow: none;
  box-shadow: none;
  border-width: 2px;
}

.tr-alt {
  background-color: #eff2f6;
}

.tr-reg {
  background-color: #FFF;
}



.t-state-selected {
  background-color: #8ac5ff;
}

.t-state-hover:hover {
}



.t-window-content {
  background-color: #FAFBFD;
}

.t-grid-content {
  overflow: visible;
}

  .t-grid-content td {
    vertical-align: top;
  }

.t-tabstrip .t-content, .t-panelbar .t-tabstrip .t-content {
  padding: 4px;
}

.t-scrollable1 {
  background-color: #e9edf3;
  border-width: 0px;
  padding: 2px;
}

.t-button, button.t-button.t-state-disabled:hover, a.t-button.t-state-disabled:hover, .t-state-disabled .t-button:hover {
  background-color: #CFCFCF;
  outline: none;
  -- background-color: #A7CFED;
}

.t-toolbar, .t-grouping-header, .t-grid-pager, .t-group-footer td, .t-grid-footer, .t-footer-template td, .t-widget .t-status,
.t-state-active, .t-header .t-state-active, .t-state-default {
  border-color: #BFBFBF;
}

.t-widget {
  color: #282828;
  border-color: #BFBFBF;
}

/* MISC  
----------------------------------------------------------*/
.dialog-title
{
        font-size: 11pt;
       font-weight:bold;
       text-align:center;
       color:Navy;
    
    }

.clear
{
    clear: both;
}

.error
{
    color: Red;
}

div#title
{
    display: block;
    text-align: left;
}

#logindisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, .editor-label
{
    margin: 1em 0 0 0;
}

.display-field, .editor-field
{
    margin: 0.5em 0 0 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}

/* Styles for custom
----------------------------------------------------------*/

.display-field-bold
{
    font-weight: bold;
}
.display-field-condensed
{
    font-family: Tahoma;
    vertical-align: top;
}

.display-label-condensed
{
    font-family: Tahoma;
    vertical-align: top;
    padding-top: 3px;
}

.display-label
{
    color: Gray;
}

.display-label-gray
{
    color: Gray;
}




.dl-message-panel
{
    margin: 1px;
    padding: 4px;
    padding-left: 4px;
    text-align: left;
    background-color: #ffffd2;
    border: 1px solid #c6c600;
    color: #757500;
    font-weight: normal;
    border-radius: 4px;
 

}

.dl-error-panel
{
    margin: 1px;
    padding: 4px;
    padding-left: 4px;
    text-align: left;
    background-color: #ffe4e4;
    border: 1px solid #ff7c7c;
    color: red;
    font-weight: normal;
    border-radius: 4px;
}

.dl-message-panel-message
{
    margin: 1px;
    padding: 4px;
    padding-left: 4px;
    text-align: left;
    background-color: #ffffd2;
    border: 1px solid #c6c600;
    color: #757500;
    font-weight: normal;
    border-radius: 4px;
    box-shadow: 2px 2px 4px #888;
    position:absolute;
    top:40px;
    z-index:1000;
    left:800px;
    width:300px;
     overflow:auto;
    cursor:pointer;

}


.dl-error-panel-message
{
    margin: 1px;
    padding: 4px;
    padding-left: 4px;
    text-align: left;
    background-color: #ffe4e4;
    border: 1px solid #ff7c7c;
    color: red;
    font-weight: normal;
    border-radius: 4px;
    box-shadow: 2px 2px 4px #888;
    position:absolute;
    top:40px;
    z-index:1000;
    left:800px;
    width:300px;
    overflow:auto;
    cursor:pointer;

}


.dl-wait
{
    margin: 1px;
    padding: 10px;
    text-align: center;
    width:100px;
    background-color: #ffffd2;
    border: 1px solid #c6c600;
    color: #626200;
    font-weight: normal;
    border-radius: 2px;
    box-shadow: 2px 2px 4px #888;
    position:absolute;
    top:70px;
    z-index:1000;
    left:100px;
    opacity: 0.8;
    display:none;
    }


.dl-panel
{
    padding: 1px;
    margin: 2px;
    text-align: left;
    border-radius: 5px;
    box-shadow: 1px 1px 2px #888;
}



.dl-result-10 /*Demo*/
{
    color: #0080ff;
    font-weight: bold;
    font-size: 10pt;
}

.dl-result-20 /*Reset*/
{
    color: #d379fb;
}

.dl-result-30 /*Cancel*/
{
    color: #808000;
}
.dl-result-40 /*Not Qualified*/
{
    color: #800000;
}

.dl-result-50 /*Sale*/
{
    vertical-align:middle;
    padding: 0px;
    padding-left: 4px;
    padding-right: 4px;
    border: 1px solid #008c00;
    background-color: #59c52c;
    color: White;
    font-weight: bold;
    font-size: 10pt;
    border-radius: 5px;
}



/* Styles report
----------------------------------------------------------*/

.report-row
{
    
    }

.report-row TD
{
    padding-left:5px;
    padding-right:6px;
}

.report-row-alt
{
background-color:#f5f5f5;
}

.report-header
{
    
    
}


