﻿@font-face
{
font-family: myFont;
src: url('/fonts/ae_Sharjah.ttf') format('truetype'), 
     url('/fonts/ae_Sharjah.eot') format('eot'),
     url('/fonts/ae_Sharjah.woff') format('woff')
}

.banner { z-index:0;padding:0;margin:0px; }
.banner li { list-style: none;padding:0;margin:0; }
.banner ul { list-style: none;padding:0;margin:0;z-index:0 }
.banner ul li { float: left;padding:0;margin:0; }
		
body
{
    direction:rtl;
	padding:0px !important;
	margin:0px !important;
	margin-top:5px !important;
	color:#470C94 !important;

	font-family:Times New Roman, Tahoma, Geneva, sans-serif !important;
	font-size:16px !important;
	
	background: url(/images/texture.png) #444444;
}
a
{
    text-decoration:none;
}
a,a:visited{
    color:#470C94;
}
a:hover
{
    text-decoration:underline;
}


#main
{
	width:1000px;
	overflow:hidden;
	background-color:#dde7fb;
	margin:auto;
	min-height:700px;
	height:auto;
}
#header
{
	width:1000px;
	height:200px;
	position:absolute;
	right: 50%;
    margin-right:-500px;
	top:0px;
}
#top
{
	z-index:9999;
	position:fixed;
	top:0px;
	width:1000px;
	height:60px;
	background-color:rgba(150,150,150,0.8);
}
#top_right
{
	width:525px;
	height:100%;
	float:right;
	
	font-size:20px;
	color:#FFF;
	font-family:myFont;
	text-align:center;
}
#logo
{
	z-index:-10;
	position:absolute;
	width:100px;
	height:60px;
}
#logo img
{
    width:60px;
    height:60px;
}
#top_left
{
	width:470px;
	height:100%;
	border-right:1px #fff solid;
	float:left;
}
#search_container
{
	margin-right:5px;

	padding:3px;

	float:right;
	width:200px;
	height:20px;

	border-radius:3px;
	background-color:rgba(0,0,0,0);
	font-family:myFont;
    color:#ffffff;
}
#search_container input[type="text"]
{
    padding-right:7px;
    padding-left:7px;
	width:156px;
	height:18px;
	
	border:0px;
	color:#FFF;
	font-family:myFont;
	
	background-color:rgba(0,0,0,0.27);
}
#search
{
	width:100%;
	height:28px;
	border-bottom:1px #FFF solid;
	padding-top:2px;
}
#nav
{
	width:100%;
	height:30px;
}
#mainMenu{width:100%}
#nav ul
{
	list-style-type:none;
	padding:0px;
	margin:0px;
	height:100%;
	width:100% !important;
}
#nav ul li
{
	font-size:16px;
	font-family:myFont;
	width:90px;
	border-left:1px #FFF solid;
	height:24px;
	padding-top:5px;
	margin:0px;

	display:inline-block;
	text-align:center;	
	color:#FFF;
}
#nav ul li:last-child {
    border-left: none;
}
#nav ul li:hover
{
    opacity:0.9;
}
#nav ul li a
{
	color:#FFF;
	text-decoration:none;
	color:#470C94;
	display:block;
	padding-right:2px;
}
#nav ul li a:hover
{
	color:#FFF;
	text-decoration:none;
	background-color:rgba(100,100,100,1);
}
#nav li > ul
{
    margin-top:0px;
	border-right:0px;
	visibility:hidden;
	/*width:94px;*/
	position: relative;
	background-color:rgba(250,250,250,1);
	height:auto;
	float:right;
}
#nav li > ul > li
{
    font-size:14px;
    border:0px;
    border-bottom:1px solid #cccccc;
    height:auto;
    line-height:150%;
    margin-top:2px;    
    padding-left:1px;
    padding-right:1px;
    padding-bottom:1px;
}

#nav li:hover > ul{ visibility:visible; }

#small_icons
{
    /*width:80px;*/
    height:20px;
    float:left;
    margin:5px;
}
#small_icons a,#small_icons input
{
    display:block;
    float:left;
    margin-left:8px;
}
#small_icons img
{
    border:none
}

#news_bar
{
	margin-top:255px;
	width:100%;
	height:25px;
	padding-top:5px;
	color:#ffffff;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	background-color:#077307;
	box-shadow:0px 3px 3px #666666;
	float:left;
	padding-left:5px;
	padding-right:5px;
}
#news_bar marquee
{
    float:left;
    padding-right: 10px;
}
#marquee
{
-webkit-marquee: auto medium infinite scroll normal;   
overflow-x: -webkit-marquee;  
}
#news_bar marquee a
{
	display:inline-block;
	color:#ffffff;
	text-decoration:none;
	color:Yellow;
	font-weight:bold;
}
#news_bar marquee img
{
    margin-left:30px;
	margin-right:30px;
    width:25px;
    height:15px;
}
#news_bar marquee a:hover
{
	text-decoration:underline;
}

@keyframes marquee {
    0%   { text-indent: 400px }
    100% { text-indent: -485px }
}

@-webkit-keyframes marquee {
    0%   { text-indent: 400px }
    100% { text-indent: -485px }
}

.marquee {
    overflow: hidden;
    white-space: nowrap;
    animation: marquee 16s linear infinite;
    -webkit-animation: marquee 16s linear infinite;
}
.marquee  a
{text-decoration:none;}

.marquee:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}


#content
{
	min-height:500px;
	height:auto;
	width:1000px;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
	float:right;
}
#content_right
{
	width:220px;
	background-color:#d0d9ec;
	float:right;
	min-height:500px;
	height:auto;
}
#content_center
{
	width:520px;	

	margin-right:10px;
	margin-left:10px;

	padding:10px;
	float:right;
	min-height:340px;
	height:auto;
	background-color:#d0d9ec;
    color:#470C94;
}
.content_center_box
{
    width:520px;	
	margin-right:10px;
	margin-left:10px;
	float:right;		
	background-color:#d0d9ec;
    color:#470C94;	
	height:auto;
	min-height:200px;
	margin-bottom:20px;
}
.home_news_box
{
	width:485px;
	height:80px;
	overflow:hidden;
	font-size:12px;
	text-indent:0px;
}
.home_news_box_image
{
	width:68px;
	height:68px;
	float:right;
	border: 1px solid #470C94;
	padding:1px;
	background-color:#ffffff;
	margin-left:3px;
}
.home_news_box_title
{
	width:408px;
	border-bottom:1px solid #470C94;
	height:16px;
	padding-top:2px;
	padding-right:2px;
	font-size:12px;
	font-weight:bold;
	text-indent:0px;
	margin:0px;
	
	text-align:right;
	line-height:10px;
	float:left;
}
.home_news_box_title a
{
	text-decoration:none;
color:rgb(71, 12, 148);
}
.home_news_box_date
{
	float:left;	
	font-weight:normal;
}
.home_news_box_image img
{
	width:68px;
	height:68px;
}
#content_center_big
{
	width:740px;
	margin-right:10px;
	margin-left:10px;
	float:right;
	min-height:500px;
	height:auto;
	background-color:#d0d9ec;
}
.content_center_title_big
{
	width:705px;
	margin:auto;
	margin-top:5px;
	border-bottom: 1px dotted #470C94;
	font-size:24px;
	padding-right:5px;
	font-family:myFont;
color:#470C94;
}
.content_center_title_big a
{
color:#470C94;
text-decoration:none;
}
.content_center_text_big
{
	width:705px;
	margin:auto;
	margin-top:10px;
	color:#de8109;
	font-size:14px;
	text-align:justify;
	line-height:25px;
    color:#470C94;

	
}

.content_center_title {
    /*width:485px;*/
    margin: auto;
    margin-top: 5px;
    border-bottom: 1px dotted #470C94;
    font-size: 24px;
    padding-right: 5px;
    font-family: myFont;
    color: #470C94;
    text-align: justify;
}

    .content_center_title h1 {
        margin: 0;
        font-size: 24px;
        font-weight: normal;
    }

    .content_center_title_small {
        width: 485px;
        font-size: 20px;
        padding-right: 5px;
        font-family: myFont;
        color: #470C94;
    }
.content_center_text
{
	/*width:485px;*/
	margin:auto;
	margin:10px;
	color:#de8109;
	/*font-size:14px;*/
	text-indent:10px;
	text-align:justify;
	line-height:170%;
	color:#470C94;
}
/*
.content_center_text img
{
	float:right;
	margin-left:15px;
	display:block;
	margin-bottom:15px;
	margin-top:0px;
}
*/
.content_center_text_big img
{
	float:right;
	margin-left:15px;
	display:block;
	margin-bottom:15px;
	margin-top:0px;
}
#content_left
{
	width:220px;
	background-color:#d0d9ec;
	float:left;
	min-height:500px;
	height:auto;
}
.side_box
{
	/*min-width:150px;
	min-height:150px;*/
	height:auto;	
    margin-bottom:5px;
}
.side_box_title {
    width: 200px;
    height: 25px;
    /*margin:auto;
	margin-top:5px;*/
    color: #FFFFFF;
    font-family: myFont;
    font-size: 20px;
    padding-right: 20px;
    padding-left: 0px;
    /*padding-bottom:1px;*/
    /*background:#470C94 url(/images/ruler.jpg) center no-repeat;*/
    background: #470C94;
    box-shadow: 1px -1px 3px rgba(0,0,0,0.4);

    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.side_box_title a{
    color:#ffffff}
    
    .side_box_title + *
    {overflow:hidden}
#advs-container
{
	width:210px;
	margin:auto;
	margin-top:3px;
}
.home_event_box
{
	width:210px;
	margin:auto;
	margin-top:3px;
	border-bottom:1px dotted #470C94;
	min-height:60px;
	height:auto;
}
.home_event_box h1
{
	font-size:18px;
	color:#470C94;
	font-family:myFont;
	display:block;
	height:100%;
	width:60px;
	float:right;
	padding:0;
	margin:0;
}
.home_event_text
{
	width:150px;
	font-size:13px;
	float:left;
}
.home_friend_box
{
	width:210px;
	margin:auto;
	margin-top:3px;
	border-bottom:1px dotted #470C94;
	min-height:60px;
	height:auto;
}
.home_friend_box li
{
    min-height:81;
    height:auto !important;
}
.home_friend_box img
{
	width:56px;
	height:56px;
	border:1px solid #470C94;
	vertical-align:middle;
    margin:2px;
}
.home_friend_text
{
	font-size:14px;
}
.home_friend_text a
{
	text-decoration:none;
    color:#470C94;
}
.title1
{
	background-color:#de8109;
	color:#FFFFFF;
	font-family:myFont;
	font-size:20px;
}
.home_exam_box
{
	width:138px;
	height:30px;
	background-color:red;
	padding-top:108px;
	overflow:hidden;
	transition:height 1s, padding-top 1s;
    -webkit-transition:height 1s, padding-top 1s;
}
.home_exam_box:hover
{
	padding-top:0px;
	height:138px;
}

.home_exam_box_top
{
	width:138px;
	height:108px;
}
.home_exam_box_title
{
	width:138px;
	height:138px;	
	background-color:rgba(0,0,0,0.8);
	color:#ffffff;
	bottom:0px;
	text-align:right;
	text-indent:1px;
	line-height:25px;
}
.home_exam_box_title ul
{
	margin:0px;
	margin-top:5px;
	padding:0px;
	line-height:20px;
}
.home_exam_box_title ul li
{
	margin:0px;
	padding:0px;
}
.home_exam_box_title ul li a
{
	font-size:12px;
	color:#ffffff;
}

#footer
{
	width:1000px;
	color:#FFFFFF;
	background-color:#470C94;
	box-shadow: 0px -3px 4px #666666;
	float:right;
}
#footer_right
{
	width:30%;
	margin:10px;
	height:100%;
	float:right;
	/*text-align:right;*/
}
#footer_right ul
{
	list-style-type:none;
}
#footer_right ul li a
{
	font-size:13px;
	color:#ffffff;
	text-decoration:none;
	margin-top:10px;
}
#footer_center
{
    clear:both;
    font-family:Tahoma;
	font-size:11px;
	width:100%;
    padding-bottom:8px;
	text-align:center;
}
#footer_left
{
    font-family:Tahoma;
	width:25%;
	margin:10px;
	height:100%;
	font-size:13px;
	float:left;
}
#footer div.title
{
    padding-top:8px;
	font-size:20px;
	font-family:myFont;
	color:#FFFFFF;
	margin-bottom:8px;
	border-bottom:1px solid rgba(255,255,255,0.1);
}
#footer a
{
    color:White;
    text-decoration:none;
}
#footer a:hover
{
    text-decoration:underline;
}


.cme_input_text
{
	width:200px;
	height:22px;
	background-color:#B5AEAE;
	border:0px;
	padding:4px;
	color: rgb(71, 12, 148) !important;
	font-size: 14px !important;
	border-radius:1px;	
}
.cme_input_select
{
	width:210px;
	height:32px;
	background-color:#B5AEAE;
	border:0px;
	padding:4px;
	color: rgb(71, 12, 148) !important;
	font-size: 14px !important;
	border-radius:1px;	
}
.cme_input_button
{
	width:60px;
	height:30px;
	background-color:rgb(71, 12, 148);
	color:#ffffff;
	border:0px;
	border-radius:2px;
	cursor:pointer;
	font-size:16px;
}
.cme_input_button:hover
{
	background-color:#64379E;
}





#content_center_big2
{
	width:970px;
	margin:auto;
	float:right;
	min-height:500px;
	height:auto;
	background-color:#d0d9ec;
}

.content_center_title_big2
{
	width:910px;	
	margin-top:5px;
	margin-right:5px;
	border-bottom: 1px dotted #470C94;
	color:#de8109;
	font-size:24px;
	padding-right:5px;
	font-family:myFont;
	color:#470C94;
}
.content_center_text_big2
{
	width:910px;
	margin-right:10px;
	margin-top:10px;
	color:#de8109;
	font-size:14px;
	text-align:justify;
	line-height:25px;
	color:#470C94;
}

.Numbers
{
    direction:ltr;   
}

.entered
{
    background-color: rgba(200, 200, 200, 0.9) !important;
}


.Validator
{
    color:Red;
    font-family:Tahoma;
    font-size:10pt;
}
.text-right
{
    text-align:right;
}
.text-left
{
    text-align:left;
    margin-right: 40px;
}
.float-right
{
    float:right;
}
.float-left
{
    float:left;
}


.adv
{
    text-align:center;
}

.adv img
{
    width:190px;
    display: block; 
}

div.big-link {text-align:center
}
div.big-link a{
    border: 2px solid #470c94; 
    position: relative; 
    display: inline-block; 
    overflow: hidden;
    /*text-align:center;*/
}
div.big-link a img{
    width:190px;
    display: block; 
}

.error
{
    color:Red;
}
.Error:not(:empty)
{
    color:Red;
    padding-right:20px;
    background:url(/images/msg_error.png) right no-repeat;
}
.Warning:not(:empty)
{
    color:#ff8800;
    font-weight:bold;
    border:1px solid red;
    padding:4px;
    margin:4px;
    padding-right:8px;
    background:url(/images/msg_warning.png) right no-repeat #ffff00;
    display:block;
}
.Info:not(:empty)
{
    color:Blue;
    padding-right:20px;
    background:url(/images/msg_info.png) right no-repeat;
}

.table{
    color:#333333;
    border:1px solid #2461BF;
    width:100%;
    border-collapse:collapse;
}
.table > tbody > tr:nth-child(2n)
{
    background-color:#EFF3FB;
}
.table > tbody > tr:nth-child(2n+1)
{
    background-color: #ffffff;
}

.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
.FieldHeaderStyle 
{
    background-color:#DEE8F5; 
    font-weight:bold; 
    white-space:nowrap;
    text-align:left;
    border-left:1px solid #507CD1;
}

a img
{
    border:none;
}

.newsImage
{
    max-width:100px;
}



    .news
    {
        width:100%;
        padding:0px;
    }
        .news img {
            width: 100px;
            border: none;
            max-width: unset !important;
        }
    .news .title
    {
        margin:0px;
        padding:0px;
    }
    .news .date
    {
        font-family:Tahoma;
        font-size:8pt;
    }
    .news .more
    {
        font-family:Tahoma;
        font-size:8pt;
    }
    .news .text
    {
    }
    .news td
    {
        border-bottom:1px dotted #000000;
        vertical-align:top;
        padding:4px;
    }
    .news tr:first-child td
    {border-top:1px dotted #000000;}
    .news tr td:first-child
    {
        width:10px;
    }
    
    h2{
       font-family:myFont;
       font-weight:normal;
       background: linear-gradient(to right,rgba(255,255,255,0),rgba(255,255,255,1))
       }

.date
{   
    font-size:10pt !important;
    color:#777777;
    padding-left:18px;
    background:url(/images/icons/Calendar.png) no-repeat left ;
}
.readCount
{
    font-size:10pt !important;
    color:#777777;
    padding-left:18px;
    background:url(/images/icons/read.png) no-repeat left ;
}

.flashNews
{
    color:yellow;
    font-weight:bold;
}


#nav a[href="#mainMenu_SkipLink"]{display:none}
#nav #mainMenu{float:right !important}
#nav ul li{float:right !important;}

.news .Description
{
    line-height:125%;
}
h3.title
{
    font-family:myFont;
    font-weight:normal;
}


/* Calendar */

.Calendar{text-align:center}
.Calendar tr{vertical-align:top}
.Calendar h1{text-align:center;background-color:#253860; color:white;padding:20px; margin:0px}
.Calendar h2{margin:10px}
.Calendar table .month{border:1px solid black}
.Calendar table .month td{text-align:center}
        
.Calendar table .dayName{width:25px; text-align:center}
.Calendar table .month td > div{padding:3px}
.Calendar .monthName{text-align:center; color:#E89E01; background:#ffffff}
.Calendar .monthName h2{font-size:16pt; padding:0px; margin:4px}

.Calendar .dayName{font-weight:bold; font-size:xx-small; color:#253860}
.Calendar .curr{border:1px solid #eeeeee; color:#555555;}
.Calendar .prev{border:1px solid #cccccc; color:#cccccc;pointer-events: none}
.Calendar .next{border:1px solid #cccccc; color:#cccccc;pointer-events: none}

.Calendar .active{font-weight:bold}
.Calendar .active:hover{border:1px solid red; cursor:pointer}

.Calendar .Events{height:80px;border:none; width:100%;border-collapse:collapse}
.Calendar table .Events td{border:none; text-align:right}
        
.Calendar .Events tr:nth-child(6n+1), .active1 ,
.Calendar .Events tr:nth-child(6n+3), .active3 ,
.Calendar .Events tr:nth-child(6n+5), .active5 {color:#ffffff !important;
background: -webkit-linear-gradient(#253860, #354890); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#253860, #354890); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#253860, #354890); /* For Firefox 3.6 to 15 */
background: linear-gradient(#253860, #354890); /* Standard syntax */
}

.Calendar .Events tr:nth-child(6n+2), .active2 ,
.Calendar .Events tr:nth-child(6n+4), .active4 ,
.Calendar .Events tr:nth-child(6n), .active6 
{color:Black;
    background: -webkit-linear-gradient(#E89E01, #E8bE01); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#E89E01, #E8bE01); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#E89E01, #E8bE01); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#E89E01, #E8bE01); /* Standard syntax */
}
.Calendar .NextPrevButtons
{
    font-family:Courier New;
    font-size:18pt;
    font-weight:bold;
    width:20px;
}
.Calendar .NextPrevButtons a
{
    text-decoration:none;
    color:darkblue;
}
.Calendar .NextPrevButtons:hover
{
    background-color:#eeeeee;
    color:#ffffff;
}
.hidden{display:none}

.sections{}
.sections ul li a
{
    color: #470c94;
}

.FileStatus
{
    color:Purple;
}
.FileStatus:before
{    
    content:"\f059  قيد الدراسة";
}

.FileStatus0
{
    color:Red;
}
.FileStatus0:before
{
    content:"\f00d ";
}
.FileStatus1
{
    color:Green;
}
.FileStatus1:before
{
    content:"\f00c  مقبول";
}







/* Flat Style */
/*#header {
    width: 100%;
	right: 0;
    margin:0;
}
#main,#top,#featured,#footer,#content,#content_center{
    width:100% !important;
}
#featured img{
    width:100% !important;
    height:200px;
}
#content{
    display:table-row;
}
#content_right,#content_center,#content_left{
    display:table-cell;
    vertical-align:top;
    float:none;
}
.orbit-wrapper{
    width:100% !important;
}*/


.ajax__calendar_container TD {
    text-indent: 0;
    line-height: 1.5em;
}

div#content_center img {
    max-width: 100%;
}

img#imgnews{
    max-width:unset !important;
}