.feedback 
{ 
	font-size: 10px; 
}

.FileList .ui-selecting 
{ 
	background: #FECA40; 
}

.FileList .ui-selected 
{ 
	background: #F39814; 
	color: white; 
}

.FileList 
{ 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	width: 100%;
}

.FileList li 
{ 
	margin: 3px; 
	padding: 0.4em; 
	font-size: 20px; 
	height: auto; 
}
.List_Container
{
	border: solid thin #000000;
	padding:5px;
	width: 60%;
}

.A31FU_V2_Button 
{
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
    background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
    background-color:#3d94f6;
	
    border-radius: 4px;
    border:1px solid #337fed;

    color: #FFF;
    text-shadow:1px 1px 0px #1570cd;
    font-family:Arial;
    font-size:10px;
    font-weight:bold;
    font-style:normal;
    display:inline-block;
    line-height:30px;
    width:auto;
    text-align:center;
    padding:2px;
    margin:3px;

    cursor: pointer;
}



.A31FU_V2_Dialog {
	padding: 10px;
	z-index: 300002;
	border: 0;
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.7);
	box-shadow:         0 5px 15px rgba(0,0,0,0.7);
	background-color: #FFF;
}

.A31FU_V2_Dialog .ui-dialog-title {
	display: block;
	text-align: center;
	padding: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:oblique;
	font-weight:bold;
}

.A31FU_V2_Dialog .ui-dialog-titlebar {
	padding: 0 1em;
	font-size: 13px;
	line-height: 24px;
	color: #fff;
	
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background-color:#3d94f6;
}

.A31FU_V2_Dialog .ui-dialog-content {
	padding: 5px;
}

.A31FU_V2_Dialog .ui-dialog-titlebar-close {
	display:none;
}

.A31FU_V2_Dialog .ui-widget-overlay {
  opacity: 0.5;
  filter: Alpha(Opacity=50);
  background-color: black;
}

.ui-widget-overlay { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 1000%; 
    background:#333;
    opacity: 0.5;
	z-index:999;
}



.A31FU_V2_Loader,
.A31FU_V2_Loader:before,
.A31FU_V2_Loader:after {
  background: #000066;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.A31FU_V2_Loader {
  color: #000066;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.A31FU_V2_Loader:before,
.A31FU_V2_Loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.A31FU_V2_Loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.A31FU_V2_Loader:after {
  left: 1.5em;
}

@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
.hide { display: none; }

#PDFList .ui-selecting 
{ 
	background: #FECA40; 
}

#PDFList .ui-selected 
{ 
	background: #F39814; 
	color: white; 
}

#PDFList 
{ 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	width: 100%;
}

#PDFList li 
{ 
	margin: 3px; 
	padding: 0.4em; 
	font-size: 10px; 
	height: 18px; 
}