﻿  body
  {
	  font-family: Calibri;
  }
  .container
  {
      min-width:1035px;
  }
  #faturaAlanlari {
    float: left;
    width: 200px;
    padding: 0px 20px;
}
  #faturaAlanlari h3 {
      padding:0px;
      margin:0px;
}
#sablonBolumleri {
    float: left;
}
#sablonBolumleri .sablonCerceve {
    background-position: 25px 39px;
    background-repeat: no-repeat;
    position: relative;
    width: 210mm;
    min-height: 20mm;
    /*padding-top: 39px;
    padding-left: 25px;*/
}
#sablonBolumleri .sablonCerceve2 {
    background-position: 25px 39px;
    background-repeat: no-repeat;
    position: relative;
    width: 210mm;
    height: 40mm;
    /*padding-top: 39px;
    padding-left: 25px;*/
}
#sablonBolumleri .faturaAlan {	
    position: absolute;
    cursor: move;
    min-width: 53px;
    min-height: 15px;
    width: auto;
    background: #fcfcfc;
    font-size: 13px;
    font-family: calibri;
    line-height: 20px;
    text-align: center;
    overflow: hidden;
    border: 1px solid #444444;
    padding-right:15px;
}
#sablonBolumleri .faturaAlan textarea
{
	font-family: calibri;
	padding: 0px 0px 0px 10px,
}
#sablonBolumleri .faturaAlan .tasi
{
	position: absolute;
	top: -9px;
    left: -8px;
    /*background: #A9A9A9;
    padding: 4px 4px 4px 4px;
    font-size: 13px;
    color: #FFF;
    font-family: calibri;*/
}
#sablonBolumleri .faturaAlan .tasi img 
{
    margin: 2px 0px 0px 0px;
}
#sablonBolumleri .faturaAlan .sil
{
	    position: absolute;
    top: 0px;
    right: 0px;
    background: #ff0000;
    border-radius: 2px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    width: 14px;
    height: 14px;
    font-size: 12px;
    font-family: calibri;
    line-height: 14px;
}

.clear
{
    clear               : both;
}
.container .kaydet{
    margin:10px 0px 10px 10px;
    float:right;
    background:rgb(0, 195, 23) none repeat scroll 0% 0%;
    width: 125px;
    text-align: center;
    padding: 10px 0px;
    border-radius: 10px;
    color: rgb(255, 255, 255);
    cursor:pointer;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.container .kaydet:hover{
    background: rgb(71, 71, 71) none repeat scroll 0% 0%;
}
.container .iptal{
    margin:10px 0px 10px 10px;
    float:right;
    background: rgb(168, 6, 6) none repeat scroll 0% 0%;
    width: 125px;
    text-align: center;
    padding: 10px 0px;
    border-radius: 10px;
    color: rgb(255, 255, 255);
    cursor:pointer;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
..container iptal:hover{
    background: rgb(71, 71, 71) none repeat scroll 0% 0%;
}

#Menu_UstPnl {
    min-width:782px;
    width:100%;
    height:35px;
    float:left;
    background:gray;
    position:relative;
    }

#Menu_UstPnl a{
    text-decoration:none;
    width:auto;
    height:35px;
    float:left;
    font-size:12px;
    color:white;
    padding-left:18px;
    padding-right:18px;
    border-right:solid 1px white;
    line-height:35px;
    }
    
#Menu_UstPnl a:hover{
    background:url(img/cizgi.png) right no-repeat #f57e20;
    }



#Menu_UstPnl  li{
    width:auto;
    height:46px;
    float:left;
    position:relative;
    }

#Menu_UstPnl  ul li ul{
    width:180px;
    height:auto;
    float:left;
    position:absolute;
    background:#6c6b6b;
    top:35px;
    left:1px;
    z-index:1;
    display:none;
    }

#Menu_UstPnl  ul li ul a{
    width:163px;
    height:30px;
    line-height:30px;
    float:left;
    padding:0 0 0 17px;
    border-top: dashed 1px gray;
    background:none;
    }

#Menu_UstPnl  ul li ul li {
    height:30px;
    line-height:30px;
    }



#Menu_UstPnl  li:hover >  ul{
    display: block;
    }



#Menu_UstPnl  ul li ul li ul{
    width:180px;
    height:auto;
    float:left;
    position:absolute;
    background:#6c6b6b;
    top:0px;
    left:180px;
    z-index:1;
    display:none;
    }

    #tdBaslik 
        {
            padding:10px; 
            background-color:#eeb420;
            background: -webkit-linear-gradient(#fef8e4, #eeb420); /* For Safari 5.1 to 6.0 */
            background: -o-linear-gradient(#fef8e4, #eeb420); /* For Opera 11.1 to 12.0 */
            background: -moz-linear-gradient(#fef8e4, #eeb420); /* For Firefox 3.6 to 15 */
            background: linear-gradient(#fef8e4, #eeb420); /* Standard syntax (must be last)*/
        }
    .fieldset
    {
    border: 1px solid green;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 10px;

    }
    .fieldset legend
    {
        font-weight:bold;
        padding:0px 5px;
    }

#hata {
    display:none;
}