/* 
    Document   : base
    Created on : 20.04.2012, 15:32:06
    Author     : darius.daniali
    Description:
        Purpose of the stylesheet follows.
*/


.hidden {
    overflow: hidden;
}

.button {
    color: #fff;
    position: absolute;
    text-decoration: none;
}
.button:hover {
    color: #fff;
    text-decoration: none;
}
.icon {
    display: block;
    text-indent: -9000px;
}
.buttonTop {
    /*background: #3d3d3e;
    background: -moz-linear-gradient(top, rgb(89,89,88) 0%, rgb(39,40,40) 100%); /* FF3.6+ */
   /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(89,89,88)), color-stop(100%,rgb(39,40,40))); /* Chrome,Safari4+ */
   /* background: -webkit-linear-gradient(top, rgb(89,89,88) 0%,rgb(39,40,40) 100%); /* Chrome10+,Safari5.1+ */
   /* background: -o-linear-gradient(top, rgb(89,89,88) 0%,rgb(39,40,40) 100%); /* Opera 11.10+ */
   /* background: -ms-linear-gradient(top, rgb(89,89,88) 0%,rgb(39,40,40) 100%); /* IE10+ */
  /*  background: linear-gradient(top, rgb(89,89,88) 0%,rgb(39,40,40) 100%); /* W3C */
  /*  -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px; */
    border-radius: 0 0 5px 5px;
    display: block;
    top: 0;
    z-index: 400;
}

.langeng, 
.langtr  {
    display: none;
}
p.langeng,
ul.langeng li,
#PermitOverviewText1 .langeng,
#PermitOverviewText2 .langeng {
    text-align: left;
    direction: rtl;
}

body.showArab .langeng,
body.showEngl .langtr {
    display: block;
}




#ButtonHome {
    height: 48px;
    left: 30px;
    width: 200px;
	z-index:666
}
#ButtonHome > .icon {
    background: url('../img/btn_home.png') center center no-repeat;
    height: 33px;
    margin: 6px 7px 0;
    width: 43px;
}

#ButtonTurk {
   /* font: 12px/32px Verdana, Verdana, Geneva, sans-serif;
    height: 32px;
    text-align: center;
    right: 300px;
    width: 60px;
	z-index:666 */}

#ButtonEngl {
  /*  font: 12px/32px Arial, Helvetica, sans-serif;
    height: 32px;
    text-align: center;
    text-transform: uppercase;
    right: 300px;
    width: 60px;z-index:666 */
}

#ButtonClose {
    display: none;
    height: 48px;
    right: 50px;
    width: 56px;
}
#ButtonClose > .icon {
    background: url('../img/btn_close.png') center center no-repeat;
    height: 33px;
    margin: 30px 30px 0;
    width: 43px;
}



/* Basic Layout */

html {
    height: 100%;
}
body {
    background: #000;
    font-family: Arial, Helvetica, sans-serif;
    height: 100%;
    min-width: 980px;
    max-width: 1920px;
    margin: 0 auto;    
}
#ContentWrapperOuter {
    display: table;
    height: 100%;
    width: 100%;
}
#ContentWrapperInner {
    display: table-cell;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
#ContentBox {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 100%;
	height:97% !important
}

