body{
	padding : 0px;
	border: 0px;
	background-color: #FFFFFF;
	color : black;
}

body, td{
	font-size: 11px;
	font-family: Verdana;
	color: black;
}

input, select{
	font-family: Verdana;
	border-width: 1px;
	border-color: #0000ff;
	font-size: 10px;
}

a:link {
	color : White;
}

a:hover {
	color : White;
}

a:visited {
	color : White;
}

.MsgNorm
 {
 height: 30px;
 color: #ff0000;
 font-family: Verdana;
 font-size: 11px;
 font-weight: normal;
 }
 
 
 .MsgBold
  {
  height: 30px;
  color: #ff0000;
  font-family: Verdana;
  font-size: 12px;
  font-weight: bold;
 }
 
 
 /* New Styles */
 
  /* Starting with A */

 
 a.menuLink:link 
 {
 color: #015696; 
 text-decoration: none;
 font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
 font-size: 12px;
 text-align: center; 
 }
 
 a.menuLink:visited 
 {
 color: #015696; 
 text-decoration: none; 
 font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
 font-size: 12px;
 text-align: center; 
 }
 
 a.menuLink:hover 
 {
 color: #fff; 
 text-decoration: underline; 
 font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
 font-size: 12px;
 text-align: center; 
 }
 
 a.menuLink:active 
 {
 color: #015696; 
 font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
 font-size: 12px;
 text-align: center; 
 } 

 
 /* Starting with B */
 
   .basketLogo
    {
    
     background-image: url("../images/basket5.png");
     background-repeat: no-repeat;   
     width: 100px;
     height: 75px;  
     text-align: center;
     position:fixed;
     top: 210px;
     right: 5px;
    }
  
    .basketVal
    {
     display: inline-block;
     font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
     font-size: 18px;
     color: #397911;
     height: 20px;  
     width: 100px;
     bottom: 3px;
     left: 1px;
     position: absolute;
   }
 
   .bodyCol2
   {
     margin: 0;
     padding: 0;
     background-color:#efefef;
  }
 
 .borderBtmDarkGrey
  {
  border-bottom: 1px solid #404040;
  }


 .borderTopDarkGrey
  {
  border-top: 1px solid #404040;
  }


 .borderLeftDarkGrey
  {
  border-left: 1px solid #404040;
  }


 .borderRightDarkGrey
  {
  border-right: 1px solid #404040;
  }
 
  .borderBtmRed
   {
   border-bottom: 1px solid #7f0513;
   }
 
 
  .borderTopRed
   {
   border-top: 1px solid #7f0513;
   }
 
 
  .borderLeftRed
   {
   border-left: 1px solid #7f0513;
   }
 
 
  .borderRightRed
   {
   border-right: 1px solid #7f0513;
   } 
 
 .borderBtm
  {
  border-bottom: 1px solid #000;
  }


 .borderTop
  {
  border-top: 1px solid #000;
  }


 .borderLeft
  {
  border-left: 1px solid #000;
  }


 .borderRight
  {
  border-right: 1px solid #000;
  }
 
 .borderBtmLiteGrey
  {
  border-bottom: 1px solid #f1f1f1;
  }


 .borderTopLiteGrey
  {
  border-top: 1px solid #f1f1f1;
  }


 .borderLeftLiteGrey
  {
  border-left: 1px solid #f1f1f1;
  }


 .borderRightLiteGrey
  {
  border-right: 1px solid #f1f1f1;
  }


 .borderBtmWhite
  {
  border-bottom: 1px solid #fff;
  }


 .borderTopWhite
  {
  border-top: 1px solid #fff;
  }


 .borderLeftWhite
  {
  border-left: 1px solid #fff;
  }


 .borderRightWhite
  {
  border-right: 1px solid #fff;
  }

 
.btn-style{
	border : solid 1px #050505;
	border-radius : 20px 3px 20px 4px ;
	moz-border-radius : 20px 3px 20px 4px ;
	-webkit-box-shadow : 0px 0px 1px rgba(0,0,0,0.7);
	-moz-box-shadow : 0px 0px 1px rgba(0,0,0,0.7);
	box-shadow : 0px 0px 1px rgba(0,0,0,0.7);
	font-size : 20px;
	color : #ffffff;
	padding : 1px 17px;
	background : #050505;
	background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#050505), color-stop(100%,#a2a3a1));
	background : -moz-linear-gradient(top, #050505 0%, #a2a3a1 100%);
	background : -webkit-linear-gradient(top, #050505 0%, #a2a3a1 100%);
	background : -o-linear-gradient(top, #050505 0%, #a2a3a1 100%);
	background : -ms-linear-gradient(top, #050505 0%, #a2a3a1 100%);
	background : linear-gradient(top, #050505 0%, #a2a3a1 100%);
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#050505', endColorstr='#a2a3a1',GradientType=0 );

}

.btn {
    background-color: DodgerBlue;
    border: none;
    color: white;
    padding: 12px 16px;
    font-size: 16px;
    cursor: pointer;
    width: 180px;
    margin: 10px;
}

 /* Darker background on mouse-over */
 .btn:hover {
     background-color: RoyalBlue;
}
 
 .button_menu{
  border:1px solid #616261; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
  background-color: #7d7e7d; background-image: -webkit-gradient(linear, left top, left bottom, from(#7d7e7d), to(#0e0e0e));
  background-image: -webkit-linear-gradient(top, #7d7e7d, #0e0e0e);
  background-image: -moz-linear-gradient(top, #7d7e7d, #0e0e0e);
  background-image: -ms-linear-gradient(top, #7d7e7d, #0e0e0e);
  background-image: -o-linear-gradient(top, #7d7e7d, #0e0e0e);
  background-image: linear-gradient(to bottom, #7d7e7d, #0e0e0e);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7d7e7d, endColorstr=#0e0e0e);
  width: 74px;
  text-align: center;
 }
 
 .button_menu:hover{
  border:1px solid #4a4b4a;
  background-color: #646464; background-image: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#282828));
  background-image: -webkit-linear-gradient(top, #646464, #282828);
  background-image: -moz-linear-gradient(top, #646464, #282828);
  background-image: -ms-linear-gradient(top, #646464, #282828);
  background-image: -o-linear-gradient(top, #646464, #282828);
  background-image: linear-gradient(to bottom, #646464, #282828);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#646464, endColorstr=#282828);
 }

 .button_menuAdmin{
  border:1px solid #616261; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
  background-color: #7d7e7d; background-image: -webkit-gradient(linear, left top, left bottom, from(#7d7e7d), to(#0e0e0e));
  background-image: -webkit-linear-gradient(top, #7d7e7d, #0e0e0e);
  background-image: -moz-linear-gradient(top, #7d7e7d, #0e0e0e);
  background-image: -ms-linear-gradient(top, #7d7e7d, #0e0e0e);
  background-image: -o-linear-gradient(top, #7d7e7d, #0e0e0e);
  background-image: linear-gradient(to bottom, #7d7e7d, #0e0e0e);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7d7e7d, endColorstr=#0e0e0e);
  text-align: center;
 }
 
 .button_menuAdmin:hover{
  border:1px solid #4a4b4a;
  background-color: #646464; background-image: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#282828));
  background-image: -webkit-linear-gradient(top, #646464, #282828);
  background-image: -moz-linear-gradient(top, #646464, #282828);
  background-image: -ms-linear-gradient(top, #646464, #282828);
  background-image: -o-linear-gradient(top, #646464, #282828);
  background-image: linear-gradient(to bottom, #646464, #282828);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#646464, endColorstr=#282828);
 }



 .button_edit{
  border:1px solid #25729a; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
  background-color: #3093c7; background-image: -webkit-gradient(linear, left top, left bottom, from(#3093c7), to(#1c5a85));
  background-image: -webkit-linear-gradient(top, #3093c7, #1c5a85);
  background-image: -moz-linear-gradient(top, #3093c7, #1c5a85);
  background-image: -ms-linear-gradient(top, #3093c7, #1c5a85);
  background-image: -o-linear-gradient(top, #3093c7, #1c5a85);
  background-image: linear-gradient(to bottom, #3093c7, #1c5a85);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3093c7, endColorstr=#1c5a85);
 }
 
 .button_edit:hover{
  border:1px solid #1c5675;
  background-color: #26759e; background-image: -webkit-gradient(linear, left top, left bottom, from(#26759e), to(#133d5b));
  background-image: -webkit-linear-gradient(top, #26759e, #133d5b);
  background-image: -moz-linear-gradient(top, #26759e, #133d5b);
  background-image: -ms-linear-gradient(top, #26759e, #133d5b);
  background-image: -o-linear-gradient(top, #26759e, #133d5b);
  background-image: linear-gradient(to bottom, #26759e, #133d5b);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#26759e, endColorstr=#133d5b);
 }

 
 .blueButton {
 	-moz-box-shadow:inset 0px 1px 0px 0px #bee2f9;
 	-webkit-box-shadow:inset 0px 1px 0px 0px #bee2f9;
 	box-shadow:inset 0px 1px 0px 0px #bee2f9;
 	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #63b8ee), color-stop(1, #468ccf));
 	background:-moz-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
 	background:-webkit-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
 	background:-o-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
 	background:-ms-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
 	background:linear-gradient(to bottom, #63b8ee 5%, #468ccf 100%);
 	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf',GradientType=0);
 	background-color:#63b8ee;
 	-moz-border-radius:6px;
 	-webkit-border-radius:6px;
 	border-radius:6px;
 	border:1px solid #3866a3;
 	display:inline-block;
 	cursor:pointer;
 	color:#14396a;
 	font-family:arial;
 	font-size:15px;
 	font-weight:bold;
 	padding:6px 24px;
 	text-decoration:none;
 	text-shadow:0px 1px 0px #7cacde;
 }
 .blueButton:hover {
 	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #468ccf), color-stop(1, #63b8ee));
 	background:-moz-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
 	background:-webkit-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
 	background:-o-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
 	background:-ms-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
 	background:linear-gradient(to bottom, #468ccf 5%, #63b8ee 100%);
 	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#468ccf', endColorstr='#63b8ee',GradientType=0);
 	background-color:#468ccf;
 }
 .blueButton:active {
 	position:relative;
 	top:1px;
 }

 
  .button_example{
   border:1px solid #7d99ca; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
   background-color: #a5b8da; background-image: -webkit-gradient(linear, left top, left bottom, from(#a5b8da), to(#7089b3));
   background-image: -webkit-linear-gradient(top, #a5b8da, #7089b3);
   background-image: -moz-linear-gradient(top, #a5b8da, #7089b3);
   background-image: -ms-linear-gradient(top, #a5b8da, #7089b3);
   background-image: -o-linear-gradient(top, #a5b8da, #7089b3);
   background-image: linear-gradient(to bottom, #a5b8da, #7089b3);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#a5b8da, endColorstr=#7089b3);
  }
  
  .button_example:hover{
   border:1px solid #5d7fbc;
   background-color: #819bcb; background-image: -webkit-gradient(linear, left top, left bottom, from(#819bcb), to(#536f9d));
   background-image: -webkit-linear-gradient(top, #819bcb, #536f9d);
   background-image: -moz-linear-gradient(top, #819bcb, #536f9d);
   background-image: -ms-linear-gradient(top, #819bcb, #536f9d);
   background-image: -o-linear-gradient(top, #819bcb, #536f9d);
   background-image: linear-gradient(to bottom, #819bcb, #536f9d);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#819bcb, endColorstr=#536f9d);
   cursor: pointer;
 }
 
  .blueButton2 {
  	-moz-box-shadow:inset 0px 1px 0px 0px #bee2f9;
  	-webkit-box-shadow:inset 0px 1px 0px 0px #bee2f9;
  	box-shadow:inset 0px 1px 0px 0px #bee2f9;
  	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #63b8ee), color-stop(1, #468ccf));
  	background:-moz-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
  	background:-webkit-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
  	background:-o-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
  	background:-ms-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
  	background:linear-gradient(to bottom, #63b8ee 5%, #468ccf 100%);
  	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf',GradientType=0);
  	background-color:#63b8ee;
  	-moz-border-radius:6px;
  	-webkit-border-radius:6px;
  	border-radius:6px;
  	border:1px solid #3866a3;
  	display:inline-block;
  	cursor:pointer;
  	color:#14396a;
  	font-family:arial;
  	font-size:15px;
  	font-weight:bold;
  	padding:6px 12px;
  	text-decoration:none;
  	text-shadow:0px 1px 0px #7cacde;
  }
  .blueButton2:hover {
  	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #468ccf), color-stop(1, #63b8ee));
  	background:-moz-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
  	background:-webkit-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
  	background:-o-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
  	background:-ms-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
  	background:linear-gradient(to bottom, #468ccf 5%, #63b8ee 100%);
  	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#468ccf', endColorstr='#63b8ee',GradientType=0);
  	background-color:#468ccf;
  }
  .blueButton2:active {
  	position:relative;
  	top:1px;
  }

 
 
  /* Starting with C */ 

.Checkbox
 {
  -moz-appearance: none;
  border: 1px solid #005696; 
  width: 30px;
  height: 30px;
 }

.Checkbox20
 {
  -moz-appearance: none;
  border: 1px solid #005696; 
  width: 20px;
  height: 20px;
 }
 
 .chkBox
  {
   -moz-appearance: none;
   border: 2px solid #c92265; 
   width: 30px;
   height: 30px;
  }

 /* Starting with C */
 
.cellLiteGrey
 {
 background-color: #e1e1e1;
 color: #000000; 
 font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
 font-size: 12px;
 font-weight: normal;
 height: 30px;
 }

.cellWhite
 {
 background-color: #fff;
 color: #000000; 
 font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
 font-size: 12px;
 font-weight: normal;
 height: 30px;
 }

.cellHeader
 {
 background-color: #404040;
 color: #fff; 
 font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
 font-size: 12px;
 font-weight: normal;
 height: 30px;
 }

.cellHeader2
 {
 background-color: #980e0c;
 color: #fff; 
 font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
 font-size: 12px;
 font-weight: normal;
 height: 30px;
 }

 .cellLiteGrey2
  {
  background-color: #e1e1e1;
  color: #000000; 
  font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
  font-size: 12px;
  font-weight: normal;
  height: 40px;
  }
 
 .cellWhite2
  {
  background-color: #fff;
  color: #000000; 
  font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
  font-size: 12px;
  font-weight: normal;
  height: 40px;
  }

  .cellLiteGrey11
   {
   background-color: #e1e1e1;
   color: #000000; 
   height: 40px;
   }
  
  .cellWhite11
   {
   background-color: #fff;
   color: #000000; 
   height: 40px;
   }

 /* Starting with D */ 


.DateTextBox
 {
 border: 1px solid #e1e1e1; 
 color: #000000; 
 font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
 font-size: 14px;
 font-weight: normal;
 width: 100px;
 height: 18px;
 }


 .ddselect  
  {
 
     padding:9px;
     margin: 0;
     border-radius:4px;
     -webkit-box-shadow: 
         0 0px 0 #ccc,
         0 0px #fff inset;
     background: url('images/309nb74.png') no-repeat right, -moz-linear-gradient(top, #FBFBFB 0%, #E9E9E9 100%);
     background: url('images/309nb74.png') no-repeat right, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBFBFB), color-stop(100%,#E9E9E9));
     color:black;
     font-family: Arial, Verdana, Geneva, Helvetica, Sans-Serif;
     font-size: 14px;
     border:none;
     outline:none;
     display: inline-block;
     -webkit-appearance:none; 
     cursor:pointer;
     border: 1px solid #ccc;
     width: 150px;
 }


 .ddselect200
  {
 
     padding:9px;
     margin: 0;
     border-radius:4px;
     -webkit-box-shadow: 
         0 0px 0 #ccc,
         0 0px #fff inset;
     background: url('images/309nb74.png') no-repeat right, -moz-linear-gradient(top, #FBFBFB 0%, #E9E9E9 100%);
     background: url('images/309nb74.png') no-repeat right, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBFBFB), color-stop(100%,#E9E9E9));
     color:black;
     font-family: Arial, Verdana, Geneva, Helvetica, Sans-Serif;
     font-size: 14px;
     border:none;
     outline:none;
     display: inline-block;
     -webkit-appearance:none; 
     cursor:pointer;
     border: 1px solid #ccc;
     width: 200px;
 }

 .ddselectAuto  
  {
 
     padding:9px;
     margin: 0;
     border-radius:4px;
     -webkit-box-shadow: 
         0 0px 0 #ccc,
         0 0px #fff inset;
     background: url('images/309nb74.png') no-repeat right, -moz-linear-gradient(top, #FBFBFB 0%, #E9E9E9 100%);
     background: url('images/309nb74.png') no-repeat right, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBFBFB), color-stop(100%,#E9E9E9));
     color:black;
     font-family: Arial, Verdana, Geneva, Helvetica, Sans-Serif;
     font-size: 14px;
     border:none;
     outline:none;
     display: inline-block;
     -webkit-appearance:none; 
     cursor:pointer;
     border: 1px solid #ccc;
     min-width: 150px;
 }

 
 .dropBox {
   width: 700px;
   height: 350px;
   position: relative; 
   margin: 0 auto; 
 
 }



        .drop-shadow {
            position:relative;
            width:90%;
            height: 100%;
            padding:1em;
            /* margin:2em 10px 4em; */
            margin: 0 auto;
            background:#fff;
            -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        }

        .drop-shadow:before,
        .drop-shadow:after {
            content:"";
            position:absolute;
            z-index:-2;
        }

        .drop-shadow p {
            font-size:16px;
            font-weight:bold;
        }


        .drop-shadow2 {
            position:relative;
            width:70%;
            height: 100%;
            padding:1em;
            /* margin:2em 10px 4em; */
            margin: 0 auto;
            background:#fff;
            -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        }

        .drop-shadow2:before,
        .drop-shadow2:after {
            content:"";
            position:absolute;
            z-index:-2;
        }

        .drop-shadow2 p {
            font-size:16px;
            font-weight:bold;
        }


        /* Lifted corners */

        .lifted {
            -moz-border-radius:4px;
            border-radius:4px;
        }

        .lifted:before,
        .lifted:after {
            bottom:15px;
            left:10px;
            width:50%;
            height:20%;
            max-width:300px;
            max-height:100px;
            -webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
            -moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
            box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
            -webkit-transform:rotate(-3deg);
            -moz-transform:rotate(-3deg);
            -ms-transform:rotate(-3deg);
            -o-transform:rotate(-3deg);
            transform:rotate(-3deg);
        }

        .lifted:after {
            right:10px;
            left:auto;
            -webkit-transform:rotate(3deg);
            -moz-transform:rotate(3deg);
            -ms-transform:rotate(3deg);
            -o-transform:rotate(3deg);
            transform:rotate(3deg);
        }

        /* Curled corners */

        .curled {
            border:1px solid #efefef;
            -moz-border-radius:0 0 120px 120px / 0 0 6px 6px;
            border-radius:0 0 120px 120px / 0 0 6px 6px;
        }

        .curled:before,
        .curled:after {
            bottom:12px;
            left:10px;
            width:50%;
            height:55%;
            max-width:200px;
            max-height:100px;
            -webkit-box-shadow:0 8px 12px rgba(0, 0, 0, 0.5);
            -moz-box-shadow:0 8px 12px rgba(0, 0, 0, 0.5);
            box-shadow:0 8px 12px rgba(0, 0, 0, 0.5);
            -webkit-transform:skew(-8deg) rotate(-3deg);
            -moz-transform:skew(-8deg) rotate(-3deg);
            -ms-transform:skew(-8deg) rotate(-3deg);
            -o-transform:skew(-8deg) rotate(-3deg);
            transform:skew(-8deg) rotate(-3deg);
        }

        .curled:after {
            right:10px;
            left:auto;
            -webkit-transform:skew(8deg) rotate(3deg);
            -moz-transform:skew(8deg) rotate(3deg);
            -ms-transform:skew(8deg) rotate(3deg);
            -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
        }

        /* Perspective */

        .perspective:before {
            left:80px;
            bottom:5px;
            width:50%;
            height:35%;
            max-width:200px;
            max-height:50px;
            -webkit-box-shadow:-80px 0 8px rgba(0, 0, 0, 0.4);
            -moz-box-shadow:-80px 0 8px rgba(0, 0, 0, 0.4);
            box-shadow:-80px 0 8px rgba(0, 0, 0, 0.4);
            -webkit-transform:skew(50deg);
            -moz-transform:skew(50deg);
            -ms-transform:skew(50deg);
            -o-transform:skew(50deg);
            transform:skew(50deg);
            -webkit-transform-origin:0 100%;
            -moz-transform-origin:0 100%;
            -ms-transform-origin:0 100%;
            -o-transform-origin:0 100%;
            transform-origin:0 100%;
        }

        .perspective:after {
            display:none;
        }

        /* Raised shadow - no pseudo-elements needed */

        .raised {
            -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        }

        /* Curved shadows */

        .curved:before {
            top:10px;
            bottom:10px;
            left:0;
            right:50%;
            -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
            -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
            box-shadow:0 0 15px rgba(0,0,0,0.6);
            -moz-border-radius:10px / 100px;
            border-radius:10px / 100px;
        }

        .curved-vt-2:before {
            right:0;
        }

        .curved-hz-1:before {
            top:50%;
            bottom:0;
            left:10px;
            right:10px;
            -moz-border-radius:100px / 10px;
            border-radius:100px / 10px;
        }

        .curved-hz-2:before {
            top:0;
            bottom:0;
            left:10px;
            right:10px;
            -moz-border-radius:100px / 10px;
            border-radius:100px / 10px;
        }


 
 /* Starting with F */ 
 
 .footer {
     height:30px;
     position: fixed;
     bottom: 5px;
     width: 100%;
     font-size: 14px;
     font-family: Arial;
     text-align: center;
}


 /* Starting with G */ 

.greenButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811));
	background:-moz-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:-webkit-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:-o-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:-ms-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:linear-gradient(to bottom, #77d42a 5%, #5cb811 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811',GradientType=0);
	background-color:#77d42a;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #268a16;
	display:inline-block;
	cursor:pointer;
	color:#306108;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #aade7c;
}
.greenButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a));
	background:-moz-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:-webkit-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:-o-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:-ms-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:linear-gradient(to bottom, #5cb811 5%, #77d42a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a',GradientType=0);
	background-color:#5cb811;
}
.greenButton:active {
	position:relative;
	top:1px;
}




 /* Starting with I */ 

	/* lists */
	ul.input-list {
	  list-style: none;
	  margin: 0 -5px;
	  padding: 0;
	}
	ul.input-list li {
	  display: block;
	  padding: 5px;
	  width: 50%;
	  float: left;
	}

	/* ============================================================
	  STYLE 1
	============================================================ */

	.input2[type="text"], .input2[type="password"] {
	  display: block;
	  margin: 0;
	  width: 150px;
	  font-family: "Open Sans", sans-serif;
	  font-size: 14px;
	  -webkit-appearance: none;
	  -moz-appearance: none;
	  appearance: none;
	  -webkit-box-shadow: none;
	  -moz-box-shadow: none;
	  box-shadow: none;
	  -webkit-border-radius: none;
	  -moz-border-radius: none;
	  -ms-border-radius: none;
	  -o-border-radius: none;
	  border-radius: none;
	  text-align: left;
	}
	.input2[type="text"], .input2[type="password"]:focus {
	  outline: none;
	}


	.input3[type="text"] {
	  display: block;
	  margin: 0;
	  width: 350px;
	  font-family: "Open Sans", sans-serif;
	  font-size: 14px;
	  -webkit-appearance: none;
	  -moz-appearance: none;
	  appearance: none;
	  -webkit-box-shadow: none;
	  -moz-box-shadow: none;
	  box-shadow: none;
	  -webkit-border-radius: none;
	  -moz-border-radius: none;
	  -ms-border-radius: none;
	  -o-border-radius: none;
	  border-radius: none;
	  text-align: left;
	}
	.input3[type="text"]:focus {
	  outline: none;
	}

	.inputBrSt[type=text], .textareaBlue, .inputBrSt[type="password"] {
	  -webkit-transition: all 0.30s ease-in-out;
	  -moz-transition: all 0.30s ease-in-out;
	  -ms-transition: all 0.30s ease-in-out;
	  -o-transition: all 0.30s ease-in-out;
	  outline: none;
	  padding: 3px 0px 3px 3px;
	  margin: 5px 1px 3px 0px;
	  border: 1px solid #065697;
	  display: block;
	  margin: 0;
	  width: 150px;
	  font-family: "Open Sans", sans-serif;
	  font-size: 14px;
	}

	.inputBrSt[type=text]:focus, .textareaBlue:focus, .inputBrSt[type="password"]:focus {
	  box-shadow: 0 0 10px rgba(6, 86, 151, 1);
	  padding: 3px 0px 3px 3px;
	  margin: 5px 1px 3px 0px;
	  border: 1px solid rgba(6, 86, 151, 1);
	}

	.inputClient[type=text], .inputClient[type="password"] {
	  -webkit-transition: all 0.30s ease-in-out;
	  -moz-transition: all 0.30s ease-in-out;
	  -ms-transition: all 0.30s ease-in-out;
	  -o-transition: all 0.30s ease-in-out;
	  outline: none;
	  padding: 3px 0px 3px 3px;
	  margin: 5px 1px 3px 0px;
	  border: 1px solid #c0c0c0;
	  height: 40px;
	  width: 280px;
	}

	.inputClient[type=text]:focus, .inputClient[type="password"]:focus {
	  box-shadow: 0 0 5px rgba(40, ae, 49, 1);
	  padding: 3px 0px 3px 3px;
	  margin: 5px 1px 3px 0px;
	  border: 1px solid rgba(40, ae, 49, 1);
	}

 	.inputHawk2[type=text], .inputHawk2[type="password"] {
 	  -webkit-transition: all 0.30s ease-in-out;
 	  -moz-transition: all 0.30s ease-in-out;
 	  -ms-transition: all 0.30s ease-in-out;
 	  -o-transition: all 0.30s ease-in-out;
 	  outline: none;
 	  padding: 3px 0px 3px 3px;
 	  margin: 5px 1px 3px 0px;
 	  border: 1px solid #c0c0c0;
 	  height: 30px;
 	  width: 400px;
 	}
 
 	.inputHawk2[type=text]:focus, .inputHawk2[type="password"]:focus  {
 	  box-shadow: 0 0 5px rgba(220, 30, 51, 1);
 	  padding: 3px 0px 3px 3px;
 	  margin: 5px 1px 3px 0px;
 	  border: 1px solid rgba(220, 30, 51, 1);
 	}


 /* Starting with L */ 

.Login_Button{
border:1px solid #181617; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:24px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #cccccc; background-image: -webkit-gradient(linear, left top, left bottom, from(#40ae49), to(#dbf1dd));
 background-image: -webkit-linear-gradient(top, #40ae49, #dbf1dd);
 background-image: -moz-linear-gradient(top, #40ae49, #dbf1dd);
 background-image: -ms-linear-gradient(top, #40ae49, #dbf1dd);
 background-image: -o-linear-gradient(top, #40ae49, #dbf1dd);
 background-image: linear-gradient(to bottom, #40ae49, #dbf1dd);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#40ae49, endColorstr=#dbf1dd);
}

.Login_Button:hover{
 border:1px solid #181617;
 background-color: #f95023; background-image: -webkit-gradient(linear, left top, left bottom, from(#dbf1dd), to(#40ae49));
 background-image: -webkit-linear-gradient(top, #dbf1dd, #40ae49);
 background-image: -moz-linear-gradient(top, #dbf1dd, #40ae49);
 background-image: -ms-linear-gradient(top, #dbf1dd, #40ae49);
 background-image: -o-linear-gradient(top, #dbf1dd, #40ae49);
 background-image: linear-gradient(to bottom, #dbf1dd, #40ae49);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#dbf1dd, endColorstr=#40ae49);
}


 .LoginHeader
  {
  width: 100%;
  height: 100px;
/*   background-color:#cfedd0; */
  position: relative; 
  clear:both;
  float:left;
  color: #000; 
  font-family: Arial, Geneva, Helvetica, Sans-Serif;
  font-size: 16px;
  font-weight: normal;
  height: 35px;
  text-align: left;
  padding-left: 5px;
  }


/* Starting with M */

.menuContainer {
  height: auto;
  width: 90%;

  margin: 10px auto;
  position: relative;
  
  display: flex;
  flex-wrap: wrap;  
  justify-content: center;
}

.menuContainer2 {
  height: auto;
  width: 80%;

  margin: 10px auto;
  position: relative;
  
  display: flex;
  flex-wrap: wrap;  
  justify-content: center;
}



 /* Starting with P */ 

 .prodListHead
  {
  height: 20px;
  text-align: left;
  padding: 3px;
  background-color: #959595;
  }

.PPP_Header
{
 height: 25px;
 color: #fff;
 padding: 3px;
 border: 1px solid #c0c0c0;
 vertical-align: middle;
 background-color: #404040; 
}

.PPP_Header2
{
 height: 25px;
 color: #fff;
 padding: 3px;
 border: 1px solid #404040;
 vertical-align: middle;
 background-color: #404040; 
}


 /* Starting with Q */
 
 .qtyBox {
     border: 2px solid #000;
     width: 40px;
     height: 30px;
     font-size: 18px;
}



 /* Starting with R */ 

.rounded2 { 
 border-radius: 5px 5px 5px 5px; 
 -moz-border-radius: 5px 5px 5px 5px; 
 -webkit-border-radius: 5px 5px 5px 5px; 
 border: 2px solid #d2d2d2;
 background-color: #d2d2d2;
 width: 70%;
 min-height: 25px;
 color: #000;
 padding-left: 4px;
 line-height: 25px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

  .rowHeight10{
    height: 10px;
  }


  .rowHeight20{
    height: 20px;
  }


  .rowHeight30{
    height: 30px;
  }

  .rowHeight35{
    height: 35px;
  }

  .rowHeight130{
    height: 130px;
  }

  .Row27White
   {
   background-color:#ffffff;
   height: 27px;
   }

  .Row27Grey
   {
   background-color:#e1e1e1;
   height: 27px;
   }

  .RowWhite
   {
   background-color:#ffffff;
   height: 27px;
   }

  .RowGrey
   {
   background-color:#e1e1e1;
   height: 27px;
   }


  .Row40{
    height: 40px;
  }

  .Row50{
    height: 50px;
  }

  .Row40White
   {
   background-color:#ffffff;
   height: 40px;
   }

  .Row40Grey
   {
   background-color:#e1e1e1;
   height: 40px;
   }


 .rowBox
  {
   background-color: #b1b1b1;
   height: 40px;
   /* margin: 4px; */    
   /* border: 1px solid #404040; */
  }


 .rowBoxL
  {
   background-color: #b1b1b1;
   height: 40px;
   /* margin: 4px; */    
   /* border-left: 1px solid #404040; */
   /* border-top: 1px solid #404040; */
   /* border-bottom: 1px solid #404040; */
  }

 .rowBoxR
  {
   background-color: #b1b1b1;
   height: 40px;
   /* margin: 4px; */    
   /* border-right: 1px solid #404040; */
   /* border-top: 1px solid #404040; */
   /* border-bottom: 1px solid #404040; */
  }



 /* Starting with S */
 
  .setTextBoxGrey
   {
   background-color : #eee;
   border: 1px solid #404040;
   width: 40px;
   height: 40px;
   font-size: 18px;
   font-family: Arial, Geneva, Helvetica, Sans-Serif;
   }

  .setInputBoxGrey
   {
   background-color : #eee;
   border: 1px solid #404040;
   width: 100px;
   height: 40px;
   font-size: 18px;
   font-family: Arial, Geneva, Helvetica, Sans-Serif;
   }

   .sticky {
    width: 90px; 
    z-index: 10; 
    position: fixed; 
    left: 5px; 
    top: 450px; 
    height: 83px;
   }

   .sticky2 {
    width: 90px; 
    z-index: 10; 
    position: fixed; 
    left: 15px; 
    top: 510px; 
    height: 83px;
   }




 /* Starting with T */ 

/* Text New Format */

/* Text Area Rounded Corners */

.ta1 {

	width: 400px;
	height: 100px;
	border: 3px solid #cccccc;
	padding: 5px;
	font-family: Tahoma, sans-serif;
	background-image: url(../images/bg.png);
	background-position: bottom right;
	background-repeat: no-repeat;

}

.ta4 {
	border: 1px solid #404040;
	border-radius: 10px;
	height: 100px;
	width: 400px;
	resize: none;
        font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
        font-size: 12px;
}


.ta5 {
	border: 1px solid #404040;
	/* border-radius: 10px; */
	height: 100px;
	width: 600px;
	resize: none;
        font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
        font-size: 12px;
}

.ta6 {
	border: 1px solid #404040;
	/* border-radius: 10px; */
	height: 200px;
	width: 600px;
	resize: none;
        font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
        font-size: 12px;
}

.tdCenter
 {
 text-align: center;
 }
 
.tdRight
 {
 text-align: right;
 }
 
.tdLeft
 {
 text-align: left;
 }
 
.tdPad5L {
 padding-left: 5px;
}

 .tdPadRight20 {
 padding-right: 20px;
}


.text10
 {
 font-size: 10px;
 }


.text12
 {
 font-size: 12px;
 }

.text12Bold
 {
 font-size: 12px;
 font-weight: bold;
 }


.text14 
 {
 font-size: 14px;
 }

.text14Bold
 {
 font-size: 14px;
 font-weight: bold;
 }


.text16 
 {
 font-size: 16px;
 }

.text18 
 {
 font-size: 18px;
 }

.text20 
 {
 font-size: 20px;
 }


.text1em {
 font-size: 1em;
}

.text13em {
 font-size: 1.3em;
}

.text15em {
 font-size: 1.5em;
}

.text18em {
 font-size: 1.8em;
}


.text2em {
 font-size: 2em;
}

.textArial 
 {
 font-family: Arial, Geneva, Helvetica, Sans-Serif;
 }
 
.textVerdana
 {
 font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
 }
 
.textTahoma
 {
 font-family: Tahoma, Arial, Geneva, Helvetica, Sans-Serif;
 }


.textLightGrey
 {
 color: #c0c0c0; 
 }

.textDarkGrey
 {
 color: #404040; 
 }

.textBlack
 {
 color: #000; 
 }

.textWhite
 {
 color: #fff; 
 }

.textRed
 {
  color: #c81818;
 }

.textLKQ
 {
 color: #015696; 
 }

.textOrange
 {
 color: #FFA500;
 }

.textCredits
 {
 color: #1c6bc8;
 }

.textBlue
 {
 color: #0000c0; 
 }


.textGreen
 {
 color: #21bb40; 
 }

.textDarkGreen
 {
 color: #17852d; 
 }


.textBold
 {
 font-weight: bold;
 }


.tupperOuter{ 
	position:fixed; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%; 
	/* background:#ddebf5; */
	} 

.tupperInner{ 
	width: 50%; 
	height: 50%; 
	top: 30%; 
	margin: 0 auto; 
	position: relative; 
	/* background:#a5d136;  */
	} 


 /* Starting with T */ 

 .userHead
  {
  height: 30px;
  text-align: left;
  padding: 3px;
  background-color: #404040;
  }


 /* Starting with U */
 
  .uploadCell
   {
   height: 20px;
   text-align: left;
   padding: 3px;
   background-color: #dcdcdc;
  }


 /* Starting with W */ 

 .warningListHead
  {
  height: 20px;
  text-align: left;
  padding: 3px;
  background-color: #f00a24;
  }
 

