﻿
body {
  font-family: Arial, Helvetica, sans-serif;
}

a { text-decoration:none;}
.hide{ display:none;}
.hide1{ text-align:right;}
._disable{ color:Gray;}
.bttnNew2 {
	background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(255,255,255,1)),to(rgba(185,185,185,1)));
            background:-moz-linear-gradient(top,rgba(255,255,255,1),rgba(185,185,185,1));10%)
            color: #FFFFFF;
	}
.bttnNew1 {
        color: #FFFFFF;    
        background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(54,175,226,1)),to(rgba(0,101,205,1)));
                background:-moz-linear-gradient(top,rgba(54,175,226,1),rgba(0,101,205,1));10%)
	    }
}
.bttnNew 
{
    color: #FFFFFF;
    background: url("img/bck.jpg") repeat-x scroll 0 0 transparent;
    /*background: linear-gradient(to bottom, #36AFE2, #0065CD) repeat scroll 0 0 #0065CD;
    border-color: #0059B8 #0059B8 #00346C;
    text-shadow: 0 -1px 0 #404040;*/
}
#wrap {
    background: none repeat scroll 0 0 #FFFFFF;
    /*margin: 7px;*/
    overflow: hidden;
    padding: 10px;
    
}
#index {
    background: url("../img/blackbar.gif") repeat-x scroll 0 0 transparent;
    height: 34px;
    margin-bottom: 1px;
    overflow: hidden;
}
#footer {
    background: none repeat scroll 0 0 #D9D5C8;
    /*background: url("../img/footer.gif") repeat-x scroll center top #D9D5C8;*/
    height: 174px;
    margin-top: 15px;
    border-top:1px solid #999999;
}
.watermark
{
	font-weight:lighter;
	color:#666666;
}
.cellSpace {
    margin-bottom: 10px;
}
.img {
    background: none repeat scroll 0 0 #EDECE4;
    border: 1px solid #BEBB9E;
    float: left;
    margin-right: 14px;
    padding: 5px;
}
.buton
{
    cursor:pointer;
    background: url("../images/buttons/normal/bg.png") repeat scroll 0 0 padding-box transparent;
    border: 1px solid #C7C7C7;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 1px 0 rgba(18, 16, 11, 0.1) !important;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    width: auto;
}

.buton:hover
{
    cursor:pointer;
    background: url("../images/buttons/hover/bg.png") repeat scroll 0 0 padding-box transparent;
    border: 1px solid #C7C7C7;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 1px 0 rgba(18, 16, 11, 0.1) !important;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    width: auto;
}

.bttn
{
    color:White;
    background-color:#0055FF;
    border:1px solid darkblue;
	font-size:20px;
	cursor:pointer;
}
@media screen and (max-width: 1400px) 
{
	.bttn
	{
		font-size:16px;
	}
}

.fiyat
{
	font-size:20px;
	font-weight:bold;
}
.bttnMenu
{
    font-family: Georgia,"Times New Roman",Times,serif;
	background-color:#006CE4;
    /*border:1px solid #DD0;*/
    color:white;
    width:147px;
    padding:2px;
}
.bttnMenu0
{
    font-size:18px;
    background-color:White;
    font-weight:bold;
    border:solid 1px black;
    color:Black;
    width:146px;
    padding:2px;
}
.bttnMenu1
{
    font-size:14px;
    background-color:White;
    font-weight:normal;
    border:0;
    color:Black;
    width:146px;
    padding:2px;
}
.bttnAra
{
	font-family: Georgia,"Times New Roman",Times,serif;
	background-color:#006CE4;
    /*border:1px solid #DD0;*/
    color:white;
    width:180px;
    padding:2px;
}

.ust_menu_cursor
{
    color:White;
}
.chkBoxList td
{
   width:25%; /* or percent value: 25% */
}
.err
{
	font-family: Tahoma;
	font-size:14px;
	font-weight:bold;
	color:Red;
}
.msg
{
	font-family: Tahoma;
	font-size:14px;
	font-weight:bold;
	color:Blue;
}


#menu {width:100%;overflow:auto;height:37px;}
#menu td a 
{
	text-decoration:none;
	font-size:16px;
	color: #FFFFFF;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 13px;
    font-weight: bold;
	line-height:37px;
    margin-right: 10px;
    padding-right: 10px;
    text-decoration: none;
}
#menu td span 
{
	display:block;
    cursor:pointer;

	text-decoration:none;
	font-size:16px;
	color: #FFFFFF;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 13px;
    font-weight: bold;
	line-height:37px;
    margin-right: 10px;
    padding-right: 10px;
    text-decoration: none;
}
#menu td a:hover, #menu td a.selected {
    /*background: url("../img/menur.gif") no-repeat scroll right top transparent;*/
    text-decoration:underline;
}
.nav1 { position:relative; text-align:center;}
.nav1sub { display:none;position: absolute;padding-bottom:10px;padding-right:10px;
           padding-left:20px;padding-right:50px;z-index:1000;background-color:Blue;}




.transparent 
{
        /* Required for IE 5, 6, 7 */
        /* ...or something to trigger hasLayout, like zoom: 1; */
    width: 100%; 
    background-color:Black; 
    color:White;
    position:absolute;
    left:0;
    padding:5px;
    text-align:center;
        /* Theoretically for IE 8 & 9 (more valid) */
        /* ...but not required as filter works too */
        /* should come BEFORE filter */
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";

        /* This works in IE 8 & 9 too */
        /* ... but also 5, 6, 7 */
        filter: alpha(opacity=65);

        /* Older than Firefox 0.9 */
        -moz-opacity:0.65;

        /* Safari 1.x (pre WebKit!) */
        -khtml-opacity: 0.65;

        /* Modern!
        /* Firefox 0.9+, Safari 2?, Chrome any?
        /* Opera 9+, IE 9+ */
        opacity: 0.65;
}
.transparentV 
{
        /* Required for IE 5, 6, 7 */
        /* ...or something to trigger hasLayout, like zoom: 1; */
    width: 780px; 
    background-color:Black; 
    color:White;
    position:absolute;
    left:200;
    bottom:0;
    padding:5px;
    text-align:center;
        /* Theoretically for IE 8 & 9 (more valid) */
        /* ...but not required as filter works too */
        /* should come BEFORE filter */
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";

        /* This works in IE 8 & 9 too */
        /* ... but also 5, 6, 7 */
        filter: alpha(opacity=65);

        /* Older than Firefox 0.9 */
        -moz-opacity:0.65;

        /* Safari 1.x (pre WebKit!) */
        -khtml-opacity: 0.65;

        /* Modern!
        /* Firefox 0.9+, Safari 2?, Chrome any?
        /* Opera 9+, IE 9+ */
        opacity: 0.65;
}
.transparent0 
{
        /* Required for IE 5, 6, 7 */
        /* ...or something to trigger hasLayout, like zoom: 1; */
        width: 100%; 
    display:none;
    background-color:gray; 
    /* background:url('/img/bg-body.jpg') repeat scroll 0 0 transparent; */
    position:absolute;
    left:0;
    top:0;
    z-index:1000;
    
    /*background : radial-gradient(circle farthest-corner at center center , 
    rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15) 35%, rgba(0, 0, 0, 0.6)) repeat scroll 0 0 transparent;*/

        /* Theoretically for IE 8 & 9 (more valid) */
        /* ...but not required as filter works too */
        /* should come BEFORE filter */
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";

        /* This works in IE 8 & 9 too */
        /* ... but also 5, 6, 7 */
        filter: alpha(opacity=85);

        /* Older than Firefox 0.9 */
        -moz-opacity:0.85;

        /* Safari 1.x (pre WebKit!) */
        -khtml-opacity: 0.85;

        /* Modern!
        /* Firefox 0.9+, Safari 2?, Chrome any?
        /* Opera 9+, IE 9+ */
        opacity: 0.85;
}
.transparent1 
{
        /* Required for IE 5, 6, 7 */
        /* ...or something to trigger hasLayout, like zoom: 1; */
        width: 100%; 
    background-color:gray; 
    /* background:url('/img/bg-body.jpg') repeat scroll 0 0 transparent; */
    position:absolute;
    left:0;
    top:0;
    z-index:1000;
    
    /*background : radial-gradient(circle farthest-corner at center center , 
    rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15) 35%, rgba(0, 0, 0, 0.6)) repeat scroll 0 0 transparent;*/

        /* Theoretically for IE 8 & 9 (more valid) */
        /* ...but not required as filter works too */
        /* should come BEFORE filter */
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";

        /* This works in IE 8 & 9 too */
        /* ... but also 5, 6, 7 */
        filter: alpha(opacity=85);

        /* Older than Firefox 0.9 */
        -moz-opacity:0.85;

        /* Safari 1.x (pre WebKit!) */
        -khtml-opacity: 0.85;

        /* Modern!
        /* Firefox 0.9+, Safari 2?, Chrome any?
        /* Opera 9+, IE 9+ */
        opacity: 0.85;
}

.tbl
{
    position:absolute;
    top:50px;
    left:0px;
    /*left:500px;*/
    padding:10px;
    padding-bottom:30px;
    z-index:10000;
}
.prev
{
    display:none;
    left:10px;
}
.next
{
    display:none;
    right:10px;
}







