/*
www.devsaran.com
*/
@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
/* =Reset
-------------------------------------------------------------- */

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

body {
  background: #fff;
  line-height: 1;
  text-align: right;
  direction: rtl;
  
}
ol, ul {
  list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
}
blockquote, q {
  quotes: "" "";
}
a img {
  border: 0;
}

/* Block elements */
header, hgroup, footer, section, article, aside {
  display: block;
}

/* Body, Common Classes & Wrap */


body {
  /*padding-top: 2em; */
}
#wrapper {
  margin: 0 auto;
  max-width: 960px;
}
#header hgroup {
  margin: 0 3%;
  padding: 2.5em 0;
}
#navigation div {
  margin: 0 5% 0 0; /*Dalal: margin: 0 3%; => margin: 0 3% 0 0; =>Abdulmajeed: margin: 0 5% 0 0; */

}

#primary {
  float: left;
  margin: 0 -30% 0 0;
  width: 100%;
}
#content {
  margin: 0 33% 0 3%;
  width: 64%;
}
#sidebar {

float:right;
margin-left:3%;
width:27%;

}

/* Right Content */
.left-sidebar #primary {
  float: right;
  margin: 0 0 0 -30%;
  width: 100%;
}
.left-sidebar #content {
  margin: 0 3% 0 33%;
  width: 100%;
}
.left-sidebar #sidebar {
  float: left;
  margin-left: 3%;
  margin-right: 0;
  width: 27%;
}

.wide-sidebar #primary {
  float: left;
  margin: 0 -35.5% 0 0;
  width: 100%;
}
.wide-sidebar #content {
  margin: 0 38.6% 0 3%;
  width: 58.4%;
}
.wide-sidebar #sidebar {
  float: right;
  margin-right: 3%;
  width: 32.5%;
}

/* Right Content */
.wide-sidebar.left-sidebar #primary {
  float: right;
  margin: 0 0 0 -33%;
  width: 100%;
}
.wide-sidebar.left-sidebar #content {
  margin: 0 3% 0 38.6%;
  width: 58.4%;
}
.wide-sidebar.left-sidebar #sidebar {
  float: left;
  margin-left: 3%;
  margin-right: 0;
  width: 30%;
}

.no-sidebars #primary{
  margin: 0;
}
.no-sidebars #content{
  margin: 0 3%;
  position: relative;
  width: auto;
}

body, input, textarea {
  color: #373737;
  font: 13px "Droid Arabic Kufi","Georgia", Helvetica, Arial, sans-serif; /*Dalal: "Helvetica Neue" => "Georgia" */
  font-weight: 300;
  line-height: 1.625;
}
body {
  background: url("images/html-bg.png") top repeat-x #f4f4f4;
}

#wrapper {
  background: #eee;
}
a {
  color: #1982d1;
  text-decoration: none;
}
a:focus,
a:active,
a:hover {
  text-decoration: none;
}

a:hover {
    transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
}


/* Headings */
h1,h2,h3,h4,h5,h6 {
  clear: both;
}
h1 {
    font-size: 26px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 22px;
    font-weight: bold;
  margin: 0 0 0.8125em;
}
h4 {
    font-size: 20px;
    margin: 0 0 0.5em;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 2em;
}

/* Text elements */
p {
  margin-bottom: 2em;
}
ul, ol {
  margin: 0 0 1em 1.5em;
}
ul {
  list-style: disc;
}
ol {
  list-style-type: decimal;
}
ol ol {
  list-style: upper-alpha;
}
ol ol ol {
  list-style: lower-roman;
}
ol ol ol ol {
  list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
  margin-bottom: 0;
}
dl {
  margin: 0 2em;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: 2em;
}
strong {
  font-weight: bold;
}
cite, em, i {
  font-style: italic;
}
blockquote {
  font-family: Georgia, "Bitstream Charter", serif;
  font-style: italic;
  font-weight: normal;
  margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
  font-style: normal;
}
blockquote cite {
  color: #666;
  font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
pre {
  background: #f4f4f4;
  font: 13px "Courier 10 Pitch", Courier, monospace;
  line-height: 1.5;
  margin-bottom: 2em;
  overflow: auto;
  padding: 0.75em 2em;
}
code, kbd {
  font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
  border-bottom: 1px dotted #666;
  cursor: help;
}
address {
  display: block;
  margin: 0 0 2em;
}
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 10px;
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border:1px solid #ddd;
  border-right:none;
  background:#fff;
}

th {
  font-weight: bold;
  padding:10px 10px;
  background:#555;
  color:#fff;
}

tr{
  padding:5px 5px;
}

td{
  padding:5px 10px;
  border-top:1px solid #ddd; /*Comments by Abdulmajeed */ 
  border-right:1px solid #ddd; /*Comments by Abdulmajeed */ 
}

/* clearfix hack */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
  height:1%;
}
.clearfix {
  display: block;
}
.clear {
  clear: both;
}
/* close commented backslash hack */
.displayblock {
  display: block;
}
.displaynone {
  display: none;
}

#header {
  background-color: #fff;
  position: relative;

}
#site-name {
  margin-right: 270px;
  padding: 0;
  font-size: 36px;
  line-height: 46px;
}
#site-name a {
  color: #111;
  font-weight: bold;
  text-decoration: none;
}
#site-name a:hover,
#site-name a:focus,
#site-name a:active {
  color: #1982d1;
}
#site-slogan {
  color: #7a7a7a;
  font-size: 14px;
  margin: 0 270px 0 0;
}
#header img {
  height: auto;
  max-width: 100%;
}
#header #site-logo { 
  margin: 0 3%;
  padding: 2.5em 0;
  float: right;
  max-width: 400px;
}

#site-logo a { 
  background: url("images/logo.png") no-repeat right;
  height: 64px;
  width: 310px;
  display: block;
}


/* =Menu
-------------------------------------------------------------- */

#header #navigation {
  background: #00a5b8; /* Show a solid color for older browsers */
  /*background: -moz-linear-gradient(#585858, #3d3d3d);
  background: -o-linear-gradient(#585858, #3d3d3d);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#585858), to(#3d3d3d)); 
  background: -webkit-linear-gradient(#585858, #3d3d3d);*/
  clear: both;
  display: block;
  float: right;
  margin: 13px auto 0;
  width: 100%;
  border-bottom: 5px solid #b08f52;

}

ul.menu {
  text-align: left;
  padding-right: 10px;
}
#main-menu > ul.menu{
  font-size: 14px;
  list-style: none;
  margin: 0 6em 0 -0.8125em; /*Dalal: margin: 0 0 0 -0.8125em; => margin: 0 6em 0 -0.8125em; */
  padding-right: 0;

}
#main-menu > ul.menu li {
  border-left: 1px solid #028c9c;
  float: right;
  position: relative;
  list-style: none outside none;
 
}
#main-menu > ul.menu a {
  color: #fff;
  line-height: 3em;
  /*padding: 0 4px; /*Dalal: 6px => 4px */
  text-decoration: none;
  -moz-text-shadow: 1px 1px #666;
  -webkit-text-shadow: 1px 1px #666;
  text-shadow: 1px 1px #666;
 
}

@media screen and (-webkit-min-device-pixel-ratio:0) {    
	#main-menu > ul.menu a {
		min-width: 50px; /*Dalal 95px => 50px*/
		max-width: 190px; /*Dalal: 150px => 190px*/
		font-size: 13px;
		line-height: 42px;
	}      
}
#main-menu > ul.menu a {
  display: block;
 
}
#main-menu > ul.menu ul {
  /*-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
  box-shadow: 0 3px 3px rgba(0,0,0,0.2); */
  display: none;
  float: left;
  margin: 0;
  position: absolute;
  top: 3em;
  left: 8px; /*Dalal: right: -10px => left: 8px*/
  list-style: none;
  width: 188px;
  z-index: 99;
}
#main-menu > ul.menu ul ul {
  left: 102%; /*Dalal: right: 100% => left: 102%*/
  top: 0;

}
#main-menu > ul.menu ul a {
  background: #028c9c;
  border-bottom: 1px solid #00A5B8;
  color: #fff;
  font-size: 10px;
  font-weight: normal;
  height: auto;
  line-height: 1.4em;
  padding: 12px;
  width: 168px;
}
#main-menu > ul.menu li:last-child, 
#main-menu > ul.menu ul li {
  border:none;
} 
#main-menu > ul.menu li:hover > a,
#main-menu > ul.menu ul :hover > a,
#main-menu > ul.menu a:focus {
  background: #028c9c;
  color: #fff;
}
#main-menu > ul.menu ul li:hover > a,
#main-menu > ul.menu a:focus{
  background: #0b9dae; /* Show a solid color for older browsers */
  color: #fff;
}
#main-menu > ul.menu li:hover > ul {
  display: block;
}
#main-menu > ul.menu a.active {
  font-weight: normal;
}

#main-menu ul li.leaf, #main-menu ul li.expanded { list-style: none; text-align: center;} /*Added by Dalal: text-align: center;*/

.tinynav { 
  display: none;
  font-size: 13px;
  font-family: 'droid arabic kufi';
}

/* Featured Slider */
#slider {
    background-color: #555;
    border-bottom: 2px solid #ccc;
    border-radius: 5px;
  -moz-border-radius: 5px;
    margin: 0 0 2em;
    position: relative;
}


#slider-wrap img {
    border: medium none;
  display: block;
    height: auto;
    /*padding: 0.7em 2% 0.3em;*/
  padding: 0;
    max-width: 100%;
}
#slider-wrap a:hover img {
  background: none;
  border: none;
}
#slider-wrap a {
  display: block;
  padding: 11px 11px 10px;
}

#slider-wrap .featured-text {
    color: #FFFFFF;
    padding: 0 11px 10px;
}
#slider-wrap .featured-text a {
  display: inline;
  padding: 0;
}
#content #nav-slider {
  padding: 0;
}
#nav-slider img {
   max-width:33px;
   height:auto;
   width:100%;
 }
#nav-slider .nav-previous, 
#nav-slider .nav-next {
    cursor: pointer;
    display: block;
    max-width: 33px;
    opacity: 0.7;
    position: absolute;
    top: 106px;
    width: 6%;
    z-index: 99;
}
#nav-slider .nav-previous:hover, 
#nav-slider .nav-next:hover {
  opacity: 10;
}
#nav-slider .nav-previous {
    left: 11px;
}
#nav-slider .nav-next {
    right: 11px;
}

#breadcrumbs {
  font-size: 11px;
}


/* =Content
----------------------------------------------- */
#preface-area {
  padding-bottom: 5px;
}

#main {
  background-color: #fff;
  clear: both;
  padding: 2em 0 0;
}

#content-wrap {
  background-color: white;
/*Commented by Dalal Al-Akhras:*/
 /* 
  margin: 0 0 2em;
  padding: 0.5em 5% 2em;
*/
  position: relative;
  width: auto;
}

.node h2.title, h1.page-title, .node h2.title a, h1.page-title a {
  color: #222222;
  text-decoration: none;
}
.node h2.title, h1.page-title {
  clear: both;
  color: #111;
  font-size: 15px; /*edited by Dalal 13px -> 15px */
  font-weight: normal;
  line-height: 1.5em;
  padding-bottom: 0.3em;
  padding-top: 15px;
}

#main #content .node-teaser {
  padding-bottom:30px;
  border-bottom:1px solid #DDDDDD;
  margin-bottom: 15px;
}

.node-teaser img {
  border: 1px solid #CCCCCC;
  padding: 6px;
  height: auto;
  max-width: 97.4%;
  margin: 0.5em 1em 0.5em 0;
  float: left;
}
.page-node #content-wrap img {
  border: 1px solid #CCCCCC;
  padding: 6px;
  height: auto;
  max-width: 97.4%;
  margin: 0.5em 1em 0.5em 0;
}

.node-teaser p {
  margin-bottom: 1em;
}

#preface-area .block,
.region-content-top .block,
#footer-area .block {
  background-color: #303030;
  clear: both;
  margin-bottom: 2em;
  padding:5px 1em 1em;
  font-size: 12px;
  color: #fff;
}

#preface-area .block > h2,
.region-content-top .block > h2,
#footer-area .block > h2 {
  border-bottom: 1px solid #222;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  margin: 0 -0.75em 1em;
  padding: 0 1em 0.5em;
}

#sidebar .block {
  background-color: #FFFFFF;
  clear: both;
  margin-bottom: 2em;
  padding: 0.5em 1em 1em;
  font-size: 12px;

}

#sidebar .block > h2, 
.home-row-2 .region-home-poll h2, 
.home-row-2 .region-home-social-links h2 {
  background: url("images/title-stamp.gif") left bottom no-repeat;
  border-bottom: 1px solid #E8E8E8;
  color: #008F9F;
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 1em;
  padding: 0 0 0.5em;

}

.region-home-social-links{
 float:left;
margin-top:-17px;

}

.home-row-2 .region-home-poll h2, 
.home-row-2 .region-home-social-links h2 {
 float:left;
}


#preface-area .block p,
.region-content-top .block p,
#footer-area .block p,
#sidebar .block p {
  margin-bottom: 1em;
}

#preface-area .block img,
.region-content-top .block img,
#footer-area .block img,
#sidebar .block img {
  height: auto;
  max-width: 97.4%;
}

#preface-area {
    background-color: #eee;
    overflow: hidden;
    padding: 2em 3% 0;
}

#preface-block-wrap.in1 .preface-block {
  margin-bottom: 2.5em;
}

#preface-block-wrap.in2 .preface-block {
  float: left;
  width: 48.5%;
}
#preface-block-wrap.in2 .preface-block + .preface-block {
  float: right;
}

#preface-block-wrap.in3 .preface-block {
    float: left;
    margin-right: 3%;
    width: 31.3%;
}
#preface-block-wrap.in3 .preface-block + .preface-block + .preface-block {
  margin-right: 0;
}


/* =Footer
----------------------------------------------- */

#footer-bottom {
  clear: both;
  margin-top: 10px;
}
#footer-area {
    background-color: #303030;
    overflow: hidden;
    padding: 1em 3% 0;
}

#footer-block-wrap.in1 .footer-block {
  margin-bottom: 2.5em;
}

#footer-block-wrap.in2 .footer-block {
  float: left;
  width: 48.5%;
}
#footer-block-wrap.in2 .footer-block + .footer-block {
  float: right;
}

#footer-block-wrap.in3 .footer-block {
    float: right;
    margin-right: 3%;
    width: 31.3%;
}
#footer-block-wrap.in3 .footer-block + .footer-block + .footer-block {
  margin-right: 0;
}

#footer-large {
  border: 0px solid red; 
  background:#2a2a2a; 
  overflow: hidden;
}

#footer-large a {
  color: #fff !important;
  text-decoration: none !important;
}

#footer-large a:hover {
  color: #CCC !important;
  text-decoration: none !important;
}
#bottom {
  background: #303030;
  border-top: 1px solid #222;
  clear: both;
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  padding: 10px 0.5em;
  text-align: center;
}
#bottom a {
  color: #fff;
  font-weight: bold;
}
#bottom .copyright, 
#bottom .credit {
    display: inline;
    width: 47%;
}
#bottom .copyright { 
  clear: both;
  margin-left: 3%;
  float: left;
    text-align: left;
}
#bottom .credit { 
  margin-right: 3%;
  float: right;
  text-align: right;
}
/*-------------------------------------*/
#bottom .policy{
margin-right: auto;
margin-left:auto;
  text-align: center;
font-size: 9px;
}
/*--------------------------------------*/

/* Social Profile */
.social-profile {
  /*position: relative;
  left: 3%;
  top: 0.8em; */
  border: 1px solid #fff;
  overflow: hidden;
  float: left;
  max-width: auto;
  margin-left: 23px;
  margin-top: 10px;
}
.social-profile ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-profile ul li {
  margin: 0 0 10px 5px;
  float: left;
}
.social-profile ul li a {
  display: block;
  background: url("images/social-profiles.png") no-repeat right top;
  width: 32px;
  height: 32px;
  text-indent: -99999px;
}
.social-profile ul li a:active {

}
.social-profile ul li.facebook a {
  background-position: 0 -45px;
}
.social-profile ul li.facebook a:hover {
  background-position: 0 0;
}
.social-profile ul li.twitter a {
  background-position: -45px -45px;
}
.social-profile ul li.twitter a:hover {
  background-position: -45px 0;
}
.social-profile ul li.rss a {
  background-position: -89px -45px;
}
.social-profile ul li.rss a:hover {
  background-position: -89px 0;
}
.social-profile ul li.you-tube a {
  background-position: -132px 0;
}
.social-profile ul li.you-tube a:hover {
  background-position: -132px -44px;
}
.social-profile ul li.linkedin a:hover  {
  background-position: -176px 0;
}
.social-profile ul li.linkedin a{
  background-position: -176px -44px;
}
.social-profile ul li.tumblr a {
  background-position: -220px 0;
}
.social-profile ul li.tumblr a:hover {
  background-position: -220px -44px;
}
.social-profile ul li.viemo a {
  background-position: -264px 0;
}
.social-profile ul li.viemo a:hover {
  background-position: -264px -44px;
}
.social-profile ul li.dribbble a {
  background-position: -308px 0;
}
.social-profile ul li.dribbble a:hover {
  background-position: -308px -44px;
}
.social-profile ul li.my-space a {
  background-position: -352px 0;
}
.social-profile ul li.my-space a:hover {
  background-position: -352px -44px;
}
.social-profile ul li.aim a {
  background-position: -396px 0;
}
.social-profile ul li.aim a:hover {
  background-position: -396px -44px;
}
.social-profile ul li.flickr a {
  background-position: -440px 0;
}
.social-profile ul li.flickr a:hover {
  background-position: -440px -44px;
}
.social-profile ul li.pinterest a {
  background-position: -484px 0;
}
.social-profile ul li.pinterest a:hover {
  background-position: -484px -44px;
}
.social-profile ul li.google-plus a {
  background-position: -528px 0;
}
.social-profile ul li.google-plus a:hover {
  background-position: -528px -44px;
}
.social-profile ul li.wordpress a {
  background-position: -572px 0;
}
.social-profile ul li.wordpress a:hover {
  background-position: -572px -44px;
}
.social-profile ul li.deviantart a {
  background-position: -616px 0;
}
.social-profile ul li.deviantart a:hover {
  background-position: -616px -44px;
}


/* -------------- Form Elements  ------------- */

fieldset { background: #ffffff; border: 1px solid #cccccc; margin-top: 10px; margin-bottom: 32px;
padding: 0 0 10px; position: relative; top: 12px; /* Offsets the negative margin of legends */
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.fieldset-wrapper { margin-top: 25px; }

.node-form .vertical-tabs .fieldset-wrapper { margin-top: 0; }

.filter-wrapper { top: 0; padding: 1em 0 0.2em;
-khtml-border-radius-topright: 0; -khtml-border-radius-topleft: 0; -moz-border-radius-topright: 0; -moz-border-radius-topleft: 0;
-webkit-border-top-left-radius: 0; -webkit-border-top-right-radius: 0; border-top-left-radius: 0; border-top-right-radius: 0; }

.filter-help a { font-size: 0.857em; padding: 2px 20px 0; }

.filter-wrapper .form-item label { margin-right: 10px; }

.filter-wrapper .form-item { padding: 0 0 0.5em 0.5em;  }

.filter-guidelines { padding: 0 1.5em 0 0.5em; }

fieldset.collapsed { background: transparent; -khtml-border-radius: 0; -moz-border-radius: 0;  -webkit-border-radius: 0; border-radius: 0; }

fieldset legend { background: #dbdbdb; border: 1px solid #ccc; border-bottom: none; display: block; height: 2em;
left: -1px; line-height: 2; padding: 0; position: absolute; text-indent: 10px; text-shadow: 0 1px 0 #fff; top: -12px; width: 100%;
-khtml-border-radius-topleft: 4px; -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; 
-khtml-border-radius-topright: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }

fieldset.collapsed legend { -khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

fieldset .fieldset-wrapper { padding: 0 10px; }

fieldset .fieldset-description { margin-top: 5px; margin-bottom: 1em; line-height: 1.4; font-style: italic; }

input { margin: 2px 0; padding: 4px; }

input, textarea {  font-size: 0.929em; }

textarea { line-height: 1.5; }

textarea.form-textarea  { padding: 4px;  } /*Edited by Dalal*/
select.form-select{padding: 4px;  position:relative;/* left:-280px; *//*Dalal: for dropdown menu position*/}

input.form-text, textarea.form-textarea, select.form-select { border: 1px solid #ccc;   }

.password-suggestions ul li { margin-left: 1.2em; }

.form-item { margin-bottom: 1em; margin-top: 2px;  }

.form-item label { font-size: 0.929em; }

.form-type-radio label, .form-type-checkbox label { margin-left: 4px;  }

.form-type-radio .description, .form-type-checkbox .description { margin-left: 2px; }

.form-actions { /*padding-top: 10px;*/ padding-right: 10px; float:left;}/*Edited by Dalal*/

/* Contact Form */

.contact-form #edit-name { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.contact-form #edit-mail { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.contact-form #edit-subject { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.contact-form #edit-message { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-top-left-radius: 4px; -khtml-border-top-right-radius: 4px; -moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px; -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px;
border-top-left-radius: 4px; border-top-right-radius: 4px; }

.contact-form .resizable-textarea .grippie {  width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-bottom-left-radius: 4px; -khtml-border-bottom-right-radius: 4px; -moz-border-radius-bottomleft: 4px;
-moz-border-radius-bottomright: 4px; -webkit-border-bottom-left-radius: 4px; -webkit-border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }

/* Comment form */

.comment-form label { float: left; font-size: 0.929em; }

.comment-form input, .comment-form .form-select { margin: 0; 
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.comment-form .form-type-textarea label { float: none; }

.comment-form .form-item,
.comment-form .form-radios,
.comment-form .form-type-checkbox,
.comment-form .form-select { margin-bottom: 10px; overflow: hidden; }

.comment-form .form-type-checkbox,
.comment-form .form-radios { margin-left: 120px; }

.comment-form .form-type-checkbox label,
.comment-form .form-radios label { float: none; margin-top: 0; }

.comment-form input.form-file { width: auto; }

.comment-form .form-text { display: block; margin: 0; width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

.comment-form .form-item .description { font-size: 0.786em; line-height: 1.2; margin-left: 120px; }

#content h2.comment-form { margin-bottom: 0.5em; }

.comment-form .form-textarea { -khtml-border-radius-topleft: 4px; -khtml-border-radius-topright: 4px;
-moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px;
-webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px;
border-top-left-radius: 4px; border-top-right-radius: 4px; }

.comment-form fieldset.filter-wrapper .fieldset-wrapper,
.comment-form .text-format-wrapper .form-item { margin-top: 0; margin-bottom: 0; }

.filter-wrapper label { width: auto; float: none; }

.filter-wrapper .form-select { min-width: 120px; }

.comment-form fieldset.filter-wrapper .tips { font-size: 0.786em; }

#comment-body-add-more-wrapper .form-type-textarea label { margin-bottom: 0.4em; }

#edit-actions input { margin-right: 0.6em; }

/* Other Overrides */

div.password-suggestions { border: 0; }

.ui-widget-overlay { background: #222222; opacity: 0.7; }

div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane { padding: 1em; }

#forum .name { font-size: 1.083em; }

#forum .description { font-size: 1em; }

/* Form Buttons */

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
/* IE10 */ 
background: #00A5B8;
border: 0;
color: #fff; text-shadow: 0 1px 0 white; position: relative; font-weight:normal; padding: 4px .8em 5px .8em; font-size: 13px; }

button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
/* IE10 */ 
background: #018a9a;
cursor: pointer; }

button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width { 
width: 100%; padding-left: 0 !important; padding-right: 0 !important; text-align: center; }


#block-search-form { padding-bottom: 7px; }

#block-search-form .content { margin-top: 0; }

#search-form input#edit-keys,
#block-search-form .form-item-search-block-form input { float: left; font-size: 1em; height: 1.143em; margin-right: 5px; width: 9em; }

#search-block-form input.form-submit,
#search-form input.form-submit { margin-left: 0; margin-right: 0; height: 25px; width: 34px; padding: 0; cursor: pointer;
text-indent: -9999px; border-color: #e4e4e4 #d2d2d2 #b4b4b4; background: url(images/search-button.png) no-repeat center top; overflow: hidden; }

#search-block-form input.form-submit:hover,
#search-block-form input.form-submit:focus,
#search-form input.form-submit:hover,
#search-form input.form-submit:focus { background-position: center bottom; }

#search-form .form-item-keys label { display: block; }


ol.search-results { padding-left: 0; }

.search-results li { border-bottom: 1px solid #d3d7d9; padding-bottom: 0.4285em; margin-bottom: 0.5em; }

.search-results li:last-child { border-bottom: none; padding-bottom: none; margin-bottom: 1em; }

.search-results .search-snippet-info { padding-left: 0; }

.submitted{
  background: #eee;
  padding: 4px 9px;
  border-radius: 4px;
  color: #383838;
  text-shadow: 1px 1px #fff;
  clear: both;
  display: block;
  margin-bottom: 2px;
}
/*----Added by Dalal---*/
.links li
{
margin-top:15px;
}
/*-------------------*/
.links li a {
  background-color: #E7E5E3;
  color: #100100;
  padding: 3px 5px;

  border-radius: 4px;
  text-shadow: 1px 1px #fff;
  font-weight: normal;
}

.links li a:hover {
  background-color: #D7D5D3;
  color: #100101;
}


/*-------------------------------------------*
/* Fix CKEditor style
/*-------------------------------------------*/
#content table.cke_editor {
  background: transparent;
  border: 0;
}
#content table.cke_editor td {
  background: transparent;
  padding: 0;
  border: 0;
}

/*-------------------------------------------*
/* Poll, Buttons, Form
/*-------------------------------------------*/
.poll .vote-form .choices .title {
  font-size: 14px;
  font-weight: normal;
  line-height: 2;

}

.poll .vote-form .choices {
  margin: 0;

}

.form-item label {
  font-size: 13px;
  font-weight: bold;
float:left;  /*Added by Dalal*/

}

/*-------------------------------------------*
/* Menus and item lists 
/*-------------------------------------------*/
.item-list ul {
  margin: 0;
  padding: 0 0 0 1.5385em;
}

.item-list ul li {
  margin: 0;
  padding: 0;
}

ul.menu li {
  margin: 0;
  padding: 0 5px 0 5px; /*Added by Abdulmajeed*/

}

ul.inline {
  clear: both;
}

ul.inline li {
  margin: 0;
  padding: 0;
}

/*-------------------------------------------*
/* Admin Tabs
/*-------------------------------------------*/
.tabs-wrapper {
  border-bottom: 1px solid #b7b7b7;
  margin: 0 0 5px 0;
}

ul.primary {
  border: none;
  margin: 0;
  padding: 0;
}

ul.primary li a {
  background: none;
  border: none;
  display: block;
  float: left;
  line-height: 1.5385em;
  margin: 0;
  padding: 0 1em;
  border-radius: 4px 4px 0 0;
  margin-right: 5px;
}

ul.primary li a:hover, ul.primary li a.active {
  background: #666;
  border: none;
  color: #fff;
}

ul.primary li a:hover {
  background: #888;
  text-decoration: none;
}

ul.secondary {
  background: #666;
  border-bottom: none;
  clear: both;
  margin: 0;
  padding: 0;
}

ul.secondary li {
  border-right: none;
}

ul.secondary li a, ul.secondary li a:link {
  border: none;
  color: #ccc;
  display: block;
  float: left;
  line-height: 1.5385em;
  padding: 0 1em;
}

ul.secondary li a:hover, ul.secondary li a.active {
  background: #888;
  color: #fff;
  text-decoration: none;
}

ul.secondary a.active {
  border-bottom: none;
}

ul.inline, ul.links.inline {
  margin-left: 0;
}

/*-------------------------------------------*
/* Tabs and Tags
/*-------------------------------------------*/
.field-name-field-tags {
  margin: 0 0 10px 0;
}

.field-name-field-tags a{
  -moz-transition: opacity 0.2s ease-in-out 0s;
  background: none repeat scroll 0 0 #999;
  color: #FFFFFF !important;
  line-height: 1em !important;
  margin-bottom: 3px;
  margin-right: 3px;
  opacity: 0.9;
  padding: 4px 6px;
}

.field-name-field-tags a:hover{
  opacity: 1;
}

.field-name-field-tags .field-item {
  margin: 0 1em 0 0;
}

.field-name-field-tags div {
  display: inline;
}

#main .field-label{
  color: #000;
}

#main .field-items .field-item{
}

/*-------------------------------------------*
/* Profile
/*-------------------------------------------*/
.profile {
margin: 1.5385em 0;
float:left;
}

.profile dd {
  margin-bottom: 1.5385em;
}

.profile h3 {
  border: none;
}

.profile dt {
  margin-bottom: 0;
}

.password-parent {
  width: 36em;
}

/* Comments */

.comment h2.title { margin-bottom: 1em; }

.comment div.user-picture img { margin-left: 0; }

.comment { margin-bottom: 20px; display: table; vertical-align: top; }

.comment .attribution { display: table-cell; padding: 0 35px 0 0; vertical-align: top; overflow: hidden; }

.comment .attribution img { margin: 0; border: 1px solid #d3d7d9; }

.comment .attribution .username { white-space: nowrap; }

.comment .comment-submitted p { margin: 4px 0; font-size: 1.071em; line-height: 1.2; }

.comment .comment-submitted .comment-time { font-size: 0.786em; }

.comment .comment-submitted .comment-permalink { font-size: 0.786em; text-transform: lowercase; }

.comment .content { font-size: 0.929em; line-height: 1.6; }

.comment .comment-arrow { background: url(images/comment-arrow.gif) no-repeat 0 center transparent;
border-left: 1px solid; border-right: 1px solid; height: 40px; margin-left: -36px; margin-top: 15px; position: absolute; width: 20px; }

.comment .comment-text { padding: 0 25px 10px 35px; display: table-cell; vertical-align: top; position: relative; width: 100%; border-left: 1px solid #d3d7d9; }

.comment .indented { margin-left: 40px; }

.comment-unpublished { margin-right: 5px; padding: 5px 2px 5px 5px; }

.comment .comment-text .comment-arrow { border-left: 1px solid #ffffff; border-right: 1px solid #ffffff; }

/*-------------------------------------------*
/* Navigation
/*-------------------------------------------*/
.item-list .pager {
}

.item-list .pager li {
  background: #cfcfcf;
  border-radius: 3px;
  margin-right: 4px;
  text-shadow: 1px 1px #fff;
}

/*-------------------------------------------*
/* Forum
/*-------------------------------------------*/
.field-name-taxonomy-forums div {
  display: inline;
  margin-top: 4px;
}

.field-name-taxonomy-forums .field-items {
}

#forum .title {
  font-size: 16px;
}

#forum .submitted {
  font-size: 12px;
  font-family: Lucida Grande, Verdana, Arial, sans-serif;
  background: transparent;
  padding: 0;
}

#forum .container {
  background: #a1a1a1;
  color: #fff;
}

#forum .container a {
  color: #000;
  font-weight: bold;
}

#forum div.indent {
  margin-left: 2px;
}

.forum-starter-picture {
  float: left;
  padding: 4px;
  border: 1px solid #d9d9d9;
  margin: 5px 7px 5px 0;
}

#forum th {
  background: #434343;
  text-shadow: none;
  color: #fff;
}

#forum th a {
  color: #fff;
}

#forum td.forum .icon, #forum .icon div {
  background: url(images/no-new-posts.png) no-repeat;
  width: 35px;
  height: 35px;
}

#forum .name a{ 
  font-size: 16px;
}
body {
    direction: ltr;
    text-align: left;
}


/* =Responsive Structure
----------------------------------------------- */
/* Smaller than standard 1060 (devices and browsers) */
@media screen and (max-width: 1060px) {
  #wrapper {
    max-width: 900px;
  }
  #nav-slider .nav-previous, 
  #nav-slider .nav-next {
    top: 94px;
  }
  .view-slideshow.view-id-slideshow .slide-body {display: none;}
  body {
    background-image: none;
  }
  .search_box {
    display: none;
  }
  #primary {
    margin: 0;
  }
  ul.quicktabs-tabs li {
    display: block;
  }
.views_slideshow_cycle_main .views-field.views-field-title,
.views_slideshow_cycle_main .views-field.views-field-field-news-date,
.views_slideshow_cycle_main .views-field.views-field-field-the-description
 {
    float: none;
  }
  .home-tab-row .quicktabs-tabs li, .home-tab-row .quicktabs-tabs li.first {
    border: 1px solid #d9d9d9;
  }
  .home-tab-row .quicktabs-tabs li.last {
    border-left: 1px solid #d9d9d9 !important;
  }

  .home-tab-row .quicktabs-tabs li.active, .home-tab-row .quicktabs-tabs li.active a {
      margin-right: 0 !important;
      border: 0 !important;
  }
}

@media screen and (max-width: 960px) {
  /*  ipad */
  #wrapper {
    max-width: 708px;

  }
  /* Simplify the basic layout */
  #main #content {
    margin: 0 3%;
    width: auto;
  }
  #nav-slider .nav-previous,
  #nav-slider .nav-next {
    top: 137px;
  }
  #primary {
    margin: 0;
  }

.views_slideshow_cycle_main .views-field.views-field-title,
.views_slideshow_cycle_main .views-field.views-field-field-news-date,
.views_slideshow_cycle_main .views-field.views-field-field-the-description
 {
    float: none;
  }
  #main #sidebar {
    float: none;
    margin: 0 3%;
    width: auto;
  }
  #header #main-menu > ul.menu a {
      padding: 0 0.83em;
  }
  #preface-block-wrap.in1 .preface-block {
    float: none;
    margin-right: 0;
    width: auto;
  }
  #preface-block-wrap.in2 .preface-block {
    float: none;
    margin-right: 0;
    width: auto;
  }
  #preface-block-wrap.in3 .preface-block {
    float: none;
    margin-right: 0;
    width: auto;
  }
  #footer-block-wrap.in1 .footer-block {
    float: none;
    margin-right: 0;
    width: auto;
  }
  #footer-block-wrap.in2 .footer-block {
    float: none;
    margin-right: 0;
    width: auto;
  }
  #footer-block-wrap.in3 .footer-block {
    float: none;
    margin-right: 0;
    width: auto;
  }
}
  
@media screen and (max-width: 767px) {
  /*  small tablet */
  #wrapper {
    max-width: 480px;
  }
  /* @media (max-width: 650px) Reduce font-sizes for better readability on smaller devices */
  body {
      padding: 0;
  }
  body, input, textarea {
    font-size: 13px;
  }
  #primary {
    margin: 0;
  }

.views_slideshow_cycle_main .views-field.views-field-title,
.views_slideshow_cycle_main .views-field.views-field-field-news-date,
.views_slideshow_cycle_main .views-field.views-field-field-the-description
 {
    float: none;
  }
  #header,
  #footer-bottom {
    border-radius: 0;
  }
  #main,
  #footer-block-wrap {
    padding-top: 1em;
  }
  #header hgroup {
    padding: 5.30625em 0 2em 0;
    text-align: center;
  }
  #site-name {
    font-size: 28px;
    line-height: 38px;
  }
  #header #site-logo {
    padding: 5.30625em 0 2em 0;
    text-align: center;
  }
  #header .social-profile {
    top: 2em !important;
  }
  #main-menu > ul {
    font-size: 12px;
  }
  #nav-slider .nav-previous,
  #nav-slider .nav-next {
    top: 82px;
  }
  #slider, 
  .block,
  #footer-block-wrap .footer-block {
    margin-bottom: 1em;
  }
  blockquote {
    margin: 0;
  }
  blockquote.pull {
    font-size: 17px;
  }
  /* Reposition the site title and description slightly */
  #site-name {
    padding: 0;
  }
  #site-name,
  #site-slogan {
    margin-right: 0;
  }
  /* Floated content doesn't work well at this size */
  .alignleft,
  .alignright {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  /* Menu */
  #navigation #main-menu {
    padding: 14px 0;

  } 
  #main-menu > ul.menu {
    display: none;

  }
  #main-menu > ul.menu li {
    border: none;
      float: none;
      text-align: center;

  }
  .tinynav {
    background-image: none;
    background-color: transparent;
    background-position: right center;
    background-repeat: no-repeat;
    
    border: none;
    color: #fff;
    display: block;
    margin-bottom: 0;
    margin-left: auto;
    margin-top: 0;
    overflow: hidden;
    width: 100%;
  } 
  .tinynav option {
    background: #028291;
    color: #000;
  }
  .social-profile {
    float: none;
    text-align: center;
  }
  .social-profile ul li {
    display: inline-block;
    float: none;
    margin: 0 0 10px 10px;
  }
  #bottom .copyright, #bottom .credit {
    display: block;
    margin-left: 3%;
    float: none;
    text-align: center;
    width: 97%;
  }
}
@media (max-device-width: 650px) {  
  .tinynav {
    background-image: url("images/select-arrow.png");
  }
  #primary {
    margin: 0;
  }
.views_slideshow_cycle_main .views-field.views-field-title,
.views_slideshow_cycle_main .views-field.views-field-field-news-date,
.views_slideshow_cycle_main .views-field.views-field-field-the-description
 {
    float: none;
  }
}
@media screen and (max-width: 479px) {
  /*  iphone */
  #wrapper {
    max-width: 320px;
  }
  #site-name {
    font-size: 26px;
    line-height: 36px;
  }
  #site-slogan {
    font-size: 12px;
  }
  #nav-slider .nav-previous,
  #nav-slider .nav-next {
    top: 57px;
  }
  .comment .attribution, .comment .comment-text { 
    display: inline-block;
  }
  #bottom .copyright, #bottom .credit {
    font-size: 9px;
  }
  #primary {
    margin: 0;
  }
}
@media screen and (max-width: 319px) {
  /* small phone */
  #wrapper {
    max-width: 100%;
  }
  #wrapper {
    margin-top: 0;
  }
  #header {
    border-top: none;
  }
  input[type="text"] {
    width: 98%;
  }
  #nav-slider .nav-previous,
  #nav-slider .nav-next {
    top: 45px;
  } 
  #primary {
    margin: 0;
  }
}


/* =Print
----------------------------------------------- */

@media print {
  body {
    background: none !important;
    font-size: 10pt;
  }
  #wrapper {
    clear: both !important;
    display: block !important;
    float: none !important;
    max-width: 100%;
    position: relative !important;
  }
  #header {
    border-top: none !important;
    padding: 0;
  }
  #header hgroup {
    margin: 0;
  }
  #site-name a {
    font-size: 21pt;
  }
  #site-slogan {
    font-size: 10pt;
  }
  #header img {
    display: none;
  }
  #navigation {
    display: none;

  }
  #main {
    border-top: none;
    box-shadow: none;
  }
  #primary {
    float: left;
    margin: 0;
    width: 100%;
  }
  #content {
    margin: 0;
    width: auto;
  }
  .widget-area {
    display: none;
  }
  #footer-bottom {
    display: none;
  }

}

body.cke_editable {
  background: #fff;
}




.form-item, .form-actions {
  text-align: left;
}
.form-item label {
  color: #6B7071;
  font-size: 11px;
  font-weight: normal;
}

#content-wrap h2 {
  background: url("images/title-stamp.gif") right bottom no-repeat;
  border-bottom: 1px solid #E8E8E8;
  color: #008F9F;
  font-size: 15px;
  font-weight: normal;
  margin: 0 -0.75em 1em;
  padding: 0 0 0.5em;

}
/* Commented by Dalal */
/*
.main_slide {
  background: #CCC;
  max-width: 960px;
  height: 300px;
  margin: 0 auto 10px;
  display: block;
  overflow: hidden;
}
*/
/*-----Added by Dalal---------------------------------------*/

.views_slideshow_cycle_main {
  width: 100%;
  
display: block;
  overflow: hidden;
}
.views_slideshow_cycle_main .views-slideshow-cycle-main-frame {
  width: 100% !important;
  height: 300px; /* Added by Abdulmajeed */
}

/***Added by Abdulmajeed 

.latest-news { 
    height: 190px !important;
}**/

div#views_slideshow_cycle_teaser_section_main_news-block 
{
height: 440px !important;/* Added by Abdulmajeed */
}

.views_slideshow_cycle_main .views-slideshow-cycle-main-frame-row {
  width: 100% !important;
  height: auto;
}
.views_slideshow_cycle_main .field-content {
  max-width: 100%;
  width: 100%;
}
.views_slideshow_cycle_main .field-content img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;

}
/*-------------------------------------------------------------------------------*/

/* PAGE FRONT STYLE */
.home-tab-row {
  max-width: 100%; 
  min-height: 50px; 
  overflow: hidden; 
  margin-bottom: 20px;
}

.home-tab-row .item-list ul {
  border: 1px solid #d9d9d9;
  padding: 10px;
}

.home-tab-row .region-home-quick-tab h2 {
  display: none;
}
.home-tab-row .quicktabs-tabs li {
  border-left: 1px solid #d9d9d9;
  padding: 10px 13px;
}
.home-tab-row .quicktabs-tabs li.last {
  border-left: 0;
}

.home-tab-row .quicktabs-tabs li a:hover {
  color: #008F9F;
}


.home-tab-row .quicktabs-tabs li.active, .home-tab-row .quicktabs-tabs li.active a {
  background: #008F9F;
  color: #fff;
  margin-right: -5px;
}

.home-tab-row .quicktabs-tabs li a {
  color: #555;
  font-size: 15px;
}

.home-tab-row .quicktabs-tabpage {
  border: 1px solid #d9d9d9;
  border-top: 0;
  padding: 5px;
  min-height: 50px;
  border-top: 3px solid #008F9F;

}

.home-tab-row .quicktabs-tabpage li {
  float: left; /*Dalal: right=>left */
  min-width: 180px;
  padding: 10px 5px;
  list-style: none;
}

.home-tab-row .quicktabs-tabpage li a {
  margin-right: 10px;
  color: #333;
  font-size: 13px;
}
.home-tab-row .quicktabs-tabpage li a:hover {
  color: #008F9F;
}
/* ----Commented by Dalal-------------------------------------------
.home-row-2 {
  max-width: 100%; 
  min-height: 350px; 
  overflow: hidden;
}

.home-row-2 .left {
  max-width: 300px; 
  min-width: 290px; 
  min-height: 300px; 
  overflow: hidden;
  float: right; 
}
.home-row-2 .left.first {
  margin-left: 30px;
}

.home-row-2 .right {
  max-width: 300px; 
  min-width: 290px; 
  min-height: 300px; 
  overflow: hidden;
  float: right; 
}
--------------------------------------------------------------------*/
.region-home-poll li a {
  background: #00A5B8;
  color: #fff;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
}
.region-home-poll li a:hover {
  background: #018A9A;
  color: #fff;
}


.search_box {
  position: absolute;
  left: 3%;
  top: 4.8em;
  height: auto;
  width: auto;
}



#search-form input#edit-keys, #block-search-form .form-item-search-block-form input {
    float: right;
    width: 15em;
    padding: 10px;
    border-color: #eaeaea;
    color: #666;
}

#search-form .form-item-search-block-form input:focus {
    border: 1px solid #999 !important;
}

#search-block-form input.form-submit, #search-form input.form-submit {
  padding: 19px;
  background: url("images/search.png") no-repeat #CCC;
}

#search-block-form #edit-submit:hover {
  background: url("images/search2.png") no-repeat #CCC;
}


#sidebar .view-academic-calendar .views-row {
  border-bottom: 1px dotted #666;
  padding: 5px 0;
  width: 100%;
  overflow: hidden;
}

.view-academic-calendar .views-row .views-field-title {
  float: right;
  width: 74%;
  margin-left: 10px;
}
.view-academic-calendar .views-row .views-field-title a {
  color: #222;
}
.view-academic-calendar .views-row .views-field-title a:hover {
  text-decoration: none;
  color: #777;
}
.view-academic-calendar .views-row .views-field-field-date {
  float: right;
  width: 20%;
  text-align: center;
  color: #008F9F;
  background: #E8E8E8;
}
/*--------En Academic Calendar---------------------------------*/
#sidebar .view-en-academic-calendar .views-row {
  border-bottom: 1px dotted #666;
  padding: 5px 0;
  width: 100%;
  overflow: hidden;
}
.view-en-academic-calendar .views-row .views-field-title {
  float: left;
  width: 74%;
  margin-right: 10px;
}
.view-en-academic-calendar .views-row .views-field-title a {
  color: #222;
}
.view-en-academic-calendar .views-row .views-field-title a:hover {
  text-decoration: none;
  color: #777;
}
.view-en-academic-calendar .views-row .views-field-field-date {
  float: left;
  width: 20%;
  text-align: center;
  color: #008F9F;
  background: #E8E8E8;
}
/*------------------------------------------------------------*/
/* NEWS SLIDER */
#views_slideshow_cycle_main_main_news-block {
  border-bottom: 1px solid #d9d9d9;
  overflow: hidden;
  margin-top: 5px;
}


.views_slideshow_cycle_main .views-field.views-field-title,
.views_slideshow_cycle_main .views-field.views-field-field-news-date,
.views_slideshow_cycle_main .views-field.views-field-field-the-description
 {
  border: 0px solid red;
  float: left;
  max-width: 350px;
  min-width: 100%; /** By Abdulmajeed***/
}

.views_slideshow_cycle_main .views-field.views-field-title a {
  font-size: 16px;
  color: #fff;
  margin: 0 10px
}
.views_slideshow_cycle_main .views-field.views-field-field-news-date {
  font-size: 12px;
  color: #666;
  margin: 5px 0;
}
.views_slideshow_cycle_main .views-field.views-field-field-image
 {
  border: 0px solid red;
  float: right;
  max-width: 250px;
}

#sidebar .block .menu {
	background: #00A5B8;
}
#sidebar .block .menu ul li {
	list-style: none;
}

#sidebar .block .menu li {
    background: #F8F8F8;
    border-bottom: 1px solid #D9D9D9;
    list-style: none outside none;
    padding: 10px;
}

#sidebar .block .menu li:hover {
    background: #00A5B8;
}

#sidebar .block .menu li a {
	color: #222;
}

#sidebar .block .menu li a:hover {
	color: #fff;
}


#sidebar .block li.dhtml-menu-open > a {
    font-style: normal !important;
}

#sidebar .block .menu li .expanded {
    background: #00A5B8;
}

.view-main-news.view-id-main_news .views-row  {
	border-bottom:  1px solid #d9d9d9;
	overflow: hidden;
	clear: both;
	margin-bottom: 10px;
}

.view-main-news.view-id-main_news .views-field-title {
	padding: 5px 0;
}

.view-main-news.view-id-main_news .views-field-title a {
	color: #008F9F;
	font-weight: bold;
	font-size: 12px;
}


.view-main-news.view-id-main_news .views-field-title a:hover {
	color: #333;
}

.view-main-news.view-id-main_news .views-field-field-image {
	max-width: 155px;
	float: right;
}

.view-main-news.view-id-main_news .views-field-field-image img {
	width: 150px;
	height: 150px;
	border: 1px solid #999;
	padding: 3px;
	background: #f8f8f8;
}

.view-main-news.view-id-main_news .views-field-field-news-date {
	float: right;
	min-width: 200px;
	margin: 10px;
font-size:11px;
}

.view-main-news.view-id-main_news .bodynews {
	float: right;
	max-width: 400px; /***/
	margin: 10px;

}

/*------------Added by Dalal --------*/
/*-----------------*/
.view-en-main-news.view-id-en_main_news .views-row  {
	border-bottom:  1px solid #d9d9d9;
	overflow: hidden;
	clear: both;
	margin-bottom: 10px;
}

.view-en-main-news.view-id-en_main_news .views-field-title {
	padding: 5px 0;
}

.view-en-main-news.view-id-en_main_news .views-field-title a {
	color: #008F9F;
	font-weight: bold;
	font-size: 12px;
}

.view-en-main-news.view-id-en_main_news .views-field-title a:hover {
	color: #333;
}

.view-en-main-news.view-id-en_main_news .views-field-field-image {
	max-width: 155px;
	float: left;
}

.view-en-main-news.view-id-en_main_news .views-field-field-image img {
	width: 150px;
	height: 150px;
	border: 1px solid #999;
	padding: 3px;
	background: #f8f8f8;
}

.view-en-main-news.view-id-en_main_news .views-field-field-news-date {
	float:left;
	min-width: 200px;
        margin: 10px;
font-size:11px;
/*margin: 10px 10px -150px 10px;
position:relative;
top:-160px;
left:158px;*/
}


.view-en-main-news.view-id-en_main_news .en_bodynews
{
float:left;
max-width: 300px;
margin: 10px;
	

/*margin: 10px 10px -150px 10px;
position:relative;
top:-120px;
left:160px;*/
}
/**-----Added by Dalal For student Affairs News & Announcements----------------*/


div#views_slideshow_cycle_teaser_section_clone_of_student_affairs_news_view-block
{
height: 440px !important;
}

#views_slideshow_cycle_main_clone_of_student_affairs_news_view-block
{
border-bottom: 1px solid #d9d9d9;
  overflow: hidden;
  margin-top: 5px;

}

.view-clone-of-student-affairs-news-view.view-id-clone_of_student_affairs_news_view .views-row  {
	border-bottom:  1px solid #d9d9d9;
	overflow: hidden;
	clear: both;
	margin-bottom: 10px;

}

.view-clone-of-student-affairs-news-view.view-id-clone_of_student_affairs_news_view .views-field-title {
	padding: 5px 0;

}

.view-clone-of-student-affairs-news-view.view-id-clone_of_student_affairs_news_view .views-field-title a {
	color: #008F9F;
	font-weight: bold;
	font-size: 12px;

}


.view-clone-of-student-affairs-news-view.view-id-clone_of_student_affairs_news_view .views-field-title a:hover {
	color: #333;
}

.view-clone-of-student-affairs-news-view.view-id-clone_of_student_affairs_news_view .views-field-field-image {
	max-width: 155px;
	float: right;
}

.view-clone-of-student-affairs-news-view.view-id-clone_of_student_affairs_news_view .views-field-field-image img {
	width: 150px;
	height: 150px;
	border: 1px solid #999;
	padding: 3px;
	background: #f8f8f8;
}

.view-clone-of-student-affairs-news-view.view-id-clone_of_student_affairs_news_view .views-field-field-news-date {
	float: right;
	min-width: 200px;
	margin: 10px 35px 10px 10px;

font-size:11px;
}

.view-clone-of-student-affairs-news-view.view-id-clone_of_student_affairs_news_view .bodynews {
	float: right;
	max-width: 400px; /***/
	
margin: 10px 35px 10px 10px;


}

/*------*/


#views_slideshow_cycle_main_student_affairs_announcements_view-block
{
border-bottom: 1px solid #d9d9d9;
  overflow: hidden;
  margin-top: 5px;
}


div#views_slideshow_cycle_teaser_section_student_affairs_announcements_view-block
{
height: 440px !important;
}


.view-student-affairs-announcements-view.view-id-student_affairs_announcements_view .views-row  {
	border-bottom:  1px solid #d9d9d9;
	overflow: hidden;
	clear: both;
	margin-bottom: 10px;

}

.view-student-affairs-announcements-view.view-id-student_affairs_announcements_view .views-field-title {
	padding: 5px 0;

}

.view-student-affairs-announcements-view.view-id-student_affairs_announcements_view .views-field-title a {
	color: #008F9F;
	font-weight: bold;
	font-size: 12px;

}


.view-student-affairs-announcements-view.view-id-student_affairs_announcements_view .views-field-title a:hover {
	color: #333;
}

.view-student-affairs-announcements-view.view-id-student_affairs_announcements_view .views-field-field-image {
	max-width: 155px;
	float: right;
}

.view-student-affairs-announcements-view.view-id-student_affairs_announcements_view .views-field-field-image img {
	width: 150px;
	height: 150px;
	border: 1px solid #999;
	padding: 3px;
	background: #f8f8f8;
}

.view-student-affairs-announcements-view.view-id-student_affairs_announcements_view .views-field-field-news-date {
	float: right;
	min-width: 200px;
	margin: 10px 35px 10px 10px;

font-size:11px;
}

.view-student-affairs-announcements-view.view-id-student_affairs_announcements_view .bodynews {
	float: right;
	max-width: 400px; /***/
	
margin: 10px 35px 10px 10px;


}
/**-----------------------------------------*/



.ar_news_archive
{
float: right;
margin-left:2em;
direction:rtl;
}
.en_news_archive
{
float: left;
margin-left:1em;

}
.ltr
{
direction:ltr;
}
.rtl
{
direction:rtl;
}
/*-----------------------------------*/
.department-announcements
{
text-align:right;
width: 50%;
}
.en-department-announcements
{
width: 50%;
}
.right
{
text-align:right;
float:right;
display:inline;
}
.ar_academic-calendar_title
{
text-align:right;
float:right;
font-weight:bold;
margin-top:10px;

}
.ar_academic-calendar_date
{
text-align:left;
float:left;
margin-top:1cm;
}
.en_academic-calendar_title
{
float:left;
text-align:left;
font-weight:bold;
margin-top:10px;

}
.en_academic-calendar_date
{
text-align:right;
float:right;
margin-top:1cm;
}
.left
{
margin-top:20px;
text-align:right;
float:left;
display:inline;
}
.left2
{
float:left;
text-align:left;
}
/*-----------------------------------*/
.department-news
{
text-align:right;

}
/*---------*/
.ar-department-news-title
{
padding: 5px 0;
}
.ar-department-news-title a {
	color: #008F9F;
	font-weight: bold;
	font-size: 12px;
}
.ar-department-news-title a:hover {
	color: #333;
}

.en-department-news-title
{
padding: 5px 0;
}
.en-department-news-title a {
	color: #008F9F;
	font-weight: bold;
	font-size: 12px;
}
.en-department-news-title a:hover {
	color: #333;
}
/*---------*/
.ar-department-news-date
{
float: right;
min-width: 200px;
margin: 20px 30px 0px 10px;
font-size:11px;
}
.en-department-news-date
{
float: left;
min-width: 200px;
margin: 20px 0px 0px 20px;
font-size:11px;
}
/*---------*/
.ar-department-news-body
{
text-align:right;
float: right;
max-width: 300px;
margin: 13px 30px 10px 10px;
}
.en-department-news-body
{
text-align:left;
float: left;
max-width: 300px;
margin: 13px 0px 10px 20px;
}
/*---------*/
.en-department-news-pic
{
max-width: 155px;
float:left;
}
.en-department-news-pic img 
{
        width: 150px;
	height: 150px;
	border: 1px solid #999;
	padding: 3px;
	background: #f8f8f8;
}
.ar-department-news-pic
{
max-width: 155px;
float: right;
}
.ar-department-news-pic img 
{
        width: 150px;
	height: 150px;
	border: 1px solid #999;
	padding: 3px;
	background: #f8f8f8;
}
/*------Faculty-----------------------------*/
.view-ar-nursing-faculty-members.view-id-ar_nursing_faculty_members .views-view-grid
{
border-bottom:  1px solid #d9d9d9;
	clear: both;
	margin-bottom: 10px;
overflow-y: scroll;
overflow-x: hidden;
}
.ar-faculty-name
{
float: right;
min-width: 300px;
margin: 19px 14px 10px -25px;
text-align:right;
font-weight:bold;
}
.ar-faculty-position
{
float: right;
min-width: 300px;
margin: 5px 14px 10px -25px;
text-align:right;

}
.ar-faculty-pic 
{
max-width: 120px;
float: right;
}

.ar-faculty-pic img
{
border: 1px solid #999;
padding: 3px;
background: #f8f8f8;
float:right;
}


.ar-faculty-cv
{
float: right;
min-width: 300px;
margin: 5px 14px 10px -25px;
text-align:right;

}
/*-------En:FACYLITY---------------------------------*/
.en-faculty-pic 
{
max-width: 120px;
float:left;
}
.en-faculty-pic img
{
float:left;
border: 1px solid #999;
padding: 3px;
background: #f8f8f8;

}
.en-faculty-name
{

float:left;
min-width: 300px;
margin: 19px -10px 0 0;
text-align:left;
font-weight:bold;
}

.en-faculty-position
{

float: left;
min-width: 300px;
margin: 5px -10px 0 0;
text-align:left;

}
.en-faculty-cv
{

float: left;
min-width: 300px;
margin: 5px -10px 0 0;
text-align:left;

}
/*-----------------------------------*/
.view-slideshow.view-id-slideshow .views-field-field-pic {
    margin-top: 0;
    position: relative;
    z-index: -1;
}

.view-slideshow.view-id-slideshow .views-field-title {
    clear: both;
    min-width: 100%;
	background: #111;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
	opacity: 0.8;
	position: absolute;
	bottom: 55px;
}

.view-slideshow.view-id-slideshow .slide-body {
    clear: both;
    min-width: 100%;
	background: #111;
	color: #fff;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
	opacity: 0.8;
	position: absolute;
	bottom: -5px;
	height: 60px;
}
.view-slideshow.view-id-slideshow .slide-body span {
	margin: 0 10px;
}

/*--------------- Added by Dalal -------*/
.language-switcher-locale-url li.active a{
display: none;
}

.language-switcher-locale-url li,
.language-switcher-locale-url ul,
.language-switcher-locale-url ol,
.language-switcher-locale-url a,
.language-switcher-locale-url a:link,
.language-switcher-locale-url a.link,
.language-switcher-locale-url a:visited,
.language-switcher-locale-url a.visited,
.language-switcher-locale-url a:hover,
.language-switcher-locale-url a.hover,
.language-switcher-locale-url a.hovered
{

font-size: 15px;
font-family: Arial, Helvetica, Sans-Serif;
display: inline;
text-decoration: none;
float: left;
}


.ribbon a {
  border: 1px solid #faa;
  color: #fff;
  display: block;
  font: bold 150% 'Hesham Gornata';
  margin: 1px 0;
  padding: 10px 50px;
  text-align: center;
  text-decoration: none;
  /* shadow */
  text-shadow: 0 0 5px #444;
}


.view-ar-job-vacancies.view-id-ar_job_vacancies table caption {
float:right;
font-weight: bold;
margin: 5px 0;
}
.view-job-vacancies.view-id-job_vacancies table caption {
font-weight: bold;
margin: 5px 0;
}


.rss-style
{
 margin-bottom:30px;
 display: block;
}
/*----------------------------------------------------------------/
/**-----Added by Dalal For research-activities----------------*/


div#views_slideshow_cycle_teaser_section_research_activities-block
{
height: 440px !important;
}

#views_slideshow_cycle_main_research_activities-block
{
border-bottom: 1px solid #d9d9d9;
  overflow: hidden;
  margin-top: 5px;

}

.view-research-activities.view-id-research_activities .views-row  {
	border-bottom:  1px solid #d9d9d9;
	overflow: hidden;
	clear: both;
	margin-bottom: 10px;

}

.view-research-activities.view-id-research_activities .views-field-title {
	padding: 5px 0;
 border: 0px solid red;
  float: right;
  max-width: 350px;
  min-width: 100%; /** By Abdulmajeed***/
text-align: right;

}

.view-research-activities.view-id-research_activities .views-field-title a {
	color: #008F9F;
	font-weight: bold;
	font-size: 12px;

}


.view-research-activities.view-id-research_activities .views-field-title a:hover {
	color: #333;
}

.view-research-activities.view-id-research_activities .views-field-field-image {
	max-width: 155px;
	float: right;
}

.view-research-activities.view-id-research_activities .views-field-field-image img {
	width: 150px;
	height: 150px;
	border: 1px solid #999;
	padding: 3px;
	background: #f8f8f8;
}

.view-research-activities.view-id-research_activities .views-field-field-news-date {
	float: right;
	min-width: 200px;
	margin: 7px 35px 5px 7px ;
  text-align: right;
font-size:11px;
}

.view-research-activities.view-id-research_activities .bodynews {
	float: right;
	max-width: 400px; /***/
	  text-align: justify;
margin: 10px ;
margin: 10px 35px 5px 10px ;

}

/*------*/