﻿@charset "utf-8";
/* CSS Document */


* html #frmReservaWeb{height: 100%;} 
 
body > #systemWrap {height: auto; min-height: 100%;} 

a{
	color:#1796cc;
}

a:hover{
	color:#46bdef;
}

img{
	border:0px;
}

body{	
	margin:0px;
	font-family:Verdana;
	font-size:12px;
	color:#000;
}

h1, h2, h3, h4, h5, h6{
	color:#4c6778;
	font-weight:bold;
}

h1{font-size:18px;}
h2{font-size:16px;}
h3{font-size:14px;}
h4{font-size:12px;}
h5{font-size:10px;}
h6{font-size:9px;}

hr{
	color:#C5C5C5;
	border:0px;
	border-top:1px solid #C5C5C5;
}

.linkButton{
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	border-top:1px solid #484848;
	border-bottom:1px solid #484848;
	border-left:1px solid #535353;
	border-right:1px solid #535353;
	border-radius:4px;
	padding:5px 20px;
	cursor:pointer;
	color:#fff;
	font-weight:bold;
	background:#4c6778 url(../images/bg_btn.jpg) repeat-x top;
    min-width: 120px;
    font-weight: normal;
    text-decoration: none;
}
.linkButton:hover {
    text-decoration: none;
	color:#fff;
}

.registerButton{
	width:234px;
	height:26px;
	background:url(../images/bg_buttonRegister.png) no-repeat;
	border:0px;
	cursor:pointer;
	color:#fff;
	font-weight:bold;
    display: block;
    text-align: center;
    padding-top: 8px;
    text-decoration: none
}

.registerButton:hover
{
	color:#fff;
}

table{
	border-collapse:collapse;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
}

table th{
	background:#e6e6e6;
	font-weight:bold;
	color:#666666;
	text-align:center;
	border:0px;
}

table th, table td{
	padding:5px 10px;
}

table td{
	border-top:1px solid #e6e6e6;
	color:#999999;
	text-align:center;
}

table .line-odd{
	background:#f2f2f2;
}

table .line-even{
	background:#fafafa;
}

.clear{clear:both;}

#systemWrap{
	height: auto;
    min-height: 100%;
    position: relative;
}

#systemHeader{
	height:80px;
}

#systemHeaderMenu{
	display:table;
	width:100%;
	height:28px;
	background:#747474;
}

#systemHeaderToolbar{
	color:#fff;
	height:27px;
	overflow:hidden;
	padding-left:5px;
}

#HeaderToolbar-PageTitle{
	font-weight:bold;
	float:left;
	background:url(../images/bg_header-toolbar.png) no-repeat left center;
	padding-left:60px;
	margin-top:5px;
}

#userInfoToolbar{
	float:right;
	padding:0px 10px;
	display:table;
}

#userInfoToolbar dl{
	margin:3px 0px 0px;
	padding:0px;
}

#userInfoToolbar dd{
	margin:0px 5px;
	padding:0px;
	float:left;
}

#systemMenuOcultar{
	width:190px;
	float:left;
	background:#b9b9b9 url(../images/btn_hideMenu.png) no-repeat;
	height:27px;
	color:#8f8f8f;
	border-right:1px solid #5e5e5e;
	font-weight:bold;
	text-align:center;
}

#systemMenuOcultar a{
	color:#8f8f8f;
	font-weight:bold;
	text-decoration:none;
}

#systemMenuOcultar dl{
	
}

#systemMenuOcultar dl, dd{
	padding:0px;
	margin:0px;
}

#systemToolBar
{
    text-align: left;
    overflow: hidden;
    padding: 2px 0px 0px 5px;
    horiz-align: top;
    vert-align: top;
    vertical-align: top;
}


.login{
	display:block;
	background:url(../images/btn_login.png) no-repeat;
	width:72px;
	height:21px;
    color: #fff;
	font-weight:bold;
    text-align: center;
    padding-top: 1px;
    text-decoration: none;
}
.login:hover {
    color: #fff;
    text-decoration: none;
}

.login span{
	display:none;
}

.logout{
	display:block;
	background:url(../images/btn_logout.png) no-repeat;
	width:72px;
	height:21px;
    color: #fff;
	font-weight:bold;
    text-align: center;
    padding-top: 1px;
    text-decoration: none;
}
.logout:hover {
    color: #fff;
    text-decoration: none;
}

.logout span{
	display:none;
}

#CompanyHeader{
	background:url(../images/bg_header.png) repeat-x;
	height:50px;
	border-bottom:2px solid #000;
	overflow:hidden;
}

#CompanyHeaderLogo{
	float:left;
	margin:5px;
}

#CompanyHeaderMenu{
	float:right;
	margin:10px;
}

#CompanyHeaderMenu ul{
	list-style:none;
	padding:0px;
	margin:0px;
}

#CompanyHeaderMenu li{
	float:left;
	margin:0px;
	padding:0px 5px;
}

#CompanyHeaderMenu li + li{
	border-left:1px solid #27408B;
}

#CompanyHeaderMenu li a{
	color:#27408B;
	text-decoration:none;
	font-weight:bold;
}

#systemPanel{
	margin-left:200px;
	padding:10px 10px 60px 10px;
}

#systemContent{
	display:table;
	padding-bottom:70px;
	width:100%;
}

#systemMenu{	
	float:left;
}

#systemMenuBack{
	background:#dddddd;
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	width:190px;
	z-index:-1;
	border-right:1px solid #5e5e5e;
}

#systemMenuContent{
	width:210px;
	float:left;
}

#systemMenuSlider
{
    width: 4px;
    height: 100%;
    background: #9F9F9F;
    cursor: pointer;
    float: left;
}


#FooterLogoRW{
	padding:10px;
	width:190px;
	float:left;
}

#FooterCopyright{
	border-top:1px solid #dddddd;
	margin-left:200px;
	margin-top:30px;
	padding:5px;
	text-align:right;
}

#FooterCopyright img{
	vertical-align:middle;
}

#list-user-tools{
	list-style:none;
	padding:0px;
	margin:10px auto;
	display:table;
}

#list-user-tools li{
	float:left;
	padding:0px;
	margin:5px;
}

/* ALERTS */

.errorMessage{
	padding:5px;
	border:1px solid #C5171E;
	color:#C5171E;
	font-weight:bold;
	background:#d8d8d8 url(../Images/bg_ErrorMessage.gif) no-repeat 5px center;
	padding-left:30px;
}

.notification-alert{
	background:#ffcccb url(../images/notification-error.png) no-repeat 5px 5px;
	border:1px solid #fe0000;
	border-radius:4px;
	padding:10px 10px 10px 40px;
	color:#3c3d3f;
	margin:5px 0px;
}

.notification-warning{
	background:#fffcc9 url(../images/notification-alert.png) no-repeat 5px 5px;
	border:1px solid #808080;
	border-radius:4px;
	padding:10px 10px 10px 40px;
	margin:5px 0px;
}

.notification-info{
	background:#dae6ff url(../images/notification-info.png) no-repeat 5px 5px;
	border:1px solid #13688f;
	border-radius:4px;
	padding:10px 10px 10px 40px;
	margin:5px 0px;
	color:#3d3b3e;
}

/* ALERTS */

.txtCalendar
{
    font-size: 11px;
    width: 90px;
    background: #FFF;
    background-image: url(../images/calendar.png) !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
    cursor: pointer;
}


/* WATER MARK */

#menuSearchArea 
{
    display: none;
    position: absolute;
	top:53px;
	left:23px;
    width: 200px;
    display:table;
    z-index: 99999;
}

#menuSearchField {
	float:left;
}

#menuSearchField input[type=text]
{
    width: 136px !important;
    height: 22px !important;
    background-color: #F0F0F0;
    border: none;
}

#menuSearchButton 
{
    margin-top: 1px;
    margin-left: 142px;
    width: 23px !important;
    height: 23px !important;
    cursor:pointer;
    background-image: url(../images/btn_clear.jpg) !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
    z-index: 999999999999999999;
}