﻿.fup
{
    /*width: 650px;*/    
}

.fup-content {
	border: 1px solid silver; 
	padding: 5px; 
	clear: both; 
    color: rgb(69, 90, 133); 
	background-color: rgb(216, 219, 237); 
}

.fup-subcontent {
	border: 1px solid silver; 
	padding: 2px; 
	clear: both; 
    color: rgb(69, 90, 133); 
	background-color: rgb(216, 219, 237); 
    margin-top:5px;
    padding: 5px; 
    height: 70px; 
    overflow: auto;
}

.fup-in
{
    margin-top: 2px;

}

.fup-inHeader
{
    color:#232A44;
    display:block;
    padding:5px;
}

.fup-inFileText
{
    display: inline-block;
    margin: 0px 5px 0px 5px;
    color:white !important;
    font-weight:bold;
    
}

.fup-inInfoText
{    
    color:#232A44;
}

.fup-imgLoading
{
    vertical-align:middle;
    margin: 0px 5px 0px 5px;    
}

.info-imgLoading {
	background-image: url('images/file-loader.gif');
	background-repeat: no-repeat;
	float:left;
	width:16px;
	height:16px;   
	margin-top: 2px;
}


.info-imgWarning {
	background-image: url('images/warning.png');
	background-repeat: no-repeat;
	margin-top: 2px;
	float:left;
	width:16px;  
	height:16px; 

}

.info-imgOK {
	background-image: url('images/ok.png');
	background-repeat: no-repeat;	
	margin-top: 2px;
	float:left;
	width:16px; 
	height:16px;  
}

