﻿body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	/*min-width:600px;	*/	/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;    
	background:#fff;	
    display:block;
    font:12px/17px 'Trebuchet MS', Arial, Helvetica, sans-serif;    
	color:#6d6e65;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; /*CSS3 property, will need to fix in IE*/
}

input, textarea, select {
    font: 12px/17px 'Trebuchet MS',Arial,Helvetica,sans-serif, bold;
    vertical-align: middle;
    color:#696969;
}

input[type=sumbit] {
    background-image: url('/Styles/Images/bg-btn-search.gif');
    background-repeat:repeat-x;
    padding: 0px 6px 0px 6px;
    margin:2px;
    color: #696969;
    font-weight:bold;
    text-decoration:none;    
    border: 1px solid #A9A9A9
}

input[type=sumbit]:active {
    background-image: url('/Styles/Images/bg-btn-search-pressed.gif');
    background-repeat:repeat-x;
    padding: 0px 6px 0px 6px;
    margin:2px;
    color: #696969;
    font-weight:bold;
    text-decoration:none;    
    border: 1px solid #A9A9A9
}

input[type=sumbit]:hover
{
    color:#E01B22;
}


.button {
    background-image: url('/Styles/Images/bg-btn-search.gif');
    background-repeat:repeat-x;
    padding: 0px 6px 0px 6px;
    margin:1px 2px 2px 2px;
    color: #696969;
    font-weight:bold;
    text-decoration:none;    
    border: 1px solid #A9A9A9
}

.button:active {
    background-image: url('/Styles/Images/bg-btn-search-pressed.gif');
    background-repeat:repeat-x;
    padding: 0px 6px 0px 6px;
    margin:1px 2px 2px 2px;
    color: #696969;
    font-weight:bold;
    text-decoration:none;    
    border: 1px solid #A9A9A9
}

.button:hover
{
    color:#E01B22;
}

.disabledbutton {
    background-image: url('/Styles/Images/bg-btn-search.gif');
    background-repeat:repeat-x;
    padding: 0px 6px 0px 6px;
    margin:1px 2px 2px 2px;
    color: #A9A9A9;
    font-weight:bold;
    text-decoration:none;    
    border: 1px solid #A9A9A9
}

.centered{
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}

.float-left{
    float:left;
}

.float-right{
    float:right;
}

.clear{
    clear:both;
}

.hidden{
	display: none;
}

.invisible {
	visibility: hidden;
}

.no-margin {
	margin: 0px 0px 0px 0px;
}

.no-padding {
	padding: 0px 0px 0px 0px;
}

.ajax-image {
	height:66px;
	width:66px;
	display:block;
	 margin-top:auto;
    margin-bottom:auto;
}

a {
	text-decoration: none;                 	
}

.insufficientData
{
    font: 16px/18px 'Trebuchet MS',Arial,Helvetica,sans-serif, bold;
    text-align: center;
    color: red;
    vertical-align:middle;
    margin: 100px 0px 2px 0px;      
    
    -webkit-transition: background 1.0s ease-in-out;
    -moz-transition:    background 1.0s ease-in-out;
    -ms-transition:     background 1.0s ease-in-out;
    transition:         background 1.0s ease-in-out;

}

  .backgroundRed{
        background: #F00;
        color: white;
    }

  /*Added by Vishu Tyagi 15-March-2017    START*/ 
  .divMinResponseReward
  {
      margin-top:1px;
  }
   
  .divMinResponseNonConjoint
  {
      margin-top:1px;
  }
   .divMinResponseReward span, .divMinResponseNonConjoint span
   {
       font-weight:normal;
   }
 
  .divMinResponseNonConjoint input,.divMinResponseReward input
  {
       float:right;
       width:60px;
  }
  /*Added by Vishu Tyagi 15-March-2017    START*/ 