/* EN */
@font-face {
    font-family: 'PTSans';
    src: url('fonts/PTSans/PTSans-Regular.ttf');
    font-weight: normal;
}

@font-face {
    font-family: 'PTSans';
    src: url('fonts/PTSans/PTSans-Bold.ttf');
    font-weight: 700;
}

/* AR */
@font-face {
    font-family: 'Sakkal';
    src: url('fonts/Sakkal/Sakkal Majalla Regular.ttf');
    font-weight: normal;
}

@font-face {
    font-family: 'Sakkal';
    src: url('fonts/Sakkal/Sakkal Majalla Bold.ttf');
    font-weight: 700;
}

body {
	font-family: 'PTSans', Arial, sans-serif;
    font-size: 16px;
    color: #000000;
    margin: 0px;
}

body.ar-AE {
    font-family: 'Sakkal', sans-serif;
}

.ar-AE div#Main{
    direction: rtl;
    text-align: right;
	font-family: 'Sakkal', sans-serif;
}

tr.HeadingRow th {
    font-weight: bold;
    height: 23px;
    white-space: nowrap;
    text-align: left;
    vertical-align: middle;
    background: none repeat scroll 0 0 #9271DB;
    color: #FFFFFF;
    text-transform: capitalize;
    border-right: 0;
    border-bottom: 0;
    border-top: none;
    width: 33.33%;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    padding-left: 0.6em;
    padding-right: 0.6em;
}
.ar-AE tr.HeadingRow th {
    text-align: right;
	font-family: 'Sakkal', sans-serif;
} 
.ar-AE tr.DataRow td {
    text-align: right;
	font-family: 'Sakkal', sans-serif;
}

tr.DataRow td {
  
    vertical-align: top;
    padding: 0.6em;
    text-align:left;
    vertical-align: top;
    background-color: #E9E3F8;
}
table#data,
table#data2 {
    border-collapse: collapse;
	width: 100%;
}
div#Main {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}
.togglediv, td.Name a {
	color: #000000 !important;
    text-decoration: underline;
}
.togglediv:hover, td.Name a:hover {
	color: #000000 !important;
    text-decoration: none;
}
.togglediv {
    position: relative;
    top: 0;
    left: 0;
}
.Toggle {
    display: none;
	background: #fff;
    box-shadow: none;
    padding: 10px;
    border: 0px solid #ccc;
	position:absolute;
	white-space:nowrap;
    line-height: 26px;
    left: -4em;
    top: 1em;
    z-index: 1;
}
.Toggle a:link,
.Toggle a:visited,
.Toggle a:hover,
.Toggle a:active {
    color: #000000;
}


button {
/*
    Removes the default webkit design stuff from the design
*/
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border:0px;
  font-size: 16px;
    color: #000000;
	text-decoration:underline;
	background:none;
}
div#SuppliedBy {
    text-align: right;
    padding-top: 10px;
}
#SuppliedBy a:link {
    color: #000000;
    text-decoration: none;
}
#SuppliedBy a:visited {
    color: #000000;
    text-decoration: none;
}
#SuppliedBy a:hover {
    color: #000000;
    text-decoration: none;
}
.ar-AE .togglediv a {
    direction: ltr;
    unicode-bidi: bidi-override;	
}

.ar-AE a {   
	font-family: 'Sakkal', sans-serif;
}

td.Name.even {
    background: #E9E3F8;
}

td.Data.even {
    background: #E9E3F8;
}

td.Data.even:nth-child(1) {
    border-bottom: 0px solid #ccc;
}

td.Data.even {
    border-bottom: 0;
}

td.Data:nth-child(1) {
    border-bottom: 0px solid #ccc!important;
}

td.Data {
    border-bottom: 0px solid #ccc!important;
}

tr.DataRow {
    border-bottom: 0px solid #ccc;
}

td.Data.dt {
    border-bottom: 0!important;
}

tr.DataRow.dt {
    border-bottom: 0;
}

td.Data.td {
    border-bottom: 0;
}


div#SuppliedBy {
    font-size: 14px;
    padding-top: 30px;
}
.ar-AE div#SuppliedBy{
	font-family: 'Sakkal', sans-serif;
    text-align: left;
}
.removeTop {
    padding-top: 0!important;
}

.Right {
    text-align: right!important;
  
}

.textalignright {
    text-align: right!important;
}
.textalignleft {
    text-align: left!important;
}