html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

b, u, i, center,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td,

article, aside, canvas, details, embed,

figure, figcaption, footer, header, hgroup,

menu, nav, output, ruby, section, summary,

time, mark, audio, video {

        margin: 0;

        padding: 0;

        border: 0;

        font-size: 100%;

        font: inherit;

        vertical-align: baseline;

}



.fbutton {

        width:  49%;

        display: inline-block;

        border: none;

        border-radius: 0px;

        padding: 5px 10px;

        margin: 1px;

        text-decoration: none;

        background: #0069ed;

        color: #ffffff;

        font-family: Aradet;

        font-size: 18px;

        cursor: pointer;

        text-align: center;

        xtransition: background 250ms ease-in-out,

                                transform 150ms ease;

        x-webkit-appearance: none;

        x-moz-appearance: none;

}



.fbutton:hover,

.fbutton:focus {

        background: #0053ba;

}



.fbutton:focus {

        outline: 1px solid #fff;

        outline-offset: -4px;

}



.fbutton:active {

        transform: scale(0.99);

}







.Window

{

    margin : 0 auto;

    width : 50%;

    padding : 2px;

    box-shadow: 3px 6px 13px 1px #777;

    xborder : solid 3px #FF6600;

    border-radius: 3px;

    height: auto;

}

.Window-body

{

    padding-top : 15px;

    padding-bottom: 15px;

    padding-right: 15px;

    padding-left: 15px;

}



.Window-title

{

 padding : 5px;

 font-family: aradet;

 font-size: 11pt;

}

.Line

{

    line-height: 5px;

}

.input-title

{

    padding : 5px;

    width: 15%;

    background-color: #FFFFFF ;

    border: solid 0px #FFFFFF;

    font-family: Aradet;

    font-size: 11pt;

}

.input-data

{

    padding : 5px;

    width: 80%;

    background-color: #FFFFFF ;

    border: solid 1px  #AAAAAA;

    border-radius: 0px;

    font-family: Aradet;

    font-size: 11pt;

    text-align: center;

}



/* Table Grid Setting */

.page

{

    margin : 0 Auto;

    padding : 100px;

    width :100%;

}





.table-set

{

  direction: rtl;

  margin-right: auto;

  margin-left: auto;

}

.td-box

{

 text-align: center;

 float: right;

 margin : 1px;



}



.td-box-flat

{

 text-align: center;

 float: right;

 xmargin : 1px;



}



/* Form Setting  */

.Form-Box

{

    margin: 0 auto;

    padding: 2px;

    xbox-shadow: 1px 3px 2px 1px #BDBDBD;

    border-radius: 0px;

    display:  table;

    background-color: #FFFFFF ;







}

.Form_body

{

        padding :10px;

}

.block

{

        margin: 0 auto;

        width : Auto;

        padding: 2px;

        xborder: 4px solid  #FF6600;

        box-shadow: -3px 3px 13px 1px #BDBDBD;

        border-radius: 0px;

        display:  table;



}

.titlebar

{

        padding : 5px 15px 5px 5px;

}

.window_body

{

        padding :10px;

}

.title-item

{

    font-family: Aradet;

    font-size : 11pt;

}



table

{

border-collapse: collapse;

}



td input

{

        text-align: center;

        line-height: 25px;

        xwidth : 330px;

        xmargin: 0px;

        xpadding : 0px;



}



td select, td option

{

   xwidth: 338px;

   line-height: 29px;

   padding : 2px 5px 2px 2px;

   font-family: Aradet;

   font-size : 11pt;

   text-align: center;

   background-color: #FFFFFF ;

   color: #000000 ;

   border : solid 1px  #9E9E9E;

}

td select:hover, td option:hover ,td select:focus

{

    color: #FFFFFF;

}



select

{

  text-align: center;

  text-align-last : center;

}



.clearall

{

	clear: both;

}



td a

{

 text-decoration: none;

}

.glass-bg

{

  background-color: rgba(255,255,255,0.6);

}

.login

{

  display: table;

  width: 450px;

  margin : 100px Auto;

}
