﻿body
{
}
.onAir
{
    position: absolute;
}

.divScroll
{
    overflow:auto;
}
.posLeft
{
    text-align: left;
}
.height50{height: 50px;}
.height100{height: 100px;}
.height150{height: 150px;}
.height200{height: 200px;}
.height250{height: 250px;}
.height300{height: 300px;}
.height400{height: 400px;}
.height500{height: 500px;}
.height600{height: 600px;}
.height700{height: 700px;}
.height800{height: 800px;}

.width50{width: 50px;}
.width100{width: 100px;}
.width150{width: 150px;}
.width160{width: 160px;}
.width170{width: 170px;}
.width180{width: 180px;}
.width190{width: 190px;}
.width200{width: 200px;}
.width250{width: 250px;}
.width300{width: 300px;}
.width400{width: 400px;}
.width500{width: 500px;}
.width600{width: 600px;}
.width700{width: 700px;}
.width800{width: 800px;}
.width900{width: 900px;}
.width1000{width: 1000px;}
.width10P{width: 10%;}
.width20P{width: 20%;}
.width30P{width: 30%;}
.width40P{width: 40%;}
.width50P{width: 50%;}
.width60P{width: 60%;}
.width70P{width: 70%;}
.width80P{width: 80%;}
.width90P{width: 90%;}
.width100P{width: 100%;}

.left20{left: 20px;}
.left30{left: 30px;}
.left50{left: 50px;}
.left100{left: 100px;}
.left150{left: 150px;}
.left200{left: 200px;}
.left250{left: 250px;}
.left300{left: 300px;}
.left350{left: 350px;}
.left400{left: 400px;}
.left450{left: 450px;}
.left500{left: 500px;}
.left550{left: 550px;}
.left600{left: 600px;}
.left650{left: 650px;}
.left700{left: 700px;}
.left750{left: 750px;}
.left800{left: 800px;}
.left850{left: 850px;}
.left900{left: 900px;}

.top20{top: 20px;}
.top30{top: 30px;}
.top40{top: 40px;}
.top50{top: 50px;}
.top60{top: 60px;}
.top70{top: 70px;}
.top80{top: 80px;}
.top90{top: 90px;}
.top100{top: 100px;}
.top150{top: 150px;}
.top200{top: 200px;}
.top250{top: 250px;}
.top300{top: 300px;}
.top350{top: 350px;}
.top400{top: 400px;}
.top450{top: 450px;}
.top500{top: 500px;}
.top550{top: 550px;}
.top600{top: 600px;}
.top650{top: 650px;}
.top700{top: 700px;}
.top750{top: 750px;}
.top800{top: 800px;}
.alignCenter
{
    text-align: center;
    text-align: -moz-center;
}
.fontSize8{font-size: 8pt;}
.fontSize9{font-size: 9pt;}
.fontSize10{font-size: 10pt;}
.fontSize11{font-size: 11pt;}
.fontSize12{font-size: 12pt;}
.fontSize14{font-size: 14pt;}
.fontSize16{font-size: 16pt;}
.fontSize18{font-size: 18pt;}
.fontSize20{font-size: 20pt;}
.fontSize22{font-size: 22pt;}
.fontSize24{font-size: 24pt;}
.fontSize26{font-size: 26pt;}
.fontSize30{font-size: 30pt;}
.fontSize36{font-size: 36pt;}
.fontSize50{font-size: 50pt;}

.fontColorLacivert{color: #000066;}
.fontColorMaroon
{
    color: #800000;
}
.fontColorKoyuYesil
{
    color: #003300;
}
.fontColorSiyah
{
    color: #000000;
}
.fontTypeTahoma
{
    font-family: Tahoma;
    text-decoration: none;
}
.fontTypeCourier
{
    font-family: 'Courier New';
    text-decoration: none;
}
.fontTypeVerdana
{
    font-family: Verdana;
    text-decoration: none;
}
.fontTypeComic
{
    font-family: 'Comic Sans MS';
    text-decoration: none;
}

.linkIslem A:link {text-decoration : none}
.linkIslem A:visited {text-decoration : none}
.linkIslem A:active {text-decoration : none}
.linkIslem A:hover
{
    text-decoration: none;
    font-weight: bold;
}

.cursorHand
{
}

.cursorHand:hover
{
    cursor: pointer;
}


.alignCenter
{
    text-align: center;
    text-align: -moz-center;
}

.overlay
{
    position : fixed ;
    z-index :99;
    top : 0px;
    left :0px;
    background-color : #ffffff;
    width : 100%;
    height : 100%;
    filter : Alpha(Opacity=70);
    opacity:0.70;
    -moz-opacity:0.70  ;
}
*html.overlay
{
    position :absolute ;
    height : expression(document.body.scrollHeight > 
    document.body.offsetHeight ? document.body.scrollHeight : 
    document.body.offsetHeight + 'px');
    width : expression(document.body.scrollWidth > 
    document.body.offsetWidth ? document.body.scrollWidth : 
    document.body.offsetWidth + 'px');
    
}

.loader
{
    z-index :100;
    position : fixed ;
    width : 120px;
    margin-left : -60px;
    top : 50%;
    left: 50%;
}
*html.loader
{
    position : absolute ;
    margin-top : expression((document.body.scrollHeight /4 ) + 
        (0- parseInt(this.offsetParent.clientHeight/2) + 
        (document.documentElement && document.documentElementScrollTop ||
        document.body.scrollTop)) + 'px');
}

.padding5
{
    padding: 15px;
}