body{
	/*margin:0px;*/
	/*padding:0px;*/
	/*background-color: grey;*/
    /*    overflow-x: auto;*/
    font-family:Tahoma, Arial, Helvetica, sans-serif;
}
html{
	/*overflow-y:scroll;*/
}

.hidden { display: none; }

.clear{
	clear:both;
	font-size:1px;
}

.left {
    text-align: left;
}

.right{
    text-align: right;
}

.center {
    text-align: center;
}

.bold {
    font-weight: bold;
}

.error { padding-left: 10px; }

.green { color: #090; }

.red { color: #990000; }

.f22 {
    font-size: 22px;
}

.f16 {
    font-size: 16px;
}

.black-border{
    border: 1px solid #000;
}

img{
	border:none;
}
form{
	margin:0px;
	padding:0px;
}
#wrapper{
        /*padding: 0;*/
        /*margin: 0;*/
        /*background-color: grey;*/
}

#main{
	min-width:950px;
    width: 95%;
	margin: 0 auto;
	margin-bottom:50px;
        background-color: #fff;
        -webkit-overflow-scrolling: touch;
}


h1{
	font-size:33px;
	color:#102C5C;
	margin:0px;
	padding:10px 0px 30px 0px;
}

#menubar {
    padding:0;
    margin:0;
    width:100%;
    height:65px;
    background: transparent url('/images/menu_bg.png') repeat-x 0 0;
}

#menubar ul {
	list-style:none;
	position:relative;
        left: -40px;
}

#menubar li {
	float:left;
	position:relative;
	font-size:16px;
	font-weight:normal;
        padding: 22px 0px;
}

#menubar li:hover {
	background-color:#addf24;
        color: #000;
}

#menubar a {
    color: #fff;
    text-decoration: none;
    padding: 22px 0.8em;
    text-shadow: 0.1em 0.1em 0.05em #000;
}

#menubar a:hover{
    color:#000;
    text-shadow: 0.1em 0.1em 0.05em #fff;
}

.offersTable {
    text-align: center;
}

.offersTable td{
    padding: 10px 5px;
}

.offersTable thead, .offersTable tfoot {
    background-color: #000;
    color:#fff;
    text-align: left;
}

.offersTable tfoot a {
    color:#fff;
}

.offersTable th {
    padding: 5px;
    text-align: left;
}

.offersTable td {
    text-align: left;
}

.tr1 {
    background-color: #e9ebeb;
}

.tr0 {
    background-color: #fff;
}

#resultPerPageDiv{
    position: relative;
    right:10px;
    text-align: right;
    height: 30px;
    font-size: 14px;
}

#resultPerPageDiv select {
    border:1px solid grey;
    padding:2px;
}

#resultPerPageDiv .pagination{
    position: absolute;
    left: 20px;
    top: 0px;
}

.pagination a {
    color:#000;
    font-size: 14px;
}

.input-text {
    width:300px;
    padding:2px;
    border: 1px solid #000;
}

.input-text-wider {
    width:450px;
    padding:2px;
    border: 1px solid #000;
}

.input-text-wide {
    width:1000px;
    padding:2px;
    border: 1px solid #000;
}

.input-text-60 {
    width:60px;
    padding:2px;
    border: 1px solid #000;
}


.input-text-80 {
    width:80px;
    padding:2px;
    border: 1px solid #000;
}

.input-text-100 {
    width:100px;
    padding:2px;
    border: 1px solid #000;
}

.input-text-130 {
    width:130px;
    padding:2px;
    border: 1px solid #000;
}

.input-text-150 {
    width:150px;
    padding:2px;
    border: 1px solid #000;
}

.input-text-180 {
    width:180px;
    padding:2px;
    border: 1px solid #000;
}

.input-text-200 {
    width:200px;
    padding:2px;
    border: 1px solid #000;
}

.input-text-340 {
    width:340px;
    padding:2px;
    border: 1px solid #000;
}


.textarea-tall {
    height: 500px !important;
}


#users-edit {
    margin: auto;
}

#users-edit td {
    padding: 5px;
}


ul#hotel {
    list-style-type: none;
}

#login_form input{
    width:200px;
    height:20px;
    line-height:20px;
    border:1px solid grey;
    padding: 3px;
}

#login_form button{
    width:170px;
    height:30px;
    line-height:20px;
    border:1px solid grey;
    padding: 3px;
    background-color: #addf24;
}

#searchDiv{
    position:absolute;
    top:0px;
    left: 500px;
}

#newOfferButtonDiv{
    position:absolute;
    top:0px;
    left: 350px;
}

.moreActionIcons{
    box-shadow: 2px 5px 3px 1px #ababab;
}

.moreActionIcons img {
    margin: 8px;
}

.question-icon, .attachment-delete, .link{
    cursor: pointer;
}

#loadingScreen {
    background: url('/images/loading.gif') no-repeat 5px 8px;
    padding-left: 25px;
}

/* hide the close x on the loading screen */
.loadingScreenWindow .ui-dialog-titlebar-close {
        display: none;
}

.logoutButton {
    padding: 21px 0px 16px 0px !important;
    margin: 0 !important;
}

table.hotels {
    width:100%;
}

.moreActionDiv {
    position:absolute;
    display:block;
    width:50px;
}

.moreActionIcons {
    position: relative;
    left:-25px;
    top:-5px;
    z-index: 9999999;
    display: none;
    padding:5px;
    text-align: center;
    background-color: #fff;
    width:100px;
}

#menubar-responsive {
    /*width: 100%;*/
}


#menubar-responsive li:hover {

}

#menubar-responsive a {
    color: #fff;
    text-decoration: none;
    /*padding: 22px 0.8em;*/
    text-shadow: 0.1em 0.1em 0.05em #000;
}

#menubar-responsive a:hover{
    /*color:#000;*/
    text-shadow: none;
    /*background-color:#addf24;*/
    background-color:#1d2124;
}

@media (min-width: 260px) and (max-width: 960px) {
    #menubar-responsive a {
        font-size: 1em;
        padding: 10px 7px;
    }
}

@media (min-width: 960px) and (max-width: 1000px) {
    #menubar-responsive a {
        font-size: 0.7em;
        padding: 0px 7px;
    }
}

@media (min-width: 1000px) and (max-width: 1250px) {
    #menubar-responsive a {
        padding: 0px 10px;
        font-size: 0.8em;
    }
}


