﻿body 
{
    font-family:Verdana;
    font-size:12px;
    color:#000000;
    margin: 0;
    padding: 0;
	margin-right: 30;
	text-align: left;
 }


.linkItemMenu a 
{ 
	text-decoration: none;
    color: #000000;
    font-size:12px;
}
.linkItemMenu a:hover 
{ 
	text-decoration: none;
    color: rgb(36, 97, 142);
}
.linkItemMenu a:active 
{ 
	text-decoration: none;
    color: rgb(36, 97, 142);
}


/* ------------------------ links --------------*/
A:link      { color: #41519A; text-decoration:none; font-size:9pt;}
A:visited 	{ color: #41519A; text-decoration:none; font-size:9pt;}
A:active 	{ color: #41519A;  cursor:hand; text-decoration:none; font-size:9pt;}
A:hover 	{ color: orange;  cursor:hand; text-decoration:"underline"; font-size:9pt;}
		
A.bodyLink:link     { color: #41519A; text-decoration:none; font-weight:bold;     font-size:9pt;}
A.bodyLink:visited 	{ color: #41519A; text-decoration:none; font-weight:bold;     font-size:9pt;}
A.bodyLink:active 	{ color: #41519A;  cursor:hand; text-decoration:none; font-weight:bold;    font-size:9pt; }
A.bodyLink:hover 	{ color: #B2C3E1;  cursor:hand; text-decoration:"underline"; font-weight:bold;     font-size:9pt;}
		

.linkItemMenu 
{ 
	text-decoration: none;
    color: rgb(36, 97, 142);
    font-size:12px;
}
.formlabel 
{
	clear: left;
	float: left;
	width: 125px;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 4px;	
	padding-left: 10px;
	font-size : smaller; 
}
.headerlabelpanel
{	
	width: 300px;
	text-align: right;
	padding: 1px;
	vertical-align:middle;
}
.headerimagepanel
{	
	width: 13px;
	text-align: center;
	vertical-align:middle;
	padding: 1px	
}
.collapsePanelHeader{	
	width:100%;		
	height: 15px;
	background-image: url(Imagenes/Ajax/bkgrnd.png);
	background-repeat:repeat-x;
	color:#FFF;		
	font-weight:bold;
	cursor: pointer;
	font-size: smaller;
}
.collapsePanel {	
	background-color:white;
	overflow:hidden;
	vertical-align: middle 
}


#head 
{
	/*background-image: url(Imagenes/igWebToolBarBg2.jpg);*/
	height: auto;
	vertical-align:top
}
#menu 
{
	/*background-image: url(Imagenes/background.gif);*/
	/*padding-left: 10px;*/
	padding-bottom: 2px;
	height:auto
}
#map 
{
	/*padding-left: 10px;
	padding-top: 2px;*/
	padding-bottom: 3px;
	height:auto;
	/*background-color: #fafafa*/
}
#toolbar 
{
	padding-left: 10px;
	height: auto;
	
	/*background-color: #fafafa;*/
	padding-top: 3px;
	padding-bottom: 1px
}
#content 
{
	background-color: #ffffff;
	    font-size:12px;
}
#gridtitles
{	
	padding-left: 10px;
	text-align: left
}
#workspace
{
	background-color: #fafafa;
	padding-bottom: 15px
}
#gridspace
{
	background-color: #fafafa;
}
#footer 
{
	background-image: url(Imagenes/footer_bg.png);
	height: 20px;
	vertical-align:middle;
	text-align:center
}
#Opcion
{
	padding-left: 15px;
	
	height: 34px;
	padding-top: 8px;
	padding-bottom: 8px
}
#Opcion #imgOpc
{
	height: 32px;
	position: relative;
	width: 32px;
	float: left;
}
#Opcion #titOpc
{
	font-weight: bold;
	color: #0033ff;
	margin-left: 30px;
	font-size: 1.3em;
	/*position: relative;*/
	height: 32px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#editBox
{
	border: 1px solid #CCCCCC;
	background-image: url(Imagenes/fondoOpciones.png);
	padding: 15px;
	padding-bottom: 25px;
}
#filterBox
{	
	background-color: #fafafa;
	padding: 5px;	
}
#collapsepanelheader
{
	float: right;
}

img
{
	border-width: 0;
}

/* Headings                    */
/*-----------------------------*/
h1
{
	font-size: large;
	color: #6B7EBF
}

h2
{
	font-family: Verdana;
	font-size: medium;
	margin-top: 30;
	color: #6B7EBF;
	/*color: #6B7EBF;*/
	margin-bottom: -15;
}
	
h3
{
	font-family: Arial;
	font-size: small;
	margin-bottom: -15;
	color: #6B7EBF;
	padding-left: 15;
}

h4,h5
{
	font-family: Arial;
	font-size: x-small;
	margin-bottom: -15;
	color: #6B7EBF;
	padding-left: 15;
}

h1, h2, h3, h4
{
	margin: 0;
	font-family: Arial;
}

.DsiButton
{
	border-right: #c0a47a 1px solid;
	border-top: #c0a47a 1px solid;
	background: url(../Theme_DSI_02/Imagenes/RootItemBkgActive.gif) repeat-x;
	font: 11px Arial, Verdana, Sans-serif;
	border-left: #c0a47a 1px solid;
	width: 114px;
	color: navy;
	border-bottom: #c0a47a 1px solid;
	height: 22px;
}

#FormBodyTable th{
	width: 150px;
	border-bottom: #d8d8d8 1px solid;
	border-top: #d8d8d8 1px solid;
	height: 26px;
	background-color: white;
}

#FormBodyTable td
{
	font-size: 12pt;
	width: 531px;
	border-bottom: #d8d8d8 1px solid;
		border-top: #d8d8d8 1px solid;
	height: 26px;
	background-color: #ebf3ff;
}

.DsiImgButton
{
	border-right: #c0a47a 1px solid;
	border-top: #c0a47a 1px solid;
	background: url(../Theme_DSI/Imagenes/RootItemBkgActive.gif) repeat-x;
	font: 11px Arial, Verdana, Sans-serif;
	border-left: #c0a47a 1px solid;
	width: 22px;
	color: navy;
	border-bottom: #c0a47a 1px solid;
	height: 22px;
}

.ExcelExportButton
{
	background: url(../Theme_DSI/Imagenes/img_xls.gif);
	width: 22px;
	color: navy;
	height: 22px;
	border:0;
}

.NoFilterButton
{
	background: url(../Theme_DSI/Imagenes/QuitarFiltro.gif);
	width: 22px;
	color: navy;
	height: 22px;
	border:0;
}

.DeleteButton
{
	background: url(../Theme_DSI/Imagenes/Borrar_32x32.gif);
	width: 32px;
	height: 32px;
	border:none;	
}
