﻿@font-face {
    font-family: 'Yekan';
    src: url('fonts/yekan.eot?#') format(‘eot’), url('fonts/yekan.woff') format('woff'), url(‘fonts/yekan.ttf’) format(‘truetype’);
}

body {
    direction:rtl;
    font-family:Tahoma;
}
.main_div {
    width:1024px;
    margin-left:auto;
    margin-right:auto;
    /*background-color:#cee4f5;*/
}

.top_div {
    border-width:1px;
    border-color:black;
    border-style:solid;
}
.banner {
    /*float:right;*/
    width :904px;
        
}
.arm {
    float:left;
    width:100px;
    height:100px;
    margin-top:5px;
    margin-left:5px;
}


.login_div {
    margin-top: 10px;
    background-color: #CEDEFF;
    border: 1px solid #0033CC;
    width: 200px;
    height: 180px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    text-align: center;
}
.gridview-header
{
    font-family: 'B Zar';
    font-size:18px;
    text-align:center;
    
}

.button_div {
    margin-top: 10px;
    background-color: #CEDEFF;
    border: 1px solid #0033CC;
    width: 100%;
    padding-bottom: 5px;
    text-align: center;
}
.tckt_login {
    flex-align:center;
    flex-item-align:center;
    margin-top: 10px;
    background-color:#fef3db;
    border: 2px solid #b7974d;
    width: 200px;
    height: 180px;
    text-align: center;
    font-size: xx-small;
}
.tckt_div {
     text-align:center;
    width:100px;
    height:35px;
    background-color :#26759e;
    color:#ffd800;
    font-family:'B Homa';
   }
/*._tbl {
    width:1024px;
    height:35px;
    border-style:solid;
    border-color:#0033CC;
    border-width:1px;
    text-align:right;
    background-image:url(D:\programs\WebApplication1\WebApplication1\images\back_ticket.jpg);
}*/

.tick_div {
    border: thin solid #800000;
    background-color: #e5c98a;
    width: 1023px;
    font-family: 'B Homa';
    text-align: center;
    color: #800000;
}
.tick_describe {
    border: thin solid #800000;
    background-color: #e5c98a;
    width: 1023px;
    font-size:14px;
    font-weight:bold;
    font-family: 'B Zar';
    text-align: right;
    color: #000000;
}
.tick_table2 {
    font-weight: bold;
    font-family: tahoma;
    color: #000000;
    font-size: 14px;
    font-weight:bold;
}
.tick_table1 {
    font-weight: bold;
    font-family: tahoma;
    color: #663300;
    text-decoration: underline;
    font-weight:bold;
}
.title_div {
    text-align:center;
    width:1022px;
    height:35px;
    background-color :#d1c7ac;
    font-family:'B Homa';
    
}

.login_div label {
    line-height : 30px;
}

.v_ngo {
    color: red;
    text-align: center;
}
.btn_tick {
    flex-align:center; text-align:center;
 border:2px solid #b7974d; -webkit-border-radius: 2px; -moz-border-radius: 1px; border-radius: 1px; font-size:10px;font-family:Tahoma, helvetica, sans-serif; padding: 5px 5px 5px 5px; text-decoration:none; display:inline-block;font-weight:bold; color: #FFFFFF;
 background-color: #b7974d; background-image: linear-gradient(to bottom, #3093c7, #1c5a85);
    margin-right: 11px;
}

.btn {
    margin-top: 10px;
    border: 1px solid #25729a;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight: bold;
    color: #FFFFFF;
    background-color: #800000;
    background-image: linear-gradient(to bottom, #3093c7, #1c5a85);
    text-align: center;
}

.btn:hover{
 border:1px solid #1c5675;
 background-color: #26759e; background-image: linear-gradient(to bottom, #26759e, #133d5b);
 }
td {
    padding-left:5px;
    padding-right:5px;
    margin-top: 0px;
}
.input_tbl {
    width:100%;
    border-style:solid;
    border-color:#0033CC;
    border-width:1px;
    text-align:right;
    background-color:#FFFFCC;
}


.input_tbl_header {
    text-align:center;
    background-color:#CEDEFF;
}

/*.input_tbl input {
    width:50px
}*/

.txt10 {
    color : red;
}
.txt100 {
    background-image: url('../images/form_bg.jpg');
    background-repeat: repeat-x;
    border: 1px solid #d1c7ac;
    color: #333333;
    padding: 3px;
    margin-right: 4px;
    margin-bottom: 8px;
    font-family: 'B Lotus';
    text-align: right;
}
.txt50 {
    background-image: url('../images/form_bg.jpg');
    background-repeat: repeat-x;
    border: 1px solid #d1c7ac;
    width: 50px;
    color: #333333;
    padding: 3px;
    margin-right: 4px;
    margin-bottom: 8px;
    font-family: 'B Lotus';
}


.popup {
    border: 1px solid #000066;
    background-color: #FFFFFF;
    border-radius:5px 5px;
    /*width: 200px;
    height: 100px;*/
}
.popup_back {
     background-color: #666699;
     filter: alpha(opacity=50);
     opacity: 0.7;

}
    .popup .title {
        padding-top:5px;
        padding-left:5px;
        padding-right:5px;
    color: white;
    background-color: #000066;
    height: 30px;
}
    .popup .title .btn_close {
        float : left;
    }
    .popup .body {
        text-align:center;
        padding-top:10px;
        padding-bottom :10px;
    }

select {
    font-family:Tahoma;
}

.paging
	        {
    font-family:Tahoma;
	        }
	         
	        .paging a {
    background-color: #CC9900;
    padding: 5px 7px;
    text-decoration: none;
    border: 1px solid #663300;
}
	         
	        .paging a:hover {
    background-color: #FFFFCC;
    color: #663300;
    border: 1px solid #663300;
}
	         
	        .paging span
	        {
	            background-color: #FFFFCC;
	            padding: 5px 7px;
	            color: #663300;
	            border: 1px solid #663300;
}
	        
	         
	        tr.paging
	        {
	            background: none !important;
	        }
	         
	        tr.paging tr
	        {
	            background: none !important;
	        }
	        tr.paging td
	        {
	            border: none;
         }

.td_text {
    width:10%;
    height:30px;
    text-align:right;
}
.td_edit {
    width:40%;
    text-align:right;
}
.left_align{
    text-align:left;
    direction:rtl;
}
