/* CSS Document */
/**
 * Clases CSS comunes a la apliacion
 *	
 * Aqui se colocaran las Clases CSS comunes para cualquier
 * tema utilizado en la aplicacion
 */
/**
 * Manejo de Errores
 */
.myHandler {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
}
.myHandlerSQL {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	text-align: left;
}
html, body { 
	height: 100%; 
}
#home {
	position: fixed;
	width: 100%;
	height: 100%;
	margin: auto;
}
#help {
	position: absolute;
	width: 20%;
	height: auto;
	top: 175px;
	left: 75%;
	border: solid;
	border-width: 1px;
	text-align: left;
	border-color: #FFCC00;
	background:#FFF6D8;
	margin: auto;
}
#notJS {
	position: fixed;
	width: 70%;
	height: 70%;
	top: 15%;
	left: 15%;
	border: solid;
	border-width: 1px;
	text-align: center;
	border-color: #FFCC00;
	background:#FFF6D8;
}
#optionTODO {
	width: 25%;
	border: solid;
	border-width: 1px;
	border-color: #FFCC00;
	background:#FFF6D8;
}
#notJSTable {
	height: 100%;
}

#opGPS {
	display: none;
	width: 100%;
}
#company_logo {
	position: absolute;
	width: 90px;
	height: 90px;
	top: 5px;
	left: 45%;
}
#TxTModuleDesc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: solid;
	border-width: 1px;
	text-align: left;
	border-color: #FFCC00;
	background:#FFF6D8;
	margin: auto;
	display:none;
	width:350px;
	padding: 5px;
}
.noDecoration {
	text-decoration: none !important;
}
