/* 	NEOPROYEX PROGRAMACIÓN 2010 - Derechos Reservados 
	Autor	: Diego Andrés Ulloa Ormeño
	E-Mail	: diegoulloa@neoproyex.com
*/

html {
	font-family				: 'HelveticaNeueLTStd57Condensed';
	font-size				: 14px;
	color					: #777B7E;
}

body {
	margin					: 8px;
	_margin-right			: 0px;
	padding					: 0px;
}

#left {
	float					: left;
	width					: 160px;
	height					: 507px;
	_height					: 494px;
	margin-right			: 15px;
	background-color		: #FF9A40;
}

#right { overflow			: hidden; }

#head {
	background-color		: #F3F3F3;
	font-family				: 'HelveticaNeueLTStd65Medium';
	letter-spacing			: -1.5px;
	font-size				: 26px;
	text-align				: center;
	padding					: 10px 0px 10px 0px;
	_position				: relative;
}

.orange { color				: #FF7800; }
.bold { font-weight			: bold; }

#infoContainer {
	margin-top				: 15px;
	margin-bottom			: 15px;
}

#info {
	color					: #777B7E;
	font-size				: 16px;
}

#infoLine {
	margin-top				: 5px;
	position				: relative;
}

#leftLine {
	float					: left;
	border-bottom			: 2px solid black;
	width					: 15px;
	_position:relative;
}

#rightLine { border			: 1px solid #F3F3F3; }

.field { width				: 150px; }

.inputText {
	background-color		: #F3F3F3;
	border					: 0px;
	width					: 100%;
}

table {
	width					: 100%;
	_width					: 545px;
}

table td {
	padding-bottom			: 3px;
	_padding-bottom			: 2px;
}

.section {
	color					: #FF7800;
	font-weight				: bold;
}

.slct { width				: 100px; }

.field2 { width				: 110px; }

#consultContainer { 
	margin-top				: 12px;
}

#consultInfo { font-size	: 16px; }

#consult {
	width					: 100%;
	height					: 80px;
	_height					: 74px;
}

#bottomContainer {
	text-align				: right;
	margin-top				: 10px;
}

.error-message, label.error {
    color					: #ff0000;
    margin					: 0px;
    display					: inline;
	font-family				: 'HelveticaNeueLTStd57Condensed';
    font-size				: 11px !important;
}