/*******************************************************************************
 *  Upload frame stíluslap                                                     *
 *  V 1.0                                                                      *
 *  (c) BSSelektronika - Bíró Sándor                                           *
 *  2017.03.09.                                                                *
 *******************************************************************************/

*{
  margin: 0px;
  padding: 0px;
}

body {	
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #FFFFFF;  
  line-height: 18px;
}

a{
  color: #FFFFFF;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #FFCC33;
}

.icon {
  vertical-align: middle;
  margin-right:  3px; 
  margin-left: 0.3em;
  margin-top: 2px;
  padding-bottom: 4px;
}

.dotted_hr{
  height: 1px;
  border-top: 1px dotted #CCCCCC;
  clear: both;
	margin-bottom: 6px;
	margin-top: 2px;
}

div.upload {
  width: 72px;
  height: 22px;
  background: url('../img/upload_button.png');
  overflow: hidden;
  cursor: pointer;
  cursor: hand;  
  
  float:right;
  margin:12px 8px 10px 0;  

}

div.upload:hover {
  width: 72px;
  height: 22px;
  background: url('../img/upload_button_over.png');
  overflow: hidden;
}

div.upload input {
  display: block !important;
  width: 72px !important;
  height: 22px !important;
  opacity: 0 !important;
  overflow: hidden !important;
  cursor: pointer;
  cursor: hand;   
}

.preloadImages {
  display:none;
}

.center {
  display: block;
  margin: auto;
}

.avatar {
  display: block;
  margin: auto;  
  max-width: 100%;
  height: auto;
}

.errortxt {
  color: #FF0000;
  text-align:center;
}

.delete_button {
  cursor: pointer;
  width: 22px; 
  height: 22px;
  border: none;
  background: url('../img/del_avatar.png');
  margin:0 0 0 12px;
}

.listblock {
  width:178px;
  height:120px;
  text-align:center;
  float:left;
  margin-right:10px;
  margin-bottom:10px;
  padding:8px;
  background-color: #FFFFCC;
  border-width: 1px;
  border-style: solid;
  border-color: #999999;
}

.command {
	position: absolute;
	z-index:100;
	width: 70px;
	height: 32px;
  text-align:left;	
	padding-top: 6px;
	padding-left: 30px;	
  background: url('../img/command.png') no-repeat top left;	
}

.command:hover{
  background: url('../img/command_over.png') no-repeat top left;	
}

a.del {
 color: #000000;
}

a.del:hover {
 color: #FF0000;
}

a.opacity {
  color: #000000;
}

a.opacity:hover {
  color: #42969E;
  text-decoration: underline;     

}

a.opacity:hover IMG {
  opacity: 0.7; !important
  FILTER: alpha(opacity=70); moz-opacity: 0.7;
}

.info {	
  font-size: 13px;
  color: #000000;  
}
