/* Generated by CSS Usage.
   File: http://www.diamondtrackonline.net/Content/StyleSheets/Shared/myButtons.css.
   DON'T DELETE YOUR ORIGINAL CSS FILE. Keep it so you can fix the glitches later.
   Some rules have been deleted, some selectors are prefixed with "UNUSED".
   Look for the UNUSED items and see if you can remove them. */

    
    
    
    
    .myButton
    {        
          color: #000;
          font-size: 13px !important;
          background: #dbdbdb;
          padding: 6px 16px 6px 16px;
          text-decoration: none;
          border: 1px solid #A09C9C;
    }
    
    .myButton:hover
    {
        /* background: #ededed; */
        background: #3c8ed2;
        color: #fff;
        text-decoration: none;
    }

    .customizable-button /* just the essentials, everything else customizable */
    {
          color: #000;
          background: #dbdbdb;
          border: 1px solid #A09C9C;
    }

    .customizable-button:hover
    {
        color: #fff;
        background: #3c8ed2;
    }


    .btn-green {background: Green !important;color: #ffffff !important; border-color: green;}
    .btn-green {background: Red !important;color: #ffffff !important; border-color: Red;}

    .btn-add-new:hover {
      background: #1f7a1f;
      text-decoration: none;
    }

    .btn-search
    {        
          font-size: 16px !important;
          /* background: #dbdbdb; */
          background: #62A9E4;
          color: #fff;
          padding: 6px 0px 6px 0px;
          text-decoration: none;
          border: 1px solid #A09C9C;
          width: 125px !important;
    }
    
    .btn-search:hover
    {
        background: #ededed; /* dark blue */
        text-decoration: none;
    }

    .btn-clear-search {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0px;
      font-family: Arial;
      color: #333;
      font-size: 12px;
      background: #e3e3e3;
      width: 125px !important;
      padding: 4px 0px 4px 0px;
      border: solid #999 1px;
      text-decoration: none;
    }

    .btn-clear-search:hover {
      background: #ededed;
      text-decoration: none;
    }


.btn-clear-selected {font-size: 11px !important; padding: 3px 7px 3px 7px; border: 1px solid #666;}
    
    .myButton:focus
    {
        outline: 0;
        /* background: #fafafa; */
    }    
    
		
	UNUSED.tw, UNUSED.fb,
	.tw:hover, .fb:hover
	{
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.5)), to(rgba(255,255,255,0)));
        background-image: -webkit-linear-gradient(top, rgba(255,255,255,.5), rgba(255,255,255,0));
        background-image: -moz-linear-gradient(top, rgba(255,255,255,.5), rgba(255,255,255,0));
        background-image: -ms-linear-gradient(top, rgba(255,255,255,.5), rgba(255,255,255,0));
        background-image: -o-linear-gradient(top, rgba(255,255,255,.5), rgba(255,255,255,0));
        background-image: linear-gradient(top, rgba(255,255,255,.5), rgba(255,255,255,0));
	}

	.tw, .tw:focus	{background-color: #88E1E6;}
	
	.fb, .fb:focus
	{
	  background-color: #3C5A98;
	  color: #fff;	  
	  text-shadow: 0 1px 0 rgba(0,0,0,.4);		
	}

	.tw:hover {background-color: #b1f0f3;}
	
	.fb:hover {background-color: #879bc3;}





button.button, input.button {cursor: pointer; overflow: visible; }


button::-moz-focus-inner {border: 0; padding: 0;}


 input::-moz-focus-inner {padding: .4em;}

.myGridButton
{
    border: 1px solid #0a3c59;
    background: #71b1d1;
    padding: 2px 4px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px; 
    -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
    -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
    box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
    text-shadow: #7ea4bd 0 1px 0;
    color: #fff;
    font-size: 11px;
    font-family: helvetica, serif;
    text-decoration: none;
    vertical-align: middle;
} 




.gridButtons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; 
}
.gridButtons button[type]{
    padding:5px 10px 5px 7px; 
    line-height:17px; 
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; 
}
UNUSED.gridButtons button img, UNUSED.gridButtons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

  .myGoButton {height:20px; width: 35px; font-size:8pt; color: Red; padding: 0px;} 
        
#leftButtonSection {float: left; border: 0px solid green;}

#rightButtonSection {float: right;}

 #buttons-container {margin: 5px 0 5px 0; padding-bottom: 0px;}
 .buttons-container {margin: 5px 0 5px 0; padding-bottom: 0px;}
 
 
  
