/**************************************************************************************************/
/** General ***************************************************************************************/
/**************************************************************************************************/

* {margin:0;padding:0;} 

body {
   
  font-size:13px;
  font-family:Arial,Verdana,Geneva,sans-serif;
  color:#000;
  
  background-image:url('../../images/general/background-general.png'); 

                   
  background-position:0px 0px;                      
  background-repeat:repeat;

  overflow:auto;
 
}


hr {

  clear:both;
  width:100%;
  
  margin:0px 0px 5px 0px;
  padding:5px 0px 0px 0px;
  
  border:none;
}



/**************************************************************************************************/
/** Link ******************************************************************************************/
/**************************************************************************************************/

a {
  
  color:blue;
  text-decoration:none;
}

/**************************************************************************************************/
/** Forms *****************************************************************************************/
/**************************************************************************************************/

input, select, textarea {
  
  font-size:13px;
  font-family:Arial,Verdana,Geneva,sans-serif;
  color:#000;
  /*-webkit-text-fill-color:#000*/
}

input[type='radio'] {
  background: transparent;
}

input:disabled,
select:disabled,
textarea:disabled {
  
  font-size:13px;
  font-family:Arial,Verdana,Geneva,sans-serif;
  color:#000;
  -webkit-text-fill-color:#bbb;
  cursor: not-allowed;
  background-color: #EBEBE4;
}

select { 
  padding-top:0px;
  border:1px solid #B3B3B3;
  background: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}



/**************************************************************************************************/
/** General Content *******************************************************************************/
/**************************************************************************************************/

#wrap { min-height: 100%; }

div#content {
  /* display:table; */
  width:1260px;
  margin:0px auto;
  overflow: auto;
  padding-bottom: 29px;
  box-shadow: 0px -2px 1px rgba(0, 0, 0, 0.15);
}


div#content section {
  
  margin:5px 0px 0px 0px;
}