/* Default CSS Stylesheet for a new Web Application project */

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #D4D3D3;
	background-color: #F3F3F3;
	cursor:hand;
}

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #AAA9A9;
}




select 
{
	color: #666666;
}

.img 
{
	border:0;
	}

.inputNoBorder
{
	border: 1px solid #FFFFFF;
}
	
.tituloForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #3C64A2;
	font-weight: bold;
}
.encabezadoForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #BCCEE6;
}

.encabezadoTablaInterna
{
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f7f7f9;
}

.SelectedRow
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #BCCEE6;
	background-color: #f2f2ff;
}

.encabezadoTablaInternaHD
{
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f0f0f0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin : 0;
}

.tableForm{
	border: 1px solid #DEDEDD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.footForm{
	border: 1px solid #DEDEDD;
	background-color: #F1F1F2;
}

A:link, A:visited	{	
	text-decoration:	none;
	color:Black;
	font-family:Verdana;
	font-size:7pt;	
	font-weight:bold;
	}	
			
A:active	{	
	text-decoration:	none;
	color:Gray;
	font-family:Verdana;
	font-size:7pt;	
	font-weight:bold;
	}	
		
A:hover	{	
	text-decoration:	none;
	color:Gray;
	font-family:Verdana;
	font-size:7pt;	
	font-weight:bold;
	}
	
.ErrorBullet
{
	font-size: 10pt;
	color: red;
	font-family: Webdings;
}


.Confirmation
{
	font-size: 10pt;
	color: red;
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
}

	
.th {
	background-color: #BCCEE6;
	text-align: center;
	border: thin solid #FFFFFF;
}
.table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: thin solid #BCCEE6;
}
.td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #BCCEE6;
}

td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.loggedon
{
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;	
	}


li 
{
	margin-left: 1;
	padding-left: 16px;
	list-style: none;
	background: url(/dms_web/images/menu/barra.gif) no-repeat 0 50%;	
	
}
ul {
	margin-left: 5;
	margin-bottom:0;	
}
.NoticiaTitulo
{
	font-weight: bold;
	font-size: 12pt;
	color: navy;
	font-family: Arial;
}

