﻿/*-----ListView-----*/
.ListView_Container
{
	padding-left: 2px;
	padding-right: 2px;
}

.ListView_ContainerCentrado
{
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
}

.ListView_Style
{
	width: 100%;
	border-collapse: collapse;
	border: 0px solid #30704C;
	color: #ffffff;
	background: #30704C; 
}

.ListView_Style tbody
{
	color: #000000;
}

.ListView_Popup
{
	width: 100%;
	border-collapse: collapse;
	border: 0px solid #666666;
	color: #363636;
	background: #B7C2C7; 	
}
	
	
.ListView_Style_item {
	background: #FBFBFB;
}

.ListView_Style_odd {
	background: #DEEBEB;
}

/*-----DropDownList-----*/
.DropDownList_Style
{
	font-family: Verdana, Arial;
	font-size: 10px;
}

/*-----TextBox----*/
.TextBox_Style
{
	font-family: Verdana, Arial;
	font-size: 10px;
}
.TextBox_Style_MultiLine
{
	font-family: Verdana, Arial;
	font-size: 10px;
}
/*-----Image-----*/
.Image_Style_Indicator
{
	background: url(general/master/Indicador.gif) no-repeat left;
}

.TextBoxLogin_Style
{
	font-family: Verdana, Arial;
	font-size: 10px;
	width: 96px;
	
}
.Label_Comentario
{
	font-family: Verdana, Arial;
	font-size: 8px;
	color: #808080;
	font-style: italic;
}
.Label_NroExpediente
{
	color: #0000FF;
	font-weight: bold;
	font-size:12px;
}

.Label_NroExpedienteTicket
{
	color: #000000;
	font-weight: bold;
	font-size:20px;
}

.Label_SedeTicket
{
	color: #000000;
	font-weight: bold;
	font-size:18px;
}


.Panel_Ingreso_Expediente

{
	width: 100%;
	float: left;
}
.Label_RegistroReingreso
{
	color: #CA0000;
	font-weight: bold;
	font-size: 15px;
}

.Label_ExpedienteCabecera
{
	color: #3333CC;
	font-weight: bold;
	font-size: 13px;
}
.Cabecera_Container
{
	padding-left: 2px;
	padding-right: 2px;
	padding-top:8px;
	padding-bottom:8px;
}

/*-----Generales */

.Label_TituloSeccion
{
	
	font-weight: bold;
	font-size: 12px	
}

.Label_Comentario
{
	font-weight: normal;
	font-size: 12px;
	font-style: italic;
}

.Label_NumeroExpediente
{
	margin-top:4px;
	font-weight: bold;
	font-size: 12px;
	color: #063057;
	margin-left:240px;
}


.Label_NumeroExpedienteRegular
{
	margin-top:4px;
	font-weight: bold;
	font-size: 12px;
	color: #063057;
	margin-left:220px;
}

.Label_NumeroExpedienteRegularAdj
{
    
	margin-top:4px;
	font-weight: bold;
	font-size: 12px;
	color: #063057;
	margin-left:100px;
}


.Label_FechaFormulario
{
	
	font-weight: bold;
	font-size: 12px	
}

.TextBox_RegistroParcial
{
    text-transform: uppercase;
    background-color: #D0E3F6;
    color: #000000;
    font-size: 11px;
	font-family: Arial, Verdana;    
}

/*para numeros de documentos*/


.Label_NroExpediente
{
	color: #0000FF;
	font-weight: bold;
	font-size:12px;
}

.Label_MensajeError
{
	color: #F30808;
	font-weight: bold;
	font-size:11px;
}

.Label_TituloListView
{
	font-size: 11px;
	font-family: Arial, Verdana;
	font-weight:bold;
	color:#F1F6F9;
}

.Menu_Vista
{
	z-index:50;
	
}
.Button_Oculto
{
	display:none;
	}
	
/*estilos para validaciones de cajas de textos (by martin)*/	
.MaskedEditFocus
{
    background-color: #ffffcc;
    color: #000000;
    font-size: 11px;
	font-family: Arial, Verdana;    
}

.MaskedEditError
{
    background-color: #ffcccc;
    font-size: 11px;
	font-family: Arial, Verdana;
}
.Label_Titulo
{
	font-size: 14px;
	font-weight: bolder;
	font-family: Arial;
	text-decoration: underline;
}
.Label_NoEditable
{
	border: thin solid #C0C0C0;
	font-family: Arial, Verdana;
	font-size: 12px;
}

.Label_NoEditableMax
{
	border: thin solid #C0C0C0;
	font-family: Arial, Verdana;
	font-size: 12px;
	width:100%;
}

.UpdateProgress
{
	border-width: 1px;
	border-style: solid;
	background-color: #FFFFFF;
	position: absolute;
	width: 180px;
	height: 65px;
}

.ModalPopupExtenderBackground
{
	background-color: Gray;
	filter: alpha(opacity=50);
	opacity: 0.50;
}
.Image_UITVerde
{ 
    background: url(imagenes/botones/boton_verde.png) no-repeat left;
    border-style: none;
    width: 20px;
}

.Image_UITRojo
{
    background: url(imagenes/botones/rojo.png) no-repeat left;
    border-style: none;
    width: 20px;
}

/*---------------------------------*/
.Contenido-listaComentarios {
background-color:#F6F6F6;
border-bottom:1px solid #E5E5E5;
margin-bottom:2px;
overflow:hidden;
padding:10px;
width:490px;
}
.Contenido-comentar {
border-bottom:1px solid #E5E5E5;
margin-bottom:2px;
overflow:hidden;
padding:10px;
width:490px;
}
.Contenido-cabecera
{
	background-color: #EBEBEB;
	border-bottom: 1px solid #E5E5E5;
	font-size: 12px; /*margin-bottom: 1px;*/
	padding: 0px 10px 3px 10px;
	height: 24px;
	width: 490px;
}
.Autor-comentario
{
	font-family: Arial, Verdana;
	color: #0008B2;
	font-weight: bold;
}
.watermarked
{
	background-color: #F3F3F3;
	font-style: italic;
	color: #808080;
	font-size: 18px;
	font-family: Arial, Verdana;
	height: 60px;
}
.TextBoxDisabled
{
	font-size: 10px;
	font-style: italic;
	color: #808080;
}
