@charset "UTF-8";
/* CSS Document */

body {
	margin: 10px 0px 10px 0px;
	padding: 0;
	font: 10pt "Trebuchet MS", Tahoma, Verdana, Helvetica;
	letter-spacing: normal;
	background: #232323 url(../images/body_bg.png) repeat-x center top;
	color: #999;
}

a{
	color: #f88a19;
}

a:visited {
	color: #fbaa19;
}

#contenedor {
	width: 976px;
	margin: 0px auto;
}

#encabezado {
	background: url(images/header01.png) no-repeat center top;
	width: 976px;
	height: 142px;
}

#tab_placer {
	background: url(images/nav_bg_orange.png) no-repeat center top;
	width: 976px;
	height: 32px;
}

#flashMessage{
        color: #ffffff;
        font-size: 11pt;
        font-weight: bold;
        border: 3px #993 solid;
        margin: 10px 10px 10px 10px;
        padding: 5px 5px 5px 5px;
        width: 90%;
        text-align: center;
}

div.error {
	clear: both;
	color: #900;
	font-weight: bold;
}


.errorContainer{
	border: 2px #993 solid;
	color: #999;
	font-face: "Trebuchet MS", Tahoma, Verdana, Helvetica;
	font-size: 10pt;
	font-weight: bold;
}
	

/* Wrapper01 de dos columnas, por si deciden colocar menu a la izquierda */
#wrapper01 {
	background: #000 url(../images/main_bg.png) repeat-y center;
	margin: 0px auto;
	padding: 0px 15px 5px 15px;
	float: left;
/* Fix para Opera, incluido en 12-29-06 */
	width: 946px;
}

#leftcol {
	width: 228px;
	float: left;
	z-index: 1000;
}

#leftcol .moduletable {
	padding: 10px 5px 10px 0px;
	color: #f8f8f8;
	text-decoration: none;
}

#leftcol .moduletable h3 {
	height: 30px;
	padding-left: 10px;
	width: 231px;
	position: relative;
	left: -6px;
	font: bold 15px/30px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 5px 0px 10px 0px;
	background: #e68901 url(../images/module_orange_h3.png) no-repeat left center;
	color: #FFFFFF;
}
	
/* Wrapper02 de fondo parejo, para evitar complicaciones */
#wrapper02 {
	background: #000 url(../images/main_bg_wide.png) repeat-y center;
	margin: 0px auto;
	padding: 0px 15px 5px 15px;
	float: left;
	/* Fix para Opera, incluido en 12-29-06 */
	width: 946px;
}

/* Area de contenidos */
#mainbody {
	float: right;
	margin: 0;
	padding: 10px 0px 0px 0px;
	width: 700px;
	text-align: justify;
}

#mainbody02 {
	float: right;
	margin: 0;
	padding: 10px 0px 0px 0px;
	width: 946px;
	text-align: justify;
}

#mainbody .inside {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

.creditos {
	margin-bottom:10px;
	font:11px normal Arial, Helvetica, sans-serif;
	color:#666;
	}

.creditos a:link, .creditos a:visited, .creditos a:active,  {
	text-decoration: none;
	color:#666;
}

.creditos a:hover {
	text-decoration: underline;
	color: #009900;
	}

.listingTable
{
	font: 10pt normal Arial, Helvetica, sans-serif;
	color: #888;
	border-bottom: 1px #666666 solid;
}

.listingTable th
{
	font: 10pt normal Arial, Helvetica, sans-serif;
	color: #aaaaaa;
}

.oddRow
{
	background: #000000;
}

.evenRow
{
	background: #333333;
}

.roomType
{
	font: 11pt bold Arial, Helvetica, sans-serif;
	border-top: 1px #666666 solid;
	padding-top: 20px;
}

.hotelName
{
	font: 13pt bold Arial, Helvetica, sans-serif;
	color: #eeeeee;
}


h3
{
	color: #f88a19;
}




/* Form Elements */
.dEntry button{
        display: inline;
}
.dEntry input:hover, select:hover, textarea:hover{
        border: 1px solid #cc0000;
}

.dEntry input:focus, select:focus, textarea:focus{
        border: 1px #cc0000 solid;
        background: #333333;
}

.dEntry input[type=file]{
        width: 400px;
}

.dEntry input[type=checkbox] {
float: left;
clear: left;
margin: 2px 6px 7px 2px;
}

.dEntry input[type=radio] {
margin: 3px 3px 3px 16px;
display: inline;
vertical-align: middle;
}

.dEntry input[type=hidden], input[type=hidden]:hover, input[type=hidden]:focus {
        background: transparent;
        color: #ffffff;
        border-style: none;
}

.dEntry input, textarea {
clear: both;
display: block;
font-size: 10pt;
font-family: inherit;
border: 1px #f88a19 solid;
background: #000000;
color: #ffffff;
}

.dEntry select, input[type=file] {
clear: both;
vertical-align: text-bottom;
font-size: 10pt;
font-family: inherit;
border: 1px #f88a19 solid;
width: 400px;
display: block;
background: #000000;
color: #888;
}

.dEntry option {
font-size: 10pt;
font-family: inherit;
padding: 0 0.3em;
font-weight: bold;
}

.dEntry .dateInputField{
        font-weight: normal;
        font-size: 10pt;
        font-weight: bold;
        background: #333333;
        color: #888888;
        padding: 2px 4px 2px 4px;
        border: 1px #000000 solid;
        width: 100px;
        display: inline;
}

.dEntry .inlineInput {
clear: both;
display:block;
font-size: 10pt;
font-weight: bold;
font-family: inherit;
border: 1px #f88a19 solid;
display: inline;
}

.dEntry label
{
        color: #aaaaaa;
        font-size: 9pt;
        font-weight: bold;
}

.dEntry button, input[type=submit], input[type=reset]{
        color: #aaaaaa;
        background: #333333;
        padding: 2px;
        border: 1px solid #f88a19;
        margin-top: 5px;
        margin-bottom: 6px;
        display: inline;
        font-size: 10pt;
}

.dEntry button:hover, button:focus, input[type=reset]:hover, input[type=submit]:hover, input[type=reset]:focus, input[type=submit]:focus{
	border: 1px solid #f88a19;
}



/* Login page */
/* Input Tables */

.login{
        background: #000000;
        background-position: bottom left;
        background-repeat: no-repeat;
        border: 1px #f88a19 solid;
        -moz-border-radius: 10px;
        border-radius: 10px;
        color: #000000;
        font-size: 11pt;
        padding: 5px;
        height: 300px;
        width: 280px;
}

.login input[type=text], input[type=password] {
        border: 1px #f88a19 solid;
}

.loginTitle{
        color: #dddddd;
        font-size: 13pt;
        font-weight: normal;
        text-align: right;
        display: block;
}

.loginField{
        position: relative;
        top: 20%;
        height: 30px;
        font-weight: bold;
}

.passwordField{
        position: relative;
        top: 35%;
        height: 30px;
        font-weight: bold;
}

.loginSubmit{
        position: relative;
        text-align: right;
        margin: 0px 8px 0px 0px;
        top: 60%;
}

.loginInput:hover, .loginInput:focus{
        background: #123454;
        color: #ffffff;
        border: 1px solid #ffffff;
        width: 140px;
}

.loginBtn{
        border: 2px #f88a19 solid;
        background: #ffefef;
        font-size: 11pt;
        font-weight: bold;
        color: #ffffff;
        height: 25px;
        padding: 3px 3px 3px 3px;
        text-decoration: none;
}

.hotels\ view input\ text{
	display: inline;
}