/*
/* ----------------------------------------------------------------------------------------------------
/* 2009 (c) Hablaya S.A.. Todos los derechos reservados.
/* RPE - Sistema de Recarga de PIN Electrónico Hablaya
/* Autor: Carlos Díaz López - Septiembre 2008
/* ----------------------------------------------------------------------------------------------------
*/
/* Definición de interfaces*/
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.command {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	width: 75px;
	background-color: #CCCCCC;
	border: 1px solid #999999;
	text-decoration: none;
	height: 22px;
}
.textbox {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	line-height: normal;
	border: 1px solid #666666;
	color:#666666;
	height:20px
}

.shema_header_table {
	background-image: url(../img/rpe.gradient.table.gif);
	background-repeat: repeat-x;
}

/* Tipografias de textos*/
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0591CE;
	text-decoration: none;
}
.text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.text-reverse {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.text-underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration:underline;
}.schema_table_line_left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

.schema_table_line_top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.text-wizard {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;	
}
.text-wizard-rear {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #0591CE;
	text-decoration: none;
}
.wizard-lines {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

