﻿/* form elements */
input, select, textarea
{
    color: #66645e;
}

option
{
    padding-right: 0.5em;
}


/*-------------------------------------------
  Labels
label
{
    font-weight: bold;
    color: #66645e;
}
--------------------------------------------*/


.labelLogin
{
    height: 10px;
    font-size: x-small;
}

.modallabel 
{
    color: #424242;
    font-weight: normal;
    font-size: 9pt;
    float: left;
    font-family: Arial, Sans-Serif;
    padding-bottom: 2px;
    padding-top: 2px;
    margin-bottom: 2px;
    margin-top: 2px;
    height:22px;
}
.modallabel:disabled
{
    color: #FAFAFA;
    font-weight: normal;
    font-size: 9pt;
    float: left;
    font-family: Arial, Sans-Serif;
    padding-bottom: 2px;
    padding-top: 2px;
    margin-bottom: 2px;
    margin-top: 2px;
    height:22px;
}
.modaldropdown 
{
    color: #424242;
    font-weight: normal;
    font-size: 9pt;
    float: left;
    font-family: Arial, Sans-Serif;
    padding-bottom: 2px;
    padding-top: 2px;
    margin-bottom: 2px;
    margin-top: 2px;
    height:25px;
}
.modaltextbox 
{
    color: #424242;
    font-weight: normal;
    font-size: 9pt;
    float: left;
    font-family: Arial, Sans-Serif;
    padding-bottom: 2px;
    padding-top: 2px;
    margin-bottom: 2px;
    margin-top: 2px;
    height:20px;
    border-style: outset;
    border-width: thin;
}
.modaltextbox:disabled
{
    color: Gray;
    background-color: #F2F2F2;
    font-weight: normal;
    font-size: 9pt;
    float: left;
    font-family: Arial, Sans-Serif;
    padding-bottom: 2px;
    padding-top: 2px;
    margin-bottom: 2px;
    margin-top: 2px;
    height:20px;
    border-style: inset;
    border-width: thin;
}
.modalbutton
{
    border: solid 1px #A4A4A4;  
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    background: #E6E6E6;
    color: Black;
}
.modalbutton:hover
{
    border: solid 1.5px #6E6E6E;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bolder;
    background: #E6E6E6;
    color: Black;
}
.modalclose
{
    font-size: 12px;
    font-weight:bold;
    background: transparent;
    color: White;
}
.modalclose:hover
{
    font-size: 16px;
    font-weight: bolder;
    background: transparent;
    color: White;
    cursor:pointer;
}

.h1
{
    font-size: xx-large;
    color: #66645e;
}
.h2
{
    font-size: x-large ;
    color: #48729a;
}
.h3
{
    font-size: larger;
    color: #66645e;
}

.h4
{
    font-size: large;
    color: #66645e;
}

.h5
{
    font-size: medium;
    color: #66645e;
}
/*-------------------------------------------
   Buttons
--------------------------------------------*/
.button1 
{
    background-color:lightgray;
    color:black;
    height:30px;
    font-family:'Segoe UI';
    font-size:small;
    font-weight:normal;
}

input.button
{
    margin: 0;
    padding: 2px 3px;
    color: #fff;
    background: #cf0b01;
}

.buttonLogin
{
    font-size: x-small;
    margin: 3px 0 0 0;
}
.textboxLogin
{
    height: 10px;
    font-size: x-small;
    width: 62px;
    padding-top: 5px;
    margin: 3px 0 0 0;
}

/*-------------------------------------------
   Image Buttons
--------------------------------------------*/
 
/*-------------------------------------------
   Grids
--------------------------------------------*/
/* table style */
table.Just-Header
{
    font-family: arial;
    color: #555555;
    font-size: small;
    border-top:solid 1px #7f7f7f;
     border-bottom: solid 1px #7f7f7f;
      border-right: solid 1px #7f7f7f;
       border-left: solid 1px #7f7f7f;
}
.Just-Header .header-row
{
    color: #000;
    border-right: solid 1px #7f7f7f;
    border-bottom: solid 1px #7f7f7f;
      border-top:solid 1px #7f7f7f;
    background: url(../images/header.gif) repeat-x;
}

table.extjs-theme
{
    font-family: arial;
    border: solid 1px #7f7f7f;
    color: #555555;
    width: 700px;
    font-size: small;
}

/* common cell styles */
.extjs-theme th, .extjs-theme td
{
    vertical-align: middle;
    cursor: default;
    color: #000;
}

/* header cell style */
.extjs-theme th
{
    padding: 3px 8px;
    color: #000;
    border-right: solid 1px #7f7f7f;
    border-bottom: solid 1px #7f7f7f;
    background: url(../images/header.gif) repeat-x;
}

/* header cell hover style */
.extjs-theme .header-over
{
    background: url(../images/header-hover.gif) repeat-x;
    text-decoration: underline;
}

/* regular cell style */
.extjs-theme td, data-row
{
    border-bottom: solid 1px #d0d0d0;
}

/* mouseover/select row style */
.extjs-theme .row-over
{
    background-color: #efefef;
    color: #000;
}

/* alternating row style */
.extjs-theme .alt-data-row
{
    /*background-color: #edf5ff;*/
      background-color: #fafafa;
    
}

/* alternating row style */
.extjs-theme .header-row
{
    color: #000;
    border-right: solid 1px #7f7f7f;
    border-bottom: solid 1px #7f7f7f;
    background: url(../images/header.gif) repeat-x;
}


/*-------------------------------------------
   Panels
--------------------------------------------*/

.collapsePanel
{
    height: 0px;
    background-color: white;
    overflow: hidden;
}

.collapsePanelHeader
{
    color: #000;
    border-right: solid 1px #7f7f7f;
    border-bottom: solid 1px #7f7f7f;
    background: url(../images/header.gif) repeat-x;
}
/*-------------------------------------------
   Tree
--------------------------------------------*/

.tree
{
    width: 400px;
}

.tree .DefaultStyle
{
    padding: 2px 3px 3px 1px;
}

.SelectedStyle
{
    padding: 2px 3px 3px 1px;
}

.HoverStyle
{
    padding: 2px 3px 3px 1px;
}


.DrillGrid .header-row
{
	
  font-style : normal ;
	background: url(../images/header.gif) repeat-x;
}
.DrillGrid .alt-data-row
{
	background-color: #edf5ff;
}

.watermarked
{
    color:#D8D8D8;
}

.textbox
{
    color:black;
    font-family:'Segoe UI';
    font-size:small;
    font-weight:400;
    text-align:left;
    height:20px;
}

.errormsglabel 
{
    color:red;
    font-family:'Segoe UI';
    font-size:small;
    text-align:left;
}
.infolabel 
{
    color:black;
    font-family:'Segoe UI';
    font-size:medium;
    font-weight:600;
    text-align:left;
}
.labelheader 
{
    color:#084B8A;
    font-family:Calibri;
    font-size:medium;
    font-weight:600;
    text-align:left;
}
.label1 
{
    color:black;
    font-family:'Arial';
    font-size:small;
    font-weight:500;
    text-align:left;
}
.dropdownlist 
{
    color: black;
    font-family:'Segoe UI';
    background-color:white;
    font-weight: normal;
    font-size: small;
    height:25px;
}

.mGrid { 
    width: 100%; 
    background-color: #fff; 
    margin: 4px 0 6px 0; 
    border: solid 1px #525252; 
    border-collapse:collapse; 
}
.mGrid td { 
    padding: 2px; 
    border: solid 1px #c1c1c1; 
    color: #717171;    
}
.mGrid th { 
    padding: 2px 2px; 
    color: #fff; 
    /*background: Red url(grd_head.png) repeat-x top;*/ 
    background:url(../images/blueGrad.jpg) repeat-x;
    border-left: solid 1px #525252; 
    font-size:small;
    font-family: 'Segoe UI';
    font-weight: 500 ;
    line-height: 26px;
}
.mGrid .pgr td { 
    border-width: 0; 
    padding: 0 4px; 
    border-left: solid 1px #666; 
    font-weight:500; 
    color: #fff; 
    line-height: 15px; 
 }

.mGrid .row { background-color: White; }
.mGrid .alt { background: #fcfcfc url(../images/grd_alt.png) repeat-x top; }

/*.mGrid .pgr { background: #424242 url(../images/grd_pgr.png) repeat-x top; }*/
/*.mGrid .pgr { background: #2E64FE }*/
.mGrid .pgr { background: #084B8A url(../images/blueGrad.jpg) repeat-x; }
.mGrid .pgr table { margin: 3px 3px; }
.mGrid .pgr a { color: #A4A4A4; text-decoration: none; }
.mGrid .pgr a:hover { color: #000; text-decoration: none; }


.ajax__tab_blueGrad-theme .ajax__tab_header 
{
    font-family:'Segoe UI';
    font-size:small;
    color:#ffffff;
    border-bottom:solid 2px #84aeef;
}
.ajax__tab_blueGrad-theme .ajax__tab_header .ajax__tab_outer 
{
    background:url(../images/blueGrad.jpg) repeat-x;
    margin:0px 0.16em 0px 0px;
    padding:1px 0px 1px 0px;
    vertical-align:middle;
    border:solid 1px #a3a3a3;
    border-bottom-width:0px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}
.ajax__tab_blueGrad-theme .ajax__tab_header .ajax__tab_tab
{    
    color:lightgray;
    padding:0.35em 0.75em;    
    margin-right:0.01em;
}
.ajax__tab_blueGrad-theme .ajax__tab_hover .ajax__tab_outer 
{
    background: url(../images/blueGrad.jpg) #2E9AFE repeat-x left -1300px;
    color: white;
}
.ajax__tab_blueGrad-theme .ajax__tab_active .ajax__tab_tab 
{
    color:#fff;
}
.ajax__tab_blueGrad-theme .ajax__tab_active .ajax__tab_outer
{
     background:url(../images/blueGrad.jpg) #2E9AFE repeat-x left -1400px;
}
.ajax__tab_blueGrad-theme .ajax__tab_body 
{
    font-family:'Segoe UI';
    font-size:10pt;
    padding:0.25em 0.5em;
    background-color:#FAFAFA;
    border:solid 2px #84aeef;
    border-top-width:0px;
}






.ajax_Tab_Clean .ajax__tab_header 
{
    font-family:'Segoe UI';
    font-size:small;
    color:#ffffff;
    border-bottom:solid 2px lightgray;
}
.ajax_Tab_Clean .ajax__tab_header .ajax__tab_outer 
{
    background:#ffffff;
    margin:0px 0.16em 0px 0px;
    padding:1px 0px 1px 0px;
    vertical-align:middle;
    border:solid 1px lightgray;
    border-bottom-width:0px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}
.ajax_Tab_Clean .ajax__tab_header .ajax__tab_tab
{    
    color:black ;
    padding:0.35em 0.75em;    
    margin-right:0.01em;
}
.ajax_Tab_Clean .ajax__tab_hover .ajax__tab_outer 
{
    background: lightgray;
    color: black;
}
.ajax_Tab_Clean .ajax__tab_active .ajax__tab_tab 
{
background: lightgray;
    color: #000;
}
.ajax_Tab_Clean .ajax__tab_active .ajax__tab_outer
{
     background:#FAFAFA;
}
.ajax_Tab_Clean .ajax__tab_body 
{
    font-family:'Segoe UI';
    font-size:10pt;
    padding:0.25em 0.5em;
    background-color:#FAFAFA;
    border:solid 1px lightgray;
    border-top-width:0px;

}