﻿
/* CSS Document */

/** Generated by FG **/

@import "https://fonts.googleapis.com/css?family=Cairo:200,300,400,600,700,900&subset=arabic,latin-ext";

/** Generated by Avenir Book **/
@font-face {
    font-family: 'Avenir_book';
    src: url('fonts/AvenirLTStd-Book.eot');
    src: local('☺'), url('fonts/AvenirLTStd-Book.woff') format('woff'), url('fonts/AvenirLTStd-Book.ttf') format('truetype'), url('fonts/AvenirLTStd-Book.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/** Generated by Avenir Roman **/
@font-face {
    font-family: 'Avenir_roman';
    src: url('fonts/AvenirLTStd-Roman.eot');
    src: local('☺'), url('fonts/AvenirLTStd-Roman.woff') format('woff'), url('fonts/AvenirLTStd-Roman.ttf') format('truetype'), url('fonts/AvenirLTStd-Roman.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
}

body {
    direction: ltr;
    font-family: arial;
    padding: 0;
    margin: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    text-align: left !important;
}

.clearFix {
    clear: both
}

ul {
    margin: 0;
    padding: 0
}

a.button,
input.button {
    font-size: 14px;
    outline: none;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding: 2px;
    color: white;
    background-color: #ababab;
    margin: 0;
    border: none;
    font-family: arial;
    font-weight: bold;
    min-width: 140px;
    margin-left: 3px;
    margin-right: 3px;
}


.disBlock {
    display: block !important;
}

/* Scale on hover */

/*a.button.scale {
    -webkit-transition: padding ease-in-out 0.2s;
}*/
a.button.scale:hover {
    padding-top: .75em;
    padding-bottom: .75em;
}
/* Chunky buttons */

a.button.chunky {
    border-bottom-width: 3px !important;
    position: relative;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

    a.button.chunky:active {
        border-bottom-width: 1px !important;
        top: 2px;
        -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.2);
    }
/* Icon buttons */

.button.icon span {
    padding-left: 18px;
}

.button.icon.forward span {
    background: url(../App_Images/icons/forward.png) left no-repeat;
}

.button.icon.back span {
    background: url(../App_Images/icons/back.png) right no-repeat;
    padding-right: 24px;
    padding-left: 0;
}

.button.icon.download span {
    background: url(../App_Images/icons/download.png) left no-repeat;
}

.button.icon.edit span {
    background: url(../App_Images/icons/edit.png) left no-repeat;
}

.button.icon.rss span {
    background: url(../App_Images/icons/rss.png) left no-repeat;
}

.button.icon.upload span {
    background: url(../App_Images/icons/upload.png) left no-repeat;
}

.button.icon.delete span {
    background: url(../App_Images/icons/delete.png) left no-repeat;
}

.button.icon.login span {
    background: url(../App_Images/icons/login.png) left no-repeat;
}

.button.icon.love span {
    background: url(../App_Images/icons/love.png) left no-repeat;
}

.button.icon.tag span {
    background: url(../App_Images/icons/tag.png) left no-repeat;
}

.button.icon.refresh span {
    background: url(../App_Images/icons/refresh.png) left no-repeat;
}

.button.icon.lock span {
    background: url(../App_Images/icons/lock.png) left no-repeat;
}

.button.icon.unlock span {
    background: url(../App_Images/icons/unlock.png) left no-repeat;
}

.button.icon.search span {
    background: url(../App_Images/icons/search.png) left no-repeat;
}

.button.icon.add span {
    background: url(../App_Images/icons/add.png) left no-repeat;
}

.button.icon.confirm span {
    background: url(../App_Images/icons/confirm.png) left no-repeat;
}

.button.icon.time span {
    background: url(../App_Images/icons/time.png) left no-repeat;
}

.button.icon.trash span {
    background: url(../App_Images/icons/trash.png) left no-repeat;
}

.button.icon.email span {
    background: url(../App_Images/icons/email.png) left no-repeat;
}

.button.icon.comment span {
    background: url(../App_Images/icons/comment.png) left no-repeat;
}

.button.icon.bookmark span {
    background: url(../App_Images/icons/bookmark.png) left no-repeat;
}

.button.icon.top span {
    background: url(../App_Images/icons/top.png) left no-repeat;
}
/* Black button */

.button.black {
    background-position: 100% 0%;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#333333', EndColorStr='#111111')";
    color: #dddddd;
    border: 1px solid #111111;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), inset 0 0 6px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), inset 0 0 6px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), inset 0 0 6px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2);
    background-image: -moz-gradient(top, #333333, #111111);
    /* IE6,IE7 */
    /* IE8 */
    background-color: #333333;
    background-repeat: repeat;
    background-attachment: scroll;
}

    .button.black:hover {
        background-position: 100% 0%;
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#333333', EndColorStr='#292929')";
        background-image: -moz-gradient(top, #333333, #292929);
        background-color: #333333;
        background-repeat: repeat;
        background-attachment: scroll;
    }

    .button.black:active {
        background-position: 100% 0%;
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#292929', EndColorStr='#333333')";
        -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.4), 0 1px 0 0 #ffffff;
        -moz-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.4), 0 1px 0 0 #ffffff;
        box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.4), 0 1px 0 0 #ffffff;
        background-image: -moz-gradient(top, #292929, #333333);
        /* IE6,IE7 */
        /* IE8 */
        background-color: #292929;
        background-repeat: repeat;
        background-attachment: scroll;
    }
/* Red button */

.button.red-pastel {
    background-position: 100% 0%;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#e84545', EndColorStr='#c62323')";
    color: #ffefef;
    border: 1px solid #930000;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    background-image: -moz-gradient(top, #e84545, #c62323);
    /* IE6,IE7 */
    /* IE8 */
    background-color: #e84545;
    background-repeat: repeat;
    background-attachment: scroll;
}

    .button.red-pastel:hover {
        background-position: 100% 0%;
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#e84545', EndColorStr='#de3b3b')";
        background-image: -moz-gradient(top, #e84545, #de3b3b);
        background-color: #e84545;
        background-repeat: repeat;
        background-attachment: scroll;
    }

    .button.red-pastel:active {
        background-position: 100% 0%;
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#de3b3b', EndColorStr='#e84545')";
        background-image: -moz-gradient(top, #de3b3b, #e84545);
        background-color: #de3b3b;
        background-repeat: repeat;
        background-attachment: scroll;
    }
/* Orange button */

.button.orange {
    background-position: 100% 0%;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#e88645', EndColorStr='#c66423')";
    color: #ffffef;
    border: 1px solid #933100;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    background-image: -moz-gradient(top, #e88645, #c66423);
    /* IE6,IE7 */
    /* IE8 */
    background-color: #e88645;
    background-repeat: repeat;
    background-attachment: scroll;
}

    .button.orange:hover {
        background-position: 100% 0%;
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#e88645', EndColorStr='#de7c3b')";
        background-image: -moz-gradient(top, #e88645, #de7c3b);
        background-color: #e88645;
        background-repeat: repeat;
        background-attachment: scroll;
    }

    .button.orange:active {
        background-position: 100% 0%;
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#de7c3b', EndColorStr='#e88645')";
        background-image: -moz-gradient(top, #de7c3b, #e88645);
        background-color: #de7c3b;
        background-repeat: repeat;
        background-attachment: scroll;
    }
/* Orange Pastel button */

.button.orange-pastel {
    background-position: 100% 0%;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#e9bc9d', EndColorStr='#c79a7b')";
    color: #3f1200;
    border: 1px solid #946748;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    background-image: -moz-gradient(top, #e9bc9d, #c79a7b);
    /* IE6,IE7 */
    /* IE8 */
    background-color: #e9bc9d;
    background-repeat: repeat;
    background-attachment: scroll;
}

    .button.orange-pastel:hover {
        background-position: 100% 0%;
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#e9bc9d', EndColorStr='#dfb293')";
        background-image: -moz-gradient(top, #e9bc9d, #dfb293);
        background-color: #e9bc9d;
        background-repeat: repeat;
        background-attachment: scroll;
    }

    .button.orange-pastel:active {
        background-position: 100% 0%;
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#dfb293', EndColorStr='#e9bc9d')";
        background-image: -moz-gradient(top, #dfb293, #e9bc9d);
        background-color: #dfb293;
        background-repeat: repeat;
        background-attachment: scroll;
    }
/* Yellow button */

.button.yellow {
    background: #e8c745;
    background-image: -webkit-gradient(linear, right top, right bottom, from(#e8c745), to(#c6a523));
    background-image: -webkit-linear-gradient(#e8c745, #c6a523);
    background-image: -moz-linear-gradient(top, #e8c745, #c6a523);
    background-image: -moz-gradient(top, #e8c745, #c6a523);
    color: #ffffef;
    border: 1px solid #937200;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

    .button.yellow:hover {
        background: #e8c745;
        background-image: -webkit-gradient(linear, right top, right bottom, from(#e8c745), to(#debd3b));
        background-image: -webkit-linear-gradient(#e8c745, #debd3b);
        background-image: -moz-linear-gradient(top, #e8c745, #debd3b);
        background-image: -moz-gradient(top, #e8c745, #debd3b);
    }

    .button.yellow:active {
        background: #debd3b;
        background-image: -webkit-gradient(linear, right top, right bottom, from(#debd3b), to(#e8c745));
        background-image: -webkit-linear-gradient(#debd3b, #e8c745);
        background-image: -moz-linear-gradient(top, #debd3b, #e8c745);
        background-image: -moz-gradient(top, #debd3b, #e8c745);
    }
/* Yellow Pastel button */

.button.yellow-pastel {
    background: #e9db9d;
    background-image: -webkit-gradient(linear, right top, right bottom, from(#e9db9d), to(#c7b97b));
    background-image: -webkit-linear-gradient(#e9db9d, #c7b97b);
    background-image: -moz-linear-gradient(top, #e9db9d, #c7b97b);
    background-image: -moz-gradient(top, #e9db9d, #c7b97b);
    color: #3f3100;
    border: 1px solid #948648;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}

    .button.yellow-pastel:hover {
        background: #e9db9d;
        background-image: -webkit-gradient(linear, right top, right bottom, from(#e9db9d), to(#dfd193));
        background-image: -webkit-linear-gradient(#e9db9d, #dfd193);
        background-image: -moz-linear-gradient(top, #e9db9d, #dfd193);
        background-image: -moz-gradient(top, #e9db9d, #dfd193);
    }

    .button.yellow-pastel:active {
        background: #dfd193;
        background-image: -webkit-gradient(linear, right top, right bottom, from(#dfd193), to(#e9db9d));
        background-image: -webkit-linear-gradient(#dfd193, #e9db9d);
        background-image: -moz-linear-gradient(top, #dfd193, #e9db9d);
        background-image: -moz-gradient(top, #dfd193, #e9db9d);
    }
/* Green button */

.button.green {
    background-position: 100% 0%;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#b2d840', EndColorStr='#90b61e')";
    color: #ffffea;
    border: 1px solid #5d8300;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    background-image: -moz-gradient(top, #b2d840, #90b61e);
    /* IE6,IE7 */
    /* IE8 */
    background-color: #b2d840;
    background-repeat: repeat;
    background-attachment: scroll;
}

    .button.green:hover {
        background-position: 100% 0%;
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#b2d840', EndColorStr='#a8ce36')";
        background-image: -moz-gradient(top, #b2d840, #a8ce36);
        background-color: #b2d840;
        background-repeat: repeat;
        background-attachment: scroll;
    }

    .button.green:active {
        background-position: 100% 0%;
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#a8ce36', EndColorStr='#b2d840')";
        background-image: -moz-gradient(top, #a8ce36, #b2d840);
        background-color: #a8ce36;
        background-repeat: repeat;
        background-attachment: scroll;
    }
/* Green Pastel button */

a.NotPublished:link {
    color: #000 !important;
}

a.EventTitle:link {
    color: #ababab !important;
    font-size: 15px !important;
    font-family: 'Conv_GE SS Two Light' !important
}

a.DeletedLnk:link {
    color: red !important;
}

a.delete {
    color: red !important
}

.button.SuggestStAr {
    margin-right: 5px;
}

.rightAR {
    float: left;
    margin-right: 10px
}

#ctl00_MainContent_RadComboBox1_Input {
    height: 20px;
}

#ctl00_MainContent__dateCalendar__dateImage {
    margin-top: 10px !important;
    margin-left: -10px !important;
}

#ctl00_MainContent__shearchButton {
    margin-top: -1px !important;
}
/* Blue button */

.button.blue {
    background: #3ba4c7;
    background-image: -webkit-gradient(linear, right top, right bottom, from(#3ba4c7), to(#1982a5));
    background-image: -webkit-linear-gradient(#3ba4c7, #1982a5);
    background-image: -moz-linear-gradient(top, #3ba4c7, #1982a5);
    background-image: -moz-gradient(top, #3ba4c7, #1982a5);
    color: #e5ffff;
    border: 1px solid #004f72;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

    .button.blue:hover {
        background: #3ba4c7;
        background-image: -webkit-gradient(linear, right top, right bottom, from(#3ba4c7), to(#319abd));
        background-image: -webkit-linear-gradient(#3ba4c7, #319abd);
        background-image: -moz-linear-gradient(top, #3ba4c7, #319abd);
        background-image: -moz-gradient(top, #3ba4c7, #319abd);
    }

    .button.blue:active {
        background: #319abd;
        background-image: -webkit-gradient(linear, right top, right bottom, from(#319abd), to(#3ba4c7));
        background-image: -webkit-linear-gradient(#319abd, #3ba4c7);
        background-image: -moz-linear-gradient(top, #319abd, #3ba4c7);
        background-image: -moz-gradient(top, #319abd, #3ba4c7);
    }
/* Blue Pastel button */

.button.blue-pastel {
    background: #92c7da;
    background-image: -webkit-gradient(linear, right top, right bottom, from(#92c7da), to(#70a5b8));
    background-image: -webkit-linear-gradient(#92c7da, #70a5b8);
    background-image: -moz-linear-gradient(top, #92c7da, #70a5b8);
    background-image: -moz-gradient(top, #92c7da, #70a5b8);
    color: #001d30;
    border: 1px solid #3d7285;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}

    .button.blue-pastel:hover {
        background: #92c7da;
        background-image: -webkit-gradient(linear, right top, right bottom, from(#92c7da), to(#88bdd0));
        background-image: -webkit-linear-gradient(#92c7da, #88bdd0);
        background-image: -moz-linear-gradient(top, #92c7da, #88bdd0);
        background-image: -moz-gradient(top, #92c7da, #88bdd0);
    }

    .button.blue-pastel:active {
        background: #88bdd0;
        background-image: -webkit-gradient(linear, right top, right bottom, from(#88bdd0), to(#92c7da));
        background-image: -webkit-linear-gradient(#88bdd0, #92c7da);
        background-image: -moz-linear-gradient(top, #88bdd0, #92c7da);
        background-image: -moz-gradient(top, #88bdd0, #92c7da);
    }
/* Indigo button */

.button.indigo {
    background: #533bc7;
    background-image: -webkit-gradient(linear, right top, right bottom, from(#533bc7), to(#3119a5));
    background-image: -webkit-linear-gradient(#533bc7, #3119a5);
    background-image: -moz-linear-gradient(top, #533bc7, #3119a5);
    background-image: -moz-gradient(top, #533bc7, #3119a5);
    color: #fde5ff;
    border: 1px solid #000072;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

    .button.indigo:hover {
        background: #533bc7;
        background-image: -webkit-gradient(linear, right top, right bottom, from(#533bc7), to(#4931bd));
        background-image: -webkit-linear-gradient(#533bc7, #4931bd);
        background-image: -moz-linear-gradient(top, #533bc7, #4931bd);
        background-image: -moz-gradient(top, #533bc7, #4931bd);
    }

    .button.indigo:active {
        background: #4931bd;
        background-image: -webkit-gradient(linear, right top, right bottom, from(#4931bd), to(#533bc7));
        background-image: -webkit-linear-gradient(#4931bd, #533bc7);
        background-image: -moz-linear-gradient(top, #4931bd, #533bc7);
        background-image: -moz-gradient(top, #4931bd, #533bc7);
    }
/* Indigo pastel button */

.button.indigo-pastel {
    background: #a092da;
    background-image: -webkit-gradient(linear, right top, right bottom, from(#a092da), to(#7e70b8));
    background-image: -webkit-linear-gradient(#a092da, #7e70b8);
    background-image: -moz-linear-gradient(top, #a092da, #7e70b8);
    background-image: -moz-gradient(top, #a092da, #7e70b8);
    color: #000030;
    border: 1px solid #4b3d85;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}

    .button.indigo-pastel:hover {
        background: #a092da;
        background-image: -webkit-gradient(linear, right top, right bottom, from(#a092da), to(#9688d0));
        background-image: -webkit-linear-gradient(#a092da, #9688d0);
        background-image: -moz-linear-gradient(top, #a092da, #9688d0);
        background-image: -moz-gradient(top, #a092da, #9688d0);
    }

    .button.indigo-pastel:active {
        background: #9688d0;
        background-image: -webkit-gradient(linear, right top, right bottom, from(#9688d0), to(#a092da));
        background-image: -webkit-linear-gradient(#9688d0, #a092da);
        background-image: -moz-linear-gradient(top, #9688d0, #a092da);
        background-image: -moz-gradient(top, #9688d0, #a092da);
    }
/* Violet button */

.button.violet {
    background: #d03e93;
    background-image: -webkit-gradient(linear, right top, right bottom, from(#d03e93), to(#ae1c71));
    background-image: -webkit-linear-gradient(#d03e93, #ae1c71);
    background-image: -moz-linear-gradient(top, #d03e93, #ae1c71);
    background-image: -moz-gradient(top, #d03e93, #ae1c71);
    color: #ffe8ff;
    border: 1px solid #7b003e;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

    .button.violet:hover {
        background: #d03e93;
        background-image: -webkit-gradient(linear, right top, right bottom, from(#d03e93), to(#c63489));
        background-image: -webkit-linear-gradient(#d03e93, #c63489);
        background-image: -moz-linear-gradient(top, #d03e93, #c63489);
        background-image: -moz-gradient(top, #d03e93, #c63489);
    }

    .button.violet:active {
        background: #c63489;
        background-image: -webkit-gradient(linear, right top, right bottom, from(#c63489), to(#d03e93));
        background-image: -webkit-linear-gradient(#c63489, #d03e93);
        background-image: -moz-linear-gradient(top, #c63489, #d03e93);
        background-image: -moz-gradient(top, #c63489, #d03e93);
    }
/* Violet Pastel button */

.button.violet-pastel {
    background: #de95bd;
    background-image: -webkit-gradient(linear, right top, right bottom, from(#de95bd), to(#bc739b));
    background-image: -webkit-linear-gradient(#de95bd, #bc739b);
    background-image: -moz-linear-gradient(top, #de95bd, #bc739b);
    background-image: -moz-gradient(top, #de95bd, #bc739b);
    color: #340013;
    border: 1px solid #894068;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}

    .button.violet-pastel:hover {
        background: #de95bd;
        background-image: -webkit-gradient(linear, right top, right bottom, from(#de95bd), to(#d48bb3));
        background-image: -webkit-linear-gradient(#de95bd, #d48bb3);
        background-image: -moz-linear-gradient(top, #de95bd, #d48bb3);
        background-image: -moz-gradient(top, #de95bd, #d48bb3);
    }

    .button.violet-pastel:active {
        background: #d48bb3;
        background-image: -webkit-gradient(linear, right top, right bottom, from(#d48bb3), to(#de95bd));
        background-image: -webkit-linear-gradient(#d48bb3, #de95bd);
        background-image: -moz-linear-gradient(top, #d48bb3, #de95bd);
        background-image: -moz-gradient(top, #d48bb3, #de95bd);
    }

.button.disabled,
.button.disabled:hover {
    background: #CCC;
    color: #999;
    border: 1px #999 solid;
    cursor: default;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#c2d78d', EndColorStr='#cce197')";
}

    .button.disabled:active {
        background: #CCC !important;
        background-image: none;
    }

a.button.disabled:active {
    background: #CCC !important;
    background-image: none;
}

.button.right {
    float: left;
}

.button[disabled=disabled],
.button[disabled=disabled]:hover {
    color: white;
    cursor: no-drop;
}

/*** Grids ***/

.grid-table {
    max-width: 850px;
    margin: 0 auto;
    /*border-bottom: 1px #00182f solid;*/
    /*background-color: white;*/
    text-align: left;
    width: 100% !important;
    border-collapse: separate;
    margin-top: 10px;
}

    .grid-table td {
        height: 38px;
    }

    .grid-table tr td.clock {
        font-size: 12px;
        color: #2c2e31
    }

i.fa-times {
    color: #2c2e31
}

.addBorder > tr > td {
    border-bottom: 1px solid #00182f
}

.grid-table td .bostat {
    border-bottom: 0;
    color: #ababab;
    font-size: 12px;
    font-family: arial !important;
    border-right: 0;
}

.grid-table tr.selected > td {
    background-color: #BCF2BC;
}

tr.grid-header th,
tr.grid-header td {
    color: #333;
    font-size: 14px;
    height: 25px;
    font-weight: bold;
}

.grid-table tr.alternative td {
    background-color: #e6fae6;
    border-bottom: 1px #B7B7B7 solid;
    color: #016801;
    font-size: 12px;
    padding-left: 6px;
}

.grid-header {
    background-color: #fffff;
    margin-bottom: 10px;
}

    .grid-header th:empty {
        display: none
    }

.grid-table tr td,
.grid-table tr th {
    padding-right: 5px;
    text-align: left;
    padding-left: 5px;
    text-align: left;
    overflow: hidden;
    color: #2c2e31;
    font-size: 15px;
    font-family: arial;
}

.grid-table tr:last-child {
    border-right: 0px;
}

.grid-table tr.footer td {
    background: #E8E8E8;
    background: -webkit-gradient(linear, right top, right bottom, from(#f6f6f6), to(#d4d4d4));
    background: -webkit-linear-gradient(#f6f6f6, #d4d4d4);
    background-image: -moz-linear-gradient(top, #f6f6f6, #d4d4d4);
    background-image: -moz-gradient(top, #f6f6f6, #d4d4d4);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
    color: #4c4c4c;
    padding-left: 6px;
    height: 35px;
    border-bottom: 0px;
}

.grid-table tr.paging td,
.grid-table tr.paging:hover td {
    border-bottom: 1px #B7B7B7 solid;
    text-align: center;
    background: transparent;
}

.th-table {
    width: 100%;
}

    .th-table tr td {
        background-image: none;
        background: transparent;
        border: 0px;
        padding: 0px;
        margin: 0px;
    }

    .th-table tr:hover > td {
        background: none;
        background: transparent !important;
        background-color: transparent;
    }

    .th-table tr td.top {
        text-align: center;
        border-bottom: 1px #B7B7B7 solid;
    }

tr.table-inside td {
    padding: 0px !important;
    background: transparent !important;
    margin: 0px;
}

.padding_remove {
    padding-left: 0px !important;
}

tr.table-inside tr th {
    border: 0px none !important;
}

tr.table-inside th.top,
tr.table-inside td.top {
    border-bottom: 1px #B7B7B7 solid;
}

tr.table-inside td:hover {
    padding: 0px !important;
    margin: 0px;
}

.checker {
    width: 3%;
    text-align: center;
    padding: 0px !important;
    border-collapse: separate;
}

input[type=text],
input[type=password] {
    border: 1px solid white;
    background-color: white;
    font-size: 15px;
    outline: 0;
    margin: 5px;
    padding: 5px;
    width: 280px;
    text-align: right;
    text-indent: 8px;
    vertical-align: middle;
    text-align: left;
    float: left;
    height: 40px;
    max-width: 587px;
    font-family: arial;
    margin-bottom: 10px;
    margin-top: 0;
}

.FileUpload {
    border: 1px solid #ccc !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
    font-size: 13px !important;
    outline: 0 !important;
    height: 26px !important;
    margin-right: 5px !important;
    padding-top: 1px !important;
    vertical-align: middle !important;
    cursor: pointer;
}

.ReadOnlyText,
.ReadOnlyText:hover {
    border: 1px solid #c0c0c0 !important;
    font-size: 13px !important;
    outline: 0 !important;
    height: 26px !important;
    margin: 5px !important;
    margin-left: 0 !important;
    padding-top: 1px !important;
    text-indent: 8px !important;
    vertical-align: text-top !important;
    color: #A0A0A0 !important;
    cursor: default;
}

select {
    font-size: 12px;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 0;
    margin-bottom: 10px;
    width: 200px;
    padding: 0 5px;
    color: #1c2a39;
    font-family: arial;
    outline: none;
    border: 1px solid white;
    background-image: linear-gradient(-45deg, transparent 50%, #b8bcb4 50%), linear-gradient(-135deg, #b8bcb4 50%, transparent 50%), linear-gradient(to left, #fff, #fff);
    background-position: calc(100% - (26px - 18px)) calc(18px + 2px), calc(100% - (24px - 12px)) calc(18px + 2px), 100%;
    background-size: 5px 5px, 5px 5px, 2em 2em;
    background-repeat: no-repeat;
    appearance: none;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    max-width: 378px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-family: arial;
    color: #ababab;
}

    input:focus,
    select:focus,
    textarea:focus {
        border-color: 0;
    }

    select.rfdIgnore,
    .reControlsLayout .reControlCellLight input {
        border: 1px solid #ccc !important
    }

textarea:focus {
    border-color: #999;
}

#ctl00_MainContent_Login1__usernameTextbox,
#ctl00_MainContent_Login1__passwordTextbox {
    width: 280px !important;
}

input.small {
    width: 30px !important;
}

.paging a,
.paging span {
    float: left;
}

    .paging a.page {
        border: 1px solid white;
        color: white;
        padding: 1px 10px;
        text-decoration: none;
    }

.paging .current {
    background: #dbdbdb;
    border: 1px white solid;
    color: #464545;
    padding: 1px 10px;
    text-decoration: none;
}

.paging a.page:hover {
    background: #dbdbdb;
    border: 1px white solid;
    color: #464545;
}

.internalContent {
    max-width: 95%;
}

#ctl00$MainContent$_newsSectionsPager_input {
    width: 150px !important;
}

.paginator {
    color: white;
    background-color: #ababab;
    width: 100%;
    height: 40px;
    text-align: center;
}

    .paginator a {
        border: 1px solid white;
        color: white;
        text-decoration: none;
    }

    .paginator .cpb {
        background: #BCF2BC;
        border: 1px #016801 solid;
        color: #016801;
    }

.tabed {
    margin: 0 0 -3px 8px;
}

.tabed {
    max-width: 647px
}

.tabedli {
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding: 5px 4px 5px 10px;
    color: #4c4c4c;
    border-radius: 5px;
    border: 1px solid #D3D2D2;
    margin: 0 10px 11px 5px;
    text-align: left;
    background-color: #dbdbdb;
    float: left;
    direction: ltr;
}

    .tabedli table {
        direction: ltr !important;
    }

    .tabedli a,
    .tabedli a:visited {
        display: block;
        color: #5E5E5E;
        padding: 0 10px;
    }

.tabed li.selectedTab {
    background-color: #4B824B;
    background-image: none;
    -ms-filter: none;
}

    .tabed li.selectedTab a {
        color: #fff !important;
        cursor: default !important;
        text-shadow: none;
    }

.MasterRowClass {
    font-weight: bold;
    background-color: #e6fae6;
    color: #016801;
    font-size: 12px;
    padding-left: 6px;
}

    .MasterRowClass tr td,
    .MasterRowClass td {
        border-right: 0px none !important;
        border-left: 0px none !important;
    }

.DetailsRowClass td i {
    font-style: italic;
    font-size: 11px;
    color: #4b824b;
}

.hintanchor td {
    padding-right: 0 !important;
}

.forms-information33 td {
    padding-right: 5px;
}
/*** Site ***/

.Transparent .reDropDownBody,
.Transparent.reDropDownBody {
    background-color: white !important;
    opacity: 1 !important;
}

a {
    text-decoration: none;
    /*! color: #000; */
}

    a:hover {
        color: #222;
    }

input.small {
    width: 40px !important;
}

label {
    padding: 0 3px;
}

.clear {
    clear: both;
}

#ctl00_MainContent_BtnSave {
    background: none repeat scroll 0 0 #383838;
    border: medium none !important;
    color: #FFFFFF !important;
    cursor: pointer !important;
    height: 29px !important;
    width: 72px !important;
    text-align: center !important;
}

.MaxWidthImage {
    OVERFLOW: HIDDEN;
    max-width: 100%;
    font-size: 10px;
}

    .MaxWidthImage:hover,
    .MaxsizeImage:hover {
    }

#PlaceHolderMain {
    width: 490px;
}

#main_container {
    width: 100%;
    min-width: 960px;
    margin: 0;
}

#header {
    background-image: url('/App_Images/headerBg.png');
    background-repeat: repeat-x;
    height: 150px;
    width: 100%;
}

#ctl00_MainContent_welcomeImage {
    display: none;
}

#header_center {
    float: right;
    height: 150px;
    width: 220px;
    background-image: url('/App_Images/logoAdmin.png');
    margin-top: 0;
    margin-left: auto;
    margin-bottom: 0;
    margin-right: auto;
}

.headermenu img {
    display: none !important;
}

#header_left {
    float: right;
    height: 150px;
}

#header_right {
    float: left;
    height: 150px;
}

    #header_right #logo_text {
        margin: 40px 0 0 20px;
        background-image: url('/App_Images/logo_text.png');
        background-repeat: no-repeat;
        width: 350px;
        height: 100px;
    }

#header_left .inner {
    width: 215px;
    height: 122px;
    margin-right: 30px;
    margin-top: 10px;
    float: right;
}

    #header_left .inner ul.topLinks {
        list-style: none;
        list-style-image: none;
    }

        #header_left .inner ul.topLinks li {
            float: left;
            padding-left: 20px;
            background-repeat: no-repeat;
            background-position: left;
            margin-left: 25px;
        }

            #header_left .inner ul.topLinks li a,
            .inner ul.topLinks li a:visited {
                text-decoration: underline;
                color: #FFF;
            }

                #header_left .inner ul.topLinks li a:hover {
                    text-decoration: none;
                }

            #header_left .inner ul.topLinks li.sitemap {
                background-image: url('/App_Images/map_ico.png');
            }

            #header_left .inner ul.topLinks li.contact {
                background-image: url('/App_Images/contact_ico.png');
            }

    #header_left .inner .lang {
        margin: 20px auto;
        padding-left: 50px;
    }

        #header_left .inner .lang span.language {
            color: #12592e;
            float: left;
            padding: 2px;
        }

        #header_left .inner .lang select {
            border-style: none;
            border-color: inherit;
            border-width: 0px;
            background-image: url('/App_Images/topDropDown.png');
            width: 109px;
            height: 24px;
            padding: 3px;
            margin-left: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            float: left;
        }

            #header_left .inner .lang select option {
                background-position: right;
                background-repeat: no-repeat;
                border: 0px;
            }

                #header_left .inner .lang select option.ara {
                    background-image: url('/App_Images/arabic.png');
                }

                #header_left .inner .lang select option.eng {
                    background-image: url('/App_Images/english.png');
                }

    #header_left .inner #top_search {
        border-right: 1px solid #b6bcbf;
        border-left: 1px solid #b6bcbf;
        border-top: 1px solid #b6bcbf;
        margin-top: 27px;
        background-image: url('/App_Images/search_container.png');
        background-repeat: repeat-x;
        width: 215px;
        height: 37px;
        border-bottom: 0px;
        -webkit-border-top-right-radius: 5px;
        -webkit-border-top-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
    }

        #header_left .inner #top_search input.search {
            border-style: none;
            border-color: inherit;
            border-width: 0px;
            width: 176px;
            height: 22px;
            background-image: url('/App_Images/search_input.png');
            background-repeat: repeat-x;
            color: #fff;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            border-radius: 8px;
            margin-left: 5px;
            margin-top: 10px;
            padding-right: 5px;
            padding-left: 5px;
        }

        #header_left .inner #top_search input.search_btn {
            border-style: none;
            border-color: inherit;
            border-width: 0px;
            background: url('/App_Images/search_btn.png');
            width: 16px;
            height: 18px;
            cursor: pointer;
        }

.top_menu {
    margin-top: -58px;
    width: 430px;
}

.top_menu_right {
    float: left;
    margin-left: 10px;
}

.top_menu_left {
    float: right;
    margin-right: -15px;
}

.top_menu ul {
    list-style: none;
    list-style-image: none;
}

    .top_menu ul li {
        float: left;
        padding-left: 8px;
        padding-right: 8px;
        background-image: url('/App_Images/top_menu_sep.png');
        background-position: right;
        background-repeat: no-repeat;
    }

        .top_menu ul li.last {
            background-image: none;
            padding-right: 0px;
        }

        .top_menu ul li a,
        .top_menu ul li a:visited {
            color: #054624;
            text-decoration: none;
            text-shadow: 0px 1px 0px #1e8933;
            font-size: 12px;
            display: block;
        }

            .top_menu ul li a:hover {
                color: #a7ffb8;
            }

#left_side {
    width: 220px;
    float: right;
    padding-right: 3px;
    padding-left: 3px;
}

#right_side {
    width: 100%;
    float: left;
    background-color: #ffff;
    padding: 0;
}

.right_side {
    background-color: #1c2a39
}

#center_side {
    float: left;
    padding-right: 3px;
    padding-left: 3px;
    overflow: hidden;
    height: 100%;
    width: 760px;
}

#center_side_home {
    float: left;
    padding-right: 3px;
    padding-left: 3px;
    overflow: hidden;
    height: 100%;
    width: 525px;
}

.right_menu {
    padding: 10px 5px 10px 5px;
    width: 180px;
}

    .right_menu ul {
        list-style: none;
        list-style-position: inside;
    }

        .right_menu ul li {
            background-color: #4B824B;
            margin-top: 3px;
            padding: 3px 3px 5px 5px;
            /*border-right:3px #4B824B solid;*/
            color: #FFF;
            font-size: 13px;
            font-weight: bold;
            cursor: default;
        }

.selectedMenuItem {
    background-color: #d5e5c1 !important;
    border-left: 0px !important;
    color: #fff;
    font-weight: bold;
}

    .selectedMenuItem:hover {
        background-color: #d5e5c1 !important;
        border-left: 0px;
        color: #fff;
        font-weight: bold;
    }

    .selectedMenuItem a,
    .selectedMenuItem a:link,
    .selectedMenuItem a:visited,
    .selectedMenuItem a:hover {
        color: #2C5B2C;
        font-weight: bold;
    }

.right_menu ul li ul li:hover {
    background-color: #639E63;
    border-left: 5px #4B824B dashed;
}

.right_menu ul li a,
.right_menu ul li a:visited {
    color: #fff;
    display: block;
}

.right_menu ul li ul {
    background-color: #4B824B !important;
}

    .right_menu ul li ul:hover {
        background-color: #4B824B !important;
    }

.block {
    margin-top: 20px;
}

.block_first {
    margin-top: 0px;
}

.block_title {
    background-image: url('/App_Images/block_title.png');
    background-position: left;
    background-repeat: repeat-y;
    width: 220px;
    height: 23px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding-left: 5px;
    margin-bottom: 15px;
    padding-top: 3px;
}

    .block_title span {
        padding-left: 18px;
        background-position: left;
        background-repeat: no-repeat;
    }

        .block_title span.mo2tamar {
            background-image: url('/App_Images/medal.png');
        }

        .block_title span.calendar {
            background-image: url('/App_Images/calendar-blue.png');
        }

        .block_title span.hyperlink {
            background-image: url('/App_Images/chain.png');
        }

        .block_title span.homeLogin {
            background-image: url('/App_Images/lock.png');
        }

        .block_title span.homePraytime {
            background-image: url('/App_Images/clock-frame.png');
        }

        .block_title span.homePraytime {
            background-image: url('/App_Images/clock-frame.png');
        }

        .block_title span.homeVote {
            background-image: url('/App_Images/chart.png');
        }

.block_page_title {
    background-image: url('/App_Images/block_page_title.png');
    background-position: left;
    background-repeat: repeat-y;
    width: 399px;
    height: 23px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding-left: 5px;
    margin-bottom: 15px;
    padding-top: 3px;
}

    .block_page_title span {
        padding-left: 18px;
        background-position: left;
        background-repeat: no-repeat;
        padding-top: 5px;
    }

        .block_page_title span.dic {
            background-image: url('/App_Images/dicbook-open.png');
        }

        .block_page_title span.faq {
            background-image: url('/App_Images/question-white.png');
        }

        .block_page_title span.contact {
            background-image: url('/App_Images/mail.png');
        }

        .block_page_title span.homeNews {
            background-image: url('/App_Images/newspaper.png');
        }

        .block_page_title span.homeTraining {
            background-image: url('/App_Images/projection-screen-presentation.png');
        }

        .block_page_title span.homeEvents {
            background-image: url('/App_Images/slide.png');
        }
/* Tiny Carousel */

#slider1 {
    height: 1%;
    overflow: hidden;
    padding: 0 0 5px;
}

    #slider1 .viewport {
        float: left;
        width: 130px;
        height: 160px;
        overflow: hidden;
        position: relative;
    }

    #slider1 .buttons {
        background: url('/App_Images/buttons.png') no-repeat 0 -38px;
        display: block;
        margin: 30px 2px 0 0;
        text-indent: -999em;
        float: left;
        width: 39px;
        height: 37px;
        overflow: hidden;
        position: relative;
    }

    #slider1 .next {
        background-position: 0 0;
        margin: 30px 0 0 0;
    }

    #slider1 .disable {
        visibility: hidden;
    }

    #slider1 .overview {
        list-style: none;
        position: absolute;
        padding: 0;
        margin: 0;
        width: 220px;
        left: 0 top: 0;
    }

        #slider1 .overview li {
            float: left;
            margin: 0 0 0 10px;
            padding: 1px;
            height: 160px;
            width: 130px;
        }

            #slider1 .overview li p {
                color: #833600;
                text-align: center;
            }

            #slider1 .overview li img {
                border: 1px #999 solid;
            }

marquee img {
    margin-top: 5px;
    margin-left: 10px;
}

#login .field {
    margin-top: 5px;
    margin-bottom: 5px;
}

#login span {
    padding-left: 5px;
    padding-right: 5px;
    font-weight: bold;
    color: #818181;
}

#login input[type=text],
#login input[type=password] {
    border: 1px #949593 solid;
    height: 20px;
    width: 280px;
    float: right;
}

#footer_container {
    background-color: #838b7e;
    color: #FFF;
    text-align: center;
    padding: 15px;
    font-size: 12px;
    width: 100%;
    position: relative;
    bottom: 0
}
/********************** Custom SharePoint Styles ******************************/

.ms-alternating {
    background-color: transparent;
}

.sharepoint_ManageMenu {
    position: absolute;
    top: 0;
}

.ms-SpLinkButtonInActive,
.ms-SpLinkButtonActive {
    padding: 2px 1px 1px 3px;
}

.authoringRegion {
    width: 100%;
    background-color: #FDFDFD;
    color: #333333;
}

.leftNav {
    padding-top: 0px;
    border: 0px;
    background-color: #84B784;
    width: 95%;
    color: #fff;
}

.leftNav1,
.leftNav2,
.leftNav3 {
    color: #fff;
}

.lang .ms-menubuttoninactivehover,
.lang .ms-menubuttonactivehover {
    border-style: none;
    border-color: inherit;
    border-width: 0px;
    background-image: url('/App_Images/topDropDown_hover.png');
    margin-left: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    float: left;
    width: 70px;
    height: 20px;
}

.lang .ms-menubuttoninactivehover,
.lang .ms-buttoninactivehover {
    background-color: transparent;
    background-image: url('/App_Images/topDropDown.png');
    line-height: 16px;
    margin: 0px;
    padding: 0px 7px 2px;
}

.lang .ms-menubuttonactivehover,
.lang .ms-buttonactivehover {
    cursor: pointer;
    line-height: 16px;
    margin: 0px;
    padding: 0px 7px 2px;
}

    .lang .ms-menubuttoninactivehover img,
    .lang .ms-menubuttonactivehover img {
        float: right;
        margin-top: -12px;
    }

    .lang .ms-menubuttoninactivehover a,
    .lang .ms-menubuttonactivehover a {
        color: #3f3f3f;
    }

.dictionary_words {
    font-size: 14px;
    font-weight: bold;
    color: #166034;
    padding-bottom: 5px;
}

.dictionary_words_desc {
    border-bottom: 1px #ccc solid;
    padding-bottom: 3px;
    padding-left: 3px;
    color: #666;
}

.accordion {
    list-style-type: none;
    padding: 0;
    margin: 0 0 30px;
}

    .accordion ul {
        padding: 0;
        margin: 0;
        float: left;
        display: block;
        width: 100%;
    }

    .accordion li {
        cursor: pointer;
        list-style-type: none;
        padding: 0;
        margin: 0;
        float: left;
        display: block;
        width: 100%;
    }

        .accordion li.active {
            background-color: #84B784;
            color: #fff
        }

            .accordion li.active a {
                color: #fff;
            }

        .accordion li div {
            padding: 10px;
            display: block;
            clear: both;
            float: left;
            width: 100%;
            max-width: 720px;
            color: #fff
        }

    .accordion a {
        text-decoration: none;
        font: bold 1.1em/2em Conv_GE SS Two Light;
        color: #166034;
        padding: 0 10px;
        display: block;
        cursor: pointer;
    }
    /* Level 2 */

    .accordion li ul li {
        background: #7FD2FF;
        font-size: 0.9em;
    }

.ms-customLabel {
    font-size: 14px;
    font-weight: bold;
    color: #166034;
}

.ms-customLabel_small {
    font-size: 14px;
    font-weight: normal;
    color: #166034;
}

.ms-customDesc {
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.contactUs_table td {
    padding-top: 5px;
    padding-bottom: 5px;
}

.item {
    border: 1px #166034 solid;
}

    .item .header {
        background-color: #84B784;
        color: #fff;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-weight: bold;
        border-bottom: 1px #166034 solid;
    }

    .item .item_desc {
        padding: 5px;
    }

    .item .item_img {
        padding: 5px;
    }

        .item .item_img img {
            border: 1px #166034 solid;
        }

    .item .item_type {
        text-align: center;
        color: #999999;
        font-size: 12px;
        padding-bottom: 3px;
    }

.mag_arch_images {
    padding: 5px;
    border: 1px #166034 solid;
    margin: 3px;
}
/******* Tabs Home ********/

.tabbed_area {
    padding: 8px;
}

.tabs_content_1 {
    padding: 10px;
    color: #9ea19e;
}

ul.tabs li {
    list-style: none;
    display: inline;
}

    ul.tabs li a {
        color: #fff;
        padding: 4px 14px 4px 14px;
        text-decoration: none;
        font-size: 9px;
        font-weight: bold;
    }

        ul.tabs li a.hword {
            background-image: url('/App_Images/hWord.png');
            ;
            background-repeat: no-repeat;
            background-position: right;
            width: 131px;
            height: 23px;
        }

        ul.tabs li a.hword_active {
            background-image: url('/App_Images/hWord_active.png');
            ;
            background-repeat: no-repeat;
            background-position: right;
            width: 131px;
            height: 23px;
        }

        ul.tabs li a.habout {
            background-image: url('/App_Images/hAbout.png');
            ;
            background-repeat: no-repeat;
            background-position: left;
            width: 130px;
            height: 23px;
        }

        ul.tabs li a.habout_active {
            background-image: url('/App_Images/hAbout_active.png');
            background-repeat: no-repeat;
            background-position: left;
            width: 130px;
            height: 23px;
        }

        ul.tabs li a:hover {
        }

ul.tabs {
    margin: 0px;
    padding: 0px;
    margin-top: 5px;
    margin-bottom: 6px;
}

.content ul {
    margin: 0px;
    padding: 0;
}

#PrayTimesTab {
    background-image: url('/App_Images/pray_bg.jpg');
    background-repeat: no-repeat;
    text-align: center;
}

.PrayTimeTable {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

#PrayTimesTab select {
    height: 21px;
    border: 1px #CCCCCC solid;
    min-width: 50px;
    padding: 3px;
}

.NewsTicker {
    display: none;
}

#PrayTimesTab select:focus,
#PrayTimesTab select:hover {
    border: 1px #166034 solid;
}

.internalPageContent {
    color: #666666;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .internalPageContent .Title {
        width: 700px;
        overflow: hidden;
        color: #166034;
        font-weight: bold;
    }

        .internalPageContent .Title a {
            color: #166034;
            font-weight: bold;
        }

            .internalPageContent .Title a:hover {
                text-decoration: underline;
            }

        .internalPageContent .Title .overflow {
            width: 700px;
            overflow: hidden;
            height: 20px;
        }

    .internalPageContent strong {
        color: #166034;
    }

    .internalPageContent img {
        text-align: center;
        margin: 5px;
        max-width: 400px;
        max-height: 400px;
    }

    .internalPageContent .more {
        vertical-align: bottom;
        text-align: center;
        padding-bottom: 5px;
    }

.gallery_item {
    float: left;
}

    .gallery_item img {
        width: 97px;
        height: 97px;
    }

a.zoom img {
    border: 1px solid #BBB;
    padding: 2px;
}

.centered {
    width: 100%;
    text-align: center;
}

.gradeDisc {
    padding: 5px !important;
    width: 100% !important;
}

.gradeImg {
    max-width: 700px;
    max-height: 700px;
}

#fancybox-title-float-right {
    background: url('../../../fancybox/fancybox.png') no-repeat -40px -90px;
}

#fancybox-title-float-left {
    background: url('../../../fancybox/fancybox.png') no-repeat -55px -90px;
}

.ms-WPBody td {
    font-size: 12px !important
}

#content_container {
    width: 100%;
    min-height: 455px;
}

.notification {
    margin: 10px auto;
    padding: 5px;
    width: 100%;
    float: left
}

    .notification p {
        color: white;
        list-style: none;
        text-align: left;
        padding: 5px;
        padding-left: 20px;
        display: block;
        max-height: 40px;
        margin: 0;
        font-family: arial;
        border: none
    }

    .notification li {
        padding-right: 20px;
        background-repeat: no-repeat;
        background-position: right center;
        font-size: 12px;
    }

.error_message li {
    list-style: none;
    text-align: left;
    padding: 5px;
    padding-left: 20px;
    display: block;
    max-height: 40px;
}

.notification p.error_message,
.error_message li {
    color: white;
    background: url(/App_Images/exclamation.png) no-repeat left;
    margin: 10px auto;
    background-color: red
}

.success_message {
    background-image: url(/App_Images/info.png);
    background-color: #cce197;
    border: 1px solid #778c42;
}

.success_message {
    color: #223700;
    background: url(/App_Images/accept.png) no-repeat left;
}

.info_message td,
p.info_message,
.info_message td:hover,
.grid-table tr.info_message:hover > td {
    background-image: url(/App_Images/info.png);
    background-repeat: no-repeat;
    background-position: left center;
    text-align: left;
}

.info_message {
    background-color: red;
}

.notification.info_message td {
    padding: 0 !important;
    padding-left: 20px !important;
    height: auto
}

.required {
    color: red !important;
    height: 25px;
    line-height: 1;
    clear: both;
    display: block;
    padding-left: 5px;
    text-align: left;
}

span.required:empty {
    display: none
}

.disInline ~ span.required {
    display: inline !important
}


.forms-title {
    border-bottom: 1px #d3d2d2 solid;
    color: #2A7341;
    font-weight: bold;
    height: 35px;
}

.forms {
    border: none;
    font-size: 16px;
    width: 20%;
    padding-left: 6px;
    height: 30px;
    font-family: arial;
    color: #2c2e31;
    text-align: center;
    vertical-align: top;
    padding-right: 0px;
}

    .forms.formsNewAdd {
        display: inline-block;
        float: left;
        width: 70px;
        overflow: hidden;
        padding-right: 5px;
    }

.bartpop2 .forms {
    width: 18.5%
}

.votform .forms {
    padding-top: 10px
}

.forms-information2 {
    border-bottom: 1px #d3d2d2 solid;
    font-size: 12px;
    padding-left: 6px;
    height: 30px;
}
/********************** Calendar Style **************************/

.cal_holder {
    position: absolute;
    z-index: 10;
    margin-left: -50px;
}

.forms-table .forms-information .calroot {
    background-color: #FFFFFF !important;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    font-size: 11px;
    margin-top: -1px;
    z-index: 10000;
    border: 1px solid #BBBBBB !important;
    border-radius: 5px !important;
    border-collapse: separate !important;
    display: list-item;
    height: auto !important;
    line-height: 21px !important;
}

.calhead {
    background: -moz-linear-gradient(center top, #FDFEFF 0pt, #E1E1E1 50%, #D2D2D2 50%, #A1A2A4 100%) repeat scroll 0 0 transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FDFEFF', EndColorStr='#A1A2A4')";
    border: 1px solid #BBBBBB;
    border-radius: 5px 5px 0 0;
    color: #333333;
    font-size: 13px;
    height: 22px;
    margin: 0;
    padding: 2px 0;
    position: relative;
    text-shadow: 0 1px 0 #FFFFFF;
    border-collapse: separate !important;
}

.calnext,
.calprev {
    cursor: pointer;
    text-align: center;
}

.caldays {
    border-bottom: 1px solid #DDDDDD;
    height: 14px;
    padding: 3px;
}

    .caldays span {
        display: block;
        float: right;
        text-align: center;
        width: 28px;
    }

.calweeks {
    background-color: #FFFFFF;
    margin-top: 4px;
}

.calweek {
    clear: right;
    height: 22px;
    color: #666666 !important;
}

    .calweek a {
        border-radius: 3px 3px 3px 3px;
        color: #666666 !important;
        display: block;
        font-size: 11px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        text-decoration: none;
        width: 27px;
    }

        .calweek a:hover,
        .calfocus {
            background-color: #DDDDDD;
        }

.caloff a {
    color: #CCCCCC !important;
    border-radius: 3px 3px 3px 3px;
    display: block;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    width: 27px;
}

    .caloff a:hover {
        background-color: #F5F5FA !important;
    }

.calcurrent {
    background-color: #498CE2;
    color: #FFFFFF;
}

.caltoday {
    background-color: #333333;
    color: #FFFFFF;
}

.date_picker {
    display: none;
}
/*********** Breadcrumb Styles ******************/

ul.breadcrumb {
    list-style-type: none;
    border: 1px solid #929292;
    height: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #D6D6D6;
}

    ul.breadcrumb li,
    ul.breadcrumb li.home,
    ul.breadcrumb li.current_page {
        float: left;
        height: 25px;
        list-style-type: none;
    }

    ul.breadcrumb li {
        background-image: url('/App_Images/breadcrumb_bg.PNG');
        background-repeat: no-repeat;
        background-position: right top;
        padding: 6px 25px 0 10px;
    }

        ul.breadcrumb li a,
        ul.breadcrumb li a:link,
        ul.breadcrumb li a:visited {
            display: block;
            color: #3F3F3F;
            text-decoration: none;
            text-shadow: 0px 1px 0px #EAEAEA;
        }

        ul.breadcrumb li.home_link {
            padding-top: 5px;
        }

        ul.breadcrumb li.current_page {
            background-image: none;
            background-color: transparent;
        }

        ul.breadcrumb li span {
            color: #3F3F3F;
            text-shadow: 0px 1px 0px #EAEAEA;
        }
/*************** Side Menu Style ********************/

.arrowsidemenu {
    width: 180px;
    /*width of menu*/
    border-style: solid solid none solid;
    border-color: #94AA74;
    border-size: 1px;
    border-width: 1px;
}

    .arrowsidemenu div a {
        /*header bar links*/
        display: block;
        background-color: #EC0F18;
        height: 24px;
        /*Set to height of bg image-padding within link (ie: 32px - 4px - 4px)*/
        padding: 4px 0 4px 10px;
        line-height: 24px;
        /*Set line-height of bg image-padding within link (ie: 32px - 4px - 4px)*/
        text-decoration: none;
        color: #fff;
        border-bottom: 1px #fff solid;
    }

        .arrowsidemenu div a:link,
        .arrowsidemenu div a:visited {
            color: #fff;
        }

        .arrowsidemenu div a:hover {
            background-color: #639E63;
            color: #fff;
        }

    .arrowsidemenu div.unselected a {
        /*header that's currently not selected*/
        color: White;
        font-weight: bold;
    }

    .arrowsidemenu div.selected a {
        /*header that's currently selected*/
        color: #1A441A;
        background-color: Red;
        font-weight: bold;
        border-bottom: 0px;
    }

    .arrowsidemenu ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .arrowsidemenu ul li {
            border-bottom: 1px solid #80B780;
            background-color: #fff;
        }

            .arrowsidemenu ul li a {
                /*sub menu links*/
                display: block;
                text-decoration: none;
                color: black;
                padding: 5px 0;
                padding-left: 10px;
                border-left: 2px solid #80B780;
            }

                .arrowsidemenu ul li a:hover {
                    background: #d5e5c1;
                }

#ctl00_MainContent_lblNotPermitted {
    color: #6D0B0C !important;
    display: block;
    margin-top: 40px;
    font-size: 15px !important;
}
/************** Custom Forms Table Class ******************/

.custom-forms-table {
    border: 1px #d3d2d2 solid;
    background-color: #faf9f9;
    font-family: arial;
    text-align: left;
    font-weight: bold;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    width: 99%;
    margin: 5px auto;
}

.inside td {
    padding: 3px;
}

    .inside td label {
        padding: 0 3px;
    }

.custom-forms-title {
    background-color: #e6fae6;
    border-bottom: 1px #d3d2d2 solid;
    color: #016801;
    font-size: 12px;
    width: 30%;
    padding: 0 6px;
    height: 30px;
}

.custom-forms {
    background-color: #e6fae6;
    border-bottom: 1px #d3d2d2 solid;
    border-right: 1px #d3d2d2 solid;
    color: #016801;
    font-size: 12px;
    width: 30%;
    padding-left: 6px;
    height: 30px;
}

.custom-forms-information {
    border-bottom: 1px #d3d2d2 solid;
    font-size: 12px;
    padding-left: 6px;
    width: 70%;
    height: 30px;
}

.custom-forms-information2 {
    border-bottom: 1px #d3d2d2 solid;
    font-size: 12px;
    padding-left: 6px;
    height: 30px;
}

.custom-forms-header {
    background: #E8E8E8;
    background: -webkit-gradient(linear, right top, right bottom, from(#f6f6f6), to(#d4d4d4));
    background: -webkit-linear-gradient(#f6f6f6, #d4d4d4);
    background-image: -moz-linear-gradient(top, #f6f6f6, #d4d4d4);
    background-image: -moz-gradient(top, #f6f6f6, #d4d4d4);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
    color: #4c4c4c;
    border-bottom: 1px #B7B7B7 solid;
    font-size: 14px;
    padding-left: 0px !important;
    height: 35px;
    font-weight: bold;
    text-align: center;
}

.menu-table td ul {
    border-bottom: 1px #5d5d5d solid;
    background-color: White;
    height: 25px;
    color: Black;
    font-weight: bold;
    font-family: arial;
    text-align: left;
    padding-left: 20px;
}

    .menu-table td ul:hover {
        border-bottom: 1px #0000 solid;
        background-color: Red;
        height: 25px;
        color: White;
        font-weight: bold;
        font-family: arial;
        text-align: left;
    }

.menu-table {
    border: 1px #d3d2d2 solid;
    background-color: #faf9f9;
    font-family: arial;
    text-align: left;
    width: 100%;
}

    .menu-table td {
        border-bottom: 1px #0000 solid;
        border-right: 1px #0000 solid;
        background-color: #5D5D5D;
        height: 25px;
        color: White;
        font-weight: bold;
        font-family: arial;
        text-align: left;
        width: 100%;
        padding-left: 2px;
        padding-right: 1px;
        margin: 0px;
    }
/* make drag container visible */

#drag {
    border: 2px dashed LightBlue;
    display: table;
}
/* table */

div#drag table {
    background-color: #eee;
    border-collapse: collapse;
    margin: 7px;
}
/* table cells */

div#drag td {
    border: 1px solid navy;
    height: 50px;
    text-align: center;
    font-size: 10pt;
    padding: 2px;
}
/* drag object (DIV inside table cell) */

.drag {
    margin: auto;
    text-align: center;
    width: 87px;
    height: 35px;
    line-height: 35px;
    border: 2px solid SteelBlue;
    background-color: white;
}

.forms-table2 {
    border: 1px #d3d2d2 solid;
    border-bottom: none;
    background-color: #faf9f9;
    font-family: arial;
    text-align: left;
    width: 850px;
}

    .forms-table2.noWidth {
        width: 100%
    }

        .forms-table2.noWidth .MaxsizeImage {
            width: 70px;
            height: 53px
        }

    .forms-table2 table {
        margin-top: 10px;
    }

.grid-header td {
    color: White;
}

.Separator {
    width: 100%;
    color: White;
    font-weight: bold;
    height: 20px;
    font-family: arial;
    text-align: left;
    -moz-border-radius: 8px;
    vertical-align: middle;
    padding-left -10px;
    padding-top: 5px;
    border: 0;
}

.forms-News-time {
    border-right: 1px #d3d2d2 solid;
    font-size: 9px;
    text-align: center;
    width: 8%;
    height: 30px;
    color: Red;
    border-bottom: 0px;
}

.forms-News-left {
    border-right: 1px #d3d2d2 solid;
    font-size: 12px;
    padding-right: 6px;
    padding-left: 6px;
    width: 5%;
    height: 30px;
    border-bottom: 0px;
}

.forms-News-center {
    border-right: 1px #d3d2d2 solid;
    font-size: 12px;
    padding-right: 6px;
    padding-left: 6px;
    width: 5%;
    height: 30px;
    border-bottom: 0px;
}

.forms-News-right {
    font-size: 12px;
    padding-left: 5px;
    width: 85%;
    height: 30px;
}

    .forms-News-right a {
        font-size: 12px !important;
        font-family: arial;
        color: #ababab;
        font-size: 15px;
        font-family: arial;
    }

.container {
    width: 1280px;
    margin: 0 auto;
    border: 2px solid #b2b2b2;
    margin-top: 1px;
}

.header-shadow {
}

.headerx {
    width: 1200px;
    margin: 0 auto;
    height: 175px;
}

.logo img {
    margin-bottom: 14px;
    margin-top: 0;
    max-height: 150px;
}

.content {
    width: 1030px;
    padding: 0;
    margin: 0 auto !important;
}

.loginHead {
    background-image: url(/App_Images/login-head.png);
    vertical-align: bottom;
    padding-top: 10px;
    text-align: center;
}

.forms-information input[type="submit"] {
    float: left;
}

#loginContent {
    text-align: left;
    padding-bottom: 10px;
    text-align: center;
    background-repeat: repeat-y;
    background-color: #eeeeee;
    float: left;
    width: 100%;
}

#loginContent2 table {
    margin-top: 50px
}

#loginContent2 {
    margin-right: 0;
    font-size: 14px;
    min-height: 317px;
    background-position: center center;
    background-repeat: no-repeat;
    /*width: 458px;*/
    /* border-right: 3px solid #d6d8db; */
    /* border-left: 3px solid #d6d8db; */
    /* border-top: 3px solid #00488d; */
    /* border-bottom: 3px solid #00488d; */
    /* background-color: white; */
}

#loginContent.oparatin {
    margin-bottom: 16px
}

.modalBackground {
    background: url(/App_Images/overlay.png);
    background-repeat: repeat;
    opcity: 50%;
}

.tbl {
    width: 100%;
}

.button.green-pastel:hover,
.button.red:hover,
a.button:hover,
input.button:hover {
    color: #454D3F;
}

.grid-header td {
    color: #ababab !important;
    font-size: 15px;
    font-family: arial;
}

#ctl00_MainContent__sectionOrderList__rbl li img,
#ctl00_MainContent__issueNewsOrderList__rbl li img {
    cursor: pointer;
}
/*#TblNewsCount tr {} #TblNewsCount td:first-child {
    border-right: none !important
}
#TblNewsCount td {
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
    border: none !important;
    border-right: 1px solid #003466 !important;
}*/
/************************ added style   2012 - 6 - 3 ********************************/

.checker input {
    margin-left: 0;
}

#ctl00_MainContent_welcomeImage {
    margin-top: 21px;
}

.usernamr {
    font-size: 24px;
    font-family: arial;
    color: #fff;
    text-transform: capitalize;
    margin: 5px 0px;
}

.weldf {
    font-size: 12px;
    color: #939598;
    font-family: arial;
    text-transform: uppercase;
}

.changpass {
    background: url(/App_Images/chpass.png) right center no-repeat;
    padding-right: 17px;
    font-size: 12px;
    color: #939598 !important;
    font-family: Conv_GE SS Two Light !important;
    margin-left: 8px;
}

.exit {
    padding-right: 17px;
    font-size: 12px;
    color: #939598 !important;
    font-family: Conv_GE SS Two Light !important;
    margin-right: 8px;
}

.linkuserdrop {
    margin-top: 13px;
    border-top: 1px solid #415457;
    padding-top: 13px;
    margin-bottom: 13px;
}

.linkuser {
    text-transform: uppercase;
}

.arabicdata small {
    margin-right: 12px;
    float: right;
}

.passclass {
    text-transform: uppercase;
    color: #13112b;
    font-size: 14px;
}

.bakt {
    width: 100%;
    float: left;
}

    .bakt:empty {
        display: none
    }

#ctl00_MainContent_Panel3 {
    float: left;
    width: 100%;
}

.homeall {
    border-collapse: collapse;
}

.BtnChangePass {
    border-radius: 5px 5px 5px 5px !important;
    height: 28px !important;
    padding-bottom: 0px !important;
    width: auto !important;
    cursor: hand !important;
    font-family: arial;
    color: #FFFFFF !important;
    background-color: #790400;
    padding: 7px;
    border-radius: 5px;
    font-size: 13px;
    text-decoration: none !important;
    text-transform: uppercase;
}

#ctl00_MainContent__DeleteButton {
    /*margin-left: 6px;
    margin-right: 6px;*/
    margin-top: 0;
    float: right;
}

#ctl00$MainContent$_editorPager_btn {
    background: #790400;
    padding: 10px;
    margin-left: 12px;
    color: #fff;
    border-radius: 5px;
    margin-top: 11px;
    text-transform: capitalize;
}

.formdit {
    padding-top: 26px;
}

.arabicdata a {
    color: #000;
}

.bartpop {
    width: 592.865px;
    float: right;
}

/*.bartpop2 {
    float: left;
    width: 100%
}*/

#ctl00_MainContent_PButtons {
    margin-top: 10px;
}

.forms-information33 a:visited {
    color: #B5231C !important;
}

#ctl00_MainContent_UpdatePanel8 {
    float: right !important;
}

#BtnCheckAll {
    background-color: #333333;
    color: #fff;
    padding: 7px 5px;
    margin-bottom: 12px;
    border-radius: 6px;
    float: right;
    margin-top: 4px;
    margin-right: 6px;
}

#ctl00_MainContent_RadComboBox2_Input {
    height: auto;
}

.reControlsLayout {
    height: 100%;
    float: right;
}

.RadWindow_Transparent tr td.rwWindowContent {
    background: none #fff !important;
}

.Transparent .reDropDownBody,
.Transparent.reDropDownBody {
    background: none #fff !important;
    background-color: #fff !important;
}

.forms-information table {
    width: 100%;
    float: right;
}

.RadComboBoxDropDown_Transparent {
    background: white !important;
}

.Transparent .reDropDownBody,
.Transparent.reDropDownBody {
    opacity: 1 !important;
    background: white !important;
}

.reDropDownBody {
    background-color: white !important;
    opacity: 1 !important;
}

.meuright {
    min-width: 1000px;
}

.auto-style1:first-child {
    /*height: 38px;
    background-color: #9CAAB9;
    border-bottom: 1px #d3d2d2 solid;
    border-right: 1px #d3d2d2 solid;
    color: #242F39;
    font-size: 14px;
    width: 20%;
    padding-left: 6px;
    height: 30px;
    font-weight: bold;*/
}

#NewsMaskDiv {
    position: absolute;
    opacity: 0.6 !important;
    z-index: 3;
    color: rgb(255, 255, 255);
    background-color: black;
    margin: 0 auto;
    right: 165px !important;
    width: 54% !important;
    height: 1429px !important
}

#ctl00_MainContent__captionTextBox {
    width: 99% !important;
}

.leftpi {
    width: 18%;
    float: left;
    margin-top: 9px;
    margin-right: 3px;
    margin-bottom: 9px;
}

input#ctl00_MainContent__SaveJob {
    margin: 10px;
}

.BtnChangePass {
    background: #13112b !important;
    padding-top: 2px !important;
}
/*#TblNewsCount td {
    text-decoration: none;
    color: black;
}*/
a {
    text-decoration: none;
    /*! color: #000; */
}

    a:hover {
        color: #2C8BB4;
    }

input.small {
    width: 40px !important;
}

label {
    padding: 0 3px;
}

.clear {
    clear: both;
}

.headermenu {
    background-color: #ababab;
    padding: 2px 10px;
    color: #dbdbdb;
    font-size: 1.1em;
    border-radius: 0;
    border: 1px solid white;
    border-bottom: 1px solid #999;
    margin-top: 10px;
    text-align: left;
    font-family: arial;
    display: block
}

.myitemmenu {
    width: 207px;
    font-family: arial;
    border-radius: 0;
    background: white;
    height: auto;
    padding: 2px 10px;
    height: 25px;
    font-size: 13px;
    color: #333;
    border-bottom: 1px solid #999;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    transition: all ease .4s;
}

    .myitemmenu:hover {
        background-color: #f9cd79;
        border-bottom: 1px solid #999;
        padding-left: 15px
    }

        .myitemmenu:hover a {
            color: #333;
            -webkit-transition: all ease .6s;
            -moz-transition: all ease .6s;
            transition: all ease .6s;
        }

    .myitemmenu a {
        color: #333;
        font-family: arial;
        font-size: 1.2em
    }

.myitemmenuhover {
    background-color: #ababab;
    border-bottom: 1px solid #999;
    padding-left: 15px
}

    .myitemmenuhover a {
        color: #333;
    }

#ctl00_MainContent_BtnSave {
    background: none repeat scroll 0 0 #383838;
    border: medium none !important;
    color: #FFFFFF !important;
    cursor: pointer !important;
    height: 29px !important;
    width: 72px !important;
    text-align: center !important;
}

#PlaceHolderMain {
    width: 490px;
}

#main_container {
    width: 100%;
    min-width: 960px;
    margin: 0;
}

#header {
    background-image: url('/App_Images/headerBg.png');
    background-repeat: repeat-x;
    height: 150px;
    width: 100%;
}

#header_center {
    float: right;
    height: 150px;
    width: 220px;
    background-image: url('/App_Images/logoAdmin.png');
    margin-top: 0;
    margin-left: auto;
    margin-bottom: 0;
    margin-right: auto;
}

.headermenu img {
    display: none !important;
}

#header_left {
    float: right;
    height: 150px;
}

#header_right {
    float: left;
    height: 150px;
}

    #header_right #logo_text {
        margin: 40px 0 0 20px;
        background-image: url('/App_Images/logo_text.png');
        background-repeat: no-repeat;
        width: 350px;
        height: 100px;
    }

#header_left .inner {
    width: 215px;
    height: 122px;
    margin-right: 30px;
    margin-top: 10px;
    float: right;
}

    #header_left .inner ul.topLinks {
        list-style: none;
        list-style-image: none;
    }

        #header_left .inner ul.topLinks li {
            float: left;
            padding-left: 20px;
            background-repeat: no-repeat;
            background-position: left;
            margin-left: 25px;
        }

            #header_left .inner ul.topLinks li a,
            .inner ul.topLinks li a:visited {
                text-decoration: underline;
                color: #FFF;
            }

                #header_left .inner ul.topLinks li a:hover {
                    text-decoration: none;
                }

            #header_left .inner ul.topLinks li.sitemap {
                background-image: url('/App_Images/map_ico.png');
            }

            #header_left .inner ul.topLinks li.contact {
                background-image: url('/App_Images/contact_ico.png');
            }

    #header_left .inner .lang {
        margin: 20px auto;
        padding-left: 50px;
    }

        #header_left .inner .lang span.language {
            color: #12592e;
            float: left;
            font-family: arial;
            padding: 2px;
        }

        #header_left .inner .lang select {
            border-style: none;
            border-color: inherit;
            border-width: 0px;
            background-image: url('/App_Images/topDropDown.png');
            width: 109px;
            height: 24px;
            padding: 3px;
            margin-left: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            float: left;
        }

            #header_left .inner .lang select option {
                background-position: right;
                background-repeat: no-repeat;
                border: 0px;
            }

                #header_left .inner .lang select option.ara {
                    background-image: url('/App_Images/arabic.png');
                }

                #header_left .inner .lang select option.eng {
                    background-image: url('/App_Images/english.png');
                }

    #header_left .inner #top_search {
        border-right: 1px solid #b6bcbf;
        border-left: 1px solid #b6bcbf;
        border-top: 1px solid #b6bcbf;
        margin-top: 27px;
        background-image: url('/App_Images/search_container.png');
        background-repeat: repeat-x;
        width: 215px;
        height: 37px;
        border-bottom: 0px;
        -webkit-border-top-right-radius: 5px;
        -webkit-border-top-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
    }

        #header_left .inner #top_search input.search {
            border-style: none;
            border-color: inherit;
            border-width: 0px;
            width: 176px;
            height: 22px;
            background-image: url('/App_Images/search_input.png');
            background-repeat: repeat-x;
            color: #fff;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            border-radius: 8px;
            margin-left: 5px;
            margin-top: 10px;
            padding-right: 5px;
            padding-left: 5px;
        }

        #header_left .inner #top_search input.search_btn {
            border-style: none;
            border-color: inherit;
            border-width: 0px;
            background: url('/App_Images/search_btn.png');
            width: 16px;
            height: 18px;
            cursor: pointer;
        }

.top_menu {
    margin-top: -58px;
    width: 430px;
}

.top_menu_right {
    float: left;
    margin-left: 10px;
}

.top_menu_left {
    float: right;
    margin-right: -15px;
}

.top_menu ul {
    list-style: none;
    list-style-image: none;
}

    .top_menu ul li {
        float: left;
        padding-left: 8px;
        padding-right: 8px;
        background-image: url('/App_Images/top_menu_sep.png');
        background-position: right;
        background-repeat: no-repeat;
    }

        .top_menu ul li.last {
            background-image: none;
            padding-right: 0px;
        }

        .top_menu ul li a,
        .top_menu ul li a:visited {
            color: #054624;
            text-decoration: none;
            text-shadow: 0px 1px 0px #1e8933;
            font-size: 12px;
            display: block;
        }

            .top_menu ul li a:hover {
                color: #a7ffb8;
            }

#left_side {
    width: 220px;
    float: right;
    padding-right: 3px;
    padding-left: 3px;
}

#center_side {
    float: left;
    padding-right: 3px;
    padding-left: 3px;
    overflow: hidden;
    height: 100%;
    width: 760px;
}

#center_side_home {
    float: left;
    padding-right: 3px;
    padding-left: 3px;
    overflow: hidden;
    height: 100%;
    width: 525px;
}

.right_menu {
    padding: 10px 5px 10px 5px;
    width: 180px;
}

    .right_menu ul {
        list-style: none;
        list-style-position: inside;
    }

        .right_menu ul li {
            background-color: #4B824B;
            margin-top: 3px;
            padding: 3px 3px 5px 5px;
            /*border-right:3px #4B824B solid;*/
            color: #FFF;
            font-size: 13px;
            font-weight: bold;
            cursor: default;
        }

.selectedMenuItem {
    background-color: #d5e5c1 !important;
    border-left: 0px !important;
    color: #fff;
    font-weight: bold;
}

    .selectedMenuItem:hover {
        background-color: #d5e5c1 !important;
        border-left: 0px;
        color: #fff;
        font-weight: bold;
    }

    .selectedMenuItem a,
    .selectedMenuItem a:link,
    .selectedMenuItem a:visited,
    .selectedMenuItem a:hover {
        color: #2C5B2C;
        font-weight: bold;
    }

.right_menu ul li ul li:hover {
    background-color: #639E63;
    border-left: 5px #4B824B dashed;
}

.right_menu ul li a,
.right_menu ul li a:visited {
    color: #fff;
    display: block;
}

.right_menu ul li ul {
    background-color: #4B824B !important;
}

    .right_menu ul li ul:hover {
        background-color: #4B824B !important;
    }

.block {
    margin-top: 20px;
}

.block_first {
    margin-top: 0px;
}

.block_title {
    background-image: url('/App_Images/block_title.png');
    background-position: left;
    background-repeat: repeat-y;
    width: 220px;
    height: 23px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding-left: 5px;
    margin-bottom: 15px;
    padding-top: 3px;
}

    .block_title span {
        padding-left: 18px;
        background-position: left;
        background-repeat: no-repeat;
    }

        .block_title span.mo2tamar {
            background-image: url('/App_Images/medal.png');
        }

        .block_title span.calendar {
            background-image: url('/App_Images/calendar-blue.png');
        }

        .block_title span.hyperlink {
            background-image: url('/App_Images/chain.png');
        }

        .block_title span.homeLogin {
            background-image: url('/App_Images/lock.png');
        }

        .block_title span.homePraytime {
            background-image: url('/App_Images/clock-frame.png');
        }

        .block_title span.homePraytime {
            background-image: url('/App_Images/clock-frame.png');
        }

        .block_title span.homeVote {
            background-image: url('/App_Images/chart.png');
        }

.block_page_title {
    background-image: url('/App_Images/block_page_title.png');
    background-position: left;
    background-repeat: repeat-y;
    width: 399px;
    height: 23px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding-left: 5px;
    margin-bottom: 15px;
    padding-top: 3px;
}

    .block_page_title span {
        padding-left: 18px;
        background-position: left;
        background-repeat: no-repeat;
        padding-top: 5px;
    }

        .block_page_title span.dic {
            background-image: url('/App_Images/dicbook-open.png');
        }

        .block_page_title span.faq {
            background-image: url('/App_Images/question-white.png');
        }

        .block_page_title span.contact {
            background-image: url('/App_Images/mail.png');
        }

        .block_page_title span.homeNews {
            background-image: url('/App_Images/newspaper.png');
        }

        .block_page_title span.homeTraining {
            background-image: url('/App_Images/projection-screen-presentation.png');
        }

        .block_page_title span.homeEvents {
            background-image: url('/App_Images/slide.png');
        }
/* Tiny Carousel */

#slider1 {
    height: 1%;
    overflow: hidden;
    padding: 0 0 5px;
}

    #slider1 .viewport {
        float: left;
        width: 130px;
        height: 160px;
        overflow: hidden;
        position: relative;
    }

    #slider1 .buttons {
        background: url('/App_Images/buttons.png') no-repeat 0 -38px;
        display: block;
        margin: 30px 2px 0 0;
        text-indent: -999em;
        float: left;
        width: 39px;
        height: 37px;
        overflow: hidden;
        position: relative;
    }

    #slider1 .next {
        background-position: 0 0;
        margin: 30px 0 0 0;
    }

    #slider1 .disable {
        visibility: hidden;
    }

    #slider1 .overview {
        list-style: none;
        position: absolute;
        padding: 0;
        margin: 0;
        width: 220px;
        left: 0 top: 0;
    }

        #slider1 .overview li {
            float: left;
            margin: 0 0 0 10px;
            padding: 1px;
            height: 160px;
            width: 130px;
        }

            #slider1 .overview li p {
                color: #833600;
                text-align: center;
            }

            #slider1 .overview li img {
                border: 1px #999 solid;
            }

marquee img {
    margin-top: 5px;
    margin-left: 10px;
}

#login .field {
    margin-top: 5px;
    margin-bottom: 5px;
}

#login span {
    padding-left: 5px;
    padding-right: 5px;
    font-weight: bold;
    color: #818181;
}

#login input[type=text],
#login input[type=password] {
    border: 1px #949593 solid;
    height: 20px;
    width: 280px;
    float: right;
}
/********************** Custom SharePoint Styles ******************************/

.ms-alternating {
    background-color: transparent;
}

.sharepoint_ManageMenu {
    position: absolute;
    top: 0;
}

.ms-SpLinkButtonInActive,
.ms-SpLinkButtonActive {
    padding: 2px 1px 1px 3px;
}

.authoringRegion {
    width: 100%;
    background-color: #FDFDFD;
    color: #333333;
}

.leftNav {
    padding-top: 0px;
    border: 0px;
    background-color: #84B784;
    width: 95%;
    color: #fff;
}

.leftNav1,
.leftNav2,
.leftNav3 {
    color: #fff;
}

.lang .ms-menubuttoninactivehover,
.lang .ms-menubuttonactivehover {
    border-style: none;
    border-color: inherit;
    border-width: 0px;
    background-image: url('/App_Images/topDropDown_hover.png');
    margin-left: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    float: left;
    width: 70px;
    height: 20px;
}

.lang .ms-menubuttoninactivehover,
.lang .ms-buttoninactivehover {
    background-color: transparent;
    background-image: url('/App_Images/topDropDown.png');
    line-height: 16px;
    margin: 0px;
    padding: 0px 7px 2px;
}

.lang .ms-menubuttonactivehover,
.lang .ms-buttonactivehover {
    cursor: pointer;
    line-height: 16px;
    margin: 0px;
    padding: 0px 7px 2px;
}

    .lang .ms-menubuttoninactivehover img,
    .lang .ms-menubuttonactivehover img {
        float: right;
        margin-top: -12px;
    }

    .lang .ms-menubuttoninactivehover a,
    .lang .ms-menubuttonactivehover a {
        color: #3f3f3f;
    }

.dictionary_words {
    font-size: 14px;
    font-weight: bold;
    color: #166034;
    padding-bottom: 5px;
}

.dictionary_words_desc {
    border-bottom: 1px #ccc solid;
    padding-bottom: 3px;
    padding-left: 3px;
    color: #666;
}

.accordion {
    list-style-type: none;
    padding: 0;
    margin: 0 0 30px;
}

    .accordion ul {
        padding: 0;
        margin: 0;
        float: left;
        display: block;
        width: 100%;
    }

    .accordion li {
        cursor: pointer;
        list-style-type: none;
        padding: 0;
        margin: 0;
        float: left;
        display: block;
        width: 100%;
    }

        .accordion li.active {
            background-color: #84B784;
            color: #fff
        }

            .accordion li.active a {
                color: #fff;
            }

        .accordion li div {
            padding: 10px;
            display: block;
            clear: both;
            float: left;
            width: 100%;
            max-width: 720px;
            color: #fff
        }

    .accordion a {
        text-decoration: none;
        font: bold 1.1em/2em Conv_GE SS Two Light;
        color: #166034;
        padding: 0 10px;
        display: block;
        cursor: pointer;
    }
    /* Level 2 */

    .accordion li ul li {
        background: #7FD2FF;
        font-size: 0.9em;
    }

.ms-customLabel {
    font-size: 14px;
    font-weight: bold;
    color: #166034;
}

.ms-customLabel_small {
    font-size: 14px;
    font-weight: normal;
    color: #166034;
}

.ms-customDesc {
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.contactUs_table td {
    padding-top: 5px;
    padding-bottom: 5px;
}

.item {
    border: 1px #166034 solid;
}

    .item .header {
        background-color: #84B784;
        color: #fff;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-weight: bold;
        border-bottom: 1px #166034 solid;
    }

    .item .item_desc {
        padding: 5px;
    }

    .item .item_img {
        padding: 5px;
    }

        .item .item_img img {
            border: 1px #166034 solid;
        }

    .item .item_type {
        text-align: center;
        color: #999999;
        font-size: 12px;
        padding-bottom: 3px;
    }

.mag_arch_images {
    padding: 5px;
    border: 1px #166034 solid;
    margin: 3px;
}
/******* Tabs Home ********/

.tabbed_area {
    padding: 8px;
}

.tabs_content_1 {
    padding: 10px;
    color: #9ea19e;
}

ul.tabs li {
    list-style: none;
    display: inline;
}

    ul.tabs li a {
        color: #fff;
        padding: 4px 14px 4px 14px;
        text-decoration: none;
        font-size: 9px;
        font-weight: bold;
    }

        ul.tabs li a.hword {
            background-image: url('/App_Images/hWord.png');
            ;
            background-repeat: no-repeat;
            background-position: right;
            width: 131px;
            height: 23px;
        }

        ul.tabs li a.hword_active {
            background-image: url('/App_Images/hWord_active.png');
            ;
            background-repeat: no-repeat;
            background-position: right;
            width: 131px;
            height: 23px;
        }

        ul.tabs li a.habout {
            background-image: url('/App_Images/hAbout.png');
            ;
            background-repeat: no-repeat;
            background-position: left;
            width: 130px;
            height: 23px;
        }

        ul.tabs li a.habout_active {
            background-image: url('/App_Images/hAbout_active.png');
            background-repeat: no-repeat;
            background-position: left;
            width: 130px;
            height: 23px;
        }

        ul.tabs li a:hover {
        }

ul.tabs {
    margin: 0px;
    padding: 0px;
    margin-top: 5px;
    margin-bottom: 6px;
}

#PrayTimesTab {
    background-image: url('/App_Images/pray_bg.jpg');
    background-repeat: no-repeat;
    text-align: center;
}

.PrayTimeTable {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

#PrayTimesTab select {
    height: 21px;
    border: 1px #CCCCCC solid;
    min-width: 50px;
    padding: 3px;
}

    #PrayTimesTab select:focus,
    #PrayTimesTab select:hover {
        border: 1px #166034 solid;
    }

.internalPageContent {
    color: #666666;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .internalPageContent .Title {
        width: 700px;
        overflow: hidden;
        color: #166034;
        font-weight: bold;
    }

        .internalPageContent .Title a {
            color: #166034;
            font-weight: bold;
        }

            .internalPageContent .Title a:hover {
                text-decoration: underline;
            }

        .internalPageContent .Title .overflow {
            width: 700px;
            overflow: hidden;
            height: 20px;
        }

    .internalPageContent strong {
        color: #166034;
    }

    .internalPageContent img {
        text-align: center;
        margin: 5px;
        max-width: 400px;
        max-height: 400px;
    }

    .internalPageContent .more {
        vertical-align: bottom;
        text-align: center;
        padding-bottom: 5px;
    }

.gallery_item {
    float: left;
}

    .gallery_item img {
        width: 97px;
        height: 97px;
    }

a.zoom img {
    border: 1px solid #BBB;
    padding: 2px;
}

.centered {
    width: 100%;
    text-align: center;
}

.gradeDisc {
    padding: 5px !important;
    width: 100% !important;
}

.gradeImg {
    max-width: 700px;
    max-height: 700px;
}

#fancybox-title-float-right {
    background: url('../../../fancybox/fancybox.png') no-repeat -40px -90px;
}

#fancybox-title-float-left {
    background: url('../../../fancybox/fancybox.png') no-repeat -55px -90px;
}

.ms-WPBody td {
    font-size: 12px !important;
    font-family: Conv_GE SS Two Light !important;
}

#content_container {
    width: 100%;
    min-height: 455px;
}

.success_message {
    border: 1px solid #778c42;
}

.success_message {
    color: #223700;
    background-image: url(/App_Images/accept.png);
    background-repeat: no-repeat;
}

.allcontform {
    background-color: #eeeeee;
    text-align: center;
    width: 366px;
    padding-right: 5px;
    display: block;
    margin-bottom: 16px;
}

.forms-tableStyle {
    border-top: 3px solid #00488d;
    border-bottom: 3px solid #00488d;
    border-left: 3px solid #d6d8db;
    border-right: 3px solid #d6d8db;
    background-color: white
}

.noBorderStyle {
    border-top: none;
    border-left: none;
    border-right: none
}

.forms-tableStyle .forms {
    color: #333
}

.forms-title {
    border-bottom: 1px #d3d2d2 solid;
    color: #2A7341;
    font-weight: bold;
    height: 35px;
}

small {
    padding-left: 5px;
    color: #333;
}

.forms-information {
    font-size: 12px;
    padding-left: 6px;
    width: 80%;
    text-align: left;
}

    .forms-information.addWidthTD {
        margin-bottom: 10px
    }

        .forms-information.addWidthTD > div {
            display: inline-block;
            float: left
        }

.forms-information2 {
    border-bottom: 1px #d3d2d2 solid;
    font-size: 12px;
    padding-left: 6px;
    height: 30px;
}

.bartpop2 .forms-information {
    width: 191px;
}

.addnew select {
    font-size: 12px;
    margin: 5px;
    width: 200px;
    padding: 0 5px;
    color: #1c2a39;
    font-family: arial;
    background-color: #b8bcb4;
    outline: none;
    border: 1px solid white;
    background-image: linear-gradient(45deg, transparent 50%, #b8bcb4 50%), linear-gradient(135deg, #b8bcb4 50%, transparent 50%), linear-gradient(to right, #fff, #fff);
    background-position: calc(26px - 18px) calc(18px + 2px), calc(24px - 12px) calc(18px + 2px), 0;
    background-size: 5px 5px, 5px 5px, 2em 2em;
}
/********************** Calendar Style **************************/

.cal_holder {
    position: absolute;
    z-index: 10;
    margin-left: -50px;
}

.calroot {
    background-color: #FFFFFF !important;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    font-size: 11px;
    margin-top: -1px;
    z-index: 10000;
    border: 1px solid #BBBBBB !important;
    border-radius: 5px !important;
    border-collapse: separate !important;
    display: list-item;
}

.calhead {
    background: -moz-linear-gradient(center top, #FDFEFF 0pt, #E1E1E1 50%, #D2D2D2 50%, #A1A2A4 100%) repeat scroll 0 0 transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FDFEFF', EndColorStr='#A1A2A4')";
    border: 1px solid #BBBBBB;
    border-radius: 5px 5px 0 0;
    color: #333333;
    font-size: 13px;
    height: 22px;
    margin: 0;
    padding: 2px 0;
    position: relative;
    text-shadow: 0 1px 0 #FFFFFF;
    border-collapse: separate !important;
}

.calnext,
.calprev {
    cursor: pointer;
    text-align: center;
}

.caldays {
    border-bottom: 1px solid #DDDDDD;
    height: 14px;
    padding: 3px;
}

    .caldays span {
        display: block;
        float: right;
        text-align: center;
        width: 28px;
    }

.calweeks {
    background-color: #FFFFFF;
    margin-top: 4px;
}

.calweek {
    clear: right;
    height: 22px;
}

    .calweek a {
        border-radius: 3px 3px 3px 3px;
        color: #666666 !important;
        display: block;
        font-size: 11px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        text-decoration: none;
        width: 27px;
    }

        .calweek a:hover,
        .calfocus {
            background-color: #DDDDDD;
        }

.caloff a {
    color: #CCCCCC !important;
    border-radius: 3px 3px 3px 3px;
    display: block;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    width: 27px;
}

    .caloff a:hover {
        background-color: #F5F5FA !important;
    }

.calcurrent {
    background-color: #498CE2;
    color: #FFFFFF;
}

.caltoday {
    background-color: #333333;
    color: #FFFFFF;
}

.date_picker {
    display: none;
}
/*********** Breadcrumb Styles ******************/

ul.breadcrumb {
    list-style-type: none;
    border: 1px solid #929292;
    height: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #D6D6D6;
}

    ul.breadcrumb li,
    ul.breadcrumb li.home,
    ul.breadcrumb li.current_page {
        float: left;
        height: 25px;
        list-style-type: none;
    }

    ul.breadcrumb li {
        background-image: url('/App_Images/breadcrumb_bg.PNG');
        background-repeat: no-repeat;
        background-position: right top;
        padding: 6px 25px 0 10px;
    }

        ul.breadcrumb li a,
        ul.breadcrumb li a:link,
        ul.breadcrumb li a:visited {
            display: block;
            color: #3F3F3F;
            text-decoration: none;
            text-shadow: 0px 1px 0px #EAEAEA;
        }

        ul.breadcrumb li.home_link {
            padding-top: 5px;
        }

        ul.breadcrumb li.current_page {
            background-image: none;
            background-color: transparent;
        }

        ul.breadcrumb li span {
            color: #3F3F3F;
            text-shadow: 0px 1px 0px #EAEAEA;
        }
/*************** Side Menu Style ********************/

.arrowsidemenu {
    width: 180px;
    /*width of menu*/
    border-style: solid solid none solid;
    border-color: #94AA74;
    border-size: 1px;
    border-width: 1px;
}

    .arrowsidemenu div a {
        /*header bar links*/
        display: block;
        background-color: #EC0F18;
        height: 24px;
        /*Set to height of bg image-padding within link (ie: 32px - 4px - 4px)*/
        padding: 4px 0 4px 10px;
        line-height: 24px;
        /*Set line-height of bg image-padding within link (ie: 32px - 4px - 4px)*/
        text-decoration: none;
        color: #fff;
        border-bottom: 1px #fff solid;
    }

        .arrowsidemenu div a:link,
        .arrowsidemenu div a:visited {
            color: #fff;
        }

        .arrowsidemenu div a:hover {
            background-color: #639E63;
            color: #fff;
        }

    .arrowsidemenu div.unselected a {
        /*header that's currently not selected*/
        color: White;
        font-weight: bold;
    }

    .arrowsidemenu div.selected a {
        /*header that's currently selected*/
        color: #1A441A;
        background-color: Red;
        font-weight: bold;
        border-bottom: 0px;
    }

    .arrowsidemenu ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .arrowsidemenu ul li {
            border-bottom: 1px solid #80B780;
            background-color: #fff;
        }

            .arrowsidemenu ul li a {
                /*sub menu links*/
                display: block;
                text-decoration: none;
                color: black;
                padding: 5px 0;
                padding-left: 10px;
                border-left: 2px solid #80B780;
            }

                .arrowsidemenu ul li a:hover {
                    background: #d5e5c1;
                }
/***************** welcome user style ******************/

.welcome_user {
    text-align: left;
    padding-left: 2px;
    color: #fff;
    padding-top: 0px;
    font-size: 16px;
    font-family: arial;
    text-align: center;
}

    .welcome_user select {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .welcome_user span {
        color: #FFFFFF !important;
        font-family: arial;
        font-size: 16px;
    }

    .welcome_user a {
        color: #FFFFFF !important
    }

    .welcome_user .button {
        margin: 2px 10px;
    }

    .welcome_user a:hover {
        text-decoration: underline;
    }

#ctl00_MainContent_lblNotPermitted {
    color: #6D0B0C !important;
    display: block;
    margin-top: 40px;
    font-size: 15px !important;
    font-family: 'Conv_GE SS Two Light' !important;
}

.welcome_user .button {
    margin: 2px 10px;
}
/************** Custom Forms Table Class ******************/

.custom-forms-table {
    border: 1px #d3d2d2 solid;
    background-color: #faf9f9;
    font-family: arial;
    text-align: left;
    font-weight: bold;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    width: 99%;
    margin: 5px auto;
}

.inside td {
    padding: 3px;
}

    .inside td label {
        padding: 0 3px;
    }

.custom-forms-title {
    background-color: #e6fae6;
    border-bottom: 1px #d3d2d2 solid;
    color: #016801;
    font-size: 12px;
    width: 30%;
    padding: 0 6px;
    height: 30px;
}

.custom-forms {
    background-color: #e6fae6;
    border-bottom: 1px #d3d2d2 solid;
    border-right: 1px #d3d2d2 solid;
    color: #016801;
    font-size: 12px;
    width: 30%;
    padding-left: 6px;
    height: 30px;
}

.custom-forms-information {
    border-bottom: 1px #d3d2d2 solid;
    font-size: 12px;
    padding-left: 6px;
    width: 70%;
    height: 30px;
}

.custom-forms-information2 {
    border-bottom: 1px #d3d2d2 solid;
    font-size: 12px;
    padding-left: 6px;
    height: 30px;
}

.custom-forms-header {
    background: #E8E8E8;
    background: -webkit-gradient(linear, right top, right bottom, from(#f6f6f6), to(#d4d4d4));
    background: -webkit-linear-gradient(#f6f6f6, #d4d4d4);
    background-image: -moz-linear-gradient(top, #f6f6f6, #d4d4d4);
    background-image: -moz-gradient(top, #f6f6f6, #d4d4d4);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
    color: #4c4c4c;
    border-bottom: 1px #B7B7B7 solid;
    font-size: 14px;
    padding-left: 0px !important;
    height: 35px;
    font-weight: bold;
    text-align: center;
}

.menu-table td ul {
    border-bottom: 1px #5d5d5d solid;
    background-color: White;
    height: 25px;
    color: Black;
    font-weight: bold;
    font-family: arial;
    text-align: left;
    padding-left: 20px;
}

    .menu-table td ul:hover {
        border-bottom: 1px #0000 solid;
        background-color: Red;
        height: 25px;
        color: White;
        font-weight: bold;
        font-family: arial;
        text-align: left;
    }

.menu-table {
    border: 1px #d3d2d2 solid;
    background-color: #faf9f9;
    font-family: arial;
    text-align: left;
    width: 100%;
}

    .menu-table td {
        border-bottom: 1px #0000 solid;
        border-right: 1px #0000 solid;
        background-color: #5D5D5D;
        height: 25px;
        color: White;
        font-weight: bold;
        font-family: arial;
        text-align: left;
        width: 100%;
        padding-left: 2px;
        padding-right: 1px;
        margin: 0px;
    }
/* make drag container visible */

#drag {
    border: 2px dashed LightBlue;
    display: table;
}
/* table */

div#drag table {
    background-color: #eee;
    border-collapse: collapse;
    margin: 7px;
}
/* table cells */

div#drag td {
    border: 1px solid navy;
    height: 50px;
    text-align: center;
    font-size: 10pt;
    padding: 2px;
}
/* drag object (DIV inside table cell) */

.drag {
    margin: auto;
    text-align: center;
    width: 87px;
    height: 35px;
    line-height: 35px;
    border: 2px solid SteelBlue;
    background-color: white;
}

.forms-information33 {
    padding: 10px 5px 0;
    vertical-align: top;
    border-bottom: 1px solid #B3B3B3;
    font-size: 12px;
    width: 105px;
    max-width: 129px;
    text-align: center;
    padding-bottom: 5px
}

#aspnetForm .forms-information33 input[type="checkbox"] {
    margin-top: 0 !important
}

.Separator {
    width: 100%;
    color: White;
    font-weight: bold;
    height: 20px;
    font-family: arial;
    text-align: left;
    -moz-border-radius: 8px;
    vertical-align: middle;
    padding-left -10px;
    padding-top: 5px;
    border: 0;
}

.forms-News-time {
    border-right: 1px #d3d2d2 solid;
    font-size: 9px;
    text-align: center;
    width: 8%;
    height: 30px;
    color: Red;
    border-bottom: 0px;
}

.forms-News-left {
    border-right: 1px #d3d2d2 solid;
    font-size: 12px;
    padding-right: 6px;
    padding-left: 6px;
    width: 5%;
    height: 30px;
    border-bottom: 0px;
}

.forms-News-center {
    border-right: 1px #d3d2d2 solid;
    font-size: 12px;
    padding-right: 6px;
    padding-left: 6px;
    width: 5%;
    height: 30px;
    border-bottom: 0px;
}

.header-shadow {
    padding: 0px;
    padding-bottom: 0px;
}

.login.header-shadow {
    padding: 0px 16px;
    padding-bottom: 5px;
}

.headerx {
    width: 1200px;
    margin: 0 auto;
    height: 175px;
}

.logo {
    margin: 0 auto;
    width: 348px;
}

.logo2img {
    display: block;
    margin: 10px auto
}

.content {
    width: 100%;
    padding: 0;
    margin: 0 auto !important;
}

.loginHead {
    background-image: url(/App_Images/login-head.png);
    vertical-align: bottom;
    padding-top: 10px;
    text-align: center;
}

.modalBackground {
    background: url(/App_Images/overlay.png);
    background-repeat: repeat;
    opcity: 50%;
}

.divReviewer {
}

#ctl00_MainContent__sectionOrderList__rbl li img,
#ctl00_MainContent__issueNewsOrderList__rbl li img {
    cursor: pointer;
}

/************************ added style   2012 - 6 - 3 ********************************/

:root .RadTreeView_rtl .rtPlus,
:root .RadTreeView_rtl .rtMinus {
    left: 0;
    margin-left: 0 !important;
    margin-right: 7px;
    float: left;
}

.rtTop {
    text-align: left;
}

.rtMid {
    text-align: left;
}

.rtBot {
    text-align: left;
}

.RadTreeView_Office2010Silver .rtHover .rtIn {
    color: #FFF !important;
    border-color: #BE0000 !important;
    background-color: #BE0000 !important;
    background-image: none !important;
}

.RadTreeView_Office2010Silver .rtSelected .rtIn {
    color: #FFF !important;
    border-color: #BE0000 !important;
    background-color: #BE0000 !important;
    background-image: none !important;
}

.RadTreeView .rtIn {
    cursor: pointer;
}

.RadTreeView {
    white-space: nowrap;
    cursor: default;
    max-width: 700px !important;
    width: 400px !important;
    max-height: 300px;
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

    .RadTreeView .rtIn {
        font-size: 13px;
        font-weight: bold;
    }

.rtLI {
    float: left;
    width: 100%;
}

.rtPlus {
    float: left;
}

.rtIn {
    float: left;
}

.rtSp {
    float: left;
}

.rtMid {
    float: left;
    width: 100%;
}

.rtTop {
    float: left;
    width: 100%;
}

.rtBot {
    float: left;
    width: 100%;
}

.RadTreeView {
    height: auto !important;
}

.auto-style2 {
    float: left
}

    .auto-style2 select {
        width: auto;
    }

.page_title {
    font-size: 20px;
    vertical-align: middle;
    text-align: center;
    line-height: 20px;
    margin-bottom: 16px;
    background-color: #192b41;
    padding: 9px;
    color: white;
    font-family: arial;
    font-weight: bold;
}

#ctl00_MainContent_welcomeImage {
    display: none;
}
/*-------------------------arabic style 19-7------*/

.header {
    height: auto;
    background-color: #fff;
}

.mymenuCass {
    background-color: inherit;
    text-align: left;
    float: left;
    margin-right: 0px;
    width: 100%
}

#loginContent2 .button.green-pastel {
    background: url(/App_Images/enter.png) transparent top center;
    padding-top: 105px;
    background-repeat: no-repeat;
    color: #2c2e31;
    font-size: 16px;
    font-family: arial;
}

.page_title span {
    font-family: arial;
    color: white;
    padding-bottom: 0px;
    vertical-align: middle;
    font-size: 25px;
}

.bakt select {
    float: right;
}

.forms-information {
    text-align: left !important;
    margin-bottom: 10px;
    width: 100%;
    margin: 0 auto;
    float: left;
}

    .forms-information.forms-informationNewAdd {
        width: 50%
    }

#sortable li {
    width: 95%;
    float: right;
    direction: rtl;
}

.reToolbar {
    float: left;
}
/*.green-pastel {
    top: 4px;
}*/

.info_message td {
    padding-left: 20px !important;
}

.reToolbar {
    float: left !important;
}


#sortable {
    padding-left: 0 !important;
}

.directionAr {
    text-align: left !important;
}

#ctl00_MainContent_DDLGalleryTypeMove {
    float: none !important
}

#RadEditor1 {
    margin-right: 5px;
    margin-left: 5px
}

.reContentCell iframe body {
    background-color: white !important
}

.heightdOrdr {
    color: #333
}

.RadComboBox table {
    background-color: #dbdbdb !important
}

iframe.cboxIframe body {
    background-color: #00488D !important
}

.cboxIframe .forms-table {
    background-color: #00488D
}

.cboxIframe .forms {
    color: #333
}

#DivAlbum {
    margin-left: 5px;
    max-width: 375px;
}

.RevwierClass {
    float: left
}

.forms-information textarea {
    background-color: #fff;
    width: 100% !important;
    max-width: 587px;
    margin: 0;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    direction: ltr;
}

#colorbox, #cboxOverlay, #cboxWrapper {
    overflow: initial
}

#cboxOverlay {
    background-color: black
}

.BtnAddAlbum {
    font-size: 15px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding: 0;
    color: white;
    background-color: #003466;
    margin: 0;
    border: none;
    font-family: arial;
    font-weight: bold;
    background: url("/images2/grey-btn-bg.png") repeat-x scroll 0 0 transparent !important;
    background-color: transparent;
    border-radius: 0px !important;
    height: 40px !important;
    padding-bottom: 0px !important;
    width: 140px !important;
}

.evaluation {
    float: right;
    margin-top: -12px;
}

.smFont {
    font-size: 15px
}

.txtinput {
    background-color: inherit;
    font-size: 12px !important;
    text-decoration: none;
    padding: 0px;
    display: block;
    position: relative;
    width: 100%;
    float: left;
}

.tabed {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    outline: 0;
    direction: ltr;
    vertical-align: top;
    font-family: arial;
}

.tagsave {
    color: white;
    background: transparent;
    border: navajowhite;
    font-size: 14px;
    font-weight: bold;
}

.tablePopUp .forms-information select,
.tablePopUp .forms-information input {
    width: 300px
}

.leftalldiv {
    width: 72%;
    float: left;
    min-height: 150px;
    margin: 16px 0px;
    margin-bottom: 0;
}

.rightalldiv {
    max-width: 285px;
    float: left;
    width: 40%;
    /* background-color: #b7bcb3; */
    text-align: left;
    /* margin: 16px 0px; */
    padding: 16px 0px;
}

.userico img {
    width: 75px;
    background-size: 100% 100%;
    max-height: 75px;
    border-radius: 50%;
    margin-top: 10px;
}

.col-lg-12 {
    width: 100%;
    float: left;
    display: block;
    color: white;
    text-align: left;
}

.rightpart {
    width: 63%;
    float: left;
    background-color: #ffffff;
    background: url(/App_Images/bg_header.gif) repeat-x;
    min-height: 150px;
    text-align: center;
    list-style: none;
    /* vertical-align: middle; */
}

    .rightpart li {
        list-style: none;
        font-size: 22px;
        color: #151d2a;
        margin-bottom: 13px;
        font-family: arial;
        background-color: transparent !important;
        text-align: left;
    }

        .rightpart li img {
            margin-right: 20px;
            float: left;
            transform: rotate(-180deg);
        }

.namewriter {
    font-size: 16px;
    color: white;
    line-height: 21px;
    text-align: center;
}

.writernumber {
    font-size: 14px;
    color: white;
    font-family: arial;
}

.rightalldiv .content {
    width: 100%;
    padding: 0;
    background-color: #ababab;
    float: right;
    width: 100%;
    height: 150px;
    padding: 5px 16px;
    text-align: center;
}

.center {
    text-align: center;
}

#loginContent2 {
    color: #ababab;
    font-size: 16px;
    font-family: arial;
}

.userico.col-lg-12 {
    height: 75px;
    text-align: center;
}

.righttr {
    background-color: #ffffff;
    float: left;
    width: 50%;
}

.lfttr {
    background-color: #ababab;
    float: left;
    width: 50%;
}

.rightpart ul {
    width: 60%;
    margin-left: auto;
    text-align: right;
    float: inherit;
    padding-left: 20%;
    padding-top: 8px;
}

.itemright {
    float: left;
    width: 36%;
    color: #ababab;
    font-size: 18px;
    max-width: 95px;
    font-family: arial;
    text-align: right;
    padding-right: 10px;
}

.itemlft {
    float: left;
    width: 69%;
    background-color: #ababab;
    padding: 0;
    font-size: 18px;
    max-width: 188px;
    font-family: arial;
    display: block;
}

.menuitm .itemlft {
    border-bottom: 3px solid #eeeeef;
}

.itemlft span {
    border-left: 12px solid #454d3f;
    padding: 6px 16px;
}

    .itemlft span:hover {
        border-left: 12px solid #5f6659;
        padding-left: 16px;
    }

    .itemlft span:hover {
        background-color: #8d1a3d;
        border-left: 12px solid #8d1a3d;
    }

    .itemlft span:active {
        background-color: #b7bcb3;
        border-left: 12px solid #5f6659;
    }

.allleft {
    background-color: #eeeeee; /*max-width: 738px;*/
}

.oparation {
    color: #ababab;
    font-size: 15px;
    font-family: arial;
}

.grid-table tr {
    height: 40px;
    margin-bottom: 10px;
    border-bottom: 10px solid #f2f2f2;
    background-color: white;
}

.grid-table .checker tr {
    height: auto;
    margin-bottom: 0;
    border-bottom: 0px solid #f2f2f2;
}

.grid-header tr {
    height: auto;
    margin-bottom: 0;
    border-bottom: 0px solid #f2f2f2;
}

.deleteico {
    background: url(/App_Images/deletico.png) transparent left;
    background-repeat: no-repeat;
    height: 40px;
    padding: 22px;
    width: 40px;
}

background-position: calc(26px - 18px) calc(18px + 2px), calc(24px - 12px) calc(18px + 2px), 0; background-color: #ababab; max-width: 180px !important; color: white; font-size: 20px;
}

.forms-information select, .typemada select:first-child {
    background-image: linear-gradient(45deg, transparent 50%, #ababab 50%), linear-gradient(135deg, #ababab 50%, transparent 50%), linear-gradient(to right, #ababab, #ababab);
    background-position: calc(26px - 18px) calc(18px + 2px), calc(24px - 12px) calc(18px + 2px), 0;
    background-color: #ababab;
    max-width: 222px !important;
    color: white;
    font-size: 20px;
    min-width: 222px !important;
}

.forms-information .sechico {
    width: 100% !important;
    padding: 0;
    margin: 0;
    font-family: arial;
    min-width: 365px;
    max-width: 366px;
}

.sech {
    background: url(/App_Images/serch.png) transparent left;
    background-repeat: no-repeat;
    height: 40px;
    padding: 22px;
    width: 40px;
}

.forms-information .sech {
    min-width: 35px;
    width: 42px !important;
    margin: 0;
    position: absolute;
    margin-left: -29px;
    background-color: white;
    text-indent: 50px;
}

.itemlft a {
    color: white;
    font-size: 18px;
    font-family: arial;
}

.content .headtitel {
    font-size: 20px;
    vertical-align: middle;
    text-align: center;
    line-height: 20px;
    margin-bottom: 16px;
    background-color: transparent;
    padding: 9px;
    color: #ababab;
    font-family: arial;
    padding-top: 40px;
}

    .content .headtitel span {
        color: #ababab;
        font-family: arial;
        font-size: 20px;
    }


input[id*="_AutoPublish"].green-pastel {
    background: url(/App_Images/publish-data.png) transparent top center;
    background-repeat: no-repeat;
    padding-top: 90px;
    font-size: 20px;
    color: #2c2e31;
    font-family: arial;
    background-size: 80px
}

input[id*="_PublishButton"].green-pastel {
    background: url(/App_Images/published.png) transparent top center;
    background-repeat: no-repeat;
    padding-top: 90px;
    font-size: 20px;
    color: #2c2e31;
    font-family: arial;
    background-size: 80px
}

    input[id*="_PublishButton"].green-pastel.addAndSave {
        margin-top: 48px
    }

.clearStyle < input[id*="_PublishButton"].green-pastel.addAndSave {
    display: block
}

#ctl00_MainContent__publishButton {
    margin-bottom: 10px !important;
}

.clearStyle input[id*="_PublishButton"].green-pastel {
    margin-top: 0;
    margin-bottom: 10px
}

input[id*="_passButton"].green-pastel {
    background: url(/App_Images/save-sub.png) transparent top center;
    background-repeat: no-repeat;
    padding-top: 90px;
    font-size: 20px;
    color: #2c2e31;
    font-family: arial;
    background-size: 80px
}

input[id*="BtnNewAdd"].green-pastel,
input[id*="addNewButton"].green-pastel.margTop {
    background: url(/App_Images/add-sub1.png) transparent top center;
    background-repeat: no-repeat;
    padding-top: 112px;
    font-size: 20px;
    color: #151d2a;
    font-family: arial;
    border: none;
    outline: none;
    background-size: 95px;
}

input[id*="addNewButton"].green-pastel.margTop {
    margin-top: 10px;
    float: none
}

input[id*="_saveButton"].green-pastel {
    background: url(/App_Images/save-sub.png) transparent top center;
    background-repeat: no-repeat;
    padding-top: 90px;
    font-size: 20px;
    color: #2c2e31;
    font-family: arial;
    background-size: 80px
}

input[id*="__DeleteButton"].green-pastel {
    background: url(/App_Images/DeleteButton.png) transparent top center;
    background-repeat: no-repeat;
    padding-top: 112px;
    font-size: 20px;
    color: #2c2e31;
    font-family: arial;
}

table[id*="__newsGridView"] {
    max-width: 593px;
    margin: 0 auto;
}

table[id*="_footerTable"] {
    max-width: 100%;
    margin: 0 auto;
}

table[id*="__newsCategorysGridView"] {
    max-width: 850px;
    margin: 0 auto;
}

    table[id*="__newsCategorysGridView"] a {
        color: #E6E6E6;
    }

.paginator .button {
    background-color: transparent;
    min-width: 12px !important;
}

.paginator.fullWidth {
    max-width: 100%;
}

.hintT ~ div .grid-table tr {
    background-color: white
}

    .hintT ~ div .grid-table tr:last-child {
        border: none
    }

.bordLeft a {
    color: #ababab;
}

.cboxElement span {
    color: #F2F2F2;
}

.cboxElement:active {
    text-decoration: none;
    color: #000;
}

.grid-table a {
    color: #2c2e31 !important;
}

.formdit label {
    color: #ababab !important;
}

.forms-information label {
    color: #ababab !important;
}

.BtnAddAlbum {
    background-color: #ababab !important;
}

.cat1 {
    background-color: #BD1E2D;
}

.cat2 {
    background-color: #F6931E;
}

.cat3 {
    background-color: #808184;
}

.cat4 {
    background-color: #6DCFF6;
}

.cat5 {
    background-color: #84BA4D;
}

.cat6 {
    background-color: #D7BA8C;
}

.cat7 {
    background-color: #AA91AB;
}

.page_title.cat10 {
    background-color: #BD1E2D;
}

.page_title.cat11 {
    background-color: #F6931E;
}

.page_title.cat12 {
    background-color: #808184;
}

.page_title.cat13 {
    background-color: #6DCFF6;
}

.page_title.cat14 {
    background-color: #84BA4D;
}

.page_title.cat15 {
    background-color: #D7BA8C;
}

.page_title.cat16 {
    background-color: #AA91AB;
}

.addImgColor .green-pastel.cat10 {
    background: url(/App_Images/add-sub.png) no-repeat transparent top center
}

.addImgColor .green-pastel.cat11 {
    background: url(/App_Images/add-sub2.png) no-repeat transparent top center
}

.addImgColor .green-pastel.cat12 {
    background: url(/App_Images/add-sub3.png) no-repeat transparent top center
}

.addImgColor .green-pastel.cat13 {
    background: url(/App_Images/add-sub4.png) no-repeat transparent top center
}

.addImgColor .green-pastel.cat14 {
    background: url(/App_Images/add-sub5.png) no-repeat transparent top center
}

.addImgColor .green-pastel.cat15 {
    background: url(/App_Images/add-sub6.png) no-repeat transparent top center
}

.addImgColor .green-pastel.cat16 {
    background: url(/App_Images/add-sub7.png) no-repeat transparent top center
}

#TblNewsCount2 {
    float: right;
    width: 39%;
    font-family: arial;
    font-size: 25px;
    color: #151d2a;
    border-left: 0;
    margin-top: 11px;
    height: 95%;
    padding-top: 36px;
    min-height: 126px;
}


.loginpage td {
    direction: ltr;
    vertical-align: top;
}

.loginpage tr {
    height: 60px;
}

.itemlft span:first-child {
    padding-top: 12px;
}

.itemlft span:last-child {
    padding-bottom: 12px;
}

.typemada {
    margin-top: 16px !important
}

    .typemada select {
        background-color: #ababab;
        color: #fff;
        width: 222px;
        background-image: linear-gradient(45deg, transparent 50%, #ffffff 50%), linear-gradient(135deg, #ffffff 50%, transparent 50%), linear-gradient(to right, #ababab, #ababab);
    }

#colorbox table[id*="_footerTable"] {
    max-width: 100%;
}

.leftright {
    display: block;
    font-size: 25px;
    color: #E6E6E6;
    padding-top: 0;
    position: absolute;
    right: 0;
}

    .leftright.borderdivGalleryID {
        min-height: 205px;
    }

td.rightright {
    width: 74%;
    border-top: 1px dotted #e6e6e6;
    border-bottom: 1px dotted #e6e6e6;
}

.leftrighta {
    transform: rotate(-90deg);
}

.tablerepat {
    min-height: 200px;
}

.selectHere {
    background-color: #ababab !important;
    padding-bottom: 22px;
}

.leftalldiv.LoginDiv {
    width: 100%;
    margin-top: 5px;
}

.DragitemList tr td:first-child {
    background-color: #eeeeee;
    padding-right: 5px !IMPORTANT;
    max-width: 55px;
    padding-bottom: 10px;
    padding-top: 8px;
}

.selectHere .forms {
    border: none;
    font-size: 16px;
    width: 20%;
    padding-left: 6px;
    height: 30px;
    font-family: arial;
    color: white;
    text-align: right;
    direction: ltr;
}

.selectHere .forms-table {
    margin-top: 40px;
}

iframe body {
    background-color: #ababab !important;
}

.selectHere input[id*="_saveButton"].green-pastel {
    background: url(/App_Images/save.png) transparent top center;
    background-repeat: no-repeat;
    padding-top: 40px;
    font-size: 16px;
    color: white;
    font-family: arial;
}

.selectHere input[id*="_MainContent_Button1"] {
    background: url(/App_Images/exit.png) transparent top center;
    background-repeat: no-repeat;
    padding-top: 40px;
    font-size: 16px;
    color: white;
    font-family: arial;
}

.DragitemList span {
    padding-left: 10px;
    cursor: move;
    direction: ltr;
    float: left;
}

table[id*="__newsCategorysGridView"] .grid-header th:first-child {
    background-color: #eeeeee;
}

.tableico div {
    float: left;
    max-width: 222px;
}

.tableico span {
    float: left;
    max-width: 222px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #858B7F;
}

.tableico input {
    float: left;
    max-width: 222px;
    height: 40px;
    margin-top: 0;
}

.tableico {
    width: 100%;
}

.forms-information.tableico {
    width: 100%;
    padding-left: 58px;
}

.checker input {
    cursor: pointer;
}

.button {
    min-height: 40px;
}

.addnewtable select {
    font-size: 14px;
    outline: none;
    background-image: linear-gradient(45deg, transparent 50%, #b8bcb4 50%), linear-gradient(135deg, #b8bcb4 50%, transparent 50%), linear-gradient(to right, #fff, #fff);
    background-position: calc(26px - 18px) calc(18px + 2px), calc(24px - 12px) calc(18px + 2px), 0;
    background-size: 5px 5px, 5px 5px, 2em 2em;
    background-repeat: no-repeat;
    font-family: arial;
    color: #ababab;
    background-color: #fff;
    max-width: 375px !important;
    width: 100%;
}

a[id*="__AddNewsPhoto"] {
    color: #F2F2F2;
}

a[id*="__AddNewsPhotos"] {
    color: #F2F2F2;
}

a[id*="__GoToNewsPhoto"] {
    color: #F2F2F2;
}

a[id*="__AddNewsPhoto"] {
    color: #F2F2F2;
}

a[id*="__MakeGalleryHome"] {
    color: #F2F2F2;
}

a[id*="__editorsGridView"] {
    color: #F2F2F2;
}

a[id*="__MakeGalleryHome"] {
    color: #F2F2F2;
}

.calroot {
    width: auto !important;
    float: left !important;
}

select[id*="__PdfIssueSearchControl_DDLCategory"] {
    display: none;
}

.footer .button {
    min-height: 0px;
}

.PageTitle {
    color: #ababab !important;
    font-family: 'Conv_GE SS Two Light' !important;
    font-weight: bolder;
    font-size: 20px;
}

a[id*="__deleteLinkButton"] {
    padding-right: 17px;
    font-size: 12px;
    color: #939598 !important;
    font-family: Conv_GE SS Two Light !important;
    margin-left: 8px;
}

#ctl00_MainContent_Panel3 span {
    color: #858B7F;
    font-size: 16px;
    font-family: arial;
}
/* 
Author: Ramy Ragab
*/
/* CSS Document */


/** Generated by FG **/


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    /* margin: 0 auto; */
}

body {
    direction: ltr;
    font-family: arial;
    padding: 0;
    margin: 0;
    background-color: #ffffff;
    text-align: left;
}

ul {
    margin: 0;
    padding: 0
}

/* Scale on hover */

a.button.scale {
    -webkit-transition: padding ease-in-out 0.2s;
}

    a.button.scale:hover {
        padding-top: .75em;
        padding-bottom: .75em;
    }
/* Chunky buttons */

a.button.chunky {
    border-bottom-width: 3px !important;
    position: relative;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

    a.button.chunky:active {
        border-bottom-width: 1px !important;
        top: 2px;
        -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.2);
    }
/* Icon buttons */

.button.icon span {
    padding-left: 18px;
}

.button.icon.forward span {
    background: url(../App_Images/icons/forward.png) left no-repeat;
}

.button.icon.back span {
    background: url(../App_Images/icons/back.png) right no-repeat;
    padding-right: 24px;
    padding-left: 0;
}

.button.icon.download span {
    background: url(../App_Images/icons/download.png) left no-repeat;
}

.button.icon.edit span {
    background: url(../App_Images/icons/edit.png) left no-repeat;
}

.button.icon.rss span {
    background: url(../App_Images/icons/rss.png) left no-repeat;
}

.button.icon.upload span {
    background: url(../App_Images/icons/upload.png) left no-repeat;
}

.button.icon.delete span {
    background: url(../App_Images/icons/delete.png) left no-repeat;
}

.button.icon.login span {
    background: url(../App_Images/icons/login.png) left no-repeat;
}

.button.icon.love span {
    background: url(../App_Images/icons/love.png) left no-repeat;
}

.button.icon.tag span {
    background: url(../App_Images/icons/tag.png) left no-repeat;
}

.button.icon.refresh span {
    background: url(../App_Images/icons/refresh.png) left no-repeat;
}

.button.icon.lock span {
    background: url(../App_Images/icons/lock.png) left no-repeat;
}

.button.icon.unlock span {
    background: url(../App_Images/icons/unlock.png) left no-repeat;
}

.button.icon.search span {
    background: url(../App_Images/icons/search.png) left no-repeat;
}

.button.icon.add span {
    background: url(../App_Images/icons/add.png) left no-repeat;
}

.button.icon.confirm span {
    background: url(../App_Images/icons/confirm.png) left no-repeat;
}

.button.icon.time span {
    background: url(../App_Images/icons/time.png) left no-repeat;
}

.button.icon.trash span {
    background: url(../App_Images/icons/trash.png) left no-repeat;
}

.button.icon.email span {
    background: url(../App_Images/icons/email.png) left no-repeat;
}

.button.icon.comment span {
    background: url(../App_Images/icons/comment.png) left no-repeat;
}

.button.icon.bookmark span {
    background: url(../App_Images/icons/bookmark.png) left no-repeat;
}

.button.icon.top span {
    background: url(../App_Images/icons/top.png) left no-repeat;
}
/* Black button */

.button.black {
    background-position: 100% 0%;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#333333', EndColorStr='#111111')";
    color: #dddddd;
    border: 1px solid #111111;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), inset 0 0 6px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), inset 0 0 6px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), inset 0 0 6px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2);
    background-image: -moz-gradient(top, #333333, #111111);
    /* IE6,IE7 */
    /* IE8 */
    background-color: #333333;
    background-repeat: repeat;
    background-attachment: scroll;
}

    .button.black:hover {
        background-position: 100% 0%;
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#333333', EndColorStr='#292929')";
        background-image: -moz-gradient(top, #333333, #292929);
        background-color: #333333;
        background-repeat: repeat;
        background-attachment: scroll;
    }

    .button.black:active {
        background-position: 100% 0%;
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#292929', EndColorStr='#333333')";
        -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.4), 0 1px 0 0 #ffffff;
        -moz-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.4), 0 1px 0 0 #ffffff;
        box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.4), 0 1px 0 0 #ffffff;
        background-image: -moz-gradient(top, #292929, #333333);
        /* IE6,IE7 */
        /* IE8 */
        background-color: #292929;
        background-repeat: repeat;
        background-attachment: scroll;
    }
/* Red button */

.button.red-pastel {
    background-position: 100% 0%;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#e84545', EndColorStr='#c62323')";
    color: #ffefef;
    border: 1px solid #930000;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    background-image: -moz-gradient(top, #e84545, #c62323);
    /* IE6,IE7 */
    /* IE8 */
    background-color: #e84545;
    background-repeat: repeat;
    background-attachment: scroll;
}

    .button.red-pastel:hover {
        background-position: 100% 0%;
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#e84545', EndColorStr='#de3b3b')";
        background-image: -moz-gradient(top, #e84545, #de3b3b);
        background-color: #e84545;
        background-repeat: repeat;
        background-attachment: scroll;
    }

    .button.red-pastel:active {
        background-position: 100% 0%;
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#de3b3b', EndColorStr='#e84545')";
        background-image: -moz-gradient(top, #de3b3b, #e84545);
        background-color: #de3b3b;
        background-repeat: repeat;
        background-attachment: scroll;
    }
/* Orange button */

.button.orange {
    background-position: 100% 0%;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#e88645', EndColorStr='#c66423')";
    color: #ffffef;
    border: 1px solid #933100;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    background-image: -moz-gradient(top, #e88645, #c66423);
    /* IE6,IE7 */
    /* IE8 */
    background-color: #e88645;
    background-repeat: repeat;
    background-attachment: scroll;
}

    .button.orange:hover {
        background-position: 100% 0%;
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#e88645', EndColorStr='#de7c3b')";
        background-image: -moz-gradient(top, #e88645, #de7c3b);
        background-color: #e88645;
        background-repeat: repeat;
        background-attachment: scroll;
    }

    .button.orange:active {
        background-position: 100% 0%;
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#de7c3b', EndColorStr='#e88645')";
        background-image: -moz-gradient(top, #de7c3b, #e88645);
        background-color: #de7c3b;
        background-repeat: repeat;
        background-attachment: scroll;
    }
/* Orange Pastel button */

.button.orange-pastel {
    background-position: 100% 0%;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#e9bc9d', EndColorStr='#c79a7b')";
    color: #3f1200;
    border: 1px solid #946748;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    background-image: -moz-gradient(top, #e9bc9d, #c79a7b);
    /* IE6,IE7 */
    /* IE8 */
    background-color: #e9bc9d;
    background-repeat: repeat;
    background-attachment: scroll;
}

    .button.orange-pastel:hover {
        background-position: 100% 0%;
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#e9bc9d', EndColorStr='#dfb293')";
        background-image: -moz-gradient(top, #e9bc9d, #dfb293);
        background-color: #e9bc9d;
        background-repeat: repeat;
        background-attachment: scroll;
    }

    .button.orange-pastel:active {
        background-position: 100% 0%;
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#dfb293', EndColorStr='#e9bc9d')";
        background-image: -moz-gradient(top, #dfb293, #e9bc9d);
        background-color: #dfb293;
        background-repeat: repeat;
        background-attachment: scroll;
    }
/* Yellow button */

.button.yellow {
    background: #e8c745;
    background-image: -webkit-gradient(linear, right top, right bottom, from(#e8c745), to(#c6a523));
    background-image: -webkit-linear-gradient(#e8c745, #c6a523);
    background-image: -moz-linear-gradient(top, #e8c745, #c6a523);
    background-image: -moz-gradient(top, #e8c745, #c6a523);
    color: #ffffef;
    border: 1px solid #937200;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

    .button.yellow:hover {
        background: #e8c745;
        background-image: -webkit-gradient(linear, right top, right bottom, from(#e8c745), to(#debd3b));
        background-image: -webkit-linear-gradient(#e8c745, #debd3b);
        background-image: -moz-linear-gradient(top, #e8c745, #debd3b);
        background-image: -moz-gradient(top, #e8c745, #debd3b);
    }

    .button.yellow:active {
        background: #debd3b;
        background-image: -webkit-gradient(linear, right top, right bottom, from(#debd3b), to(#e8c745));
        background-image: -webkit-linear-gradient(#debd3b, #e8c745);
        background-image: -moz-linear-gradient(top, #debd3b, #e8c745);
        background-image: -moz-gradient(top, #debd3b, #e8c745);
    }
/* Yellow Pastel button */

.button.yellow-pastel {
    background: #e9db9d;
    background-image: -webkit-gradient(linear, right top, right bottom, from(#e9db9d), to(#c7b97b));
    background-image: -webkit-linear-gradient(#e9db9d, #c7b97b);
    background-image: -moz-linear-gradient(top, #e9db9d, #c7b97b);
    background-image: -moz-gradient(top, #e9db9d, #c7b97b);
    color: #3f3100;
    border: 1px solid #948648;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}

    .button.yellow-pastel:hover {
        background: #e9db9d;
        background-image: -webkit-gradient(linear, right top, right bottom, from(#e9db9d), to(#dfd193));
        background-image: -webkit-linear-gradient(#e9db9d, #dfd193);
        background-image: -moz-linear-gradient(top, #e9db9d, #dfd193);
        background-image: -moz-gradient(top, #e9db9d, #dfd193);
    }

    .button.yellow-pastel:active {
        background: #dfd193;
        background-image: -webkit-gradient(linear, right top, right bottom, from(#dfd193), to(#e9db9d));
        background-image: -webkit-linear-gradient(#dfd193, #e9db9d);
        background-image: -moz-linear-gradient(top, #dfd193, #e9db9d);
        background-image: -moz-gradient(top, #dfd193, #e9db9d);
    }
/* Green button */

.button.green {
    background-position: 100% 0%;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#b2d840', EndColorStr='#90b61e')";
    color: #ffffea;
    border: 1px solid #5d8300;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    background-image: -moz-gradient(top, #b2d840, #90b61e);
    /* IE6,IE7 */
    /* IE8 */
    background-color: #b2d840;
    background-repeat: repeat;
    background-attachment: scroll;
}

    .button.green:hover {
        background-position: 100% 0%;
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#b2d840', EndColorStr='#a8ce36')";
        background-image: -moz-gradient(top, #b2d840, #a8ce36);
        background-color: #b2d840;
        background-repeat: repeat;
        background-attachment: scroll;
    }

    .button.green:active {
        background-position: 100% 0%;
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#a8ce36', EndColorStr='#b2d840')";
        background-image: -moz-gradient(top, #a8ce36, #b2d840);
        background-color: #a8ce36;
        background-repeat: repeat;
        background-attachment: scroll;
    }
/* Green Pastel button */

#ctl00_MainContent__choosefromNewsButton {
    min-width: 145px;
    float: left;
}

#ctl00_MainContent__addNewButton.addPhoto,
#ctl00_MainContent__addNewButton.addDay,
#ctl00_MainContent__addNewButton.addDoor,
#ctl00_MainContent__addNewButton.addMainDoor {
    float: none
}

    #ctl00_MainContent__addNewButton.addDoor,
    #ctl00_MainContent__addNewButton.addDoor ~ input,
    #ctl00_MainContent__addNewButton.addMainDoor {
        float: left;
    }

#ctl00_MainContent__addNewButton {
    margin-bottom: 10px
}

a.NotPublished:link {
    color: #000 !important;
}

a.DeletedLnk:link {
    color: red !important;
}

a.delete {
    color: red !important
}

.button.SuggestStAr {
    margin-right: 5px;
}

.rightAR {
    float: left;
    margin-right: 10px
}

#ctl00_MainContent_RadComboBox1_Input {
    background-color: #ababab;
    color: white !important;
    text-align: center;
    font-family: arial;
}

.RadComboBox_Transparent td.rcbInputCellLeft {
    background-position: 12px 24px !important;
    padding: 0 !important
}

.RadComboBox table td.rcbArrowCell {
    margin: 0 !important;
}

.RadComboBox .rcbInputCell {
    width: unset !important;
    margin: 0 !important;
}


#ctl00_MainContent__dateCalendar__dateImage {
    margin-top: 10px !important;
    margin-left: -10px !important;
}

#ctl00_MainContent__shearchButton {
    margin-top: -1px !important;
}
/* Blue button */

.button.blue {
    background: #3ba4c7;
    background-image: -webkit-gradient(linear, right top, right bottom, from(#3ba4c7), to(#1982a5));
    background-image: -webkit-linear-gradient(#3ba4c7, #1982a5);
    background-image: -moz-linear-gradient(top, #3ba4c7, #1982a5);
    background-image: -moz-gradient(top, #3ba4c7, #1982a5);
    color: #e5ffff;
    border: 1px solid #004f72;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

    .button.blue:hover {
        background: #3ba4c7;
        background-image: -webkit-gradient(linear, right top, right bottom, from(#3ba4c7), to(#319abd));
        background-image: -webkit-linear-gradient(#3ba4c7, #319abd);
        background-image: -moz-linear-gradient(top, #3ba4c7, #319abd);
        background-image: -moz-gradient(top, #3ba4c7, #319abd);
    }

    .button.blue:active {
        background: #319abd;
        background-image: -webkit-gradient(linear, right top, right bottom, from(#319abd), to(#3ba4c7));
        background-image: -webkit-linear-gradient(#319abd, #3ba4c7);
        background-image: -moz-linear-gradient(top, #319abd, #3ba4c7);
        background-image: -moz-gradient(top, #319abd, #3ba4c7);
    }
/* Blue Pastel button */

.button.blue-pastel {
    background: #92c7da;
    background-image: -webkit-gradient(linear, right top, right bottom, from(#92c7da), to(#70a5b8));
    background-image: -webkit-linear-gradient(#92c7da, #70a5b8);
    background-image: -moz-linear-gradient(top, #92c7da, #70a5b8);
    background-image: -moz-gradient(top, #92c7da, #70a5b8);
    color: #001d30;
    border: 1px solid #3d7285;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}

    .button.blue-pastel:hover {
        background: #92c7da;
        background-image: -webkit-gradient(linear, right top, right bottom, from(#92c7da), to(#88bdd0));
        background-image: -webkit-linear-gradient(#92c7da, #88bdd0);
        background-image: -moz-linear-gradient(top, #92c7da, #88bdd0);
        background-image: -moz-gradient(top, #92c7da, #88bdd0);
    }

    .button.blue-pastel:active {
        background: #88bdd0;
        background-image: -webkit-gradient(linear, right top, right bottom, from(#88bdd0), to(#92c7da));
        background-image: -webkit-linear-gradient(#88bdd0, #92c7da);
        background-image: -moz-linear-gradient(top, #88bdd0, #92c7da);
        background-image: -moz-gradient(top, #88bdd0, #92c7da);
    }
/* Indigo button */

.button.indigo {
    background: #533bc7;
    background-image: -webkit-gradient(linear, right top, right bottom, from(#533bc7), to(#3119a5));
    background-image: -webkit-linear-gradient(#533bc7, #3119a5);
    background-image: -moz-linear-gradient(top, #533bc7, #3119a5);
    background-image: -moz-gradient(top, #533bc7, #3119a5);
    color: #fde5ff;
    border: 1px solid #000072;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

    .button.indigo:hover {
        background: #533bc7;
        background-image: -webkit-gradient(linear, right top, right bottom, from(#533bc7), to(#4931bd));
        background-image: -webkit-linear-gradient(#533bc7, #4931bd);
        background-image: -moz-linear-gradient(top, #533bc7, #4931bd);
        background-image: -moz-gradient(top, #533bc7, #4931bd);
    }

    .button.indigo:active {
        background: #4931bd;
        background-image: -webkit-gradient(linear, right top, right bottom, from(#4931bd), to(#533bc7));
        background-image: -webkit-linear-gradient(#4931bd, #533bc7);
        background-image: -moz-linear-gradient(top, #4931bd, #533bc7);
        background-image: -moz-gradient(top, #4931bd, #533bc7);
    }
/* Indigo pastel button */

.button.indigo-pastel {
    background: #a092da;
    background-image: -webkit-gradient(linear, right top, right bottom, from(#a092da), to(#7e70b8));
    background-image: -webkit-linear-gradient(#a092da, #7e70b8);
    background-image: -moz-linear-gradient(top, #a092da, #7e70b8);
    background-image: -moz-gradient(top, #a092da, #7e70b8);
    color: #000030;
    border: 1px solid #4b3d85;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}

    .button.indigo-pastel:hover {
        background: #a092da;
        background-image: -webkit-gradient(linear, right top, right bottom, from(#a092da), to(#9688d0));
        background-image: -webkit-linear-gradient(#a092da, #9688d0);
        background-image: -moz-linear-gradient(top, #a092da, #9688d0);
        background-image: -moz-gradient(top, #a092da, #9688d0);
    }

    .button.indigo-pastel:active {
        background: #9688d0;
        background-image: -webkit-gradient(linear, right top, right bottom, from(#9688d0), to(#a092da));
        background-image: -webkit-linear-gradient(#9688d0, #a092da);
        background-image: -moz-linear-gradient(top, #9688d0, #a092da);
        background-image: -moz-gradient(top, #9688d0, #a092da);
    }
/* Violet button */

.button.violet {
    background: #d03e93;
    background-image: -webkit-gradient(linear, right top, right bottom, from(#d03e93), to(#ae1c71));
    background-image: -webkit-linear-gradient(#d03e93, #ae1c71);
    background-image: -moz-linear-gradient(top, #d03e93, #ae1c71);
    background-image: -moz-gradient(top, #d03e93, #ae1c71);
    color: #ffe8ff;
    border: 1px solid #7b003e;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

    .button.violet:hover {
        background: #d03e93;
        background-image: -webkit-gradient(linear, right top, right bottom, from(#d03e93), to(#c63489));
        background-image: -webkit-linear-gradient(#d03e93, #c63489);
        background-image: -moz-linear-gradient(top, #d03e93, #c63489);
        background-image: -moz-gradient(top, #d03e93, #c63489);
    }

    .button.violet:active {
        background: #c63489;
        background-image: -webkit-gradient(linear, right top, right bottom, from(#c63489), to(#d03e93));
        background-image: -webkit-linear-gradient(#c63489, #d03e93);
        background-image: -moz-linear-gradient(top, #c63489, #d03e93);
        background-image: -moz-gradient(top, #c63489, #d03e93);
    }
/* Violet Pastel button */

.button.violet-pastel {
    background: #de95bd;
    background-image: -webkit-gradient(linear, right top, right bottom, from(#de95bd), to(#bc739b));
    background-image: -webkit-linear-gradient(#de95bd, #bc739b);
    background-image: -moz-linear-gradient(top, #de95bd, #bc739b);
    background-image: -moz-gradient(top, #de95bd, #bc739b);
    color: #340013;
    border: 1px solid #894068;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}

    .button.violet-pastel:hover {
        background: #de95bd;
        background-image: -webkit-gradient(linear, right top, right bottom, from(#de95bd), to(#d48bb3));
        background-image: -webkit-linear-gradient(#de95bd, #d48bb3);
        background-image: -moz-linear-gradient(top, #de95bd, #d48bb3);
        background-image: -moz-gradient(top, #de95bd, #d48bb3);
    }

    .button.violet-pastel:active {
        background: #d48bb3;
        background-image: -webkit-gradient(linear, right top, right bottom, from(#d48bb3), to(#de95bd));
        background-image: -webkit-linear-gradient(#d48bb3, #de95bd);
        background-image: -moz-linear-gradient(top, #d48bb3, #de95bd);
        background-image: -moz-gradient(top, #d48bb3, #de95bd);
    }

.button.disabled,
.button.disabled:hover {
    background: #CCC;
    color: #999;
    border: 1px #999 solid;
    cursor: default;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#c2d78d', EndColorStr='#cce197')";
}

    .button.disabled:active {
        background: #CCC !important;
        background-image: none;
    }

a.button.disabled:active {
    background: #CCC !important;
    background-image: none;
}

.button.right {
    float: left;
}

.button[disabled=disabled],
.button[disabled=disabled]:hover {
    color: white;
    cursor: no-drop;
}
/*** Drag Drop ***/

.DragitemList {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    width: 100%;
    float: right;
    margin-top: 0
}

    .DragitemList ul {
        list-style-type: none;
    }

    .DragitemList li {
        border: 0;
        background-color: white;
        width: 100%;
        text-align: left;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 0;
        color: #2c2e31;
        visibility:;
        font-family: arial;
        font-size: 12px;
        margin-bottom: 10px;
        height: 40px;
        line-height: 40px;
    }

        .DragitemList li:hover {
            background-color: #ababab;
            color: white;
        }

        .DragitemList li:empty {
            display: none
        }
/*** Grids ***/
.grid-table td {
    height: 38px;
}

.addBorder > tr > td {
    border-bottom: 1px solid #00182f
}

.grid-table tr.selected > td {
    background-color: #BCF2BC;
}

tr.grid-header th,
tr.grid-header td {
    color: #333;
    font-size: 14px;
    height: 25px;
    font-weight: bold;
}

.grid-table tr.alternative td {
    background-color: #e6fae6;
    border-bottom: 1px #B7B7B7 solid;
    color: #016801;
    font-size: 12px;
    padding-left: 6px;
}

.grid-header {
    background-color: #fffff;
    margin-bottom: 10px;
}

    .grid-header th:empty {
        display: none
    }

.grid-table tr td:first-child {
    font-family: arial;
    font-size: 15px;
    padding: 1.3px;
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden;
    max-width: 172px;
    word-wrap: break-word;
    text-align: left !important;
}

.grid-table tr td {
    font-family: arial;
    text-align: left !important;
    direction: l;
}

    .grid-table tr td.checker ~ td {
        text-align: left;
    }

    .grid-table tr td.checker {
        background-color: #f2f2f2
    }

.grid-table tr:last-child {
    border-right: 0px;
}

.grid-table tr.footer td {
    background: #E8E8E8;
    background: -webkit-gradient(linear, right top, right bottom, from(#f6f6f6), to(#d4d4d4));
    background: -webkit-linear-gradient(#f6f6f6, #d4d4d4);
    background-image: -moz-linear-gradient(top, #f6f6f6, #d4d4d4);
    background-image: -moz-gradient(top, #f6f6f6, #d4d4d4);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
    color: #4c4c4c;
    padding-left: 6px;
    height: 35px;
    border-bottom: 0px;
}

.grid-table tr.paging td,
.grid-table tr.paging:hover td {
    border-bottom: 1px #B7B7B7 solid;
    text-align: center;
    background: transparent;
}

.th-table {
    width: 100%;
}

    .th-table tr td {
        background-image: none;
        background: transparent;
        border: 0px;
        padding: 0px;
        margin: 0px;
    }

    .th-table tr:hover > td {
        background: none;
        background: transparent !important;
        background-color: transparent;
    }

    .th-table tr td.top {
        text-align: center;
        border-bottom: 1px #B7B7B7 solid;
    }

tr.table-inside td {
    padding: 0px !important;
    background: transparent !important;
    margin: 0px;
}

.padding_remove {
    padding-left: 0px !important;
}

tr.table-inside tr th {
    border: 0px none !important;
}

tr.table-inside th.top,
tr.table-inside td.top {
    border-bottom: 1px #B7B7B7 solid;
}

tr.table-inside td:hover {
    padding: 0px !important;
    margin: 0px;
}

.checker {
    width: 3%;
    text-align: center;
    padding: 0px !important;
    border-collapse: separate;
}

.ReadOnlyText,
.ReadOnlyText:hover {
    border: 1px solid #c0c0c0 !important;
    font-size: 13px !important;
    outline: 0 !important;
    height: 40px !important;
    margin: 5px !important;
    padding-top: 1px !important;
    text-indent: 8px !important;
    vertical-align: text-top !important;
    color: #A0A0A0 !important;
    cursor: default;
}

input:focus,
select:focus,
textarea:focus {
    border-color: 0;
}

textarea:focus {
    border-color: #999;
}

textarea {
    width: 770px;
    min-height: 70px;
    border: 0;
    font-size: 15px;
    margin: 5px;
    text-indent: 8px;
    text-align: left;
    float: left;
    font-family: 'Conv_GE SS Two Light'
}

#ctl00_MainContent_Login1__usernameTextbox,
#ctl00_MainContent_Login1__passwordTextbox {
    width: 280px !important;
}

input.small {
    width: 30px !important;
}

.paging a,
.paging span {
    float: left;
}

.internalContent {
    max-width: 95%;
}

#ctl00$MainContent$_newsSectionsPager_input {
    width: 150px !important;
}

.GridDetails {
    font-size: 11px;
    font-weight: bold;
    padding-right: 5px;
    display: block;
    float: right
}

.tabed {
    margin: 0 0 -3px 8px;
}

.tabedli a,
.tabedli a:visited {
    display: block;
    color: #5E5E5E;
    padding: 0 10px;
}

.tabed li.selectedTab {
    background-color: #4B824B;
    background-image: none;
    -ms-filter: none;
}

    .tabed li.selectedTab a {
        color: #fff !important;
        cursor: default !important;
        text-shadow: none;
    }

.MasterRowClass {
    font-weight: bold;
    background-color: #e6fae6;
    color: #016801;
    font-size: 12px;
    padding-left: 6px;
}

    .MasterRowClass tr td,
    .MasterRowClass td {
        border-right: 0px none !important;
        border-left: 0px none !important;
    }

.DetailsRowClass td i {
    font-style: italic;
    font-size: 11px;
    color: #4b824b;
}

.hintanchor td {
    padding-right: 0 !important;
}

.forms-information33 td {
    padding-right: 5px;
}
/*** Site ***/

.Transparent .reDropDownBody,
.Transparent.reDropDownBody {
    background-color: white !important;
    opacity: 1 !important;
}

a {
    text-decoration: none;
    /*! color: #000; */
}

    a:hover {
        color: #ababab;
    }

input.small {
    width: 40px !important;
}

label {
    padding: 0 3px;
}

.clear {
    clear: both;
}

#ctl00_MainContent_BtnSave {
    background: none repeat scroll 0 0 #383838;
    border: medium none !important;
    color: #FFFFFF !important;
    cursor: pointer !important;
    height: 29px !important;
    width: 72px !important;
    text-align: center !important;
}

#PlaceHolderMain {
    width: 490px;
}

#main_container {
    width: 100%;
    min-width: 960px;
    margin: 0;
}

#header {
    background-image: url('/App_Images/headerBg.png');
    background-repeat: repeat-x;
    height: 150px;
    width: 100%;
}

#ctl00_MainContent_welcomeImage {
    display: none;
}

#header_center {
    float: right;
    height: 150px;
    width: 220px;
    background-image: url('/App_Images/logoAdmin.png');
    margin-top: 0;
    margin-left: auto;
    margin-bottom: 0;
    margin-right: auto;
}

.headermenu img {
    display: none !important;
}

#header_left {
    float: right;
    height: 150px;
}

#header_right {
    float: left;
    height: 150px;
}

    #header_right #logo_text {
        margin: 40px 0 0 20px;
        background-image: url('/App_Images/logo_text.png');
        background-repeat: no-repeat;
        width: 350px;
        height: 100px;
    }

#header_left .inner {
    width: 215px;
    height: 122px;
    margin-right: 30px;
    margin-top: 10px;
    float: right;
}

    #header_left .inner ul.topLinks {
        list-style: none;
        list-style-image: none;
    }

        #header_left .inner ul.topLinks li {
            float: left;
            padding-left: 20px;
            background-repeat: no-repeat;
            background-position: left;
            margin-left: 25px;
        }

            #header_left .inner ul.topLinks li a,
            .inner ul.topLinks li a:visited {
                text-decoration: underline;
                color: #FFF;
            }

                #header_left .inner ul.topLinks li a:hover {
                    text-decoration: none;
                }

            #header_left .inner ul.topLinks li.sitemap {
                background-image: url('/App_Images/map_ico.png');
            }

            #header_left .inner ul.topLinks li.contact {
                background-image: url('/App_Images/contact_ico.png');
            }

    #header_left .inner .lang {
        margin: 20px auto;
        padding-left: 50px;
    }

        #header_left .inner .lang span.language {
            color: #12592e;
            float: left;
            padding: 2px;
        }

        #header_left .inner .lang select {
            border-style: none;
            border-color: inherit;
            border-width: 0px;
            background-image: url('/App_Images/topDropDown.png');
            width: 109px;
            height: 24px;
            padding: 3px;
            margin-left: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            float: left;
        }

            #header_left .inner .lang select option {
                background-position: right;
                background-repeat: no-repeat;
                border: 0px;
            }

                #header_left .inner .lang select option.ara {
                    background-image: url('/App_Images/arabic.png');
                }

                #header_left .inner .lang select option.eng {
                    background-image: url('/App_Images/english.png');
                }

    #header_left .inner #top_search {
        border-right: 1px solid #b6bcbf;
        border-left: 1px solid #b6bcbf;
        border-top: 1px solid #b6bcbf;
        margin-top: 27px;
        background-image: url('/App_Images/search_container.png');
        background-repeat: repeat-x;
        width: 215px;
        height: 37px;
        border-bottom: 0px;
        -webkit-border-top-right-radius: 5px;
        -webkit-border-top-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
    }

        #header_left .inner #top_search input.search {
            border-style: none;
            border-color: inherit;
            border-width: 0px;
            width: 176px;
            height: 22px;
            background-image: url('/App_Images/search_input.png');
            background-repeat: repeat-x;
            color: #fff;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            border-radius: 8px;
            margin-left: 5px;
            margin-top: 10px;
            padding-right: 5px;
            padding-left: 5px;
        }

        #header_left .inner #top_search input.search_btn {
            border-style: none;
            border-color: inherit;
            border-width: 0px;
            background: url('/App_Images/search_btn.png');
            width: 16px;
            height: 18px;
            cursor: pointer;
        }

.top_menu {
    margin-top: -58px;
    width: 430px;
}

.top_menu_right {
    float: left;
    margin-left: 10px;
}

.top_menu_left {
    float: right;
    margin-right: -15px;
}

.top_menu ul {
    list-style: none;
    list-style-image: none;
}

    .top_menu ul li {
        float: left;
        padding-left: 8px;
        padding-right: 8px;
        background-image: url('/App_Images/top_menu_sep.png');
        background-position: right;
        background-repeat: no-repeat;
    }

        .top_menu ul li.last {
            background-image: none;
            padding-right: 0px;
        }

        .top_menu ul li a,
        .top_menu ul li a:visited {
            color: #054624;
            text-decoration: none;
            text-shadow: 0px 1px 0px #1e8933;
            font-size: 12px;
            display: block;
        }

            .top_menu ul li a:hover {
                color: #a7ffb8;
            }

#left_side {
    width: 220px;
    float: right;
    padding-right: 3px;
    padding-left: 3px;
}

#right_side {
    width: 100%;
    float: left;
    background-color: #ffff;
    padding: 0;
}

.right_side {
    background-color: #1c2a39
}

#center_side {
    float: left;
    padding-right: 3px;
    padding-left: 3px;
    overflow: hidden;
    height: 100%;
    width: 760px;
}

#center_side_home {
    float: left;
    padding-right: 3px;
    padding-left: 3px;
    overflow: hidden;
    height: 100%;
    width: 525px;
}

.right_menu {
    padding: 10px 5px 10px 5px;
    width: 180px;
}

    .right_menu ul {
        list-style: none;
        list-style-position: inside;
    }

        .right_menu ul li {
            background-color: #4B824B;
            margin-top: 3px;
            padding: 3px 3px 5px 5px;
            /*border-right:3px #4B824B solid;*/
            color: #FFF;
            font-size: 13px;
            font-weight: bold;
            cursor: default;
        }

.selectedMenuItem {
    background-color: #d5e5c1 !important;
    border-left: 0px !important;
    color: #fff;
    font-weight: bold;
}

    .selectedMenuItem:hover {
        background-color: #d5e5c1 !important;
        border-left: 0px;
        color: #fff;
        font-weight: bold;
    }

    .selectedMenuItem a,
    .selectedMenuItem a:link,
    .selectedMenuItem a:visited,
    .selectedMenuItem a:hover {
        color: #2C5B2C;
        font-weight: bold;
    }

.right_menu ul li ul li:hover {
    background-color: #639E63;
    border-left: 5px #4B824B dashed;
}

.right_menu ul li a,
.right_menu ul li a:visited {
    color: #fff;
    display: block;
}

.right_menu ul li ul {
    background-color: #4B824B !important;
}

    .right_menu ul li ul:hover {
        background-color: #4B824B !important;
    }

.block {
    margin-top: 20px;
}

.block_first {
    margin-top: 0px;
}

.block_title {
    background-image: url('/App_Images/block_title.png');
    background-position: left;
    background-repeat: repeat-y;
    width: 220px;
    height: 23px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding-left: 5px;
    margin-bottom: 15px;
    padding-top: 3px;
}

    .block_title span {
        padding-left: 18px;
        background-position: left;
        background-repeat: no-repeat;
    }

        .block_title span.mo2tamar {
            background-image: url('/App_Images/medal.png');
        }

        .block_title span.calendar {
            background-image: url('/App_Images/calendar-blue.png');
        }

        .block_title span.hyperlink {
            background-image: url('/App_Images/chain.png');
        }

        .block_title span.homeLogin {
            background-image: url('/App_Images/lock.png');
        }

        .block_title span.homePraytime {
            background-image: url('/App_Images/clock-frame.png');
        }

        .block_title span.homePraytime {
            background-image: url('/App_Images/clock-frame.png');
        }

        .block_title span.homeVote {
            background-image: url('/App_Images/chart.png');
        }

.block_page_title {
    background-image: url('/App_Images/block_page_title.png');
    background-position: left;
    background-repeat: repeat-y;
    width: 399px;
    height: 23px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding-left: 5px;
    margin-bottom: 15px;
    padding-top: 3px;
}

    .block_page_title span {
        padding-left: 18px;
        background-position: left;
        background-repeat: no-repeat;
        padding-top: 5px;
    }

        .block_page_title span.dic {
            background-image: url('/App_Images/dicbook-open.png');
        }

        .block_page_title span.faq {
            background-image: url('/App_Images/question-white.png');
        }

        .block_page_title span.contact {
            background-image: url('/App_Images/mail.png');
        }

        .block_page_title span.homeNews {
            background-image: url('/App_Images/newspaper.png');
        }

        .block_page_title span.homeTraining {
            background-image: url('/App_Images/projection-screen-presentation.png');
        }

        .block_page_title span.homeEvents {
            background-image: url('/App_Images/slide.png');
        }
/* Tiny Carousel */

#slider1 {
    height: 1%;
    overflow: hidden;
    padding: 0 0 5px;
}

    #slider1 .viewport {
        float: left;
        width: 130px;
        height: 160px;
        overflow: hidden;
        position: relative;
    }

    #slider1 .buttons {
        background: url('/App_Images/buttons.png') no-repeat 0 -38px;
        display: block;
        margin: 30px 2px 0 0;
        text-indent: -999em;
        float: left;
        width: 39px;
        height: 37px;
        overflow: hidden;
        position: relative;
    }

    #slider1 .next {
        background-position: 0 0;
        margin: 30px 0 0 0;
    }

    #slider1 .disable {
        visibility: hidden;
    }

    #slider1 .overview {
        list-style: none;
        position: absolute;
        padding: 0;
        margin: 0;
        width: 220px;
        left: 0 top: 0;
    }

        #slider1 .overview li {
            float: left;
            margin: 0 0 0 10px;
            padding: 1px;
            height: 160px;
            width: 130px;
        }

            #slider1 .overview li p {
                color: #833600;
                text-align: center;
            }

            #slider1 .overview li img {
                border: 1px #999 solid;
            }

marquee img {
    margin-top: 5px;
    margin-left: 10px;
}

#login .field {
    margin-top: 5px;
    margin-bottom: 5px;
}

#login span {
    padding-left: 5px;
    padding-right: 5px;
    font-weight: bold;
    color: #818181;
}

#login input[type=text],
#login input[type=password] {
    border: 1px #949593 solid;
    height: 20px;
    width: 280px;
    float: right;
}

#footer_container {
    color: white;
    text-align: center;
    padding: 15px;
    font-size: 12px;
    width: 100%;
    position: relative;
    bottom: 0;
    background: url(/App_Images/bg_header.gif) #2c2e31;
    background-repeat: repeat-x;
    direction: rtl;
}
/********************** Custom SharePoint Styles ******************************/

.ms-alternating {
    background-color: transparent;
}

.sharepoint_ManageMenu {
    position: absolute;
    top: 0;
}

.ms-SpLinkButtonInActive,
.ms-SpLinkButtonActive {
    padding: 2px 1px 1px 3px;
}

.authoringRegion {
    width: 100%;
    background-color: #FDFDFD;
    color: #333333;
}

.leftNav {
    padding-top: 0px;
    border: 0px;
    background-color: #84B784;
    width: 95%;
    color: #fff;
}

.leftNav1,
.leftNav2,
.leftNav3 {
    color: #fff;
}

.lang .ms-menubuttoninactivehover,
.lang .ms-menubuttonactivehover {
    border-style: none;
    border-color: inherit;
    border-width: 0px;
    background-image: url('/App_Images/topDropDown_hover.png');
    margin-left: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    float: left;
    width: 70px;
    height: 20px;
}

.lang .ms-menubuttoninactivehover,
.lang .ms-buttoninactivehover {
    background-color: transparent;
    background-image: url('/App_Images/topDropDown.png');
    line-height: 16px;
    margin: 0px;
    padding: 0px 7px 2px;
}

.lang .ms-menubuttonactivehover,
.lang .ms-buttonactivehover {
    cursor: pointer;
    line-height: 16px;
    margin: 0px;
    padding: 0px 7px 2px;
}

    .lang .ms-menubuttoninactivehover img,
    .lang .ms-menubuttonactivehover img {
        float: right;
        margin-top: -12px;
    }

    .lang .ms-menubuttoninactivehover a,
    .lang .ms-menubuttonactivehover a {
        color: #3f3f3f;
    }

.dictionary_words {
    font-size: 14px;
    font-weight: bold;
    color: #166034;
    padding-bottom: 5px;
}

.dictionary_words_desc {
    border-bottom: 1px #ccc solid;
    padding-bottom: 3px;
    padding-left: 3px;
    color: #666;
}

.accordion {
    list-style-type: none;
    padding: 0;
    margin: 0 0 30px;
}

    .accordion ul {
        padding: 0;
        margin: 0;
        float: left;
        display: block;
        width: 100%;
    }

    .accordion li {
        cursor: pointer;
        list-style-type: none;
        padding: 0;
        margin: 0;
        float: left;
        display: block;
        width: 100%;
    }

        .accordion li.active {
            background-color: #84B784;
            color: #fff
        }

            .accordion li.active a {
                color: #fff;
            }

        .accordion li div {
            padding: 10px;
            display: block;
            clear: both;
            float: left;
            width: 100%;
            max-width: 720px;
            color: #fff
        }

    .accordion a {
        text-decoration: none;
        font: bold 1.1em/2em Conv_GE SS Two Light;
        color: #166034;
        padding: 0 10px;
        display: block;
        cursor: pointer;
    }
    /* Level 2 */

    .accordion li ul li {
        background: #7FD2FF;
        font-size: 0.9em;
    }

.ms-customLabel {
    font-size: 14px;
    font-weight: bold;
    color: #166034;
}

.ms-customLabel_small {
    font-size: 14px;
    font-weight: normal;
    color: #166034;
}

.ms-customDesc {
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.contactUs_table td {
    padding-top: 5px;
    padding-bottom: 5px;
}

.item {
    border: 1px #166034 solid;
}

    .item .header {
        background-color: #84B784;
        color: #fff;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-weight: bold;
        border-bottom: 1px #166034 solid;
    }

    .item .item_desc {
        padding: 5px;
    }

    .item .item_img {
        padding: 5px;
    }

        .item .item_img img {
            border: 1px #166034 solid;
        }

    .item .item_type {
        text-align: center;
        color: #999999;
        font-size: 12px;
        padding-bottom: 3px;
    }

.mag_arch_images {
    padding: 5px;
    border: 1px #166034 solid;
    margin: 3px;
}
/******* Tabs Home ********/

.tabbed_area {
    padding: 8px;
}

.tabs_content_1 {
    padding: 10px;
    color: #9ea19e;
}

ul.tabs li {
    list-style: none;
    display: inline;
}

    ul.tabs li a {
        color: #fff;
        padding: 4px 14px 4px 14px;
        text-decoration: none;
        font-size: 9px;
        font-weight: bold;
    }

        ul.tabs li a.hword {
            background-image: url('/App_Images/hWord.png');
            ;
            background-repeat: no-repeat;
            background-position: right;
            width: 131px;
            height: 23px;
        }

        ul.tabs li a.hword_active {
            background-image: url('/App_Images/hWord_active.png');
            ;
            background-repeat: no-repeat;
            background-position: right;
            width: 131px;
            height: 23px;
        }

        ul.tabs li a.habout {
            background-image: url('/App_Images/hAbout.png');
            ;
            background-repeat: no-repeat;
            background-position: left;
            width: 130px;
            height: 23px;
        }

        ul.tabs li a.habout_active {
            background-image: url('/App_Images/hAbout_active.png');
            background-repeat: no-repeat;
            background-position: left;
            width: 130px;
            height: 23px;
        }

        ul.tabs li a:hover {
        }

ul.tabs {
    margin: 0px;
    padding: 0px;
    margin-top: 5px;
    margin-bottom: 6px;
}

.content ul {
    margin: 0px;
    padding: 0;
}

#PrayTimesTab {
    background-image: url('/App_Images/pray_bg.jpg');
    background-repeat: no-repeat;
    text-align: center;
}

.PrayTimeTable {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

#PrayTimesTab select {
    height: 21px;
    border: 1px #CCCCCC solid;
    min-width: 50px;
    padding: 3px;
}

.NewsTicker {
    display: none;
}

#PrayTimesTab select:focus,
#PrayTimesTab select:hover {
    border: 1px #166034 solid;
}

.internalPageContent {
    color: #666666;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .internalPageContent .Title {
        width: 700px;
        overflow: hidden;
        color: #166034;
        font-weight: bold;
    }

        .internalPageContent .Title a {
            color: #166034;
            font-weight: bold;
        }

            .internalPageContent .Title a:hover {
                text-decoration: underline;
            }

        .internalPageContent .Title .overflow {
            width: 700px;
            overflow: hidden;
            height: 20px;
        }

    .internalPageContent strong {
        color: #166034;
    }

    .internalPageContent img {
        text-align: center;
        margin: 5px;
        max-width: 400px;
        max-height: 400px;
    }

    .internalPageContent .more {
        vertical-align: bottom;
        text-align: center;
        padding-bottom: 5px;
    }

.gallery_item {
    float: left;
}

    .gallery_item img {
        width: 97px;
        height: 97px;
    }

a.zoom img {
    border: 1px solid #BBB;
    padding: 2px;
}

.centered {
    width: 100%;
    text-align: center;
}

.gradeDisc {
    padding: 5px !important;
    width: 100% !important;
}

.gradeImg {
    max-width: 700px;
    max-height: 700px;
}

#fancybox-title-float-right {
    background: url('../../../fancybox/fancybox.png') no-repeat -40px -90px;
}

#fancybox-title-float-left {
    background: url('../../../fancybox/fancybox.png') no-repeat -55px -90px;
}

.ms-WPBody td {
    font-size: 12px !important
}

#content_container {
    width: 100%;
    min-height: 455px;
}


.success_message {
}

.success_message {
    color: #223700;
    background-image: url(/App_Images/accept.png);
    background-repeat: no-repeat;
}

.forms-title {
    border-bottom: 1px #d3d2d2 solid;
    color: #2A7341;
    font-weight: bold;
    height: 35px;
}

.forms-information2 {
    border-bottom: 1px #d3d2d2 solid;
    font-size: 12px;
    padding-left: 6px;
    height: 30px;
}
/********************** Calendar Style **************************/

.cal_holder {
    position: absolute;
    z-index: 10;
    margin-left: -50px;
}

.calroot {
    background-color: #FFFFFF;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    font-size: 11px;
    margin-top: -1px;
    z-index: 10000;
    border: 1px solid #BBBBBB !important;
    border-radius: 5px !important;
    border-collapse: separate !important;
    display: list-item;
    height: auto !important;
    line-height: 21px;
}

.calhead {
    background: -moz-linear-gradient(center top, #FDFEFF 0pt, #E1E1E1 50%, #D2D2D2 50%, #A1A2A4 100%) repeat scroll 0 0 transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FDFEFF', EndColorStr='#A1A2A4')";
    border: 1px solid #BBBBBB;
    border-radius: 5px 5px 0 0;
    color: #333333;
    font-size: 13px;
    height: 22px;
    margin: 0;
    padding: 2px 0;
    position: relative;
    text-shadow: 0 1px 0 #FFFFFF;
    border-collapse: separate !important;
}

.calnext,
.calprev {
    cursor: pointer;
    text-align: center;
}

.caldays {
    border-bottom: 1px solid #DDDDDD;
    height: 14px;
    padding: 3px;
    color: #454d3f;
}

    .caldays span {
        display: block;
        float: right;
        text-align: center;
        width: 28px;
    }

.calweeks {
    background-color: #FFFFFF;
    margin-top: 4px;
}

.calweek {
    clear: right;
    height: 22px;
}

    .calweek a {
        border-radius: 3px 3px 3px 3px;
        color: #666666 !important;
        display: block;
        font-size: 11px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        text-decoration: none;
        width: 27px;
    }

        .calweek a:hover,
        .calfocus {
            background-color: #DDDDDD;
        }

.caloff a {
    color: #CCCCCC !important;
    border-radius: 3px 3px 3px 3px;
    display: block;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    width: 27px;
}

    .caloff a:hover {
        background-color: #F5F5FA !important;
    }

.calcurrent {
    background-color: #498CE2;
    color: #FFFFFF;
}

.caltoday {
    background-color: #333333;
    color: #FFFFFF;
}

.date_picker {
    display: none;
}
/*********** Breadcrumb Styles ******************/

ul.breadcrumb {
    list-style-type: none;
    border: 1px solid #929292;
    height: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #D6D6D6;
}

    ul.breadcrumb li,
    ul.breadcrumb li.home,
    ul.breadcrumb li.current_page {
        float: left;
        height: 25px;
        list-style-type: none;
    }

    ul.breadcrumb li {
        background-image: url('/App_Images/breadcrumb_bg.PNG');
        background-repeat: no-repeat;
        background-position: right top;
        padding: 6px 25px 0 10px;
    }

        ul.breadcrumb li a,
        ul.breadcrumb li a:link,
        ul.breadcrumb li a:visited {
            display: block;
            color: #3F3F3F;
            text-decoration: none;
            text-shadow: 0px 1px 0px #EAEAEA;
        }

        ul.breadcrumb li.home_link {
            padding-top: 5px;
        }

        ul.breadcrumb li.current_page {
            background-image: none;
            background-color: transparent;
        }

        ul.breadcrumb li span {
            color: #3F3F3F;
            text-shadow: 0px 1px 0px #EAEAEA;
        }
/*************** Side Menu Style ********************/

.arrowsidemenu {
    width: 180px;
    /*width of menu*/
    border-style: solid solid none solid;
    border-color: #94AA74;
    border-size: 1px;
    border-width: 1px;
}

    .arrowsidemenu div a {
        /*header bar links*/
        display: block;
        background-color: #EC0F18;
        height: 24px;
        /*Set to height of bg image-padding within link (ie: 32px - 4px - 4px)*/
        padding: 4px 0 4px 10px;
        line-height: 24px;
        /*Set line-height of bg image-padding within link (ie: 32px - 4px - 4px)*/
        text-decoration: none;
        color: #fff;
        border-bottom: 1px #fff solid;
    }

        .arrowsidemenu div a:link,
        .arrowsidemenu div a:visited {
            color: #fff;
        }

        .arrowsidemenu div a:hover {
            background-color: #639E63;
            color: #fff;
        }

    .arrowsidemenu div.unselected a {
        /*header that's currently not selected*/
        color: White;
        font-weight: bold;
    }

    .arrowsidemenu div.selected a {
        /*header that's currently selected*/
        color: #1A441A;
        background-color: Red;
        font-weight: bold;
        border-bottom: 0px;
    }

    .arrowsidemenu ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .arrowsidemenu ul li {
            border-bottom: 1px solid #80B780;
            background-color: #fff;
        }

            .arrowsidemenu ul li a {
                /*sub menu links*/
                display: block;
                text-decoration: none;
                color: black;
                padding: 5px 0;
                padding-left: 10px;
                border-left: 2px solid #80B780;
            }

                .arrowsidemenu ul li a:hover {
                    background: #d5e5c1;
                }

#ctl00_MainContent_lblNotPermitted {
    color: #6D0B0C !important;
    display: block;
    margin-top: 40px;
    font-size: 15px !important;
}
/************** Custom Forms Table Class ******************/

.custom-forms-table {
    border: 1px #d3d2d2 solid;
    background-color: #faf9f9;
    font-family: arial;
    text-align: left;
    font-weight: bold;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    width: 99%;
    margin: 5px auto;
}

.inside td {
    padding: 3px;
}

    .inside td label {
        padding: 0 3px;
    }

.custom-forms-title {
    background-color: #e6fae6;
    border-bottom: 1px #d3d2d2 solid;
    color: #016801;
    font-size: 12px;
    width: 30%;
    padding: 0 6px;
    height: 30px;
}

.custom-forms {
    background-color: #e6fae6;
    border-bottom: 1px #d3d2d2 solid;
    border-right: 1px #d3d2d2 solid;
    color: #016801;
    font-size: 12px;
    width: 30%;
    padding-left: 6px;
    height: 30px;
}

.custom-forms-information {
    border-bottom: 1px #d3d2d2 solid;
    font-size: 12px;
    padding-left: 6px;
    width: 70%;
    height: 30px;
}

.custom-forms-information2 {
    border-bottom: 1px #d3d2d2 solid;
    font-size: 12px;
    padding-left: 6px;
    height: 30px;
}

.custom-forms-header {
    background: #E8E8E8;
    background: -webkit-gradient(linear, right top, right bottom, from(#f6f6f6), to(#d4d4d4));
    background: -webkit-linear-gradient(#f6f6f6, #d4d4d4);
    background-image: -moz-linear-gradient(top, #f6f6f6, #d4d4d4);
    background-image: -moz-gradient(top, #f6f6f6, #d4d4d4);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
    color: #4c4c4c;
    border-bottom: 1px #B7B7B7 solid;
    font-size: 14px;
    padding-left: 0px !important;
    height: 35px;
    font-weight: bold;
    text-align: center;
}

.menu-table td ul {
    border-bottom: 1px #5d5d5d solid;
    background-color: White;
    height: 25px;
    color: Black;
    font-weight: bold;
    font-family: arial;
    text-align: left;
    padding-left: 20px;
}

    .menu-table td ul:hover {
        border-bottom: 1px #0000 solid;
        background-color: Red;
        height: 25px;
        color: White;
        font-weight: bold;
        font-family: arial;
        text-align: left;
    }

.menu-table {
    border: 1px #d3d2d2 solid;
    background-color: #faf9f9;
    font-family: arial;
    text-align: left;
    width: 100%;
}

    .menu-table td {
        border-bottom: 1px #0000 solid;
        border-right: 1px #0000 solid;
        background-color: #5D5D5D;
        height: 25px;
        color: White;
        font-weight: bold;
        font-family: arial;
        text-align: left;
        width: 100%;
        padding-left: 2px;
        padding-right: 1px;
        margin: 0px;
    }
/* make drag container visible */

#drag {
    border: 2px dashed LightBlue;
    display: table;
}
/* table */

div#drag table {
    background-color: #eee;
    border-collapse: collapse;
    margin: 7px;
}
/* table cells */

div#drag td {
    border: 1px solid navy;
    height: 50px;
    text-align: center;
    font-size: 10pt;
    padding: 2px;
}
/* drag object (DIV inside table cell) */

.drag {
    margin: auto;
    text-align: center;
    width: 87px;
    height: 35px;
    line-height: 35px;
    border: 2px solid SteelBlue;
    background-color: white;
}

.grid-header td {
    color: White;
}

.Separator {
    width: 100%;
    color: White;
    font-weight: bold;
    height: 20px;
    font-family: arial;
    text-align: left;
    -moz-border-radius: 8px;
    vertical-align: middle;
    padding-left -10px;
    padding-top: 5px;
    border: 0;
}

.forms-News-time {
    border-right: 1px #d3d2d2 solid;
    font-size: 9px;
    text-align: center;
    width: 8%;
    height: 30px;
    color: Red;
    border-bottom: 0px;
}

.forms-News-left {
    border-right: 1px #d3d2d2 solid;
    font-size: 12px;
    padding-right: 6px;
    padding-left: 6px;
    width: 5%;
    height: 30px;
    border-bottom: 0px;
}

.forms-News-center {
    border-right: 1px #d3d2d2 solid;
    font-size: 12px;
    padding-right: 6px;
    padding-left: 6px;
    width: 5%;
    height: 30px;
    border-bottom: 0px;
}

.forms-News-right {
    font-size: 12px;
    padding-left: 5px;
    width: 85%;
    height: 30px;
}

    .forms-News-right a {
        font-size: 12px !important;
        font-family: arial;
        color: #ababab;
        font-size: 15px;
        font-family: arial;
    }

.header-shadow {
}

.headerx {
    width: 1200px;
    margin: 0 auto;
    height: 175px;
}

.logo img {
    margin-bottom: 0;
    margin-top: 0;
    max-height: 150px;
    position: relative;
    left: -2px;
}

.content {
    width: 1030px;
    padding: 0;
    margin: 0 auto !important;
}

.loginHead {
    background-image: url(/App_Images/login-head.png);
    vertical-align: bottom;
    padding-top: 10px;
    text-align: center;
}

.RadEditor {
    margin: 0 auto;
}

.forms-information input[type="submit"] {
    float: left;
}

#loginContent {
    text-align: left;
    padding-bottom: 10px;
    text-align: center;
    background-repeat: repeat-y;
    background-color: #eeeeee;
    float: left;
    width: 100%;
}

#loginContent2 table {
    margin-top: 50px
}

#loginContent2 {
    margin-right: 0;
    font-size: 14px;
    min-height: 317px;
    background-position: center center;
    background-repeat: no-repeat;
}

#loginContent.loginContent2 {
    max-width: 100%
}

.modalBackground {
    background: url(/App_Images/overlay.png);
    background-repeat: repeat;
    opcity: 50%;
}

.tbl {
    width: 100%;
    margin-bottom: 10px
}

    .tbl a {
        color: white;
        background-color: #ababab;
        padding: 8px 35px;
        font-size: 18px;
        text-decoration: none;
    }

#loginContent .tbl a {
    margin-top: 10px;
    display: inline-block;
    min-width: auto;
    min-width: 140px;
    max-height: 45px;
    margin-right: 6px;
    line-height: 17px;
    /* height: 45px; */
    text-align: center;
    font-size: 17px;
}

#loginContent .tbl .statusTbl td a {
    margin-right: 76px
}

#loginContent .tbl .statusTbl td:last-child a {
    margin-right: 0
}

#loginContent .tbl2 a {
    float: left
}

.tbl a:hover {
    color: #FFFFFF !important;
    text-decoration: none !important;
}

.grid-header td {
    color: #2c2e31 !important;
    font-size: 15px;
    font-family: arial;
}

#ctl00_MainContent__sectionOrderList__rbl li img,
#ctl00_MainContent__issueNewsOrderList__rbl li img {
    cursor: pointer;
}
/*#TblNewsCount tr {} #TblNewsCount td:first-child {
    border-right: none !important
}
#TblNewsCount td {
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
    border: none !important;
    border-right: 1px solid #003466 !important;
}*/
/************************ added style   2012 - 6 - 3 ********************************/

.checker input {
    margin-left: 0;
}

#ctl00_MainContent_welcomeImage {
    margin-top: 21px;
}

.usernamr {
    font-size: 24px;
    font-family: arial;
    color: #fff;
    text-transform: capitalize;
    margin: 5px 0px;
}

.weldf {
    font-size: 12px;
    color: #939598;
    font-family: arial;
    text-transform: uppercase;
}

.changpass {
    background: url(/App_Images/chpass.png) right center no-repeat;
    padding-right: 17px;
    font-size: 12px;
    color: #939598 !important;
    font-family: Conv_GE SS Two Light !important;
    margin-left: 8px;
}

.exit {
    padding-right: 17px;
    font-size: 12px;
    color: #939598 !important;
    font-family: Conv_GE SS Two Light !important;
    margin-right: 8px;
}

.linkuserdrop {
    margin-top: 13px;
    border-top: 1px solid #415457;
    padding-top: 13px;
    margin-bottom: 13px;
}

.linkuser {
    text-transform: uppercase;
}

.arabicdata small {
    margin-right: 12px;
}

.passclass {
    text-transform: uppercase;
    color: #13112b;
    font-size: 14px;
}

.bakt {
    width: 100%;
    float: left;
}

    .bakt:empty {
        display: none
    }

#ctl00_MainContent_Panel3 {
    float: left;
    width: 100%;
}

.homeall {
    border-collapse: collapse;
}

.BtnChangePass {
    border-radius: 5px 5px 5px 5px !important;
    height: 28px !important;
    padding-bottom: 0px !important;
    width: auto !important;
    cursor: hand !important;
    font-family: arial;
    color: #FFFFFF !important;
    background-color: #790400;
    padding: 7px;
    border-radius: 5px;
    font-size: 13px;
    text-decoration: none !important;
    text-transform: uppercase;
}

#ctl00$MainContent$_editorPager_btn {
    background: #790400;
    padding: 10px;
    margin-left: 12px;
    color: #fff;
    border-radius: 5px;
    margin-top: 11px;
    text-transform: capitalize;
}

.formdit {
    padding-top: 0;
}

.arabicdata a:first-child,
.grid-table a.changeColor {
    color: #2c2e31 !important;
    font-family: Conv_GE SS Two light !important;
    font-size: 15px !important;
}

.bartpop {
    width: 592.865px;
    float: right;
}

#ctl00_MainContent_PButtons {
    margin-top: 10px;
}

.forms-information33 a:visited {
    color: #B5231C !important;
}

#ctl00_MainContent_UpdatePanel8 {
    float: right !important;
}

#BtnCheckAll {
    background-color: #333333;
    color: #fff;
    padding: 7px 5px;
    margin-bottom: 12px;
    border-radius: 6px;
    float: right;
    margin-top: 4px;
    margin-right: 6px;
}

#ctl00_MainContent_RadComboBox2_Input {
    height: auto;
}

.reControlsLayout {
    height: 100%;
    float: right;
}

.RadWindow_Transparent tr td.rwWindowContent {
    background: none #fff !important;
}

.Transparent .reDropDownBody,
.Transparent.reDropDownBody {
    background: none #fff !important;
    background-color: #fff !important;
}

.forms-information table {
    width: 100%;
    float: right;
}

.RadComboBoxDropDown_Transparent {
    background: white !important;
}

.Transparent .reDropDownBody,
.Transparent.reDropDownBody {
    opacity: 1 !important;
    background: white !important;
}

.reDropDownBody {
    background-color: white !important;
    opacity: 1 !important;
}

.meuright {
    min-width: 1000px;
}

.auto-style1:first-child {
    /*height: 38px;
    background-color: #9CAAB9;
    border-bottom: 1px #d3d2d2 solid;
    border-right: 1px #d3d2d2 solid;
    color: #242F39;
    font-size: 14px;
    width: 20%;
    padding-left: 6px;
    height: 30px;
    font-weight: bold;*/
}

#ctl00_MainContent__captionTextBox {
    width: 99% !important;
}

.leftpi {
    width: 18%;
    float: left;
    margin-top: 9px;
    margin-right: 3px;
}

input#ctl00_MainContent__SaveJob {
    margin: 10px;
}

.BtnChangePass {
    padding-top: 2px !important;
    background-color: #ababab !important;
    height: 40px !important;
    border-radius: 0 !important;
    margin-top: 5px;
}
/*#TblNewsCount td {
    text-decoration: none;
    color: black;
}*/
a {
    text-decoration: none;
    /*! color: #000; */
}

    a:hover {
    }

input.small {
    width: 40px !important;
}

label {
    padding: 0 3px;
}

.clear {
    clear: both;
}

.headermenu {
    background-color: #ababab;
    padding: 2px 10px;
    color: #dbdbdb;
    font-size: 1.1em;
    border-radius: 0;
    border: 1px solid white;
    border-bottom: 1px solid #999;
    margin-top: 10px;
    text-align: left;
    font-family: arial;
    display: block
}

.myitemmenu {
    width: 207px;
    font-family: arial;
    border-radius: 0;
    background: white;
    height: auto;
    padding: 2px 10px;
    height: 25px;
    font-size: 13px;
    color: #333;
    border-bottom: 1px solid #999;
}

    .myitemmenu:hover {
        background-color: #f9cd79;
        border-bottom: 1px solid #999;
        padding-left: 15px
    }

        .myitemmenu:hover a {
            color: #333;
        }

    .myitemmenu a {
        color: #333;
        font-family: arial;
        font-size: 1.2em
    }

.myitemmenuhover {
    background-color: #c10e23;
    border-left: 12px solid #c10e23;
}

    .myitemmenuhover a {
        color: #333;
    }

#ctl00_MainContent_BtnSave {
    background: none repeat scroll 0 0 #383838;
    border: medium none !important;
    color: #FFFFFF !important;
    cursor: pointer !important;
    height: 29px !important;
    width: 72px !important;
    text-align: center !important;
}

#PlaceHolderMain {
    width: 490px;
}

#main_container {
    width: 100%;
    min-width: 960px;
    margin: 0;
}

#header {
    background-image: url('/App_Images/headerBg.png');
    background-repeat: repeat-x;
    height: 150px;
    width: 100%;
}

#header_center {
    float: right;
    height: 150px;
    width: 220px;
    background-image: url('/App_Images/logoAdmin.png');
    margin-top: 0;
    margin-left: auto;
    margin-bottom: 0;
    margin-right: auto;
}

.headermenu img {
    display: none !important;
}

#header_left {
    float: right;
    height: 150px;
}

#header_right {
    float: left;
    height: 150px;
}

    #header_right #logo_text {
        margin: 40px 0 0 20px;
        background-image: url('/App_Images/logo_text.png');
        background-repeat: no-repeat;
        width: 350px;
        height: 100px;
    }

#header_left .inner {
    width: 215px;
    height: 122px;
    margin-right: 30px;
    margin-top: 10px;
    float: right;
}

    #header_left .inner ul.topLinks {
        list-style: none;
        list-style-image: none;
    }

        #header_left .inner ul.topLinks li {
            float: left;
            padding-left: 20px;
            background-repeat: no-repeat;
            background-position: left;
            margin-left: 25px;
        }

            #header_left .inner ul.topLinks li a,
            .inner ul.topLinks li a:visited {
                text-decoration: underline;
                color: #FFF;
            }

                #header_left .inner ul.topLinks li a:hover {
                    text-decoration: none;
                }

            #header_left .inner ul.topLinks li.sitemap {
                background-image: url('/App_Images/map_ico.png');
            }

            #header_left .inner ul.topLinks li.contact {
                background-image: url('/App_Images/contact_ico.png');
            }

    #header_left .inner .lang {
        margin: 20px auto;
        padding-left: 50px;
    }

        #header_left .inner .lang span.language {
            color: #12592e;
            float: left;
            font-family: arial;
            padding: 2px;
        }

        #header_left .inner .lang select {
            border-style: none;
            border-color: inherit;
            border-width: 0px;
            background-image: url('/App_Images/topDropDown.png');
            width: 109px;
            height: 24px;
            padding: 3px;
            margin-left: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            float: left;
        }

            #header_left .inner .lang select option {
                background-position: right;
                background-repeat: no-repeat;
                border: 0px;
            }

                #header_left .inner .lang select option.ara {
                    background-image: url('/App_Images/arabic.png');
                }

                #header_left .inner .lang select option.eng {
                    background-image: url('/App_Images/english.png');
                }

    #header_left .inner #top_search {
        border-right: 1px solid #b6bcbf;
        border-left: 1px solid #b6bcbf;
        border-top: 1px solid #b6bcbf;
        margin-top: 27px;
        background-image: url('/App_Images/search_container.png');
        background-repeat: repeat-x;
        width: 215px;
        height: 37px;
        border-bottom: 0px;
        -webkit-border-top-right-radius: 5px;
        -webkit-border-top-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
    }

        #header_left .inner #top_search input.search {
            border-style: none;
            border-color: inherit;
            border-width: 0px;
            width: 176px;
            height: 22px;
            background-image: url('/App_Images/search_input.png');
            background-repeat: repeat-x;
            color: #fff;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            border-radius: 8px;
            margin-left: 5px;
            margin-top: 10px;
            padding-right: 5px;
            padding-left: 5px;
        }

        #header_left .inner #top_search input.search_btn {
            border-style: none;
            border-color: inherit;
            border-width: 0px;
            background: url('/App_Images/search_btn.png');
            width: 16px;
            height: 18px;
            cursor: pointer;
        }

.top_menu {
    margin-top: -58px;
    width: 430px;
}

.top_menu_right {
    float: left;
    margin-left: 10px;
}

.top_menu_left {
    float: right;
    margin-right: -15px;
}

.top_menu ul {
    list-style: none;
    list-style-image: none;
}

    .top_menu ul li {
        float: left;
        padding-left: 8px;
        padding-right: 8px;
        background-image: url('/App_Images/top_menu_sep.png');
        background-position: right;
        background-repeat: no-repeat;
    }

        .top_menu ul li.last {
            background-image: none;
            padding-right: 0px;
        }

        .top_menu ul li a,
        .top_menu ul li a:visited {
            color: #054624;
            text-decoration: none;
            text-shadow: 0px 1px 0px #1e8933;
            font-size: 12px;
            display: block;
        }

            .top_menu ul li a:hover {
                color: #a7ffb8;
            }

#left_side {
    width: 220px;
    float: right;
    padding-right: 3px;
    padding-left: 3px;
}

#center_side {
    float: left;
    padding-right: 3px;
    padding-left: 3px;
    overflow: hidden;
    height: 100%;
    width: 760px;
}

#center_side_home {
    float: left;
    padding-right: 3px;
    padding-left: 3px;
    overflow: hidden;
    height: 100%;
    width: 525px;
}

.right_menu {
    padding: 10px 5px 10px 5px;
    width: 180px;
}

    .right_menu ul {
        list-style: none;
        list-style-position: inside;
    }

        .right_menu ul li {
            background-color: #4B824B;
            margin-top: 3px;
            padding: 3px 3px 5px 5px;
            /*border-right:3px #4B824B solid;*/
            color: #FFF;
            font-size: 13px;
            font-weight: bold;
            cursor: default;
        }

.selectedMenuItem {
    background-color: #d5e5c1 !important;
    border-left: 0px !important;
    color: #fff;
    font-weight: bold;
}

    .selectedMenuItem:hover {
        background-color: #d5e5c1 !important;
        border-left: 0px;
        color: #fff;
        font-weight: bold;
    }

    .selectedMenuItem a,
    .selectedMenuItem a:link,
    .selectedMenuItem a:visited,
    .selectedMenuItem a:hover {
        color: #2C5B2C;
        font-weight: bold;
    }

.right_menu ul li ul li:hover {
    background-color: #639E63;
    border-left: 5px #4B824B dashed;
}

.right_menu ul li a,
.right_menu ul li a:visited {
    color: #fff;
    display: block;
}

.right_menu ul li ul {
    background-color: #4B824B !important;
}

    .right_menu ul li ul:hover {
        background-color: #4B824B !important;
    }

.block {
    margin-top: 20px;
}

.block_first {
    margin-top: 0px;
}

.block_title {
    background-image: url('/App_Images/block_title.png');
    background-position: left;
    background-repeat: repeat-y;
    width: 220px;
    height: 23px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding-left: 5px;
    margin-bottom: 15px;
    padding-top: 3px;
}

    .block_title span {
        padding-left: 18px;
        background-position: left;
        background-repeat: no-repeat;
    }

        .block_title span.mo2tamar {
            background-image: url('/App_Images/medal.png');
        }

        .block_title span.calendar {
            background-image: url('/App_Images/calendar-blue.png');
        }

        .block_title span.hyperlink {
            background-image: url('/App_Images/chain.png');
        }

        .block_title span.homeLogin {
            background-image: url('/App_Images/lock.png');
        }

        .block_title span.homePraytime {
            background-image: url('/App_Images/clock-frame.png');
        }

        .block_title span.homePraytime {
            background-image: url('/App_Images/clock-frame.png');
        }

        .block_title span.homeVote {
            background-image: url('/App_Images/chart.png');
        }

.block_page_title {
    background-image: url('/App_Images/block_page_title.png');
    background-position: left;
    background-repeat: repeat-y;
    width: 399px;
    height: 23px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding-left: 5px;
    margin-bottom: 15px;
    padding-top: 3px;
}

    .block_page_title span {
        padding-left: 18px;
        background-position: left;
        background-repeat: no-repeat;
        padding-top: 5px;
    }

        .block_page_title span.dic {
            background-image: url('/App_Images/dicbook-open.png');
        }

        .block_page_title span.faq {
            background-image: url('/App_Images/question-white.png');
        }

        .block_page_title span.contact {
            background-image: url('/App_Images/mail.png');
        }

        .block_page_title span.homeNews {
            background-image: url('/App_Images/newspaper.png');
        }

        .block_page_title span.homeTraining {
            background-image: url('/App_Images/projection-screen-presentation.png');
        }

        .block_page_title span.homeEvents {
            background-image: url('/App_Images/slide.png');
        }
/* Tiny Carousel */

#slider1 {
    height: 1%;
    overflow: hidden;
    padding: 0 0 5px;
}

    #slider1 .viewport {
        float: left;
        width: 130px;
        height: 160px;
        overflow: hidden;
        position: relative;
    }

    #slider1 .buttons {
        background: url('/App_Images/buttons.png') no-repeat 0 -38px;
        display: block;
        margin: 30px 2px 0 0;
        text-indent: -999em;
        float: left;
        width: 39px;
        height: 37px;
        overflow: hidden;
        position: relative;
    }

    #slider1 .next {
        background-position: 0 0;
        margin: 30px 0 0 0;
    }

    #slider1 .disable {
        visibility: hidden;
    }

    #slider1 .overview {
        list-style: none;
        position: absolute;
        padding: 0;
        margin: 0;
        width: 220px;
        left: 0 top: 0;
    }

        #slider1 .overview li {
            float: left;
            margin: 0 0 0 10px;
            padding: 1px;
            height: 160px;
            width: 130px;
        }

            #slider1 .overview li p {
                color: #833600;
                text-align: center;
            }

            #slider1 .overview li img {
                border: 1px #999 solid;
            }

marquee img {
    margin-top: 5px;
    margin-left: 10px;
}

#login .field {
    margin-top: 5px;
    margin-bottom: 5px;
}

#login span {
    padding-left: 5px;
    padding-right: 5px;
    font-weight: bold;
    color: #818181;
}

/********************** Custom SharePoint Styles ******************************/

.ms-alternating {
    background-color: transparent;
}

.sharepoint_ManageMenu {
    position: absolute;
    top: 0;
}

.ms-SpLinkButtonInActive,
.ms-SpLinkButtonActive {
    padding: 2px 1px 1px 3px;
}

.authoringRegion {
    width: 100%;
    background-color: #FDFDFD;
    color: #333333;
}

.leftNav {
    padding-top: 0px;
    border: 0px;
    background-color: #84B784;
    width: 95%;
    color: #fff;
}

.leftNav1,
.leftNav2,
.leftNav3 {
    color: #fff;
}

.lang .ms-menubuttoninactivehover,
.lang .ms-menubuttonactivehover {
    border-style: none;
    border-color: inherit;
    border-width: 0px;
    background-image: url('/App_Images/topDropDown_hover.png');
    margin-left: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    float: left;
    width: 70px;
    height: 20px;
}

.lang .ms-menubuttoninactivehover,
.lang .ms-buttoninactivehover {
    background-color: transparent;
    background-image: url('/App_Images/topDropDown.png');
    line-height: 16px;
    margin: 0px;
    padding: 0px 7px 2px;
}

.lang .ms-menubuttonactivehover,
.lang .ms-buttonactivehover {
    cursor: pointer;
    line-height: 16px;
    margin: 0px;
    padding: 0px 7px 2px;
}

    .lang .ms-menubuttoninactivehover img,
    .lang .ms-menubuttonactivehover img {
        float: right;
        margin-top: -12px;
    }

    .lang .ms-menubuttoninactivehover a,
    .lang .ms-menubuttonactivehover a {
        color: #3f3f3f;
    }

.dictionary_words {
    font-size: 14px;
    font-weight: bold;
    color: #166034;
    padding-bottom: 5px;
}

.dictionary_words_desc {
    border-bottom: 1px #ccc solid;
    padding-bottom: 3px;
    padding-left: 3px;
    color: #666;
}

.accordion {
    list-style-type: none;
    padding: 0;
    margin: 0 0 30px;
}

    .accordion ul {
        padding: 0;
        margin: 0;
        float: left;
        display: block;
        width: 100%;
    }

    .accordion li {
        cursor: pointer;
        list-style-type: none;
        padding: 0;
        margin: 0;
        float: left;
        display: block;
        width: 100%;
    }

        .accordion li.active {
            background-color: #84B784;
            color: #fff
        }

            .accordion li.active a {
                color: #fff;
            }

        .accordion li div {
            padding: 10px;
            display: block;
            clear: both;
            float: left;
            width: 100%;
            max-width: 720px;
            color: #fff
        }

    .accordion a {
        text-decoration: none;
        font: bold 1.1em/2em Conv_GE SS Two Light;
        color: #166034;
        padding: 0 10px;
        display: block;
        cursor: pointer;
    }
    /* Level 2 */

    .accordion li ul li {
        background: #7FD2FF;
        font-size: 0.9em;
    }

.ms-customLabel {
    font-size: 14px;
    font-weight: bold;
    color: #166034;
}

.ms-customLabel_small {
    font-size: 14px;
    font-weight: normal;
    color: #166034;
}

.ms-customDesc {
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.contactUs_table td {
    padding-top: 5px;
    padding-bottom: 5px;
}

.item {
    border: 1px #166034 solid;
}

    .item .header {
        background-color: #84B784;
        color: #fff;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-weight: bold;
        border-bottom: 1px #166034 solid;
    }

    .item .item_desc {
        padding: 5px;
    }

    .item .item_img {
        padding: 5px;
    }

        .item .item_img img {
            border: 1px #166034 solid;
        }

    .item .item_type {
        text-align: center;
        color: #999999;
        font-size: 12px;
        padding-bottom: 3px;
    }

.mag_arch_images {
    padding: 5px;
    border: 1px #166034 solid;
    margin: 3px;
}
/******* Tabs Home ********/

.tabbed_area {
    padding: 8px;
}

.tabs_content_1 {
    padding: 10px;
    color: #9ea19e;
}

ul.tabs li {
    list-style: none;
    display: inline;
}

    ul.tabs li a {
        color: #fff;
        padding: 4px 14px 4px 14px;
        text-decoration: none;
        font-size: 9px;
        font-weight: bold;
    }

        ul.tabs li a.hword {
            background-image: url('/App_Images/hWord.png');
            ;
            background-repeat: no-repeat;
            background-position: right;
            width: 131px;
            height: 23px;
        }

        ul.tabs li a.hword_active {
            background-image: url('/App_Images/hWord_active.png');
            ;
            background-repeat: no-repeat;
            background-position: right;
            width: 131px;
            height: 23px;
        }

        ul.tabs li a.habout {
            background-image: url('/App_Images/hAbout.png');
            ;
            background-repeat: no-repeat;
            background-position: left;
            width: 130px;
            height: 23px;
        }

        ul.tabs li a.habout_active {
            background-image: url('/App_Images/hAbout_active.png');
            background-repeat: no-repeat;
            background-position: left;
            width: 130px;
            height: 23px;
        }

        ul.tabs li a:hover {
        }

ul.tabs {
    margin: 0px;
    padding: 0px;
    margin-top: 5px;
    margin-bottom: 6px;
}

#PrayTimesTab {
    background-image: url('/App_Images/pray_bg.jpg');
    background-repeat: no-repeat;
    text-align: center;
}

.PrayTimeTable {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

#PrayTimesTab select {
    height: 21px;
    border: 1px #CCCCCC solid;
    min-width: 50px;
    padding: 3px;
}

    #PrayTimesTab select:focus,
    #PrayTimesTab select:hover {
        border: 1px #166034 solid;
    }

.internalPageContent {
    color: #666666;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .internalPageContent .Title {
        width: 700px;
        overflow: hidden;
        color: #166034;
        font-weight: bold;
    }

        .internalPageContent .Title a {
            color: #166034;
            font-weight: bold;
        }

            .internalPageContent .Title a:hover {
                text-decoration: underline;
            }

        .internalPageContent .Title .overflow {
            width: 700px;
            overflow: hidden;
            height: 20px;
        }

    .internalPageContent strong {
        color: #166034;
    }

    .internalPageContent img {
        text-align: center;
        margin: 5px;
        max-width: 400px;
        max-height: 400px;
    }

    .internalPageContent .more {
        vertical-align: bottom;
        text-align: center;
        padding-bottom: 5px;
    }

.gallery_item {
    float: left;
}

    .gallery_item img {
        width: 97px;
        height: 97px;
    }

a.zoom img {
    border: 1px solid #BBB;
    padding: 2px;
}

.centered {
    width: 100%;
    text-align: center;
}

.gradeDisc {
    padding: 5px !important;
    width: 100% !important;
}

.gradeImg {
    max-width: 700px;
    max-height: 700px;
}

#fancybox-title-float-right {
    background: url('../../../fancybox/fancybox.png') no-repeat -40px -90px;
}

#fancybox-title-float-left {
    background: url('../../../fancybox/fancybox.png') no-repeat -55px -90px;
}

.ms-WPBody td {
    font-size: 12px !important;
    font-family: Conv_GE SS Two Light !important;
}

#content_container {
    width: 100%;
    min-height: 455px;
}

.success_message {
    border: 1px solid #778c42;
}

.success_message {
    background-color: #778c42;
    background-image: url(/App_Images/accept.png);
    background-repeat: no-repeat;
    color: white !important;
}

.forms-tableStyle {
    border-top: 3px solid #00488d;
    border-bottom: 3px solid #00488d;
    border-left: 3px solid #d6d8db;
    border-right: 3px solid #d6d8db;
    background-color: white
}

.noBorderStyle {
    border-top: none;
    border-left: none;
    border-right: none
}

.forms-tableStyle .forms {
    color: #333
}

.forms-title {
    border-bottom: 1px #d3d2d2 solid;
    color: #2A7341;
    font-weight: bold;
    height: 35px;
}

small {
    padding-left: 5px;
    color: #333;
}

.forms-information {
    font-size: 12px;
    padding-left: 0;
    width: 80%;
    text-align: left;
}

.forms-information2 {
    border-bottom: 1px #d3d2d2 solid;
    font-size: 12px;
    padding-left: 6px;
    height: 30px;
}

.addnew select {
    font-size: 12px;
    margin: 5px;
    width: 200px;
    padding: 0 5px;
    color: #1c2a39;
    font-family: arial;
    background-color: #b8bcb4;
    outline: none;
    border: 1px solid white;
    background-image: linear-gradient(45deg, transparent 50%, #b8bcb4 50%), linear-gradient(135deg, #b8bcb4 50%, transparent 50%), linear-gradient(to right, #fff, #fff);
    background-position: calc(26px - 18px) calc(18px + 2px), calc(24px - 12px) calc(18px + 2px), 0;
    background-size: 5px 5px, 5px 5px, 2em 2em;
}
/********************** Calendar Style **************************/

.cal_holder {
    position: absolute;
    z-index: 10;
    margin-left: -50px;
}

.calroot {
    background-color: #FFFFFF;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    font-size: 11px;
    margin-top: -1px;
    z-index: 10000;
    border: 1px solid #BBBBBB !important;
    border-radius: 5px !important;
    border-collapse: separate !important;
    display: list-item;
}

.calhead {
    background: -moz-linear-gradient(center top, #FDFEFF 0pt, #E1E1E1 50%, #D2D2D2 50%, #A1A2A4 100%) repeat scroll 0 0 transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FDFEFF', EndColorStr='#A1A2A4')";
    border: 1px solid #BBBBBB;
    border-radius: 5px 5px 0 0;
    color: #333333;
    font-size: 13px;
    height: 22px;
    margin: 0;
    padding: 2px 0;
    position: relative;
    text-shadow: 0 1px 0 #FFFFFF;
    border-collapse: separate !important;
}

.calnext,
.calprev {
    cursor: pointer;
    text-align: center;
}

.caldays {
    border-bottom: 1px solid #DDDDDD;
    height: 14px;
    padding: 3px;
}

    .caldays span {
        display: block;
        float: right;
        text-align: center;
        width: 28px;
    }

.calweeks {
    background-color: #FFFFFF;
    margin-top: 4px;
}

.calweek {
    clear: right;
    height: 22px;
    color: #666666 !important;
    font-size: 11px;
}

    .calweek a {
        border-radius: 3px 3px 3px 3px;
        color: #666666 !important;
        display: block;
        font-size: 11px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        text-decoration: none;
        width: 27px;
    }

        .calweek a:hover,
        .calfocus {
            background-color: #DDDDDD;
        }

.caloff a {
    color: #CCCCCC !important;
    border-radius: 3px 3px 3px 3px;
    display: block;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    width: 27px;
}

    .caloff a:hover {
        background-color: #F5F5FA !important;
    }

.calcurrent {
    background-color: #498CE2;
    color: #FFFFFF;
}

.caltoday {
    background-color: #333333;
    color: #FFFFFF;
}

.date_picker {
    display: none;
}
/*********** Breadcrumb Styles ******************/

ul.breadcrumb {
    list-style-type: none;
    border: 1px solid #929292;
    height: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #D6D6D6;
}

    ul.breadcrumb li,
    ul.breadcrumb li.home,
    ul.breadcrumb li.current_page {
        float: left;
        height: 25px;
        list-style-type: none;
    }

    ul.breadcrumb li {
        background-image: url('/App_Images/breadcrumb_bg.PNG');
        background-repeat: no-repeat;
        background-position: right top;
        padding: 6px 25px 0 10px;
    }

        ul.breadcrumb li a,
        ul.breadcrumb li a:link,
        ul.breadcrumb li a:visited {
            display: block;
            color: #3F3F3F;
            text-decoration: none;
            text-shadow: 0px 1px 0px #EAEAEA;
        }

        ul.breadcrumb li.home_link {
            padding-top: 5px;
        }

        ul.breadcrumb li.current_page {
            background-image: none;
            background-color: transparent;
        }

        ul.breadcrumb li span {
            color: #3F3F3F;
            text-shadow: 0px 1px 0px #EAEAEA;
        }
/*************** Side Menu Style ********************/

.arrowsidemenu {
    width: 180px;
    /*width of menu*/
    border-style: solid solid none solid;
    border-color: #94AA74;
    border-size: 1px;
    border-width: 1px;
}

    .arrowsidemenu div a {
        /*header bar links*/
        display: block;
        background-color: #EC0F18;
        height: 24px;
        /*Set to height of bg image-padding within link (ie: 32px - 4px - 4px)*/
        padding: 4px 0 4px 10px;
        line-height: 24px;
        /*Set line-height of bg image-padding within link (ie: 32px - 4px - 4px)*/
        text-decoration: none;
        color: #fff;
        border-bottom: 1px #fff solid;
    }

        .arrowsidemenu div a:link,
        .arrowsidemenu div a:visited {
            color: #fff;
        }

        .arrowsidemenu div a:hover {
            background-color: #639E63;
            color: #fff;
        }

    .arrowsidemenu div.unselected a {
        /*header that's currently not selected*/
        color: White;
        font-weight: bold;
    }

    .arrowsidemenu div.selected a {
        /*header that's currently selected*/
        color: #1A441A;
        background-color: Red;
        font-weight: bold;
        border-bottom: 0px;
    }

    .arrowsidemenu ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .arrowsidemenu ul li {
            border-bottom: 1px solid #80B780;
            background-color: #fff;
        }

            .arrowsidemenu ul li a {
                /*sub menu links*/
                display: block;
                text-decoration: none;
                color: black;
                padding: 5px 0;
                padding-left: 10px;
                border-left: 2px solid #80B780;
            }

                .arrowsidemenu ul li a:hover {
                    background: #d5e5c1;
                }
/***************** welcome user style ******************/

.welcome_user {
    text-align: left;
    padding-left: 2px;
    color: #fff;
    padding-top: 0px;
    font-size: 16px;
    font-family: arial;
    text-align: center;
    margin-top: 12px;
}

    .welcome_user select {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .welcome_user span {
        color: #FFFFFF !important;
        font-family: arial;
        font-size: 16px;
    }

    .welcome_user a {
        color: #FFFFFF !important
    }

    .welcome_user .button {
        margin: 2px 10px;
    }

    .welcome_user a:hover {
        text-decoration: underline;
    }

#ctl00_MainContent_lblNotPermitted {
    color: #6D0B0C !important;
    display: block;
    margin-top: 40px;
    font-size: 15px !important;
    font-family: 'Conv_GE SS Two Light' !important;
}

.welcome_user .button {
    margin: 2px 10px;
}
/************** Custom Forms Table Class ******************/

.custom-forms-table {
    border: 1px #d3d2d2 solid;
    background-color: #faf9f9;
    font-family: arial;
    text-align: left;
    font-weight: bold;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    width: 99%;
    margin: 5px auto;
}

.inside td {
    padding: 3px;
}

    .inside td label {
        padding: 0 3px;
    }

.custom-forms-title {
    background-color: #e6fae6;
    border-bottom: 1px #d3d2d2 solid;
    color: #016801;
    font-size: 12px;
    width: 30%;
    padding: 0 6px;
    height: 30px;
}

.custom-forms {
    background-color: #e6fae6;
    border-bottom: 1px #d3d2d2 solid;
    border-right: 1px #d3d2d2 solid;
    color: #016801;
    font-size: 12px;
    width: 30%;
    padding-left: 6px;
    height: 30px;
}

.custom-forms-information {
    border-bottom: 1px #d3d2d2 solid;
    font-size: 12px;
    padding-left: 6px;
    width: 70%;
    height: 30px;
}

.custom-forms-information2 {
    border-bottom: 1px #d3d2d2 solid;
    font-size: 12px;
    padding-left: 6px;
    height: 30px;
}

.custom-forms-header {
    background: #E8E8E8;
    background: -webkit-gradient(linear, right top, right bottom, from(#f6f6f6), to(#d4d4d4));
    background: -webkit-linear-gradient(#f6f6f6, #d4d4d4);
    background-image: -moz-linear-gradient(top, #f6f6f6, #d4d4d4);
    background-image: -moz-gradient(top, #f6f6f6, #d4d4d4);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
    color: #4c4c4c;
    border-bottom: 1px #B7B7B7 solid;
    font-size: 14px;
    padding-left: 0px !important;
    height: 35px;
    font-weight: bold;
    text-align: center;
}

.menu-table td ul {
    border-bottom: 1px #5d5d5d solid;
    background-color: White;
    height: 25px;
    color: Black;
    font-weight: bold;
    font-family: arial;
    text-align: left;
    padding-left: 20px;
}

    .menu-table td ul:hover {
        border-bottom: 1px #0000 solid;
        background-color: Red;
        height: 25px;
        color: White;
        font-weight: bold;
        font-family: arial;
        text-align: left;
    }

.menu-table {
    border: 1px #d3d2d2 solid;
    background-color: #faf9f9;
    font-family: arial;
    text-align: left;
    width: 100%;
}

    .menu-table td {
        border-bottom: 1px #0000 solid;
        border-right: 1px #0000 solid;
        background-color: #5D5D5D;
        height: 25px;
        color: White;
        font-weight: bold;
        font-family: arial;
        text-align: left;
        width: 100%;
        padding-left: 2px;
        padding-right: 1px;
        margin: 0px;
    }
/* make drag container visible */

#drag {
    border: 2px dashed LightBlue;
    display: table;
}
/* table */

div#drag table {
    background-color: #eee;
    border-collapse: collapse;
    margin: 7px;
}
/* table cells */

div#drag td {
    border: 1px solid navy;
    height: 50px;
    text-align: center;
    font-size: 10pt;
    padding: 2px;
}
/* drag object (DIV inside table cell) */

.drag {
    margin: auto;
    text-align: center;
    width: 87px;
    height: 35px;
    line-height: 35px;
    border: 2px solid SteelBlue;
    background-color: white;
}

.DateHeader {
    border-bottom: 1px solid #ababab;
    color: #ababab;
    font-family: arial;
    padding: 5px;
    padding-left: 10px;
    text-align: left;
    vertical-align: middle;
    background-color: #f2f2f2 !important;
}

.Separator {
    width: 100%;
    color: White;
    font-weight: bold;
    height: 20px;
    font-family: arial;
    text-align: left;
    -moz-border-radius: 8px;
    vertical-align: middle;
    padding-left -10px;
    padding-top: 5px;
    border: 0;
}

.forms-News-time {
    border-right: 1px #d3d2d2 solid;
    font-size: 9px;
    text-align: center;
    width: 8%;
    height: 30px;
    color: Red;
    border-bottom: 0px;
}

.forms-News-left {
    border-right: 1px #d3d2d2 solid;
    font-size: 12px;
    padding-right: 6px;
    padding-left: 6px;
    width: 5%;
    height: 30px;
    border-bottom: 0px;
}

.forms-News-center {
    border-right: 1px #d3d2d2 solid;
    font-size: 12px;
    padding-right: 6px;
    padding-left: 6px;
    width: 5%;
    height: 30px;
    border-bottom: 0px;
}

.header-shadow {
    padding: 0px;
    padding-bottom: 0px;
    /* background-color: #ffffff; */
    /* background: url(/App_Images/bg_header.gif); */
}

.login.header-shadow {
    padding: 0px 16px;
    padding-bottom: 8px;
}

.headerx {
    width: 1200px;
    margin: 0 auto;
    height: 175px;
}

.logo {
    margin: 0 auto;
    width: 348px;
    padding: 16px;
    padding-left: 0;
    margin-top: 23px;
}

.logo2img {
    display: block;
    margin: 10px auto
}

.content {
    width: 100%;
    padding: 0;
    margin: 0 auto !important;
}

.loginHead {
    background-image: url(/App_Images/login-head.png);
    vertical-align: bottom;
    padding-top: 10px;
    text-align: center;
}

.modalBackground {
    background: url(/App_Images/overlay.png);
    background-repeat: repeat;
    opcity: 50%;
}

.divReviewer {
}

#cboxTitle {
    font-family: arial !important;
    font-weight: bold;
    font-size: 18px !important;
    background-color: #454d3f !important;
    height: auto;
    float: left;
    width: 100%;
    line-height: 40px;
    color: white !important;
    margin: 16px 0px;
    overflow: hidden;
}

#ctl00_MainContent__sectionOrderList__rbl li img,
#ctl00_MainContent__issueNewsOrderList__rbl li img {
    cursor: pointer;
}
/*#TblNewsCount {
    border: 2px solid #363636 !important;
    width: 100%;
    background-color: white;
}
#TblNewsCount a {
    text-decoration: none;
}
#TblNewsCount tr {} #TblNewsCount tr:first-child td {
    font-size: 10px;
    border: 0 !important;
    padding: 4px !important;
    border-right: 1px solid #363636 !important;
    border-bottom: 2px solid #363636 !important;
    font-family: arial;
    padding: 8px !important
}
#TblNewsCount tr:first-child td:first-child {
    border-right: none !important
}*/
/************************ added style   2012 - 6 - 3 ********************************/

:root .RadTreeView_rtl .rtPlus,
:root .RadTreeView_rtl .rtMinus {
    left: 0;
    margin-left: 0 !important;
    margin-right: 7px;
    float: left;
}

.rtTop {
    text-align: left;
}

.rtMid {
    text-align: left;
}

.rtBot {
    text-align: left;
}

.RadTreeView_Office2010Silver .rtHover .rtIn {
    color: #FFF !important;
    border-color: #BE0000 !important;
    background-color: #BE0000 !important;
    background-image: none !important;
}

.RadTreeView_Office2010Silver .rtSelected .rtIn {
    color: #FFF !important;
    border-color: #BE0000 !important;
    background-color: #BE0000 !important;
    background-image: none !important;
}

.RadTreeView .rtIn {
    cursor: pointer;
}

.RadTreeView {
    white-space: nowrap;
    cursor: default;
    max-width: 700px !important;
    width: 400px !important;
    max-height: 300px;
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

    .RadTreeView .rtIn {
        font-size: 13px;
        font-weight: bold;
    }

.rtLI {
    float: left;
    width: 100%;
}

.rtPlus {
    float: left;
}

.rtIn {
    float: left;
}

.rtSp {
    float: left;
}

.rtMid {
    float: left;
    width: 100%;
}

.rtTop {
    float: left;
    width: 100%;
}

.rtBot {
    float: left;
    width: 100%;
}

.RadTreeView {
    height: auto !important;
}

#cboxLoadedContent {
    margin-top: 113px;
    border-top: 1px dotted #333;
    padding-top: 4px;
}

.auto-style2 {
    float: left
}

    .auto-style2 select {
        width: auto;
    }

.page_title {
    font-size: 20px;
    vertical-align: middle;
    text-align: center;
    line-height: 20px;
    margin-bottom: 16px;
    background-color: #2c2e31;
    padding: 9px;
    color: white;
    font-family: arial;
    font-weight: bold;
}

#ctl00_MainContent_welcomeImage {
    display: none;
}
/*-------------------------arabic style 19-7------*/

.header {
    height: auto;
    background-color: #172d8e;
    background: url(/App_Images/bg_header.gif);
    float: left;
    width: 100%;
}

.mymenuCass {
    background-color: inherit;
    text-align: left;
    float: left;
    margin-right: 0px;
    width: 100%
}

.bakt select {
    float: left;
}

.forms-information {
    text-align: left !important;
    margin-bottom: 10px;
    width: 100%;
    margin: 0 auto;
    float: left;
}
/*#sortable {
    padding-top: 20px
}
#sortable li {
    padding: 0.4em 30px 0.4em 0px !important;
    background: url("/App_Images/article-icon.png") no-repeat scroll right 1px white !important;
    text-align: right !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
#sortable {
    width: 96% !important;
}*/
#tblOrdrs {
    float: left !important;
}

.reToolbar {
    float: left;
}

.reToolbar {
    float: left !important;
}

#ctl00_MainContent_Login1_DropDownList1 {
    margin-top: 6px;
    width: 282px;
    height: 40px;
}

#sortable {
    padding-left: 0 !important;
}

.directionAr {
    text-align: left !important;
}

#ctl00_MainContent_DDLGalleryTypeMove {
    float: none !important
}

*|html .RadEditor.reWrapper .reToolCell,
.Transparent.RadEditor .reModule,
.RadEditor table,
.RadEditor.reWrapper table td {
}

.reContentCell iframe body {
    background-color: white !important
}

.heightdOrdr {
    color: #333
}

.RadComboBox table {
    background-color: #ababab !important;
}

/*#ctl00_MainContent_RadEditor1 {
    margin: 0 auto !important;
    float: none !important
}*/

iframe.cboxIframe body {
    background-color: #00488D !important
}

.cboxIframe .forms-table {
    background-color: #00488D
}

.cboxIframe .forms {
    color: #333
}

#DivAlbum {
    margin-left: 5px;
    max-width: 375px;
}

    #DivAlbum div div > table {
        float: left
    }

.RevwierClass {
    float: left
}

.evaluation {
    float: r;
    margin-top: -12px;
}

.smFont {
    font-size: 15px
}

.tabed {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    outline: 0;
    direction: ltr;
    vertical-align: top;
    font-family: arial;
}

.tagsave {
    color: white;
    background: transparent;
    border: navajowhite;
    font-size: 14px;
    font-weight: bold;
}

.tablePopUp .forms-information select,
.tablePopUp .forms-information input {
    width: 300px
}

.leftalldiv {
    width: 71%;
    float: left;
    min-height: 150px;
    margin: 16px 0px;
    margin-bottom: 0;
}

.rightalldiv {
    max-width: 285px;
    float: left;
    width: 40%;
    text-align: left;
    /* background: url(/App_Images/bg_header.gif); */
    /* margin: 16px 0px; */
    padding: 16px 0px;
    margin-left: 16px;
}

.userico img {
    width: 75px;
    background-size: 100% 100%;
}

.col-lg-12 {
    width: 100%;
    float: left;
    display: block;
    color: white;
    text-align: left;
}

.leftpart {
    width: 40%;
    float: left;
    max-width: 33%;
    margin: 0;
    max-height: 150px;
    padding-top: 32px;
}

.namewriter {
    font-size: 16px;
    color: white;
    line-height: 21px;
    text-align: center;
}

.writernumber {
    font-size: 14px;
    color: white;
    font-family: arial;
}

.rightalldiv .content {
    width: 100%;
    padding: 0;
    background-color: #ababab;
    float: right;
    width: 100%;
    height: 166px;
    padding: 5px 16px;
    text-align: center;
}

.center {
    text-align: center;
}

#loginContent2 {
    color: #ababab;
    font-size: 16px;
    font-family: arial;
}

.userico.col-lg-12 {
    height: 75px;
    text-align: center;
}

.Bor-Td {
    width: 286px;
    background-color: #ffffff;
    padding: 0;
}

.righttr {
    background-color: #ffffff;
    float: left;
    width: 50%;
}

.lfttr {
    background-color: #ababab;
    float: left;
    width: 50%;
}

.itemright {
    float: left;
    width: 36%;
    color: #151d2a;
    font-size: 18px;
    max-width: 91px;
    font-family: arial;
    text-align: left;
    padding-left: 10px;
}

.itemlft {
    float: left;
    width: 70%;
    background-color: #2c2e31;
    padding: 0;
    font-size: 18px;
    max-width: 190px;
    font-family: arial;
    display: block;
}

.menuitm .itemlft {
    border-bottom: 3px solid #eeeeef;
}

.itemlft span {
    border-left: 12px solid #eeeeee;
    padding: 6px 16px;
}

    .itemlft span:hover {
        border-left: 12px solid #151d2a;
        padding-left: 16px;
    }

    .itemlft span:hover {
        background-color: #c10e23;
        border-left: 12px solid #c10e23;
    }

    .itemlft span:active {
        background-color: #c10e23;
        border-left: 12px solid #c10e23;
    }

.oparation {
    color: #ababab;
    font-size: 15px;
    font-family: arial;
}

.grid-table tr {
    height: 40px;
    margin-bottom: 10px;
    border-bottom: 10px solid #f2f2f2;
    background-color: white;
    /* float: left; */
    /* width: 100%; */
}

.grid-table .checker tr {
    height: auto;
    margin-bottom: 0;
    border-bottom: 0px solid #f2f2f2;
}

.grid-header tr {
    height: auto;
    margin-bottom: 0;
    border-bottom: 0px solid #f2f2f2;
}

.deleteico {
    background: url(/App_Images/deletico.png) transparent left;
    background-repeat: no-repeat;
    height: 40px;
    padding: 22px;
    width: 40px;
}

.oparatin .forms-information select {
    background-image: linear-gradient(45deg, transparent 50%, #ababab 50%), linear-gradient(135deg, #ababab 50%, transparent 50%), linear-gradient(to right, #ababab, #ababab);
    background-position: calc(26px - 18px) calc(18px + 2px), calc(24px - 12px) calc(18px + 2px), 0;
    background-color: #ababab;
    max-width: 180px !important;
    color: white;
    font-size: 15px;
    margin-top: 0;
    margin-right: 3px;
    margin-left: 3px;
}

.forms-information select,
.typemada select:first-child,
select.DropDownListDown {
    background-image: linear-gradient(45deg, transparent 50%, #ababab 50%), linear-gradient(135deg, #ababab 50%, transparent 50%), linear-gradient(to right, #ababab, #ababab);
    background-position: calc(26px - 18px) calc(18px + 2px), calc(24px - 12px) calc(18px + 2px), 0;
    background-color: #ababab;
    max-width: 180px !important;
    color: white;
    font-size: 15px;
    min-width: 180px !important;
    font-family: arial;
    font-weight: bold;
    text-align: center;
    border: 0;
}



    .forms-information select option, .typemada select:first-child option {
        font-size: 15px
    }

.sech {
    background: url(/App_Images/serch.png) transparent left;
    background-repeat: no-repeat;
    height: 40px;
    padding: 22px;
    width: 40px;
}

.forms-information .sech {
    min-width: 35px;
    width: 42px !important;
    margin: 0;
    position: absolute;
    margin-left: -44px;
    background-color: white;
}

.itemlft a {
    color: white;
    font-size: 18px;
    font-family: arial;
}

.content .headtitel {
    font-size: 20px;
    vertical-align: middle;
    text-align: center;
    line-height: 20px;
    margin-bottom: 16px;
    background-color: transparent;
    padding: 9px;
    color: #ababab;
    font-family: arial;
    padding-bottom: 0
}

    .content .headtitel span {
        color: #2c2e31;
        font-family: arial;
        font-size: 20px;
    }


input[id*="__DeleteButton"].green-pastel {
    background: url(/App_Images/DeleteButton.png) transparent top center;
    background-repeat: no-repeat;
    padding-top: 112px;
    font-size: 20px;
    color: #ababab;
    font-family: arial;
}

table[id*="__newsGridView"] {
    max-width: 593px;
    margin: 0 auto;
}

table[id*="_footerTable"] {
    max-width: 850px;
    margin: 0 auto;
}

.bordLeft a {
    color: #ababab;
}

.cboxElement span {
    color: #2c2e31;
    font-size: 12px;
    font-family: arial;
}

.cboxElement:active {
    text-decoration: none;
    color: #000;
}

#loginContent {
    max-width: 850px;
    margin: 0 auto;
    float: none;
    width: 100% !important;
}

.grid-table a {
    color: #2c2e31 !important;
    font-weight: normal !IMPORTANT;
    font-family: arial !important;
    font-size: 12px;
}

.PictureID1 a {
}

.formdit label {
    color: #ababab !important;
}

.forms-information label {
    color: #ababab !important;
}

.cat10 {
    background-color: #BD1E2D;
}

.cat11 {
    background-color: #F6931E;
}

.cat13 {
    background-color: #808184;
}

.cat14 {
    background-color: #6DCFF6;
}

.cat15 {
    background-color: #84BA4D;
}

.cat16 {
    background-color: #D7BA8C;
}

.cat17 {
    background-color: #AA91AB;
}

.loginpage td {
    direction: ltr;
}

.loginpage tr {
    height: 60px;
}

.itemlft span:first-child {
    padding-top: 12px;
}

.itemlft span:last-child {
    padding-bottom: 12px;
}

.typemada select {
    background-color: #ababab;
    color: #fff;
    width: 222px;
    background-image: linear-gradient(45deg, transparent 50%, #ffffff 50%), linear-gradient(135deg, #ffffff 50%, transparent 50%), linear-gradient(to right, #ababab, #ababab);
}

#colorbox table[id*="_footerTable"] {
    max-width: 100%;
}

td.rightright {
    width: 74%;
    border-top: 0;
    border-bottom: 0;
}

.leftright span {
    font-size: 75px;
    color: #E6E6E6;
    padding-left: 61px;
    font-family: 'Avenir_book';
    display: block;
    margin-top: -50px;
    text-align: left;
}

.leftrighta {
    transform: rotate(-90deg);
    margin-top: 61px;
    font-family: arial;
}

.leftright.borderdivPictureID1 .leftrighta {
    margin-left: 15px;
}

.leftrighta3 {
    margin-right: 18px;
    margin-top: 20px
}

.leftright .markHelp {
    margin-top: -45px;
    padding-left: 26px;
}

.leftright .markHelp4 {
    margin-left: 16px;
    position: relative;
    right: 32px;
}

.leftrighta4 {
    margin-right: -25px;
    margin-top: 65px;
}

.tablerepat {
    min-height: 200px;
}

#loginContent.loginContent2 .leftright span {
    padding-right: 0;
}

#loginContent.loginContent2 .leftright .markHelp {
    padding-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-left: 41px;
}


#loginContent.loginContent2 .leftrighta3 {
    margin-right: 18px;
    margin-top: 33px;
}


#loginContent.loginContent2 .leftright .markHelp4 {
    padding-left: 80px;
    margin-left: 0
}

.selectHere {
    background-color: #ababab !important;
    padding-bottom: 22px;
}

.leftalldiv.LoginDiv {
    width: 100%;
    margin-top: 8px;
}

.LoginDiv .rightpart {
    width: 36.8%;
    margin-bottom: 15px;
}

.selectHere .forms {
    border: none;
    font-size: 16px;
    width: 20%;
    padding-left: 6px;
    height: 30px;
    font-family: arial;
    color: white;
    text-align: left;
    direction: ltr;
}

.selectHere .forms-table {
    margin-top: 40px;
}

iframe body {
    background-color: #ababab !important;
}

.selectHere input[id*="_saveButton"].green-pastel {
    background: url(/App_Images/save.png) transparent top center;
    background-repeat: no-repeat;
    padding-top: 40px;
    font-size: 16px;
    color: white;
    font-family: arial;
}

.selectHere input[id*="_MainContent_Button1"] {
    background: url(/App_Images/exit.png) transparent top center;
    background-repeat: no-repeat;
    padding-top: 40px;
    font-size: 16px;
    color: white;
    font-family: arial;
}

.selectHere input[id*="_cancelButton"],
.selectHere input[id*="ctl00_MainContent__InsertButton"] {
    background: url(/App_Images/exit.png) transparent top center;
    background-repeat: no-repeat;
    padding-top: 40px;
    font-size: 16px;
    color: white;
    font-family: arial;
}

.selectHere input[id*="ctl00_MainContent__InsertButton"] {
    background: url(/App_Images/save.png) no-repeat transparent top center !important;
    background-repeat: no-repeat;
}


.ckbox {
    background-color: #e6e6e6;
    padding: 5px;
    border-radius: 50%;
    width: 40px;
    text-align: center;
    height: 40px;
    /* margin-left: 0 */
}

.allCheckBox .ckbox,
.ChkShareTwitter .ckbox {
    margin-left: auto
}

.chk2 input {
    background-color: #e6e6e6;
    padding: 5px;
    border-radius: 50%;
    border: 20px solid #e6e6e6;
    text-align: center;
    height: 40px;
    padding-right: 6px;
}

.chk2 label {
    display: inline-block;
}

.tableico div {
    float: left;
    max-width: 222px;
}

.tableico span {
    float: left;
    max-width: 222px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #858B7F;
}

.tableico input {
    float: left;
    max-width: 222px;
    height: 40px;
    margin-top: 0;
}

.tableico {
    width: 100%;
}

.forms-information.tableico {
    width: 100%;
    padding-left: 58px;
}

.checker input {
    cursor: pointer;
}

.button {
    min-height: 40px;
}

span[id*="_lblCounter"],
span[id*="_LblTwitterCount"] {
    background-color: #E6E6E6;
    height: 40px;
    width: 40px;
    padding: 11px 0;
    border-radius: 50%;
    color: green;
    font-size: 14px;
    font-family: 'Avenir_roman';
    float: left;
    overflow: hidden;
    margin-left: 0;
    text-align: center;
}

.addnewtable select {
    font-size: 14px;
    outline: none;
    background-image: linear-gradient(45deg, transparent 50%, #b8bcb4 50%), linear-gradient(135deg, #b8bcb4 50%, transparent 50%), linear-gradient(to right, #fff, #fff);
    background-position: calc(26px - 18px) calc(18px + 2px), calc(24px - 12px) calc(18px + 2px), 0;
    background-size: 5px 5px, 5px 5px, 2em 2em;
    background-repeat: no-repeat;
    font-family: arial;
    color: #ababab;
    background-color: #fff;
    margin-left: 5px;
    max-width: 280px !important;
    width: 100%;
    float: left;
}

a[id*="__AddNewsPhoto"] {
    color: #F2F2F2;
}

a[id*="__AddNewsPhotos"] {
    color: #F2F2F2;
}

a[id*="__GoToNewsPhoto"] {
    color: #F2F2F2;
}

a[id*="__AddNewsPhoto"] {
    color: #F2F2F2;
}

a[id*="__MakeGalleryHome"] {
    color: #F2F2F2;
}


a[id*="__MakeGalleryHome"] {
    color: #F2F2F2;
}

.calroot {
    width: auto !important;
    float: left !important;
}

select[id*="__PdfIssueSearchControl_DDLCategory"] {
    display: none;
}

.footer .button {
    min-height: 0px;
}

.PageTitle {
    color: #ababab !important;
    font-family: 'Conv_GE SS Two Light' !important;
    font-weight: bolder;
    font-size: 20px;
}

a[id*="__deleteLinkButton"] {
    padding-right: 17px;
    font-size: 12px;
    color: #ababab !important;
    font-family: arial !important;
    margin-right: 8px;
}

a[id*="__deleteButton"] {
    padding-right: 17px;
    font-size: 12px;
    color: #939598 !important;
    font-family: Conv_GE SS Two Light !important;
    margin-right: 8px;
}


#ctl00_MainContent_Panel3 span {
    color: #858B7F;
    font-size: 16px;
    font-family: arial;
    float: left;
}

.opsech {
    float: left;
    width: 366px;
}

.oparatin {
    width: 443px !important;
}

.arabicdata {
    color: #B3B3B3
}

.opsech .sechico {
    margin-left: 0;
}

input#ctl00_MainContent__passButton {
    /*margin: 0 auto;*/
}

.PublishButtons #ctl00_MainContent__passButton {
    float: none !important;
}

.clock {
    font-size: 12px;
}

.newmenu .itemlft {
    background-color: #2c2e31;
}

.newmenualltop .itemlft {
    background-color: #2c2e31;
    height: 184px;
    border-left: 12px solid #eeeeef;
    border-bottom: 0;
}

.newmenualltop .itemright {
    height: 184px;
}

.newmenu .itemlft {
    border-bottom: 3px solid #eeeeef;
}

.selectHere .page_title span {
    border: none;
    font-size: 16px;
    width: 20%;
    padding-left: 6px;
    height: 30px;
    font-family: arial;
    color: white;
    text-align: right;
    direction: ltr;
}

.selectHere .page_title {
    background-color: transparent;
}

/*.forms-information img {
    max-width:100px
}*/

.borderdiv span {
    width: 860px;
    border-bottom: 1px dotted #ababab;
    height: 2px;
    float: left;
    left: 20px;
    position: relative;
    margin-bottom: 25px;
    margin-top: 25px;
}

span[id*="_lblStar"],
span[id*="_LblStar3"] {
    float: left;
}

.RadComboBox table td.rcbInputCell {
    padding: 0 5px 0 4px;
    background-color: #ababab;
    background-image: none;
    position: relative;
    max-height: 40px;
    padding: 0 !important;
    display: inline-block;
}

input[id*="_passBackButton"].green-pastel {
    background: url(/App_Images/replay.png) transparent top center;
    background-repeat: no-repeat;
    padding-top: 90px;
    font-size: 20px;
    color: #2c2e31;
    font-family: arial;
    background-size: 80px;
}

#aspnetForm input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    margin-top: 10px !important;
}

.votform th:first-child {
    background-color: #eeeeee;
}

input[type=text], input[type=password], textarea {
    color: #2c2e31;
}

.stileal {
    background-color: #eeeeee;
}

.bakt.gag {
    text-align: center;
    margin: 0 auto;
}

#ctl00_MainContent_UpdatePanel3 {
    text-align: center;
    width: 100%;
    float: left;
    margin-bottom: 7px;
}



#ctl00_MainContent__newsGridView .grid-header {
    background-color: #eeeeee;
}

.selectHere input, .selectHere textarea {
    max-width: 250px !important;
}

.selectHere .notification {
    color: red;
}

    .selectHere .notification li {
    }

.changeColor ~ .notification {
    margin-top: 0
}

    .changeColor ~ .notification li {
        color: white
    }

select#ctl00_MainContent__editorSearchControl_DDLCategory {
    margin-top: 0;
    width: 180px;
}

td.stileal {
    background-color: #f1f1f1 !IMPORTANT;
}

#ctl00_MainContent__newsSectionssGridView .grid-header th:first-child {
    background-color: transparent;
    padding-left: 0;
    padding-left: 0px;
}

td a.jx.cboxElement {
    /* font-family: Conv_GE SS Two light !important;
    color: #ababab !IMPORTANT; */
    font-size: 15px;
    color: #2c2e31 !important;
}

#ctl00_MainContent_asas .forms-information {
    text-align: center !important;
}

table.forms-table.votform {
    margin-top: 10px;
    clear: both
}

#ctl00_MainContent__backButton {
    margin-top: 0;
}

select#ctl00_MainContent_backDropDownList {
    background-image: linear-gradient(45deg, transparent 50%, #ababab 50%), linear-gradient(135deg, #ababab 50%, transparent 50%), linear-gradient(to right, #ababab, #ababab);
    background-position: calc(26px - 18px) calc(18px + 2px), calc(24px - 12px) calc(18px + 2px), 0;
    background-color: #ababab;
    font-family: arial;
    font-weight: bold;
    max-width: 180px !important;
    color: white;
    font-size: 15px;
    margin-top: 0;
    float: none;
}

.forms-News-right td a.jx.cboxElement {
    color: #ababab !important;
    font-weight: normal !IMPORTANT;
    font-family: arial !important;
}

#ctl00_MainContent__typeDropDownList {
    /*margin-left: 0;
    margin-left: 1px;*/
    margin-top: 0;
    float: left;
}

#ctl00_MainContent_Panel1 .opsech {
    float: left;
    width: 366px;
    MARGIN-left: 5PX;
    margin-top: 0
}

.RadComboBox_Transparent, .RadComboBox_Transparent .rcbInput, .RadComboBoxDropDown_Transparent {
    font-family: 'Conv_GE SS Two Bold' !important;
    font-size: 15px !important;
    color: white !important;
    font-style: normal !important;
}

#ctl00_MainContent__ByLine {
    width: 280px !important;
}

.addnewtable .PictureID1 a {
    color: white !important;
    font-size: 15px;
    outline: none;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding: 2px;
    color: white;
    background-color: #ababab;
    margin: 0;
    margin-right: 3px;
    margin-left: 3px;
    margin-bottom: 10px;
    border: none;
    font-family: arial;
    font-weight: bold;
    min-width: 140px;
    height: 40px;
    line-height: 40px;
}

.changeTdWidth_FirstTd a.jx.cboxElement {
    font-family: arial !important;
}

.oparatin input#_searchTextBox {
    margin-left: 33px !important;
}

#ctl00_MainContent__subTiteTextBox {
    margin-bottom: 12px;
}



.oparatin #ctl00_MainContent__DeleteButton {
    float: right;
}

#ctl00_MainContent__sectionTypeDropDownList {
    margin-top: 0px;
    margin-right: 1px;
    border: 1px solid white !important;
    /*float: left;*/
    margin-right: 7px;
}

#ctl00_MainContent_Panel1 .opsech .sechico {
    margin-left: 33px;
}

    #ctl00_MainContent_Panel1 .opsech .sechico.mrgRightNone {
        margin-left: 0
    }

    #ctl00_MainContent_Panel1 .opsech .sechico::-webkit-input-placeholder {
        color: #ababab;
    }

    #ctl00_MainContent_Panel1 .opsech .sechico::-moz-placeholder {
        color: #ababab;
    }

    #ctl00_MainContent_Panel1 .opsech .sechico:-ms-input-placeholder {
        color: #ababab;
    }

    #ctl00_MainContent_Panel1 .opsech .sechico:-moz-placeholder {
        color: #ababab;
    }

#ctl00_MainContent_UpdatePanel4 {
    width: 100%;
    float: left;
}

.deptcolor {
    min-height: 38px;
}

a#ctl00_MainContent_LinkButton1 {
    color: white !important;
    margin-left: 5px;
}

select {
    text-align: center !important;
    text-align-last: center !important;
}

.reModule {
    height: 0 !important;
}

#TblNewsCount a {
    color: #305994;
}

.selectHere .grid-table tr {
    background-color: #eeeeee;
}

.selectHere #ctl00_MainContent_Panel1 .forms-table {
    margin-top: 40px;
    width: 91%;
    background: transparent;
}

select#ctl00_MainContent__sectionDropDownList {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 17px;
}

    select#ctl00_MainContent__sectionDropDownList.margBottom0 {
        margin-bottom: 10px
    }

.oparatin .gag #ctl00_MainContent__DeleteButton {
    float: none;
}

#ctl00_MainContent__editorSearchControl_Panel1 #_searchTextBox {
    margin-left: 118px;
}

input[id*="_cancelButton"] {
    background: url(/App_Images/exitico.png) transparent top center;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    padding-top: 112px;
    font-size: 20px;
    color: #ababab;
    font-family: arial;
}

    input[id*="_cancelButton"].PiczardPopupPictureTrimmerButton {
        background-image: none
    }

a[id*="__deleteButton"] span {
    color: #ababab;
    font-size: 12px;
    font-family: arial;
}

#ctl00_MainContent__gridUpdatePanel input#ctl00_MainContent_TxtKeyWord {
    margin-top: 0;
}

#ctl00_MainContent__gridUpdatePanel input#ctl00_MainContent_BtnSearch {
    margin-left: 112px;
    margin-top: 8px;
}

#ctl00_MainContent__editorSearchControl_Panel1 .forms-information {
    width: 100%;
}

#ctl00_MainContent__editorSearchControl_Panel1 #_searchTextBox {
    margin-left: 137px;
}

.cknew {
    background-color: #f1f1f1 !important;
}

.newpanel #ctl00_MainContent__typeDropDownList {
    float: right;
}

.puplash {
}

table[id*="__newsGridView"] {
    max-width: 593px;
    margin: 0 auto;
}

#ctl00_MainContent_DDLGalleryTypeMove {
    float: none !important;
    background-image: linear-gradient(45deg, transparent 50%, #ababab 50%), linear-gradient(135deg, #ababab 50%, transparent 50%), linear-gradient(to right, #ababab, #ababab);
    background-position: calc(26px - 18px) calc(18px + 2px), calc(24px - 12px) calc(18px + 2px), 0;
    background-color: #ababab;
    max-width: 180px !important;
    color: white;
    font-size: 15px;
    min-width: 180px !important;
    font-family: arial;
    font-weight: bold;
    text-align: center;
    border: 0;
}

.puplash {
    margin-left: 68px;
}

table#ctl00_MainContent__newsGridView {
    min-width: 850px;
}

#ctl00_MainContent_UpdatePanel1 table#ctl00_MainContent__newsGridView {
    min-width: 850px;
}

.RadComboBox {
    height: 40px;
    background-color: #ababab;
    padding-top: 9px !important;
    max-width: 180px;
    /*margin-right: 10px !important;*/
    border: 1px solid white !important;
}

.newsphoto {
    margin-top: 10px
}

    .newsphoto .sechico {
        margin-left: 0px !important;
    }

.newsphoto12 #ctl00_MainContent_DDLGalleryTypeMove {
    margin-top: 0;
}

.RadComboBoxDropDown_rtl .rcbItem, .RadComboBoxDropDown_rtl .rcbHovered, .RadComboBoxDropDown_rtl .rcbDisabled, .RadComboBoxDropDown_rtl .rcbLoading {
    font-family: arial;
    color: #ababab;
    text-align: left;
}

.NewsType select#ctl00_MainContent__NewsTypeDropDownList {
    width: 280px !IMPORTANT;
    max-width: 280px !important;
}

#ctl00_MainContent_btnSave {
    margin-top: 0;
}

.radbov td {
    width: 50%;
    padding: 0;
}

/*.radbov td:nth-child(2){    
    width: 50%;
    text-align: right;
    padding-right: 10px;}*/

.addnewtable .aa {
    width: 100%;
    float: left;
}

#ctl00_MainContent__pic3Image1 {
    max-width: 100px;
}

span[id*="_lbl2_counter"] {
    background-color: #E6E6E6;
    max-height: 40px;
    max-width: 40px;
    padding: 14px 0px;
    border-radius: 50%;
    color: green;
    font-size: 14px;
    font-family: roman;
    float: left;
    overflow: hidden;
    margin-left: 0;
    width: 40px;
    text-align: center;
}

.opsech3 #ctl00_MainContent__titleTextBox {
    margin-left: 0 !important;
}

.opicom input#ctl00_MainContent__titleTextBox {
    margin-left: 0 !IMPORTANT;
}

#ctl00_MainContent__titleTextBox {
    margin-bottom: 10px;
}

.forms-information33 a {
    color: #2c2e31 !important;
    font-family: 'Conv_GE SS Two Light' !important
}


.RadComboBox_Transparent .rcbInputCellLeft, .RadComboBox_Transparent .rcbArrowCellLeft, .RadComboBox_Transparent .rcbArrowCellRight {
    background-image: url(/App_Images/WebResourcee.png) !important
}

.RadComboBox_Transparent td.rcbArrowCellLeft,
.RadComboBox_Transparent td.rcbArrowCellRight {
    background-position: -153px -88px !important
}

.RadComboBox table td.rcbArrowCell {
    height: 16px;
    overflow: hidden;
    display: inline-block;
    float: right;
    width: 17px;
}

.allCheckBox {
}

.addWidth {
    display: inline-block;
    margin-top: 48px;
    width: 163px;
    text-align: center;
    float: left;
    margin-bottom: 10px;
}

    .addWidth span {
        color: #2c2e31;
        font-size: 16px;
        font-family: 'Conv_GE SS Two Light'
    }

#colorbox {
    width: 100% !important;
    height: 100% !important;
    overflow: visible !important
}

.addMargin {
    margin-bottom: 10px;
}

#RadEditor1Module {
    max-width: 375px
}

#RadEditor1_contentIframe {
    padding: 0 5px !important
}

blockquote {
    margin: 0
}

.addMargRight {
    margin-left: 9px !important;
}

.noPadding {
    padding: 0 !important
}

.flNone {
    float: none !important
}

.orderlist tr {
    border-bottom: 10px solid transparent
}

td:empty {
    display: none !important
}

.opsech3New {
    margin-left: 242px;
    margin-top: 10px
}

.markH {
    color: #B3B3B3;
    font-size: 10px;
    font-family: arial;
    display: block;
    float: right;
    margin-right: -26px;
    margin-top: 10px;
    width: 100%;
    text-align: right;
}

.margRight5 {
    margin-left: 5px
}

.margTop16 {
    margin-top: 10px !important;
}

.marginTop0 {
    margin-top: 0 !important
}

.forms-information.hintHere {
    float: none !important;
    text-align: center !important;
    margin-top: 10px
}


td {
    padding: 0
}

.flRight {
    float: left;
}

.noMargAuto {
    margin: 0 auto !important;
}

#ctl00_MainContent__backButton.actMove {
    /*margin-right: 10px*/
}

.margDown10 {
    margin-bottom: 10px !important;
    width: 377px;
}

.forms-information.forms-informationNew {
    text-align: center !important;
}

    .forms-information.forms-informationNew .sechico,
    .forms-information.forms-informationNew .sech {
        float: none;
    }

.addPosition {
    position: relative
}

.selectHere2 .forms-table {
    margin-top: 0
}

    .selectHere2 .forms-table td {
        float: left;
        color: white;
        margin-right: 4px
    }

    .selectHere2 .forms-table.forms-tableHint td.forms {
        padding-right: 5px
    }

    .selectHere2 .forms-table.forms-tableHint td {
        float: none;
        padding-left: 5px
    }

    .selectHere2 .forms-table .hintCal {
        margin-bottom: 10px
    }

        .selectHere2 .forms-table .hintCal td {
            float: none;
            margin: 0
        }

    .selectHere2 .forms-table td.centerTd {
        float: none
    }

    .selectHere2 .forms-table td.noMarg {
        margin: 0
    }

    .selectHere2 .forms-table td.forms-information {
        width: unset
    }

        .selectHere2 .forms-table td.forms-information.addFullWidth {
            width: 69%;
        }

.changeTdWidth td:empty {
    display: none
}

.changeTdWidth td {
    width: 146px;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    margin-right: 3px;
}

.changeTdWidth .changeTdWidth_ForSelect {
    width: 180px
}

.changeTdWidth .changeTdWidth_FirstTd {
    width: 148px
}

#ctl00_MainContent_Panel1 .opsech.opsech_Publish {
    float: none;
    margin: 0 auto;
    display: block
}

    #ctl00_MainContent_Panel1 .opsech.opsech_Publish .sechico {
        margin-left: 0
    }

.TrAutoPublish {
    border-top: 48px solid #F1F1F1;
    margin-top: 6px;
    width: 100%;
}

.cRed {
    color: red !important
}

.grid-table .NameStyle {
    margin-top: 10px
}

.grid-table .inputComm {
    padding: 0
}

    .grid-table .inputComm a {
        padding: 8px 35px;
    }

        .grid-table .inputComm a,
        .grid-table .inputComm a span {
            color: white !important;
            font-size: 18px;
        }

.grid-table .NameStyle,
.grid-table .emailtyle {
    max-width: 180px;
    display: inline-block
}

.forms-information.forms-informationTwit textarea {
    margin-left: 20.5%
}

div#ctl00_MainContent_UpdateProgress3 {
    text-align: center
}

.disNone {
    display: none
}

.imgShow ~ .disNone {
    display: block !important
}

.reDropDownBody.reApplyClass {
}

#ctl00$MainContent$_newsSectionsPager_input {
    float: right !important;
    max-height: 26px !important;
}

#holder body {
    text-align: left !important
}

@-moz-document url-prefix() {
    .logo img {
        max-height: 150PX;
    }

    .leftright span {
        padding-left: 0
    }

    .leftright .markHelp {
        padding-right: 26px;
        padding-top: 0;
        padding-left: 0
    }

    .leftrighta3 {
        margin-right: 18px;
        margin-top: 20px;
    }

    .leftright .markHelp4 {
        padding-left: 80px;
        margin-left: 0
    }

    .leftright span {
        padding-left: 61px
    }

    .RadComboBox .rcbInputCell {
        width: 90% !important;
        float: left
    }

    .leftright .markHelp {
        padding-left: 26px
    }

    .clearStyle < input[id*="_PublishButton"].green-pastel.addAndSave {
        display: block
    }
}
/*---------------------------basma*/
.ApplyClass {
    width: auto !IMPORTANT;
}

#aspnetForm .rwTable {
    min-height: 354px !important;
}

/*----------------------------basma-------------------------*/
#aspectRatio option[value*="16x9"] {
    display: none !important;
}


.RadUpload_rtl .ruBrowse {
    margin-right: 0;
    margin-left: -68px !important;
    position: absolute;
}

span.required[style*="inline"] {
    display: block !Important;
}

.selectHere2 span.required[style*="inline"] {
    display: inline-block !Important;
}

.DropDownList .chosen-container {
    margin-top: 10px !important;
}

.Transparent.adsEditor {
    margin-top: 10px;
}

.reToolZone .reModule {
    height: 60px !important
}

.DropDownList .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    padding: 0 !important
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    .Transparent.reDropDownBody.reApplyClass {
        right: 0 !important;
        left: 611px !important;
    }
}



.reContentCell {
    border: 0 !important;
}

.Default .reToolbar li, .Default .reSpinBox a, .Default.reToolbar .reSeparator, .Default.reToolbar .reGrip, .Default .reDialog .reTool, .Default .reModule .reTool, .Default .reDialog .reTool:hover, .Default .reToolbar .reTool:hover, .Default .reModule .reTool:hover, .Default .reToolbar .reTool.reTool_selected, .Default .reToolbar .reTool.reTool_selected:hover, .Default .reToolbar .reTool_text:hover, .Default .reToolbar .reTool_text.reTool_selected, .Default .reToolbar .reTool_text.reTool_selected:hover, .Default .reTool .split_arrow, .Default .reSplitButton.reTool_text .split_arrow, .Default .reToolbar .reTool_text .split_arrow, .Default .reDialog .reTool.reSplitButton, .Default .reModule .reTool.reSplitButton, .Default .reDropdown, .Default .reTool_disabled.reDropdown:hover, .Default .reResizeCell div, .Default.reInsertTable .reToolbar li .reTool:hover, .Default.RadEditor.reRtl .reDropdown:hover {
}

.RadEditor.reRtl .reEditorModes {
    float: right !important;
    padding-left: 3px !important;
}

.redActionButtonsWrapper {
    min-height: 66px;
}

    .redActionButtonsWrapper.redActionButtonsAbsoluteWrapper.redActionButtonsWrapperExternal {
        position: relative;
        top: -40px;
    }

.redWrapper {
    position: relative;
    top: -16px;
}

.Transparent.reWrapper,
.Default.reWrapper {
    border: none !important;
}

.reBottomcell {
    padding: 10px 0 !important
}

.redMainContainer .redWrapper {
    padding-top: 0 !important
}

.redMainContainer .redActionButtonsWrapperExternal {
    bottom: 20px !important
}

td[title] div {
    font-size: 15px !important;
    padding: 5px 10px;
    border-bottom: 1px solid #ccc;
    width: 100%;
    cursor: pointer;
}

td[title] .reClass_all {
    display: none !important;
}

td[title=".sideTitle0"] div,
td[title=".sideTitle"] div,
td[title=".sideTitle2"] div {
    font-size: 18px !important;
    padding: 5px 10px;
    width: 100%;
}

.sideTitle0 {
    font-family: "Cairo",sans-serif;
    font-weight: 900;
    font-size: 16.5px;
    color: #19528b;
    float: right;
    display: block;
    width: 100%;
}

.sideTitle {
    font-family: "Cairo",sans-serif;
    font-weight: 900;
    font-size: 18px;
    color: red;
    float: right;
    display: block;
    width: 100%;
}

.sideTitle2 {
    font-family: "Cairo",sans-serif;
    font-weight: 900;
    font-size: 15px;
    color: #163656;
    float: right;
    display: block;
    width: 100%;
}

#loginContent .tbl .statusTbl.news-status-btn td a {
    margin-right: 10px;
}

#loginContent .tbl .statusTbl.news-status-btn td:last-child a {
    margin-right: 0;
}

#loginContent .tbl .search-btn-new .forms-information {
    width: 50%;
    margin-top: 20px;
}

    #loginContent .tbl .search-btn-new .forms-information:first-child select {
        float: right;
    }

.selectHere2.clearbg {
    background: #858c7f !important;
}

    .selectHere2.clearbg #loginContent {
        overflow: hidden;
    }

    .selectHere2.clearbg .forms-table td {
        /*float: left;*/
        padding-bottom: 10px;
        vertical-align: top;
    }

/*.selectHere2.clearbg .forms-table .forms {
        width: auto;
    }*/

.selectHere #ctl00_MainContent_Panel1 .forms-table.allcontform {
    /* margin-left: 0; */
    width: 100%;
    margin-top: 40px;
    width: 91%;
    background: transparent;
    margin: 0 auto;
    margin-left: 132px;
}

    .selectHere #ctl00_MainContent_Panel1 .forms-table.allcontform tr:empty {
        display: none;
    }

    .selectHere #ctl00_MainContent_Panel1 .forms-table.allcontform tr .forms-information {
        width: unset !important;
        text-align: right !important;
    }

        .selectHere #ctl00_MainContent_Panel1 .forms-table.allcontform tr .forms-information.noMarg {
            width: unset !important;
            text-align: right !important;
        }

            .selectHere #ctl00_MainContent_Panel1 .forms-table.allcontform tr .forms-information.noMarg select {
                margin-top: 0px !important;
            }

        .selectHere #ctl00_MainContent_Panel1 .forms-table.allcontform tr .forms-information select {
            float: none !important;
        }

input.aa {
    color: red !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: white;
    font-family: 'Conv_GE SS Two Bold';
    font-size: 15px;
    text-decoration: none;
    text-align: center;
}

::-moz-placeholder { /* Firefox 19+ */
    color: white;
    font-family: 'Conv_GE SS Two Bold';
    font-size: 15px;
    text-decoration: none;
    text-align: center;
}

:-ms-input-placeholder { /* IE 10+ */
    color: white;
    font-family: 'Conv_GE SS Two Bold';
    font-size: 15px;
    text-decoration: none;
    text-align: center;
}

:-moz-placeholder { /* Firefox 18- */
    color: white;
    font-family: 'Conv_GE SS Two Bold';
    font-size: 15px;
    text-decoration: none;
    text-align: center;
}

select#ctl00_MainContent__typeDropDownList {
    margin-top: 0px !important;
}

v#ctl00_MainContent_Panel1 table {
    margin-left: 281px;
}

#ctl00_MainContent__gridUpdatePanel table.forms-table.allcontform {
    background-color: #eeeeee;
    text-align: center;
    width: 387px !important;
    margin-left: auto !important;
}

.RadComboBox {
    vertical-align: top !important;
}

#loginContent table {
    border: 0;
}

    #loginContent table td {
        border: 0;
    }

.grid-header td {
    text-align: left !important;
}

.changbass {
    margin-left: 100px;
}

#loginContent table td {
    border: 0;
    text-align: center;
    vertical-align: middle;
}

#ctl00_MainContent__editorSearchControl_Panel1 {
    width: 370px;
    margin: 0 auto;
}

#loginContent .bakt.gag {
    text-align: center !important;
}

.bartpop2 .forms-information {
    float: left;
}

/*#ctl00_MainContent__gridUpdatePanel input#ctl00_MainContent__addNewButton {
    float: none;
}*/

.RadColorPicker {
    width: 37px;
    font-size: 1px;
    text-align: left;
    float: left;
}

.jobadd textarea {
    max-width: 524px !important;
}

.RadColorPicker .rcpPalette .rcpHeader .rcpHexInput, .RadColorPicker .rcpPalette .rcpHeader .rcpInput {
    height: 19px !important;
}

#loginContent table td:last-child {
    border: 0;
    /* text-align: center; */
}

#ctl00_MainContent_Label1 {
    height: 50px;
}

table#ctl00_MainContent_CalPdfDate td {
    padding-bottom: 0px;
}

.chart {
    float: left !important;
}

table#ctl00_MainContent_DLVote {
    color: white;
}

#ctl00_MainContent_UpdatePanel1 td a.jx.cboxElement {
    font-size: 15px;
    color: #fff !important;
    color: white !important;
    font-size: 15px;
    outline: none;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding: 2px;
    color: white;
    background-color: #ababab;
    margin: 0;
    margin-right: 3px;
    margin-left: 3px;
    margin-bottom: 10px;
    border: none;
    font-family: arial;
    font-weight: bold;
    min-width: 140px;
    height: 40px;
    line-height: 40px;
}

.Default.RadEditor, .Default.RadEditor .reModule, .Default.RadEditor .reEditorModes, .Default.RadEditor .reWrapper {
    background-color: transparent !important;
}

.RadColorPicker_Default {
    font-family: "Segoe UI",Arial,Helvetica,sans-serif;
    margin: 10px 0px;
}

#DivAlbum table {
    float: left;
    margin-bottom: 10px;
}

#DivAlbum .RadComboBox {
    position: relative;
    right: 8px;
}

.eventnew .act {
    float: none !important;
}

.forms-table.eventnew {
    width: 366px;
    margin: 0 auto;
}

.eventnew td {
    margin-bottom: 10px;
}

/*#ctl00_MainContent_UpdatePanel1 {
    float: left !important;
}*/

/*tr.grid-header {
    float: left;
    width: 100%;
}*/
input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}
/* FF 4-18 */
input:focus::-moz-placeholder {
    color: transparent;
}
/* FF 19+ */
input:focus:-ms-input-placeholder {
    color: transparent;
}
/* IE 10+ */
a#ctl00_MainContent_LinkButton1.jx.cboxElement {
    color: #000000 !important;
}

td[valign*="middle"] #DivAlbum {
    height: 48px;
}

.reInsertTableLightWrapper .reControlsLayout .reTablePropertyControlCell input.rfdIgnore, .reInsertImageWrapper .reControlsLayout .reImgPropertyControlCell input.rfdIgnore {
    width: 40px;
    border: 1px solid #cecece;
}

.Default.RadEditor, .Default.RadEditor .reModule, .Default.RadEditor .reEditorModes, .Default.RadEditor .reWrapper {
    background-color: #f2f2f2 !important;
}

.aspNetDisabled {
    color: white !important;
    font-size: 15px;
    outline: none;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding: 2px;
    color: white;
    background-color: #ababab;
    margin: 0;
    margin-right: 3px;
    margin-left: 3px;
    margin-bottom: 10px;
    border: none;
    font-family: arial;
    font-weight: bold;
    min-width: 140px;
    height: 40px !important;
    line-height: 40px !important;
}

.ccpz_siu_uploadContainer_1 {
    height: 40px !IMPORTANT;
}

.forms-information table[width*="245"] {
    width: 245px;
    float: left;
}

a#ctl00_MainContent_LinkButton3 {
    color: white !important;
    font-size: 15px;
    outline: none;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding: 2px;
    color: white;
    background-color: #ababab;
    margin: 0;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 10px;
    border: none;
    font-family: arial;
    font-weight: bold;
    min-width: 140px;
    height: 40px;
    line-height: 40px;
}

.forms-information a#ctl00_MainContent__attachmentLnkBtn {
    color: white !important;
    font-size: 15px;
    outline: none;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding: 2px;
    color: white;
    background-color: #ababab;
    margin: 0;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 10px;
    border: none;
    font-family: arial;
    font-weight: bold;
    min-width: 140px;
    height: 40px;
    line-height: 40px;
}

.delete1 {
    color: #ffffff !important;
    margin-right: 5px;
    color: white !important;
    font-size: 15px;
    outline: none;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding: 2px;
    color: white;
    background-color: #ababab;
    margin: 0;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 10px;
    border: none;
    font-family: 'Conv_GE SS Two Bold';
    min-width: 140px;
    height: 40px;
    line-height: 40px;
}

input#ctl00_MainContent_ImageUpload1_btnBrowse {
    line-height: 33px;
}

#ctl00_MainContent_lblCount {
    margin: 10px;
    float: left;
    text-align: center;
    width: 100%;
}

.AllCheckBoxes .aspNetDisabled {
    background-color: transparent;
    min-width: auto;
}

#cboxWrapper #cboxLoadedContent {
    margin-top: 72px;
    border-top: 1px dotted #333;
    padding-top: 4px;
}

#ctl00_MainContent__imageSelectorListView_ctrl0_ctl05__MainImageButton {
    background-color: transparent;
    font-weight: normal;
    color: red !important;
}

div#ctl00_MainContent__newsSectionsPager input {
    float: right !important;
    height: auto !important;
}

.rightpart li i {
    margin-right: 20px;
    float: left;
    font-size: 33px;
    transform: rotate(180deg);
    color: white;
}


.rcbInputCell.rcbInputCellLeft {
    width: unset !important;
}

#ctl00_MainContent_RadDateTimePicker1_dateInput {
    margin-bottom: 10px;
}

table[summary=combobox] tbody {
    width: 100%;
    float: left;
}

    table[summary=combobox] tbody tr {
        width: 97%;
        float: left;
    }

[id*="MainImageButton"] {
    background-color: transparent !important;
}

.notification.info_message {
    margin-top: 10px;
}



.blockquote {
    position: relative;
    width: 255px !important;
    overflow: hidden !important;
    float: left !important;
    background-color: #eaeaea !important;
    font-family: "Cairo",sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    color: #163b61;
    display: block !important;
    margin: 0 !important;
    margin-right: 1rem !important;
    padding: 0.5rem 1.5rem !important;
    text-align: right !important;
    clear: both;
    margin-bottom: 0.5rem !important;
}

    .blockquote:before {
        content: "\f10e" !important;
        color: #163b61 !important;
        font-family: 'FontAwesome' !important;
        font-size: 1rem !important;
        display: inline-block !important;
        position: absolute !important;
        right: 4px !important;
        top: 0;
    }

    .blockquote:after {
        content: "\f10d" !important;
        color: #163b61 !important;
        font-family: 'FontAwesome' !important;
        font-size: 1rem !important;
        display: inline-block !important;
        position: absolute !important;
        left: 4px !important;
        bottom: 0;
    }

#ctl00_MainContent_UpdatePanel1 td {
    text-align: left !important;
}

table.addMargin.changeTdWidth td.clearStyle.disBlock {
    margin: 0 auto;
}
/* Reset */

/* Hack retained to preserve specificity */

/* Tweak navbar brand link to be super sleek
-------------------------------------------------- */

/**
 * okaidia theme for JavaScript, CSS and HTML
 * Loosely based on Monokai textmate theme by http://www.monokai.nl/
 * @author ocodia
 */

/* Code blocks */

/* Inline code */

/* @group Base */

/* @end */

/* @group Single Chosen */

/* @end */

/* @group Results */

/* @end */

/* @group Multi Chosen */

/* @end */

/* @group Active  */

/* @end */

/* @group Disabled Support */

/* @end */

/* @group Right to Left */

/* @end */

/* @group Retina compatibility */

/* @end */

}

.DropDownList .chosen-container12 {
    -moz-user-select: none;
    display: inline-block;
    font-size: 13px;
    position: relative;
    vertical-align: middle;
}

.DropDownList html,
.DropDownList body,
.DropDownList div,
.DropDownList span,
.DropDownList object,
.DropDownList iframe,
.DropDownList h1,
.DropDownList h2,
.DropDownList h3,
.DropDownList h4,
.DropDownList h5,
.DropDownList h6,
.DropDownList p,
.DropDownList blockquote,
.DropDownList pre,
.DropDownList abbr,
.DropDownList address,
.DropDownList cite,
.DropDownList code,
.DropDownList del,
.DropDownList dfn,
.DropDownList em,
.DropDownList img,
.DropDownList ins,
.DropDownList kbd,
.DropDownList q,
.DropDownList samp,
.DropDownList small,
.DropDownList strong,
.DropDownList sub,
.DropDownList sup,
.DropDownList var,
.DropDownList b,
.DropDownList i,
.DropDownList dl,
.DropDownList dt,
.DropDownList dd,
.DropDownList ol,
.DropDownList ul,
.DropDownList li,
.DropDownList fieldset,
.DropDownList form,
.DropDownList label,
.DropDownList legend,
.DropDownList table,
.DropDownList caption,
.DropDownList tbody,
.DropDownList tfoot,
.DropDownList thead,
.DropDownList tr,
.DropDownList th,
.DropDownList td,
.DropDownList article,
.DropDownList aside,
.DropDownList canvas,
.DropDownList details,
.DropDownList figcaption,
.DropDownList figure,
.DropDownList footer,
.DropDownList header,
.DropDownList hgroup,
.DropDownList menu,
.DropDownList nav,
.DropDownList section,
.DropDownList summary,
.DropDownList time,
.DropDownList mark,
.DropDownList audio,
.DropDownList video {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    font-size: 100% !important;
    font: inherit !important;
    vertical-align: baseline !important;
}

.DropDownList article,
.DropDownList aside,
.DropDownList details,
.DropDownList figcaption,
.DropDownList figure,
.DropDownList footer,
.DropDownList header,
.DropDownList hgroup,
.DropDownList menu,
.DropDownList nav,
.DropDownList section {
    display: block !important;
}

.DropDownList blockquote,
.DropDownList q {
    quotes: none !important;
}

    .DropDownList blockquote:before,
    .DropDownList blockquote:after,
    .DropDownList q:before,
    .DropDownList q:after {
        content: "" !important;
        content: none !important;
    }

.DropDownList ins {
    background-color: #ff9 !important;
    color: #000 !important;
    text-decoration: none !important;
}

.DropDownList mark {
    background-color: #ff9 !important;
    color: #000 !important;
    font-style: italic !important;
    font-weight: bold !important;
}

.DropDownList del {
    text-decoration: line-through !important;
}

.DropDownList abbr[title],
.DropDownList dfn[title] {
    border-bottom: 1px dotted !important;
    cursor: help !important;
}

.DropDownList table {
    border-collapse: collapse !important;
    border-spacing: 0 !important;
}

.DropDownList hr {
    display: block !important;
    height: 1px !important;
    border: 0 !important;
    border-top: 1px solid #ccc !important;
    margin: 1em 0 !important;
    padding: 0 !important;
}

.DropDownList input,
.DropDownList select {
    vertical-align: middle !important;
}

.DropDownList body {
    font: 10.560519902518276px sans-serif !important;
    *font-size: small !important;
}

.DropDownList select,
.DropDownList input,
.DropDownList textarea,
.DropDownList button {
    font: 99% sans-serif !important;
}

.DropDownList pre,
.DropDownList code,
.DropDownList kbd,
.DropDownList samp {
    font-family: monospace, sans-serif !important;
}

.DropDownList body {
    background: #EEE !important;
    color: #444 !important;
    line-height: 1.4em !important;
}

.DropDownList header h1 {
    color: black !important;
    font-size: 2em !important;
    line-height: 1.1em !important;
    display: inline-block !important;
    height: 27px !important;
    margin: 20px 0 25px !important;
}

.DropDownList div#content {
    background: white !important;
    border: 1px solid #ccc !important;
    border-width: 0 1px 1px !important;
    margin: 0 auto !important;
    padding: 40px 50px 40px !important;
    width: 738px !important;
}

.DropDownList footer {
    color: #999 !important;
    padding-top: 40px !important;
    font-size: 0.8em !important;
    text-align: center !important;
}

.DropDownList body {
    font-family: sans-serif !important;
    font-size: 1em !important;
}

.DropDownList p {
    margin: 0 0 .7em !important;
    max-width: 700px !important;
}

.DropDownList h2 {
    border-bottom: 1px solid #ccc !important;
    font-size: 1.2em !important;
    margin: 3em 0 1em 0 !important;
    font-weight: bold !important;
}

.DropDownList h3 {
    font-weight: bold !important;
}

.DropDownList h2.intro {
    border-bottom: none !important;
    font-size: 1em !important;
    font-weight: normal !important;
    margin-top: 0 !important;
}

.DropDownList ul li {
    list-style: disc !important;
    margin-left: 1em !important;
    margin-bottom: 1.25em !important;
}

.DropDownList ol li {
    margin-left: 1.25em !important;
}

.DropDownList ol ul,
.DropDownList ul ul {
    margin: .25em 0 0 !important;
}

    .DropDownList ol ul li,
    .DropDownList ul ul li {
        list-style-type: circle !important;
        margin: 0 0 .25em 1em !important;
    }

.DropDownList li > p {
    margin-top: .25em !important;
}

.DropDownList div.side-by-side {
    width: 100% !important;
    margin-bottom: 1em !important;
}

    .DropDownList div.side-by-side > div {
        float: left !important;
        width: 49% !important;
    }

        .DropDownList div.side-by-side > div > em {
            margin-bottom: 10px !important;
            display: block !important;
        }

.DropDownList .faqs em {
    display: block !important;
}

.DropDownList .clearfix:after {
    content: "\0020" !important;
    display: block !important;
    height: 0 !important;
    clear: both !important;
    overflow: hidden !important;
    visibility: hidden !important;
}

.DropDownList a {
    color: #F36C00 !important;
    outline: none !important;
    text-decoration: none !important;
}

    .DropDownList a:hover {
        text-decoration: underline !important;
    }

.DropDownList ul.credits li {
    margin-bottom: .25em !important;
}

.DropDownList strong {
    font-weight: bold !important;
}

.DropDownList .button {
    background: #fafafa !important;
    background: -webkit-linear-gradient(top, #ffffff, #eeeeee) !important;
    background: -moz-linear-gradient(top, #ffffff, #eeeeee) !important;
    background: -o-linear-gradient(top, #ffffff, #eeeeee) !important;
    background: linear-gradient(to bottom, #ffffff, #eeeeee) !important;
    border: 1px solid #bbbbbb !important;
    border-radius: 4px !important;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2) !important;
    color: #555555 !important;
    cursor: pointer !important;
    display: inline-block !important;
    font-family: "Helvetica Neue", Arial, Verdana, "Nimbus Sans L", sans-serif !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    height: 31px !important;
    line-height: 28px !important;
    outline: none !important;
    padding: 0 13px !important;
    text-shadow: 0 1px 0 white !important;
    text-decoration: none !important;
    vertical-align: middle !important;
    white-space: nowrap !important;
    -webkit-font-smoothing: antialiased !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.DropDownList .button-blue {
    background: #1385e5 !important;
    background: -webkit-linear-gradient(top, #53b2fc, #1385e5) !important;
    background: -moz-linear-gradient(top, #53b2fc, #1385e5) !important;
    background: -o-linear-gradient(top, #53b2fc, #1385e5) !important;
    background: linear-gradient(to bottom, #53b2fc, #1385e5) !important;
    border-color: #075fa9 !important;
    color: white !important;
    font-weight: bold !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4) !important;
}

.DropDownList .oss-bar {
    top: 0 !important;
    right: 20px !important;
    position: fixed !important;
    z-index: 1030 !important;
}

    .DropDownList .oss-bar ul {
        float: right !important;
        margin: 0 !important;
        list-style: none !important;
    }

        .DropDownList .oss-bar ul li {
            list-style: none !important;
            float: left !important;
            line-height: 0 !important;
            margin: 0 !important;
        }

            .DropDownList .oss-bar ul li a {
                -moz-box-sizing: border-box !important;
                -webkit-box-sizing: border-box !important;
                -ms-box-sizing: border-box !important;
                box-sizing: border-box !important;
                border: 0 !important;
                margin-top: -10px !important;
                display: block !important;
                height: 58px !important;
                background: #f36c00 url(oss-credit.png) no-repeat 20px 22px !important;
                padding: 22px 20px 12px 20px !important;
                text-indent: 120% !important;
                /* stupid padding */
                white-space: nowrap !important;
                overflow: hidden !important;
                -webkit-transition: all 0.1s ease-in-out !important;
                -moz-transition: all 0.1s ease-in-out !important;
                transition: all 0.15s ease-in-out !important;
            }

                .DropDownList .oss-bar ul li a:hover {
                    margin-top: 0px !important;
                }

    .DropDownList .oss-bar a.harvest {
        width: 196px !important;
        background-color: #F36C00 !important;
        background-position: -142px 22px !important;
        padding-right: 22px !important;
        /* optical illusion */
    }

    .DropDownList .oss-bar a.fork {
        width: 162px !important;
        background-color: #333333 !important;
    }

.DropDownList .docs-table th,
.DropDownList .docs-table td {
    border: 1px solid #000 !important;
    padding: 4px 6px !important;
    white-space: nowrap !important;
}

    .DropDownList .docs-table td:last-child {
        white-space: normal !important;
    }

.DropDownList .docs-table th {
    font-weight: bold !important;
    text-align: left !important;
}

.DropDownList #content pre[class*=language-] {
    font-size: 14px !important;
    margin-bottom: 20px !important;
}

    .DropDownList #content pre[class*=language-] code {
        font-size: 14px !important;
        padding: 0 !important;
    }

.DropDownList #content code[class*=language-] {
    font-size: 12px !important;
    padding: 2px 4px !important;
}

.DropDownList .anchor {
    color: inherit !important;
    position: relative !important;
}

    .DropDownList .anchor:hover {
        background: url(data:image/svg+xml !important;
        base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSI3Ij48ZyBmaWxsPSIjNDE0MDQyIj48cGF0aCBkPSJNOS44IDdoLS45bC0uOS0uMWMtLjctLjMtMS40LS43LTEuOC0xLjMtLjItLjEtLjMtLjMtLjMtLjVsLS4zLS40Yy0uMS0uNC0uMi0uOC0uMi0xLjIgMC0uNC4xLS44LjItMS4yaDEuN2MtLjMuNC0uNC44LS40IDEuMiAwIC40LjEuOC4zIDEuMS4xLjIuMi4zLjQuNC4xLjEuMi4yLjQuMy4zLjIuNy4zIDEgLjNoMy40YzEuMiAwIDIuMi0uOSAyLjItMi4xcy0xLTIuMS0yLjItMi4xaC0xLjRjLS4zLS42LS43LTEtMS4yLTEuNGgyLjZjMiAwIDMuNiAxLjYgMy42IDMuNXMtMS42IDMuNS0zLjYgMy41aC0yLjZ6TTguNCAyYy0uMS0uMS0uMi0uMy0uNC0uMy0uMy0uMi0uNy0uMy0xLS4zaC0zLjRjLTEuMiAwLTIuMi45LTIuMiAyLjEgMCAxLjIgMSAyLjEgMi4yIDIuMWgxLjRjLjMuNS43IDEgMS4yIDEuNGgtMi42Yy0yIDAtMy42LTEuNi0zLjYtMy41czEuNi0zLjUgMy42LTMuNWgzLjUwMDAwMDAwMDAwMDAwMDRsLjkuMWMuNy4yIDEuNC43IDEuOCAxLjMuMS4xLjIuMy4zLjUuMS4xLjIuMy4yLjUuMS40LjIuOC4yIDEuMiAwIC40LS4xLjgtLjIgMS4yaC0xLjZjLjMtLjUuNC0uOS40LTEuM3MtLjEtLjgtLjMtMS4xYy0uMS0uMi0uMi0uMy0uNC0uNHoiLz48L2c+PC9zdmc+) 0 50% no-repeat !important;
        background-size: 21px 9px !important;
        margin-left: -27px !important;
        padding-left: 27px !important;
        text-decoration: none !important;
    }

.DropDownList code[class*="language-"],
.DropDownList pre[class*="language-"] {
    color: #f8f8f2;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    font-family: Consolas, Monaco, 'Andale Mono', monospace;
    direction: ltr;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

.DropDownList pre[class*="language-"] {
    padding: 1em;
    margin: .5em 0;
    overflow: auto;
    border-radius: 0.3em;
}

.DropDownList :not(pre) > code[class*="language-"],
.DropDownList pre[class*="language-"] {
    background: #272822;
}

.DropDownList :not(pre) > code[class*="language-"] {
    padding: .1em;
    border-radius: .3em;
}

.DropDownList .token.comment,
.DropDownList .token.prolog,
.DropDownList .token.doctype,
.DropDownList .token.cdata {
    color: slategray;
}

.DropDownList .token.punctuation {
    color: #f8f8f2;
}

.DropDownList .namespace {
    opacity: .7;
}

.DropDownList .token.property,
.DropDownList .token.tag {
    color: #f92672;
}

.DropDownList .token.boolean,
.DropDownList .token.number {
    color: #ae81ff;
}

.DropDownList .token.selector,
.DropDownList .token.attr-name,
.DropDownList .token.string {
    color: #a6e22e;
}

.DropDownList .token.operator,
.DropDownList .token.entity,
.DropDownList .token.url,
.DropDownList .language-css .token.string,
.DropDownList .style .token.string {
    color: #f8f8f2;
}

.DropDownList .token.atrule,
.DropDownList .token.attr-value {
    color: #e6db74;
}

.DropDownList .token.keyword {
    color: #66d9ef;
}

.DropDownList .token.regex,
.DropDownList .token.important {
    color: #fd971f;
}

.DropDownList .token.important {
    font-weight: bold;
}

.DropDownList .token.entity {
    cursor: help;
}

.DropDownList .chosen-container {
    position: relative !important;
    display: inline-block !important;
    vertical-align: middle !important;
    font-size: 13px !important;
    zoom: 1 !important;
    *display: inline !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
}

    .DropDownList .chosen-container .chosen-drop {
        position: absolute !important;
        top: 100% !important;
        right: -9999px !important;
        z-index: 1010 !important;
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        box-sizing: border-box !important;
        width: 100% !important;
        border: 1px solid #aaa !important;
        border-top: 0 !important;
        background: #fff !important;
        box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15) !important;
    }

    .DropDownList .chosen-container.chosen-with-drop .chosen-drop {
        right: 0 !important;
    }

    .DropDownList .chosen-container a {
        cursor: pointer !important;
    }

.DropDownList .chosen-container-single .chosen-single {
    position: relative !important;
    display: block !important;
    overflow: hidden !important;
    padding: 0 0 0 8px !important;
    height: 23px !important;
    border: 1px solid #aaa !important;
    border-radius: 5px !important;
    background-color: #fff !important;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4)) !important;
    background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%) !important;
    background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%) !important;
    background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%) !important;
    background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%) !important;
    background-clip: padding-box !important;
    box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1) !important;
    color: #444 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    line-height: 24px !important;
}

.DropDownList .chosen-container-single .chosen-default {
    color: #999 !important;
}

.DropDownList .chosen-container-single .chosen-single span {
    display: block !important;
    overflow: hidden !important;
    margin-right: 26px !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.DropDownList .chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px !important;
}

.DropDownList .chosen-container-single .chosen-single abbr {
    position: absolute !important;
    top: 6px !important;
    right: 26px !important;
    display: block !important;
    width: 12px !important;
    height: 12px !important;
    background: url('../App_Images/../App_Images/chosen-sprite.png') -42px 1px no-repeat !important;
    font-size: 1px !important;
}

    .DropDownList .chosen-container-single .chosen-single abbr:hover {
        background-position: -42px -10px !important;
    }

.DropDownList .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px !important;
}

.DropDownList .chosen-container-single .chosen-single div {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    display: block !important;
    width: 18px !important;
    height: 100% !important;
}

    .DropDownList .chosen-container-single .chosen-single div b {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        background: url('../App_Images/chosen-sprite.png') no-repeat 0px 2px !important;
    }

.DropDownList .chosen-container-single .chosen-search {
    position: relative !important;
    z-index: 1010 !important;
    margin: 0 !important;
    padding: 3px 4px !important;
    white-space: nowrap !important;
}

    .DropDownList .chosen-container-single .chosen-search input[type="text"] {
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        box-sizing: border-box !important;
        margin: 1px 0 !important;
        padding: 4px 20px 4px 5px !important;
        width: 100% !important;
        height: auto !important;
        outline: 0 !important;
        border: 1px solid #aaa !important;
        background: #ffffff url('../App_Images/chosen-sprite.png') no-repeat 100% -20px !important;
        background: url('../App_Images/chosen-sprite.png') no-repeat 100% -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff)) !important;
        background: url(../App_Images/chosen-sprite.png') no-repeat 100% -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%) !important; background: url('../App_Images/chosen-sprite.png') no-repeat 100% -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%) !important;
        background: url('../App_Images/chosen-sprite.png') no-repeat 100% -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%) !important;
        background: url../App_Images/chosen-sprite.png') no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%) !important; font-size: 1em !important;
        font-family: sans-serif !important;
        line-height: normal !important;
        border-radius: 0 !important;
    }

.DropDownList .chosen-container-single .chosen-drop {
    margin-top: -1px !important;
    border-radius: 0 0 4px 4px !important;
    background-clip: padding-box !important;
}

.DropDownList .chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute !important;
    right: -9999px !important;
}

.DropDownList .chosen-container .chosen-results {
    position: relative !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    margin: 0 4px 4px 0 !important;
    padding: 0 0 0 4px !important;
    max-height: 240px !important;
    -webkit-overflow-scrolling: touch !important;
}

    .DropDownList .chosen-container .chosen-results li {
        display: none !important;
        margin: 0 !important;
        padding: 5px 6px !important;
        list-style: none !important;
        line-height: 15px !important;
    }

        .DropDownList .chosen-container .chosen-results li.active-result {
            display: list-item !important;
            cursor: pointer !important;
        }

        .DropDownList .chosen-container .chosen-results li.disabled-result {
            display: list-item !important;
            color: #ccc !important;
            cursor: default !important;
        }

        .DropDownList .chosen-container .chosen-results li.highlighted {
            background-color: #3875d7 !important;
            background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc)) !important;
            background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%) !important;
            background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%) !important;
            background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%) !important;
            background-image: linear-gradient(#3875d7 20%, #2a62bc 90%) !important;
            color: #fff !important;
        }

        .DropDownList .chosen-container .chosen-results li.no-results {
            display: list-item !important;
            background: #f4f4f4 !important;
        }

        .DropDownList .chosen-container .chosen-results li.group-result {
            display: list-item !important;
            font-weight: bold !important;
            cursor: default !important;
        }

        .DropDownList .chosen-container .chosen-results li.group-option {
            padding-left: 15px !important;
        }

        .DropDownList .chosen-container .chosen-results li em {
            font-style: normal !important;
            text-decoration: underline !important;
        }

.DropDownList .chosen-container-multi .chosen-choices {
    position: relative !important;
    overflow: hidden !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    height: auto !important;
    height: 1% !important;
    border: 1px solid #aaa !important;
    background-color: #fff !important;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff)) !important;
    background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%) !important;
    background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%) !important;
    background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%) !important;
    background-image: linear-gradient(#eeeeee 1%, #ffffff 15%) !important;
    cursor: text !important;
}

    .DropDownList .chosen-container-multi .chosen-choices li {
        float: left !important;
        list-style: none !important;
    }

        .DropDownList .chosen-container-multi .chosen-choices li.search-field {
            margin: 0 !important;
            padding: 0 !important;
            white-space: nowrap !important;
        }

            .DropDownList .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
                margin: 1px 0 !important;
                padding: 5px !important;
                height: 15px !important;
                outline: 0 !important;
                border: 0 !important;
                background: transparent !important;
                box-shadow: none !important;
                color: #666 !important;
                font-size: 100% !important;
                font-family: sans-serif !important;
                line-height: normal !important;
                border-radius: 0 !important;
            }

            .DropDownList .chosen-container-multi .chosen-choices li.search-field .default {
                color: #999 !important;
            }

        .DropDownList .chosen-container-multi .chosen-choices li.search-choice {
            position: relative !important;
            margin: 3px 0 3px 5px !important;
            padding: 3px 20px 3px 5px !important;
            border: 1px solid #aaa !important;
            border-radius: 3px !important;
            background-color: #e4e4e4 !important;
            background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee)) !important;
            background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%) !important;
            background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%) !important;
            background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%) !important;
            background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%) !important;
            background-clip: padding-box !important;
            box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05) !important;
            color: #333 !important;
            line-height: 13px !important;
            cursor: default !important;
        }

            .DropDownList .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
                position: absolute !important;
                top: 4px !important;
                right: 3px !important;
                display: block !important;
                width: 12px !important;
                height: 12px !important;
                background: url('../App_Images/chosen-sprite.png') -42px 1px no-repeat !important;
                font-size: 1px !important;
            }

                .DropDownList .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
                    background-position: -42px -10px !important;
                }

        .DropDownList .chosen-container-multi .chosen-choices li.search-choice-disabled {
            padding-right: 5px !important;
            border: 1px solid #ccc !important;
            background-color: #e4e4e4 !important;
            background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee)) !important;
            background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%) !important;
            background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%) !important;
            background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%) !important;
            background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%) !important;
            color: #666 !important;
        }

        .DropDownList .chosen-container-multi .chosen-choices li.search-choice-focus {
            background: #d4d4d4 !important;
        }

            .DropDownList .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
                background-position: -42px -10px !important;
            }

.DropDownList .chosen-container-multi .chosen-results {
    margin: 0 !important;
    padding: 0 !important;
}

.DropDownList .chosen-container-multi .chosen-drop .result-selected {
    display: list-item !important;
    color: #ccc !important;
    cursor: default !important;
}

.DropDownList .chosen-container-active .chosen-single {
    border: 1px solid #5897fb !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) !important;
}

.DropDownList .chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa !important;
    -moz-border-radius-bottomright: 0 !important;
    border-bottom-right-radius: 0 !important;
    -moz-border-radius-bottomleft: 0 !important;
    border-bottom-left-radius: 0 !important;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff)) !important;
    background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%) !important;
    background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%) !important;
    background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%) !important;
    background-image: linear-gradient(#eeeeee 20%, #ffffff 80%) !important;
    box-shadow: 0 1px 0 #fff inset !important;
}

    .DropDownList .chosen-container-active.chosen-with-drop .chosen-single div {
        border-left: none !important;
        background: transparent !important;
    }

        .DropDownList .chosen-container-active.chosen-with-drop .chosen-single div b {
            background-position: -18px 2px !important;
        }

.DropDownList .chosen-container-active .chosen-choices {
    border: 1px solid #5897fb !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) !important;
}

    .DropDownList .chosen-container-active .chosen-choices li.search-field input[type="text"] {
        color: #111 !important;
    }

.DropDownList .chosen-disabled {
    opacity: 0.5 !important;
    cursor: default !important;
}

    .DropDownList .chosen-disabled .chosen-single {
        cursor: default !important;
    }

    .DropDownList .chosen-disabled .chosen-choices .search-choice .search-choice-close {
        cursor: default !important;
    }

.DropDownList .chosen-rtl {
    text-align: right !important;
}

    .DropDownList .chosen-rtl .chosen-single {
        overflow: visible !important;
        padding: 0 8px 0 0 !important;
    }

        .DropDownList .chosen-rtl .chosen-single span {
            margin-right: 0 !important;
            margin-left: 26px !important;
            direction: rtl !important;
        }

    .DropDownList .chosen-rtl .chosen-single-with-deselect span {
        margin-left: 38px !important;
    }

    .DropDownList .chosen-rtl .chosen-single div {
        right: auto !important;
        right: 3px !important;
    }

    .DropDownList .chosen-rtl .chosen-single abbr {
        right: auto !important;
        right: 26px !important;
    }

    .DropDownList .chosen-rtl .chosen-choices li {
        float: right !important;
    }

        .DropDownList .chosen-rtl .chosen-choices li.search-field input[type="text"] {
            direction: rtl !important;
        }

        .DropDownList .chosen-rtl .chosen-choices li.search-choice {
            margin: 3px 5px 3px 0 !important;
            padding: 3px 5px 3px 19px !important;
        }

            .DropDownList .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
                right: auto !important;
                right: 4px !important;
            }

    .DropDownList .chosen-rtl.chosen-container-single-nosearch .chosen-search,
    .DropDownList .chosen-rtl .chosen-drop {
        right: 9999px !important;
    }

    .DropDownList .chosen-rtl.chosen-container-single .chosen-results {
        margin: 0 0 4px 4px !important;
        padding: 0 4px 0 0 !important;
    }

    .DropDownList .chosen-rtl .chosen-results li.group-option {
        padding-right: 15px !important;
        padding-left: 0 !important;
    }

    .DropDownList .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
        border-right: none !important;
    }

    .DropDownList .chosen-rtl .chosen-search input[type="text"] {
        padding: 4px 5px 4px 20px !important;
        background: #ffffff url('../App_Images/chosen-sprite.png') no-repeat -30px -20px !important;
        background: url('../App_Images/chosen-sprite.png') no-repeat -30px -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff)) !important;
        background: url('../App_Images/chosen-sprite.png') no-repeat -30px -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%) !important;
        background: url('../App_Images/chosen-sprite.png') no-repeat -30px -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%) !important;
        background: url('../App_Images/chosen-sprite.png') no-repeat -30px -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%) !important;
        background: url('../App_Images/chosen-sprite.png') no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%) !important;
        direction: rtl !important;
    }

    .DropDownList .chosen-rtl.chosen-container-single .chosen-single div b {
        background-position: 6px 2px !important;
    }

    .DropDownList .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
        background-position: -12px 2px !important;
    }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
    .DropDownList .chosen-rtl .chosen-search input[type="text"],
    .DropDownList .chosen-container-single .chosen-single abbr,
    .DropDownList .chosen-container-single .chosen-single div b,
    .DropDownList .chosen-container-single .chosen-search input[type="text"],
    .DropDownList .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .DropDownList .chosen-container .chosen-results-scroll-down span,
    .DropDownList .chosen-container .chosen-results-scroll-up span {
        background-image: url('chosen-sprite@2x.png') !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important;
    }
}

.DragitemList ul[id^="ctl00_MainContent__TweetsPostsOrderList__"] li {
    height: auto !important;
    line-height: 21px;
    text-align: center;
}

.heightdOrdr {
    height: 40px !important;
    line-height: 40px;
    padding: 0 !important;
    margin-bottom: 10px !important;
}

.orderlist tr {
    border-bottom: 0px solid transparent;
    height: 40px !IMPORTANT;
    padding-top: 0px !important;
    float: left;
    margin-bottom: 10px;
}
.LoginDiv .leftpart {
    padding-top: 0;
}