﻿body
{
    direction: ltr;

}

table
{
    border-collapse: collapse;
}

th
{
    border: 1px solid #c6c7cc;
    padding: 10px 15px;
    background-color: ActiveCaption;
    font-weight: bold;
}

td
{
    border: 1px solid #c6c7cc;
    padding: 10px 15px;
}

caption
{
    font-weight: bolder;
    color: #010110;
}

#menubar
{
    border: 1px solid #c6c7cc;
    padding: 10px 15px;
    background: #1e5799; /* Old browsers */
    background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* IE10+ */
    background: linear-gradient(to bottom, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}

.export2excel:hover
{
    background: #ced8e5;
    /*border: solid 1px #87a0bd;*/
    text-decoration: none;
}

.export2excel
{
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    text-decoration: none;
}

#resultcontent
{
    top: 100px;
    position: absolute;
}
@font-face {
	font-family: droidnaskhregular;
	src: url('../../font/droidnaskh-regular.eot'), url('../../font/droidnaskh-regular.ttf') format('truetype'), url('../../font/droidnaskh-regular.woff');
    font-weight: bold;
    font-style: normal;
}