﻿/**ESTILOS PARA EL POPUP**/
.modal-popup
{
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    width: 450px;
    height: 100px;
    z-index: auto;
    top: 20px;
    color: #000000;
}

.modal-dialog
{
    width: 450px;
    height: 100px;
    background-color: #ffffff;
    top: 20px;
    color: #000000;
}

.popup-header
{
    background-image: url(../../images/titulo.gif);
    background-position: bottom;
    height: 30px;
    width: auto;
}

.popup-title
{
    width: 600px;
    float: left;
    color: #FFFFFF;
    margin-left: 10px;
    line-height: 30px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.popup-close
{
    width: 30px;
    height: 30px;
    float: right;
    background-image: url(../../images/close.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

.popup-content
{
    width: auto;
    height: 100px;
    background-color: #EAF1FA;
    padding: 0 20px 20px 20px;
    color: #000000;
}

.popup-list
{
    width: auto;
    height: 100px;
    overflow-x: none;
    overflow-y: scroll;
    margin-top: 20px;
    color: #000000;
}

.popup-content-alter
{
    width: auto;
    height: auto;
    background-color: #eaeaea;
    padding: 0 20px 20px 20px;
    color: #000000;
}

.popup-subtitle
{
    color: #000000;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.popup-txt
{
    width: auto;
    padding: 10px;
    height: 100px;
    background-color: #fff;
    border: 1px solid #DBDBDB;
    color: #000000;
}

.popup-scroll
{
    width: auto;
    padding: 10px;
    height: 350px;
    color: #000000;
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #DBDBDB;
}

.content-modal-pupup
{
    padding: 10px;
    clear: both;
    width: 300px;
    height: 100px;
    background-color: #fff;
    border: 3px solid #0085cc;
    color: #000000;
}

.content-modal-pupup1
{
    padding: 10px;
    clear: both;
    width: 400px;
    height: 100px;
    background-color: #fff;
    border: 3px solid #0085cc;
    color: #000000;
}


/**ESTILOS PAR A EL CALENDARIO**/

.calendar-css .ajax__calendar_container
{
	background-color: #FFFFFF; 
	border:solid 1px #3973AC;
	z-index:4;
}

.calendar-css .ajax__calendar_header
{
	background-image:url(../../images/menu.gif);
	background-repeat:repeat-x;
	background-position:bottom; 
	margin-bottom: 4px;
}

.calendar-css .ajax__calendar_title,
.calendar-css .ajax__calendar_next,
.calendar-css .ajax__calendar_prev
{
	color: #FFFFFF;	
	font-size:11px;
	line-height:20px;	
}

.calendar-css .ajax__calendar_body
{
	background-color: #ffffff;	
}

.calendar-css .ajax__calendar_dayname
{	
	text-align:center; 
	font-weight:bold; 
	margin-bottom: 4px; 
	margin-top: 2px;
}

.calendar-css .ajax__calendar_day
{
	text-align:center;
}

.calendar-css .ajax__calendar_hover .ajax__calendar_day,
.calendar-css .ajax__calendar_hover .ajax__calendar_month,
.calendar-css .ajax__calendar_hover .ajax__calendar_year,
.calendar-css .ajax__calendar_active
{
	color: #FF4A4A; 
	font-weight:bold; 
	background-color: #ffffff;
}

.calendar-css .ajax__calendar_today
{
	font-weight:bold;
}

.calendar-css .ajax__calendar_other,
.calendar-css .ajax__calendar_hover .ajax__calendar_today,
.calendar-css .ajax__calendar_hover .ajax__calendar_title
{
	color: #FF4A4A; 
}

.calendar-css .ajax__calendar_footer
{
	color:#3973AC; 	
	font-size:10px;
	font-weight:normal;	
}

/**FIN DE ESTILOS DEL CALENDARIO**/


/**ESTILOS PARA EL TAB CONTAINER**/

.tab-container
{
	width:auto;
	padding:0px;
	height:auto;
	padding-top:15px;		
	border-top:1px solid #CDCDCD;
}

.ajax__tab_header 
{ 		
	height:30px;
	width:auto;			
} 

.ajax__tab_header span 
{
	padding: 0; 
	margin: 0; 
}

.ajax__tab_header span.ajax__tab_active span 
{
	padding: 0; 
	margin: 0; 
}

.ajax__tab_header span.ajax__tab_hover span 
{
	padding: 0; 
	margin: 0; 
}

.ajax__tab_header span span span span.ajax__tab_tab 
{
	padding: 0; 
	margin: 0; 
}

.ajax__tab_header span.ajax__tab_active span span span.ajax__tab_tab 
{
	padding: 0;  
	margin: 0; 	
}

.ajax__tab_header span.ajax__tab_hover span span span.ajax__tab_tab 
{ 
	padding: 0;
	margin: 0; 
}

.ajax__tab_header span span span span.ajax__tab_tab .tab-opcion
{
	line-height:30px;	
	color:#626262;
	font-size:12px;
	margin-right:5px;
	cursor:pointer;
}

.ajax__tab_header span span span span.ajax__tab_tab .tab-opcion span.left
{
	float:left; 
	height:30px;
	width:4px;
	background:url("../../images/tabs-l-n.gif");
	background-repeat:no-repeat; 
	text-decoration:none;
}

.ajax__tab_header span span span span.ajax__tab_tab .tab-opcion span.rigth
{
	float:left;
	height:30px; 
	width:4px;	
	background:url("../../images/tabs-r-n.gif");
	background-repeat:no-repeat; 
	text-decoration:none;
}

.ajax__tab_header span span span span.ajax__tab_tab .tab-opcion span.center
{
	float:left; 
	height:30px;
	width:auto;
	padding:0 8px;
	background:url("../../images/tabs-c-n.gif");
	background-repeat:repeat-x;	 
	text-decoration:none;
}

.ajax__tab_header span.ajax__tab_active span span span.ajax__tab_tab .tab-opcion
{	
	color:#fff;	
	font-weight:bold;
	cursor:pointer;
}

.ajax__tab_header span.ajax__tab_active span span span.ajax__tab_tab  .tab-opcion span.left
{
	float:left; 
	height:30px;
	width:4px;
	background:url("../../images/tabs-l.gif");
	background-repeat:no-repeat; 
	text-decoration:none;
}

.ajax__tab_header span.ajax__tab_active span span span.ajax__tab_tab  .tab-opcion span.rigth
{
	float:left;
	height:30px; 
	width:4px;	
	background:url("../../images/tabs-r.gif");
	background-repeat:no-repeat; 
	text-decoration:none;
}

.ajax__tab_header span.ajax__tab_active span span span.ajax__tab_tab  .tab-opcion span.center
{
	float:left; 
	height:30px;
	width:auto;
	background:url("../../images/tabs-c.gif"); 
	background-repeat:repeat-x;	
}

/**FIN DE ESTILOS DEL TABCONTAINER**/

.progress-overlay
{   
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;	
    background: #ffffff;
    z-index:1001;
	opacity:0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    cursor:progress;
}


.rec-overlay 
{
	position: absolute;
	top: -30px;
	width: 350px;
	left: -60px;
	height:25px;	
	z-index: 2000;	
	text-align:left;
	padding:5px;
	border:2px solid #B8E2FB; 
	background-color:#E8F6FF;
	font-weight:normal;
	cursor:progress;
	line-height:25px;		
}

.rec-overlaypedido
{
	position: absolute;
	top: -10px;
	width: 250px;
	left: 120px;
	height:25px;	
	z-index: 2000;	
	text-align:left;
	padding:5px;
	border:2px solid #B8E2FB; 
	background-color:#E8F6FF;
	font-weight:normal;
	cursor:progress;
	line-height:25px;		
}

.ver-overlay
{
	padding: 0px;  
	margin: 0px auto;	
	min-height: 100%;
	height: auto;
	position: relative; 
	z-index:2;
	background-color:#FFFFDD;	
	cursor:progress;
} 

.recventa-overlay 
{
	position: absolute;
	top: 124px;
	width: 50%;
	left:23%;	
	height:25px;	
	z-index: 2000;	
	text-align:left;
	padding:5px;
	border:2px solid #B8E2FB; 
	background-color:#E8F6FF;
	font-weight:normal;
	cursor:progress;
	line-height:25px;		
}

.verventa-overlay
{
	padding: 0px;  
	margin: 0px auto;	
	min-height: 100%;
	height: auto;
	position: relative; 
	z-index:2000;
	background-color:#FFFFDD;	
	cursor:progress;
} 


#blur
{
    width: 100%;
    background-color: black;
    moz-opacity: 0.0;
    khtml-opacity: .0;
    opacity: .0;
    filter: alpha(opacity=0);
    z-index: 120;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#blur1
{
    width: 100%;
    background-color: black;
    moz-opacity: 0.5;
    khtml-opacity: .5;
    opacity: .0;
    filter: alpha(opacity=50);
    z-index: 120;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#progress
{
    z-index: 200;    
    position: absolute;
    text-align:left;
	padding:5px;
	border:2px solid #B8E2FB; 
	background-color:#E8F6FF;
	font-weight:normal;
	cursor:progress;
	line-height:25px;	
}

.reclogin-overlay 
{
	position: absolute;
	top: 20px;
	width: 415px;
	left:0px;	
	height:60px;	
	z-index: 2000;	
	text-align:left;
	padding:5px;
	border:2px solid #B8E2FB; 
	background-color:#E8F6FF;
	font-weight:normal;
	cursor:progress;
	line-height:60px;		
}

.verlogin-overlay
{
	padding: 0px;  
	margin: 0px auto;	
	min-height: 100%;
	height: auto;
	position: relative; 
	z-index:2;
	background-color:#FFFFDD;	
	cursor:progress;
} 

.recprocess-overlay 
{
	position: absolute;
	top: 40px;
	width: 360px;
	left:25px;	
	height:30px;	
	z-index: 2000;	
	text-align:left;
	padding:5px;
	border:2px solid #B8E2FB; 
	background-color:#E8F6FF;
	font-weight:normal;
	cursor:progress;
	line-height:25px;		
}

.verprocess-overlay
{
	padding: 0px;  
	margin: 0px auto;	
	min-height: 100%;
	height: auto;
	position: relative; 
	z-index:2;
	background-color:#FFFFDD;	
	cursor:progress;
} 