﻿html,body{
  width:100%;
  height:100%;
  margin:0px;
  padding:0px;
  font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
  color:#737373;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  overflow:auto !important;
}

.mobileLow
{
  width:100%;
}

.mobileLow h1
{
  font-size:14px;
  margin:2px 0px 2px 0px;
  width:200px;
}

.mobileLow
{
  font-size:11px;
}

.mobileLow input
{
  margin:2px;
  width:200px;
}

.mobileFooter
{
  border-top:1px solid #e4e4e4;
  position:fixed;
  bottom:0px;
  width:100%;
  background: #ffffff; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ffffff 0%, #eaeaea 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%,#eaeaea 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%,#eaeaea 100%); /* IE10+ */
  background: linear-gradient(top, #ffffff 0%,#eaeaea 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-8 */
  -webkit-box-shadow: -2px 2px 2px , 0.5;
  -moz-box-shadow: -2px 2px 2px , 0.5;
  box-shadow: -2px 2px 2px , 0.5;
  height:50px;
  z-index: 10000000;

  background: #ececec;
}

.mobileFooter ul
{
  margin:0px;
  padding:0px;
}

.mobileFooter ul li
{
  width:49%;
  float:left;
  text-align:center;
  list-style-type: none;
  margin:0px;
  height:50px;
  vertical-align: bottom;
}

.mobileFooter ul li:hover
{
  background: #f9f9f9;
}

#mobileSignIn,  #mobileYourInfoSlips
{
  position:fixed;
  background: rgba(0,0,0,0.6);
  padding:0px;
  margin:0px;
  bottom:0px;
  width:100%;
  height:100%;
  display:none;
  z-index:100000000;
}

.mobileCloseWindows
{
  /*border:3px solid #FFF;*/
  border:none;

  /*position:relative;*/
  position:absolute;

  /*width:23px;*/
  width:50px;  

  /*height:18px;*/
  height:40px;

/*  background-color:#FFF;*/

  /*margin:0 auto;*/
  margin:0;

  /*left:150px;*/
  color:#FFF;

  /*font-size:11px;*/
  font-size:20px;

  font-family:arial;
  cursor:pointer;
  
  /*padding-top:4px;*/
  padding-top:10px;

  
  /*font-weight:bold;*/
  font-weight:normal;

  text-align:center;

  /*-webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;*/
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;

  /*-webkit-box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.5);*/
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;  

/*  background: #6f6f6f;*/

  background: url(images/menu-swatch.png) #6f6f6f -36px 5px no-repeat;
  background-size: 80px 40px;
  right:0;
}

.mobileRefreshWindows {
  border:none;
  position:absolute;
  width:50px;
  height:40px;
/*  background-color:#FFF;*/
  margin:0;
  color:#FFF;
  font-size:20px;
  font-family:'Wingdings 3';
  cursor:pointer;
  padding-top:10px;
  font-weight:normal;
  text-align:center;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;  

/*  background: #6f6f6f;*/

  background: url(images/menu-swatch.png) #6f6f6f 5px 5px no-repeat;
  background-size: 80px 40px;
  right:50px;
}



#mobileCloseSignIn
{
  top:-585px;
}

#mobileCloseYourInfoSlips
{
/*  position:absolute;
  float:left;
  left:5px;
  top:5px;*/
}

#mobileYourInfoSlipsDialog
{
  /*width:95%;*/
  position:relative;
  /*margin:5px;*/
  margin: 0 10px 0 10px;
  top:10px;
}

.mobileIcon
{
  width:35px;
  height:40px;
  background-image:url('images/toolbarIcons.png');
  margin-left:10px;
  margin:0 auto;
}

@media (-webkit-device-pixel-ratio: 2),(-webkit-device-pixel-ratio: 3) {
  .mobileIcon
  {

    background-image:url('images/toolbarIconsx2.png');
    -webkit-background-size: 210px 40px;
  }
}

.mobileBackground
{
  background-image:url('images/mobileBackground.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-color:#eaeaea;
}

.mobileIconText
{
  color:#737373;
  position:relative;
  height:15px;
  top:-10px;
  text-decoration:none;
  font-size:13px;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

#mobileSignInLink, #mobileYourInfoSlipsLink
{
  cursor:pointer;
}

.mobileLinkButton
{
  display:block;
  width:250px;
  margin:5px;
  padding:4px 10px 4px 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border:1px solid #ccc;
  color:#737373;
  font-size:12px;
  font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
  cursor:pointer !important;
  background: #f7f7f7;
  text-align:center;
  text-decoration:none;
}

#mobileYourInfoSlipsLink {
  border-right: 1px solid #ddd;
}

#mobileYourInfoSlipsLink .mobileIcon {
  background-position: 140px;
  float: left;
  margin-top: 7px;
  margin-left: 5px;
}

#mobileYourInfoSlipsLink .mobileIconText {
  top: 10px;
}

.logOffLink {
  cursor:pointer;
  margin-left: 5px;
}

.logOffLink .mobileIcon {
  float: left;
  margin-top: 7px;
  margin-left: 5px;
}

.logOffLink .mobileIconText {
  top: 15px;
}

#historyRoot
{
  /*margin-left:0px;*/
  margin:0;
  padding:0;
}

.accordionList table
{
  /*width:280px !important;*/
  width:100% !important;
  margin-top:0;
  border-collapse: collapse;
  border-spacing: 0;  
}

/*mobile override styles*/
/*//////////////////////*/
.accordionGroup {
  background-color: #fff;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0; 
  -moz-border-radius: 0;  
  margin: 0;
  /*padding: 0 5px 0 5px;*/
  padding:0;  
}

.accordiongroupHeading {
  border-radius: 0;
  -webkit-border-radius: 0; 
  -moz-border-radius: 0;
  background-color: inherit;
  padding-left: 10px;

line-height: 22px;
height: 32px;
padding-right: 0;  
}

.accordiongroupHeading h2 {
  color:#737373 !important;
  font-weight:normal !important;
}

.accordiongroupHeading h2 span {
  float: right;
  padding: 5px 10px 5px 10px;
  color: #555;
  margin: 0 0 5px;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  font-size: 14px;
  box-shadow: none;
  -webkit-box-shadow: none;


margin-top: -10px;
margin-bottom: 0;
width: 30px;
height: 32px;
vertical-align: middle;
line-height: 32px;
text-align: center;
text-shadow: none;
font-size: 16px; 
}

.mobileNavBar {
  height: 50px;
  background-color: #6f6f6f;
}

.accordionList table tr td a {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-align:left;
  font-size: 13px;
  text-indent: 5px;
}

.accordionList table td {
  padding:0;
}