﻿
    body {
        text-align: center;
        width: 100%;
        height: auto;
        min-height: 800px;
        direction: rtl;
        font-family: "Open Sans", sans-serif;
        line-height: 1.7em;
        font-size: 20px;
        margin-bottom:50px;
    }

    
        body h2 {
            margin: auto 0px;
        }

    .mContainer {
        width: 900px;
        height:830PX;
        text-align: right;
        margin: 0px auto;
        padding: 30px;
        /*border: 7px solid #000000;*/
    }

    .mHeader {
        text-align: center;
    }

    @media print {
        .printBtn {
            display: none;
        }

        .PageBreak {
            page-break-after: always;
        }
    }
    .pageRight{

         position:absolute;
          right: 68%;
    }
    .pageCenter{
       margin:0;
       width: 50%;
    }
    .pageLeft{
         position:absolute;
          left: 63%;
    }
    .tableID {
        border: 1px solid black;
         width:80%; 
         margin-left:10%; 
         margin-right:10%;
    }

    .tdID {
        border: 1px solid black;
        
    }

    .th {
        border: 1px solid black;
    }

    .FessOfStudent {
        float: right;
        width: 120%;
        text-align: right;
        font-size: 70px;
        font-size: 22px;
        margin-top: -59px;
    }

    .FessOfStudent2 {
        float: right;
        width: 120%;
        text-align: right;
        font-size: 70px;
        font-size: 22px;
        margin-top: -59px;
    }

    fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}

legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: right !important;

}


  /* DivTable.com */
.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 1px solid #999999;
	display: table-cell;
	padding: 3px 10px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}

