﻿
body {margin:0px;padding:0px;width:100%;text-align:center;background-color:#bebfc1;font-family: 'DinText';
}
.left{float:left}
.right{float:right}
.clear{clear:both}


.ui-header .ui-title, .ui-footer .ui-title{background-color:#070720;text-align:left;margin:0px 0px}
.searchTable{padding:1%;}
.searchbtn{height:40px;border:1px solid white;background-image:url('../images/master/header.png');font-weight:bold;font-size:19px;cursor:pointer;}
body, input, select, textarea, button, .ui-btn{font-family: 'DinText'!important}
.cssbg{background: #f5f5f5; /* Old browsers */
background: -moz-linear-gradient(top,  #f5f5f5 0%, #feffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#feffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f5f5f5 0%,#feffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f5f5f5 0%,#feffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f5f5f5 0%,#feffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f5f5f5 0%,#feffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#feffff',GradientType=0 ); /* IE6-9 */
}
.cssbg2{background: #fdfdfe; /* Old browsers */
background: -moz-linear-gradient(top,  #fdfdfe -1%, #fdfdfe 0%, #e5e5e5 89%, #e5e5e5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(-1%,#fdfdfe), color-stop(0%,#fdfdfe), color-stop(89%,#e5e5e5), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fdfdfe -1%,#fdfdfe 0%,#e5e5e5 89%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fdfdfe -1%,#fdfdfe 0%,#e5e5e5 89%,#e5e5e5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fdfdfe -1%,#fdfdfe 0%,#e5e5e5 89%,#e5e5e5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fdfdfe -1%,#fdfdfe 0%,#e5e5e5 89%,#e5e5e5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfe', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */


}
.abtn{text-decoration:none;color:black!important;border:1px solid #fcd455;font-weight:bold;font-size:medium!important;line-height:40px;padding-right:5px;padding-left:5px;display:block;font-family:Arial;text-align:center;
      background: #f7f368; /* Old browsers */
background: -moz-linear-gradient(top,  #f7f368 0%, #fcc448 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f368), color-stop(100%,#fcc448)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f7f368 0%,#fcc448 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f7f368 0%,#fcc448 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f7f368 0%,#fcc448 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f7f368 0%,#fcc448 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f368', endColorstr='#fcc448',GradientType=0 ); /* IE6-9 */
}

.ui-filter-inset {
    margin-top: 0;
}
.ui-popup-container, .ui-popup {
    
    width: 100%;
    position: absolute;
    top: 0;
    left:0;
}

.modalWindow{
width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1500;
    background: white;
    top:0px
}

.modalWindow div{
    margin-top:45%;
    font-size:20px
}

.ui-loader{
    z-index: 1501;
}