﻿.search_mobile_menu{
    display:block;
	width: 34px;
	margin:0;
	height: 26px;
	background-image:url(images/search-icon.png);
	background-repeat:no-repeat;
	cursor:pointer;
    border: 1px solid #DADADA;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	 border-radius: 6px;
    }
    
    .search_mobile_menu:hover{
        background-image:url(images/search-icon.png);
	    background-repeat:no-repeat;
    }
    
    .search_mobile_menu:active{
        background-image:url(images/search-icon.png);
	    background-repeat:no-repeat;
    }
	
	table.gsc-search-box{margin-top: 6px !important;}

  .mobile-search {
    background-color: #14394d;
    box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.8) inset;
    display: none;
    height: 40px;
}


  /************************* new custom search (this is from the skin.css file on the test server) *********************/
/*.gsc-input-box{height: auto !important}
.cse .gsc-control-cse, 
.gsc-control-cse{
    background-color: transparent!important; 
    border: none !important;
    padding:0 !important;
}
.gsc-search-button{
    position: relative;
    top: 1px !important;
    width: 30px !important;
    height: 30px !important;
    border-radius:5px;
    background-color: #2e6e90 !important;
}
input.gsc-search-button{
    border: none !important;
    width: 13px !important;
    height: 13px !important;
    padding: 0 !important;
}*/

/*#googlesearchCell {*/
    /*background: rgba(0, 0, 0, 0) url("images/LightBlue_r5_c7.jpg") repeat scroll 0 0;*/
    /*display: table-cell;
    float: right;
    left: 0;
    padding-right: 0px;
    position: relative;
    width: 190px !important;*/
/*}*/

/*.gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 12px;
/*    padding-top: 6px !important;*/
}*/




.footerDiv {
	border-top: 1px solid #EFEFEF;
	clear: both;
	padding: 5px;
    height:50px;


}
