
/***** ELEMENTOS HTML *****/

html {
    margin: 0px; 
    padding: 0px; 
}

body {
	padding: 0px; 
	color: #000000;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	background-color: #FFFFFF;
}
a:link {
	color: #5555FF;
	text-decoration: none; 
} 
a:visited {
	color: #5555FF;
	text-decoration: none; 
} 
a:active {
	color: #5555FF;
	text-decoration: none; 
} 
a:hover {
	color: #5555FF; 
	text-decoration: underline; 
}
ul {
	list-style-type: none;
}
img { 
	border: 0px; 
}
hr {
	height: 1px;
}

/***** MAQUETACION VENTANA *****/

.windowPanel {
	width: 100%;
}

/***** MAQUETACION PAGINA *****/

.mainPanel {
	width: 100%;	
	margin: 30px auto;
	padding: 0px;
	border: 0px Black solid;	
}
.headPanel {
	clear: both;
	width: 100%;
   height: 77px;
	padding: 1px;
	margin: 0px;
	border: 0px Black solid;		
}
.menuPanel {
	clear: both;
	width: 100%;
   height: 28px;
	background-color: #6E547F;
	border: 1px Gray solid;
}
.navPanel {
	float: left;
	background-color: #6E547F;
	border: 0px Black solid;
}
.navExtPanel {
   float: right;
	background-color: #6E547F;
   padding: 6px;	
	border: 0px Black solid;	
}
.messagePanel {
	background-color: #ffffea;	
	border: 1px Gray solid;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px 0px 5px 5px;
}
.contentPanel {
	clear: both;
	width: 100%;
	border: 0px Black solid;
}
.pagePanel {
	clear: both;
	width: 100%;
	border: 0px Black solid;	
}

/***** PANELES *****/

.titlePanel {
	margin-top: 5px;
	margin-bottom: 10px;
	border-bottom: 1px Gray solid;	
}
.filterPanel {
	color: red;
	margin-top: 10px;	
	margin-bottom: 10px;
	border: 0px black solid;
}
.linkMenuPanel {
	margin-top: 0px;	
	margin-bottom: 5px;	
	border: 0px black solid;
}

/***** TABLAS DINAMICAS ******/

.dynamicTable {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #CCCCCC;
	width: 100%;
}

/***** TEXTOS ******/

.pageTitle {
    font-weight: bold;
}
.pageTitleSeparator {
	font-weight: bold;
}
.pageSubtitle {
	font-weight: bold;
}
.detailViewFieldName {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}
.detailViewFieldValue {
	font-weight: normal;
	text-align: left;
}
.infoMessage {
	color: green;
}
.errorMessage {
	color: red;
}
.importantMessage {
	font-weight: bold;
}
.sectionTitle {
	font-weight: bold;
	border-bottom: 1px #8E8E91 solid;
	padding: 2px;
	margin: 4px 0 4px 0;
}
.subSectionTitle {
	color: #6E547F;
	border-bottom: 1px #8E8E91 dotted;
}

/***** LISTAS DE ELEMENTOS DENTRO DE UN GRID ******/

.gridViewListItems {
	padding: 0px;
   margin: 0px;	
	/*
	margin: 0px 0px 0px 15px;
	list-style-type: square;
	*/
}
.gridViewListItems li { 
	padding: 4px;
	margin: 0px;
}

/***** MENU DE ENLACES HORIZONTAL DE LA BARRA DE MENU ******/

.navExtLinkMenu {
	padding: 0;
	margin: 0;		
}
.navExtLinkMenu li {
	display: inline; 
	margin-left: 2px;
	padding: 0;		
}
.navExtLinkMenu a {
	color: #F3F3F3;
}

/***** MENU DE ENLACES HORIZONTAL GENÉRICO ******/

.linkMenu {
	padding: 0;
	margin: 0;
}
.linkMenu li { 
	display: inline; 
	margin-left: 2px;
	padding: 0;
}
.linkMenu li a:link {
	text-decoration: none; 
	color: #5555FF;
} 
.linkMenu li a:visited {
	text-decoration:none; 
	color: #5555FF;
} 
.linkMenu li a:active {
	text-decoration: none; 
	color: #5555FF;
} 
.linkMenu li a:hover {
	text-decoration: underline; 
	color: #5555FF; 
}

/***** TABLA HTML DINÁMICA *****/

.tableInfo {
   color: #000000;
   background-color: #909090;  
}
.tableInfo thead th { 
	font-weight: bold;
/*	text-align: left; */
   background-color: #DCDCDC;  
}
.tableInfo thead th.center { 
	font-weight: bold;
	text-align: center;
   background-color: #DCDCDC;  
}
.tableInfo tbody th.left { 
	font-weight: normal;
	text-align: left;
	background-color: #F2F2F2;  
}
.tableInfo tbody th.right { 
	font-weight: normal;
	text-align: right;
	background-color: #F2F2F2;  
}
.tableInfo tbody th.top { 
	font-weight: bold;
	text-align: center;
	background-color: #F2F2F2;  
}
.tableInfo tbody th.center { 
	font-weight: bold;
	text-align: center;
	background-color: #F2F2F2;  
}
.tableInfo tbody td { 
	color: #465059;
	font-weight: normal;
	background-color: #FFFFFF;  
}
.tableInfo tbody td.center { 
	color: #465059;
	font-weight: normal;
	text-align: center;
	background-color: #FFFFFF;  
}
.tableInfo tbody td.label { 
	text-align: right;
	white-space: nowrap;
}
.tableInfo tbody td.value { 
	margin-left: 4px;
}
.tableInfo tbody td.conbinedImportantField { 
	font-weight: bold;
	background-color: #EEEFF0;  	
}
.tableInfo tbody td.importantField { 
	font-weight: bold;
}
.tableInfo tbody td.resultField { 
	font-weight: bold;
	background-color: #DDFFE7;  	
}
.tableInfo .TextBox, .DropDownList { 
   color: #465059;
	border: 1px solid #7F9DB9;	
}
.tableInfo .ReadOnlyTextBox, .ReadOnlyDropDownList { 
   color: #465059;
	border: 1px solid #7F9DB9;	
	background-color: #EFEFEF;
}
.tableInfo .SmallTextBox { 
   color: #465059;
	border: 1px solid #7F9DB9;	
	width: 75px;
}
.tableInfo .SmallestTextBox { 
   color: #465059;
	border: 1px solid #7F9DB9;	
	width: 45px;
}
.tableInfo .ReadOnlySmallTextBox { 
   color: #465059;
	border: 1px solid #7F9DB9;	
	background-color: #EFEFEF;		
	width: 75px;
}
.tableInfo .ReadOnlySmallestTextBox { 
   color: #465059;
	border: 1px solid #7F9DB9;	
	background-color: #EFEFEF;			
	width: 45px;
}
.tableInfo .MasterButton {
	cursor: pointer;
	border: 1px solid #ADADAD;
	height: 20px;
}

/***** UTILIDADES *****/

.elemVisible {
	visibility: visible;
	display: block;
}
.elemHidden {
	visibility: hidden;
	display: none;
}

/***** SUITE DEVEXPRESS - TEXTOS *****/

.ASPxLinkForeColor {
    color: #5555FF;
}
.ASPxLinkStrongForeColor {
    color: #5555FF;
    font-weight: bold;
}

/***** SUITE DEVEXPRESS - ENLACES *****/


a.ASPxLink:link {
	font-size: 9pt;
	color: #5555FF;
	text-decoration: none; 
} 
a.ASPxLink:visited {
	font-size: 9pt;
	color: #5555FF;
	text-decoration: none; 
} 
a.ASPxLink:active {
	font-size: 9pt;
	color: #5555FF;
	text-decoration: none; 
} 
a.ASPxLink:hover {
	font-size: 9pt;
	color: #5555FF; 
	text-decoration: underline; 
}


a.ASPxLink2:link {
	text-decoration: none; 
	color: #F3F3F3;
} 
a.ASPxLink2:visited {
	text-decoration:none; 
	color: #F3F3F3;
} 
a.ASPxLink2:active {
	text-decoration: none; 
	color: #F3F3F3;
} 
a.ASPxLink2:hover {
	text-decoration: underline; 
	color: #F3F3F3; 
}