/*CSS Cotizaciones*/
.BCU_content select {padding: 2px;width: 100%;}
.BCU_content input {padding: 2px;}

    .BCU_content .BCU_Title span{color: #0A3470; font-family: Arial;font-size: 16px;  font-weight: bold;}	

.BCU_content .BCU_Form{margin-top: 5px; background-color: #ffffff;}


.BCU_DatePicker:disabled {background: none repeat scroll 0 0 white;color:black;}


.BCU_Button{  background-color: transparent;
              border: 0 none;color: white;cursor: pointer;height: 22px;width: 80px;margin-left: 10px;}
    .BCU_Button:disabled { background: none repeat scroll 0 0 #d3d3d3;}



table.BCU_Form{width:100%;border-bottom: 2px solid white;margin-bottom: 5px;}

.BCU_FormLabel{padding-left: 5px;width:60px;display: inline-block;}


.BCU_RadioButton{padding-left: 5px;width:240px;display: inline-block;}
    .BCU_RadioButton label{padding-left: 10px;}




 ul.contGrid{list-style:none;margin:0;padding:0;}
 
 	ul.contGrid li table{border-collapse:collapse;}  
	ul.contGrid li, ul.contGrid li table {width: 100%;}	
							
		ul.contGrid li.header td {padding: 0 6px; padding-top: 5px; padding-bottom: 5px; text-align: left; background-color: #0A3470;}
		ul.contGrid li.header span{color: #ffffff;font-weight: bold;line-height: 16px;padding: 0 5px;}
		
		
	    ul.contGrid li.content {background-color: #ffffff;height: 260px;overflow-x: hidden;overflow-y: auto;}
	    ul.contGrid li.content td {background: none repeat scroll 0 0 #fff;color: #383838;cursor: pointer;padding: 6px;}
		ul.contGrid li.content tr.selected td{background-color: #D2E6F4!important;}
		    
        ul.contGrid li.content td.alt {background: #F3F3F3;}	
		ul.contGrid li.content tr.alt td{background: none repeat scroll 0 0 #f5fafa;}
			
		ul.contGrid li.content td.emptyRow {background: none repeat scroll 0 0 #ffffff;border-bottom: medium none;border-right: 1px solid #c1dad7;color: #6d929b;cursor: default;font-size: 8pt;height:145px;padding: 45px 30px 20px;text-align: center;}
																

       
/*Preloading indicator*/
#bcuLoadingIndicator{position: absolute;top: 0;right: 0;	background-color: #9ABFD8;border: 1px solid #87B2D2;padding: 0 4px;}
	#bcuLoadingIndicator span{display: block;padding: 3px 25px 3px 5px;color:#fff;font-size: 11px;line-height: 15px;background: transparent url(/_layouts/BCU.Cotizaciones/css/images/bcu-load15x15.gif) no-repeat right center;}
	
	
/*Notification Bar*/		
.notification-message{margin-left: 30px;display:block;margin-right: 40px;}
		
.notification-bar{position:relative;top:0;left:0;border:1px solid #A5A5A5;text-align:left;color:#000;font-weight:bold;padding:5px;z-index: 5;}
    .notification-bar.error {background:#F77F7E;}

    .notification-bar.warning {background:#FCF7B6;}

    .notification-bar .icon {float: left;margin-left: 5px;width: 16px;height: 16px;}
		.notification-bar.error .icon {background:transparent url(/_layouts/BCU.Cotizaciones/css/images/error_icon.png) no-repeat 0 0;}
		.notification-bar.warning .icon {background:transparent url(/_layouts/BCU.Cotizaciones/css/images/warning.png) no-repeat 0 0;}

    
    .notification-bar .closebtn {float:right; padding-right:20px;font-weight:bold;cursor:pointer;}

        .notification-bar.error .closebtn {color:white;}

        .notification-bar.warning .closebtn {color:black;}
        
/*Cotizacions Table */
.resultado tr td.Moneda {width:200px;}
.resultado tr td.Fecha  {width:100px;text-align: center;}
.resultado tr td.Venta  {width:70px;text-align: right;}
.resultado tr td.Compra {width:70px;text-align: right;}
.resultado tr td.Arbitraje {width:auto;text-align: right;}

