#imggallerycontainer {
margin-top:10px;
overflow:hidden;
position:relative;
text-align:center;
}

#galleryimage {
height:auto !important;
min-height:500px;
}

#theImages li {
float:left;
margin-right:2px;
text-align:center;
width:180px; height:140px;
}

#galleryContainer {
clear:both;
height:150px;
overflow:hidden;
position:relative;
width:1005px;
}

#arrow_right, #arrow_left {
height:100px !important;
padding:25px 0 !important;
}

#preloader {
display:none;
}
.NewsItemContainer{border-bottom:1px solid #FFEFD5;height:110px;padding:10px;direction:rtl;}
.insideNewsText{display: block; height: 80px;}
.QueryText{ color:#CC0000;font-weight:bold;}
.insideAuthor{display: block; font-weight: bold; font-size: 10px;margin-top:5px;}
.insideDate{display: block; font-size: 10px;}
.insideAuthor-en{display: block; font-weight: bold; font-size: 10px;direction:ltr;float:left;margin-top:5px;}
.insideDate-en{display: block; font-size: 10px;direction:ltr;float:left;}

.pagination {list-style:none; margin:0px; padding:0px;}  
.pagination li{float:left; margin:3px;}  
.pagination li a{   display:block; padding:3px 5px; color:#fff; background-color:#CB2327; text-decoration:none;}  
.pagination li a.active {border:1px solid #000; color:#000; background-color:#fff;}  
.pagination li a.inactive {background-color:#eee; color:#777; border:1px solid #ccc;}  
#importantlist{ overflow: auto !important;}


.jqitem{background-color: #F0F0F0;
    border: 1px solid #CC0000;
    float: left;
    height: 150px;
    margin: 10px;
    padding: 10px;
    text-align: center;
    width: 140px;}
.jqitem img {
	border : none !important;
}
.holder{overflow:hidden;position:relative;margin-left:5%;width: 100%;}
.currentPager{font-weight: bold;color:#CC0000;}
.paging  {direction: ltr; padding-left: 0.5em;}
.paging  li{display: inline;padding: 0 0.5em;}

.share-dialog-form label { display:block; }
.share-dialog-form input { display:block; }
.share-dialog-form input.text { margin-bottom:12px; width:95%; padding: .4em; }
.share-dialog-form textarea.text { margin-bottom:12px; width:95%; padding: .4em; }
.share-dialog-form fieldset { padding:0; border:0; margin-top:25px; }
.share-dialog-form h1 { font-size: 1.2em; margin: .6em 0; }
.share-dialog-form .ui-dialog .ui-state-error { padding: .3em; }
.share-dialog-form .validateTips { border: 1px solid transparent; padding: 0.3em; }

.loader {
    color: #003333;
    font-weight: bold;
	    position: fixed;
	    top: 50%;
	    left: 50%;
	    margin-left: -50px; /* half width of the loader gif */
	    margin-top: -50px; /* half height of the loader gif */
	    text-align:center;
	    z-index:9999;
             overflow: auto;
	    width: 100px; /* width of the loader gif */
	    height: 102px; /*hight of the loader gif +2px to fix IE8 issue */
	}
.panelLoading {
    background-color: white;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.5;
    z-index: 20;
}