﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
    background: #FFFFFF;
    font-size: .80em;
    font-family: Arial, Helvetica, Verdana, sans-serif, "Helvetica Neue" , "Lucida Grande" , "Segoe UI"; 
    margin: 0px;
    padding: 0px;
    color: black; /*#696969;*/ /* text color */
}

[disabled] { 
color: black;
background-color: white;
}


a:link, a:visited
{
    color: #034af3;
    text-decoration: none;
}

a:hover
{
    color: #000066;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

ul li {
    margin-bottom: 5px;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000080;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.5em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.4em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: auto; /*960 px */
    background-color: transparent;   /* was #FFFFFF before image on login page */
    margin: 10px 10px 0px 10px; /* top right bottom left border: 1px solid #496077; */
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #680001;  /* 000066; */
    width: 100%;
}




.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2.4em;
    font-size: 1.6em;
}

.main
{
    padding: 0px 4px;  /* 0px 12px */
    margin: 10px 0px 0px 0px;  /* top was 10px  12px 8px 8px 8px */
    min-height: 420px;
    
   /* background: #ffffff; 
    background: -moz-linear-gradient(top, #B6C5DC, #ffffff);    
    background: -webkit-gradient(linear, left top, left bottom, from(#B6C5DC), to(#ffffff));  
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#E3EAF2', EndColorStr='#ffffff', GradientType=0);
*/
}

.gradientV{   
    background: #008800;  /* fallback (Opera) */    
    background: -moz-linear-gradient(top, #00FF00, #000000);  /* Mozilla: */    
    background: -webkit-gradient(linear, left top, left bottom, from(#00FF00), to(#000000)); /* Chrome, Safari:*/   
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#00FF00', EndColorStr='#000000', GradientType=0); /* MSIE */
  }
  
  .gradientH{
    background: #008800;
    background: -moz-linear-gradient(left, #00FF00, #000000);
    background: -webkit-gradient(linear,left top, right top, from(#00FF00), to(#000000));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#00FF00', EndColorStr='#000000', GradientType=1);
  }
  
.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

table.radiolist td { border-width: 0px;
    border-style: solid;
    border-color: #c0c0c0;
    margin: 0 }

table.wtablered {
        border-collapse: collapse;
        border : thin;
        border-width: .08em;
        border-style:  solid;
        border-color: red;
}

table.wtablegreen {
        border-collapse: collapse;
        border : thin;
        border-width: .08em;
        border-style:  solid;
        border-color: green;
         color: Green;
        /* background-color:  Green; */
}

table.wtable {
        border-collapse: collapse;
        border : thin;
        border-width: .08em;
        border-style:  solid;
        border-color: #c0c0c0;
        table-layout: auto;
}

table.mtable {
        border-collapse: collapse;
        border-width: .08em;
        border-style:  none;
        border-color: #4682B4;
        font-size: 0.9em;
        font-family: Arial, Helvetica, Verdana, sans-serif, "Helvetica Neue" , "Lucida Grande" , "Segoe UI";         
}


table.dtable {
        border-collapse: collapse;
        border-width: .08em;
        border-style:  none;
        border-color: red;
        font-size: 0.9em;
        font-family: Arial, Helvetica, Verdana, sans-serif, "Helvetica Neue" , "Lucida Grande" , "Segoe UI";         
}

td.dtd
{
    border-right : 1px;
    border-bottom: 1px;
    border-left: 0px;
    border-top: 0px;
    border-color: #c0c0c0;
    border-style: solid;
    margin: 0
}

td.dtdtop
{
   border-right : 0px;
    border-bottom: 0px;
    border-left: 1px;
    border-top: 1px;
    border-color: #c0c0c0;
    border-style: solid;
    margin: 0
}

td.dtdbot
{
   border-right : 1px;
    border-bottom: 1px;
    border-left: 1px;
    border-top: 0px;
    border-color: #c0c0c0;
    border-style: solid;
    margin: 0
}

td.wtd
{
    border-width: 1px;
    border-style: solid;
    border-color: #c0c0c0;
    margin: 0
}

td.wtd2
{
    padding: 5px 2px 0px 0px;
}
td.wtd3
{
    padding: 4px 2px 0px 0px;
}

td.wtd4
{
    border-width: 1px;
    border-style: solid;
    border-color: #c0c0c0;
    font-family: Arial ;
    color:  #000001; /* #000066; */
}

td.wtd5
{
    border-width: 1px;
    border-style: solid;
    border-color: #c0c0c0;
    font-family: Arial ;
    color:  #000001 ;
    margin: 0;
    text-align: right;
}

td.wtd6
{
    border-width: 1px;
    border-style: solid;
    border-color: #c0c0c0;
    font-family: Arial ;
    color:  #000001 ;
    margin: 0;
    text-align: center;
}

td.wtd7
{
    border-width: 0px;
    font-family: Arial ;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    color: #000001;
}

td.wtd8
{
    border-width: 1px;
    border-style: solid;
    border-color: #c0c0c0;
    font-family: Arial ;
    color: #696969;
    margin: 0;
    text-align: left;
}

td.wtd9
{
    border-width: 0px;
    font-family: Arial ;
    text-align: center;
    font-size: 0.9em;
}


.fb
{
    color: #000001;
    text-decoration: none;
    font-family:    Arial;
 }
 .fbb
{
    color: #000001; /* #000066; */ 
    text-decoration: none;
    font-family:    Arial;
    font-weight:    bold;
 }



 .highlight{ background:yellow; }


.rowstyle td  { border: solid 1px #EAEAEA; }

.hid
{
    display:none;
}
.vis
{
    display:block;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color: #A50505; /* #4b6c9e; */
    width: 100%;
}

div.goldline
{
    background-color: #AD8c10;
    height: 1px;
    width: 100%;
}

div.menudiv
{
  /* background-color: red; */
   height: 30px;     /* constant height to prevent flash when menu turned on from Site.master */
}

div.grayline
{
    background-color:#c0c0c0;
    height: 1px;
    width: 100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
    /* display: none; */  /* will be set later (when it was 'none') */ /* was set to 'none' 2/2/18 commented out - it blocks the bing map menu. default is inline*/
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #A50505; /* #4b6c9e; */
   /*border: 1px #4e667d solid; */
    color: #dde4ec;
    display:  block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
    z-index: 6000;
}

div.menu ul li a:hover
{
    color: yellow;
    text-decoration: none;
}

/*
div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}*/

div.note
{
    font-size: 0.85em;
    font-family: Arial; 
    color: #696969;
}



.overCrystal{
    z-index:4000;
    position:relative;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display:  inline;
}

fieldset label.inline
{
    display: inline;
}

textarea{
    font-size: 1.0em;
    font-family: Arial, Helvetica, Verdana, sans-serif; 
}

/**************** auto resize**********************************************/
/* the styles for autotextarea and autohiddendiv must be the same */
.autotextarea{
    font-size: 1.0em;
    font-family: Arial, Helvetica, Verdana, sans-serif; 
    resize: none; /* remove this if you want the user to be able to resize it in modern browsers */
    overflow: hidden;
    min-height: 68px;
}

.autohiddendiv {
    /* display:  none; */
    overflow: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word; /* future version of deprecated 'word-wrap' */
    min-height: 68px;
    font-family: Arial, Helvetica, Verdana, sans-serif; 
    font-size: 1.0em;
    color: white; /* doesn't work when display is none. Make it look invisible */
    background-color: White;
}

/**************************************************************/


input
{
    font-family: Arial, Helvetica, Verdana, sans-serif; 
}

input.textEntry
{
    width: 230px;
    height: 18px;
    border: 1px solid #ccc;
}

input.passwordEntry
{
    width: 230px;
    height: 18px;
    border: 1px solid #ccc;
}

input::-webkit-input-placeholder { font-size: .8em; color: #555; }
input::-moz-placeholder { font-size: .8em; color: #555; }
input:-ms-input-placeholder { font-size: .8em; color: #555; }
input:-moz-placeholder { font-size: .8em; color: #555; }

input.other::-webkit-input-placeholder { font-size: .8em; color: #555; }
input.other::-moz-placeholder { font-size: .8em; color: #555; }
input.other:-ms-input-placeholder { font-size: .8em; color: #555; }
input.other:-moz-placeholder { font-size: .8em; color: #555; }

div.accountInfo
{
    width: 220px;
}

div.manage
{
    width: 700px;
}



div.callctrl
{
    width: 1025px;
}

div.visit
{
    width: 860px;
}

div.invoice {
    width: 700px;
}

div.ticket
{
    width: 1060px;
}

div.storeupdate {
    width: 700px;
}

div.storeadd {
    width: 600px;
}



/* MISC  
----------------------------------------------------------*/


.clearboth
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    margin: 5px 0px 0px 0px;
    width: auto;
}

.titleItem
{
    font-size: 1.2em;
    font-weight: bold;
    color: #000001; /* #000066; */
    font-family : Arial;
}

legend
{
    font-size: 1.0em;
    font-weight: bold;
    color: #000001; /* #000066; */
    font-family : Arial;
}


.titleLegend
{
    font-size: 1.1em;
    font-weight: bold;
    color: #000001; /* #000066; */
    font-family : Arial;
}

.titleSubCategory
{
    font-size: 1.0em;
    font-weight: bold;
    color: #000001; /* #000066; */
    font-family : Arial;
}


.titleReport
{
  font-size: 1.1em; 
  font-weight: bold; 
  color: #000001; /* #000066; */
  font-family : Arial;
}

.titleCtrl
{
    font-family: Arial ;
    color: #000001; /* #000066; */
}

.titleFilter
{
    font-weight: bold;
    font-family: Arial ;
    color: #000001; /* #000066; */
}


.loginDisplay
{
    font-size: 1.0em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.1em;
    color: Red;
}

.successNotification
{
    font-size: 1.1em;
    color: Blue;
}

.bold
{
    font-weight: bold;
}

.XsubmitButton
{
    text-align: right;
    padding-right: 10px;
}

input.simpleTextEntry
{
    border: 1px solid #ccc;
    padding-left: 2px;
}

input.simpleMoneyEntry {
    border: 1px solid #ccc;
    padding-right: 2px;
    text-align: right;
}


.submitButton 
{
   filter:                 chroma(color=#000000); /* to get rid of the black border in IE, if not try float: left */
  -moz-border-radius:      3px;
  -webkit-border-radius:   3px;
  background:              white url('/images/button.png') 0 0 repeat-x; /* Image fallback */
  background:             -moz-linear-gradient(0% 170% 90deg, #c4c4c4, white);
  background:             -webkit-gradient(linear, 0% 0%, 0% 170%, from(white), to(#c4c4c4));
  border:                  1px solid;
  border-color:            #e6e6e6 #cccccc #cccccc #e6e6e6; 
  border-radius:           3px;
  color:                   #000001; /* #000066;  text color #404040; */
  display:                 inline-block;
  font-family:             Arial ; /*"helvetica neue", helvetica, arial, freesans, "liberation sans", "numbus sans l", sans-serif; */
  font-size:               12px;  /* was 13 */
  outline:                 0;
  padding:                 3px 6px 3px 6px; /* 5px 8px 5px 8px */
  text-align:              center;
  text-decoration:         none;
  white-space:             nowrap; 
  font-weight:              bold;
   
  }

  .submitButton:hover {
    background:           -moz-linear-gradient(0% 170% 90deg, #b8b8b8, white);
    background:           -webkit-gradient(linear, 0% 0%, 0% 170%, from(white), to(#b8b8b8));
    border-color:           #e6e6e6 #cccccc #cccccc #e6e6e6;   /* #99ccff; */
    color:                 #000066;
     }

  .submitButton:active {
    position:              relative;
    top:                   1px; }

  .submitButton:active, .submitButton:focus {
    background-position:   0 -25px;
    background:           -moz-linear-gradient(0% 170% 90deg, white, #dedede);
    background:           -webkit-gradient(linear, 0% 0%, 0% 170%, from(#dedede), to(white));
    border-color:           #e6e6e6 #cccccc #cccccc #e6e6e6;  /* #8fc7ff #94c9ff #94c9ff #8fc7ff; */
    color:                 #000066; 
    text-shadow:           1px -1px 0 rgba(255, 255, 255, 0.5); 
    }

.validationError {
    color: red;
    font-weight: bold;
}

.validationSummaryError {
    color: red;
    font-weight: bold;
}
.validationSummaryError ul {
    display:none;
}

    
 .simpleButton 
{
   filter:                 chroma(color=#000000); /* to get rid of the black border in IE, if not try float: left */
  -moz-border-radius:      3px;
  -webkit-border-radius:   3px;
  background:              white; 
  border:                  1px solid;
  border-color:            #e6e6e6 #cccccc #cccccc #e6e6e6; 
  border-radius:           3px;
  color:                   #000001; /* #000066;  text color #404040; */
  display:                 inline-block;
  font-family:             Arial ; /*"helvetica neue", helvetica, arial, freesans, "liberation sans", "numbus sans l", sans-serif; */
  font-size:               13px;
  outline:                 0;
  padding:                 5px 8px 5px 8px;
  text-align:              center;
  text-decoration:         none;
  white-space:             nowrap; 
  font-weight:              bold;
   
  }

  .simpleButton:hover {
    background:           white;
    border-color:         #e6e6e6 #cccccc #cccccc #e6e6e6;   /* #99ccff; */
    color:                #000066;
     }

  .simpleButton:active {
    position:              relative;
    top:                   1px; }

  .simpleButton:active, .simpleButton:focus {
    background-position:   0 -25px;
    background:            white;
    border-color:           #e6e6e6 #cccccc #cccccc #e6e6e6;  /* #8fc7ff #94c9ff #94c9ff #8fc7ff; */
    color:                 #000066; 
    text-shadow:           1px -1px 0 rgba(255, 255, 255, 0.5); 
    }
    
    
    
   
span.sButton { 
    background:  white url('/images/button.png') 0 0 repeat-x;  
    border:                  1px solid;
    display:                 inline-block;
    font-family:             arial; /*"helvetica neue", helvetica, arial, freesans, "liberation sans", "numbus sans l", sans-serif; */
    font-size:               1.0em;
    outline:                 1;
    padding:                 3px 4px 3px 4px;
    text-align:              center;
    text-decoration:         none;
    white-space:             nowrap;
    border-color:            #e6e6e6 #cccccc #cccccc #e6e6e6; /* has te be here at the end ??*/
     
                          
} 
 
 span.sButton:hover {
    background:           -moz-linear-gradient(0% 170% 90deg, #b8b8b8, white);
    background:           -webkit-gradient(linear, 0% 0%, 0% 170%, from(white), to(#b8b8b8));
    border-color:          #99ccff;
    color:                 #000066; 
     }
 
span.sButton input { 
        background:none; 
        border:0; 
        margin:0; 
        padding:0; 
        font-weight: bold;
        color: #000001; /* #000066; */                      
} 

.RadioButtonWidth label {  margin-right:25px; } 

.RecoveryFailure {  padding: 5px 0px 5px 0px; } 

.categoryCell 
{
  -moz-border-radius:      3px;
  -webkit-border-radius:   3px;
  background:              white url('/images/button.png') 0 0 repeat-x; /* Image fallback */
  background:             -moz-linear-gradient(0% 170% 90deg, #c4c4c4, white);
  background:             -webkit-gradient(linear, 0% 0%, 0% 170%, from(white), to(#c4c4c4));
  border:                  1px solid;
  border-color:            #e6e6e6 #cccccc #cccccc #e6e6e6; 
  border-radius:           3px;
  color:                   #000001; /* #000066; */
  font-family:             Arial; /*"helvetica neue", helvetica, arial, freesans, "liberation sans", "numbus sans l", sans-serif; */
  font-size:               15px;
  outline:                 0;
  padding:                 15px 15px 15px 15px;
  text-align:              center;
  text-decoration:         none;
  white-space:             nowrap; 
  font-weight:             bold;  
  }
  
 
 .gradient  /*  #000066, #ff0000    #4b6c9e*/
{
    height: 100%;
    position: relative;
    background: #000066;    
    background: -moz-linear-gradient(top, #ff0000, #4b6c9e);    
    background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#4b6c9e));   
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ff0000', EndColorStr='#4b6c9e', GradientType=0);
    
}

.catA:link, .catA:visited
{
    color: #000001; 
    text-decoration: none;
    font-family:    Arial;
    font-size:      14px;
    font-weight:    bold;
   /* background:green; */
}

.catA:hover
{
    color: #A50505;
    text-decoration: none;
    font-weight:    bold;
}

.catA:active
{
    color: #A50505; 
    font-weight:    bold;
}

/* ----------------- GRIDVIEW ------------------------ */

.GridViewStyle     /* silver #c0c0c0 */
{    
    border-right: 1px solid Silver;
    border-bottom: 1px solid Silver;
    border-left: 1px solid Silver;
    border-top: 1px solid Silver;
    padding: 2px;
}


.GridViewHeaderStyle th
{
    border-left: 1px solid Silver;
    border-right: 1px solid Silver;
    border-bottom: 1px solid Silver;
    border-top: 1px solid Silver;
}

.GridViewHeaderStyle
{
    background-color: Silver;
    font-weight: bold;
    color: Black;
    border-right: 1px solid Silver;
    border-bottom: 1px solid Silver;
    border-left: 1px solid Silver;
    border-top: 1px solid Silver;
}

    .GridViewHeaderStyleFreeze th {
        border-left: 1px solid Silver;
        border-right: 1px solid Silver;
        border-bottom: 1px solid Silver;
        border-top: 1px solid Silver;
    }

.GridViewHeaderStyleFreeze {
    background-color: Silver;
    font-weight: bold;
    color: Black;
    border-right: 1px solid Silver;
    border-bottom: 1px solid Silver;
    border-left: 1px solid Silver;
    border-top: 1px solid Silver;

   position: relative;
    top: expression(this.offsetParent.scrollTop);
    z-index: 10; 
}


.GridViewFooterStyle
{
    background-color: #5D7B9D;
    font-weight: bold;
    color: White;
}

.GridViewRowStyle
{
    background-color: White;
    color: Black;
}
.GridViewAlternatingRowStyle 
{
    background-color:  #f0f0f0;
    color: Black;
}


.GridViewRowStyle td, .GridViewAlternatingRowStyle td
{
    border-right: 1px solid Silver;
    border-bottom: 1px solid Silver;
    border-left: 1px solid Silver;
    border-top: 1px solid Silver;
}


.GridViewRowStyle td table td, .GridViewAlternatingRowStyle td table td  /* inner table */
{
    border-right: 0px solid Silver;
    border-bottom: 0px solid Silver;
    border-left: 0px solid Silver;
    border-top: 0px solid Silver;
}



.GridViewRowStyleNoBorder
{
    background-color: White;
    color: Black;
}
.GridViewAlternatingRowStyleNoBorder
{
    background-color:  #f0f0f0;
    color: Black;
}
.GridViewRowStyleNoBorder td, .GridViewAlternatingRowStyleNoBorder td
{
    border-right: 0px solid Silver;
    border-bottom: 0px solid Silver;
    border-left: 0px solid Silver;
    border-top: 0px solid Silver;
}


.GridViewRowStyleVertical
{
    background-color: White;
    color: Black;
}
.GridViewAlternatingRowStyleVertical
{
    background-color:  #f0f0f0;
    color: Black;
}
.GridViewRowStyleVertical td, .GridViewAlternatingRowStyleVertical td
{
    border-right: 1px solid Silver;
    border-bottom: 0px solid Silver;
    border-left: 1px solid Silver;
    border-top: 0px solid Silver;
}


.GridViewRowStyleHorizontal
{
    background-color: White;
    color: Black;
}
.GridViewAlternatingRowStyleHorizontal
{
    background-color:  #f0f0f0;
    color: Black;
}
.GridViewRowStyleHorizontal td, .GridViewAlternatingRowStyleHorizontal td
{
    border-right: 0px solid Silver;
    border-bottom: 1px solid Silver;
    border-left: 0px solid Silver;
    border-top: 1px solid Silver;
}



.GridViewSelectedRowStyle
{
    background-color: #FAFAD2;
    font-weight: bold;
    color: Black;
}

.GridViewPagerStyle
{
    background-color: Black;
    color: #EAEAEA;
}

.GridViewPagerStyle table /* to center the paging links*/
{
    margin: 0 auto 0 auto;
}


div.scroll {
    border: 1px solid #C0C0C0;
    background-color: #F0F0F0;
    width: 584px;
    height: 180px;
    overflow: scroll;
    position: relative;
    left: 10px;
    top: 10px;
}

.hiddencol {
    display: none;
}


.HeaderFreez {
    position: relative;
    top: expression(this.offsetParent.scrollTop);
    z-index: 10;
}


.FixedHeader {
    position: absolute;
    font-weight: bold;
}
 
