* {
    padding: 0;
    margin: 0;
    font-family: Cambria;
}

html {
    font-size: 100.01%;
}

body#body {
    background: url(../images/page_bg1.gif);
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    color: #575656;
}

.clear {
    clear: both;
}

table, td, div, img {
    border: 0;
    border-collapse: collapse;
}

td {
    vertical-align: top;
}

ul, ul li {
    list-style: none;
    list-style-image: none;
}

p {
    padding: 0px 0px 18px 0px;
    line-height: 19px;
    font-size: 13px;
    font-family: Cambria;
}

a {
    text-decoration: underline;
    color: #f7441a;
    outline: none;
}

    a:hover {
        text-decoration: none;
    }

input, select, textarea, html body textarea, .form-file {
    font-size: 11px;
    font-family: arial;
    color: #000;
    vertical-align: middle;
}

    input.form-text, select, textarea, .form-file {
        border: 1px solid #ddd;
        background: #fff;
        padding: 2px 0px 4px 6px;
    }

/*** Main ***/

/*.main { width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 1050) ? "1050px" : "100%"); min-width:1050px;} */

.main {
    padding: 0px 0px 0px 0px;
    overflow: hidden;
    height: 100%;
}

.main-bg {
    padding: 0px 0px 0px 0px;
}

.main-width {
    width: 950px;
    margin: 0 auto;
}

.header {
    height: 185px;
    width: 930px;
    margin: 0px 0px 0px 0px;
    padding: 0 10px 0 10px;
    position: relative;
}

.border12 {
    box-shadow: 5px 1px 8px -4px #3d3d3d;
    -webkit-box-shadow: 5px 1px 8px -4px #3d3d3d;
    -moz-box-shadow: 1px 1px 8px -2px #3d3d3d;
}

/*** Menu ***/
.header .menu {
    clear: both;
    height: 34px;
    background: url(../images/menu-bg.gif) repeat-x 0 0;
}

    .header .menu ul {
        float: left; /*overflow:hidden; height:100%;*/
        list-style: none;
        list-style-image: none;
    }

        .header .menu ul li {
            float: left;
            background: url(../images/ver.gif) no-repeat 0 0;
            margin: 0px 0px 0px -2px;
        }

            .header .menu ul li:first-child {
                background: none;
            }

            .header .menu ul li a {
                display: block;
                float: left;
                /*font-weight: normal;*/ text-transform: uppercase;
                font-size: 13px;
                color: #fbfbfb;
                padding: 10px 19px 13px 19px;
                text-decoration: none;
            }

            .header .menu ul li ul li {
                background: none;
                margin: 0px;
                float: none;
            }

                .header .menu ul li ul li a {
                    display: block;
                    float: none;
                    /*font-weight: normal;*/ text-transform: uppercase;
                    font-size: 12px;
                    color: #000;
                    padding: 8px 20px;
                    text-decoration: none;
                }
/*:hover*/
/*.header .menu ul li a:hover { background:url(../images/menu-act.gif) repeat-x 0 0;}
	/*active*/
/*	.header .menu ul li a.active { background:url(../images/menu-act.gif) repeat-x 0 0;}
	
/*** Logo ***/
.logo {
    clear: both;
    float: left;
    height: 117px;
}

    .logo .indent {
        padding: 14px 0px 0px 21px;
        overflow: hidden; /*height:100%;*/
    }

    .logo h1 { /*float:left;*/
        overflow: hidden;
        position: relative;
        cursor: pointer;
    }

        .logo h1.site-name {
            float: left;
            font-size: 22px;
            font-weight: normal;
            padding: 0px 0px 0px 0px;
        }

            .logo h1.site-name a {
                text-decoration: none;
                color: #fff;
            }

    .logo .time {
        padding: 0px 0px 6px 20px;
    }

    .logo .date {
        font-size: 10px;
        color: #5a5854;
        text-align: center;
        text-transform: uppercase;
        padding: 0px 6px 10px 0px;
    }

/*** Slogan ***/
.slogan {
    clear: both;
    overflow: hidden;
    padding: 0px 0px 0px 66px;
}

    .slogan h2 {
        overflow: hidden;
        height: 36px;
        background: url(../images/slogan.gif) no-repeat 0 0;
        text-indent: -1000em;
    }


/*** Flash ***/
.flash {
    clear: both;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}

    .flash .indent {
        padding: 0px 0px 0px 0px;
    }

/*** Search ***/
.search {
    clear: both;
    height: 34px;
    background: url(../images/border-top.gif) repeat-x 0 0;
    -webkit-border-top-right-radius: 18px;
    -moz-border-top-right-radius: 18px;
    border-top-right-radius: 18px;
    -webkit-border-top-left-radius: 18px;
    -moz-border-top-left-radius: 18px;
    border-top-left-radius: 18px;
}

    .search .indent {
        height: 34px;
        overflow: hidden;
        padding: 0px 0px 0px 0px;
    }

    .search form {
        float: right;
        padding: 7px 9px 3px 0px;
    }

    .search .form-text {
        float: left;
        width: 190px;
        border: 0;
        background: url(../images/search-input-bg.gif) no-repeat 0 0;
        color: #000;
        padding: 1px 0px 6px 6px;
        margin: 0px 0px 0px 0px;
    }

    .search .form-text_arbic {
        float: left;
        width: 190px;
        border: 0;
        background: url(../images/search-input-bg.gif) no-repeat 0 0;
        color: #000;
        padding: 1px 0px 6px 6px;
        margin: 0px 0px 0px 0px;
    }

    .search .form-submit {
        float: left;
        display: block;
        overflow: hidden;
        width: 49px;
        cursor: pointer;
        border: none;
        background: url(../images/search.gif) no-repeat 0 0;
        font-size: 11px;
        text-transform: uppercase;
        font-weight: bold;
        color: #fffffd;
        text-align: center;
        letter-spacing: 0px;
        padding: 1px 0px 6px 0px;
        *padding: 2px 0px 6px 0px;
        margin: 0px 0px 0px 0px;
    }

        .search .form-submit:hover {
            text-decoration: none;
        }



/*** Column ***/
.content {
    clear: both;
    width: 930px;
    overflow: hidden;
    height: 100%;
    padding: 0px 10px 48px 10px;
}

    .content .corner-left-bot {
        overflow: hidden;
        height: 100%;
        background: #fff;
        -webkit-border-bottom-left-radius: 18px;
        -moz-border-bottom-left-radius: 18px;
        border-bottom-left-radius: 18px; /* box-shadow:1px 1px 18px #3d3d3d;-webkit-box-shadow:1px 1px 18px #3d3d3d;-moz-box-shadow:1px 1px 18px #3d3d3d;*/
        -webkit-border-bottom-right-radius: 18px;
        -moz-border-bottom-right-radius: 18px;
        border-bottom-right-radius: 18px;
    }

    .content .corner-right-bot {
        padding: 10px 12px 14px 10px;
        overflow: hidden;
        height: 100%;
    }




.column-right {
    float: right;
    width: 207px;
    margin: 0px 0px 0px 5px;
    _margin: 0px 0px 0px 2px;
}

/*** Buttom ***/
.content .form-submit,
.content .teaser-button, .content .column-center .search-form .form-submit {
    display: block;
    float: left;
    overflow: hidden;
    background: #67c313;
    border: 1px solid #53a910;
    font-size: 11px;
    cursor: pointer;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 3px 5px 3px 5px;
    margin: 0px 0px 6px 0px;
}




.content .column-center .form-submit {
    float: left;
    margin-right: 4px;
}

/*.content .teaser-button { width:150px; text-align:center;  background:url(../images/marker.gif) no-repeat 0 8px; padding:1px 0px 1px 12px;}*/

.teaser-checkbox {
    padding: 0px 0px 5px 0px;
}

#edit-clear {
    margin: 6px 0px 0px 0px;
}



/*** Blocks  ***/
.block {
    /*clear:both;*/
    overflow: hidden;
    height: 100%;
    background: url(../images/block-bg.gif) repeat-x 0 0 #2d5602;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 13px 0px;
}

.block-bg {
    overflow: hidden;
    height: 100%;
    background: url(../images/block-top.gif) no-repeat 0 0;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.block .title {
    overflow: hidden;
    height: 100%;
    margin: 0px 0px 6px 0px;
    padding: 0px 0px 0px 0px;
}

    .block .title div {
    }

        .block .title div div {
        }

    .block .title h3 {
        overflow: hidden;
        height: 100%;
        font-weight: normal;
        font-size: 21px;
        color: #fff;
        background: url(../images/line01.gif) no-repeat 14px bottom;
        padding: 16px 10px 5px 14px;
        text-transform: capitalize;
    }

.block .indent {
    overflow: hidden;
    height: 100%;
    background: url(../images/block-bot.gif) no-repeat 0 bottom;
    font-size: 11px;
    color: #fff;
    padding: 5px 10px 14px 15px;
}

.block ul {
    clear: both;
    text-align: left;
    /*overflow:hidden; height:100%;*/
    font-size: 11px;
    line-height: 1.2em;
    color: #fff;
    padding: 0px 0px 0px 0px;
    margin: 0px 13px 0px 0px;
}

    .block ul li {
        overflow: hidden;
        height: 100%;
        background: url(../images/line.gif) repeat-x 0 bottom;
        list-style: none;
        list-style-image: none;
        padding: 5px 0px 6px 1px;
        margin: 0px 0px 0px 0px;
    }

        .block ul li a {
            font-size: 11px;
            color: #fff;
        }

        .block ul li.last {
        }

        .block ul li a {
            text-decoration: none;
        }

            .block ul li a:hover {
                color: #89f90d;
            }

            .block ul li a.active {
                color: #89f90d;
                font-weight: bold;
                text-decoration: none;
            }

.block .more-link a {
    display: block;
    float: right;
    text-align: left;
    width: 74px;
    height: 20px;
    line-height: 18px;
    background: url(../images/news.gif) no-repeat 0 0;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    margin: 7px 1px 0px 0px;
    text-indent: 7px;
    text-decoration: none;
}

.block ul ul {
    font-size: 100%;
}

.content .block ul ul {
    margin: 5px 0px -5px 10px;
}

    .content .block ul ul li {
        border: 0;
    }

/*** Latest News ***/
#block-block-28 .indent {
    padding-top: 0;
}

#block-block-28 ul li {
    padding: 10px 13px 17px 0px;
    margin: 0px 0px 7px 0px;
    line-height: 1.4em;
}

    #block-block-28 ul li span {
        font-style: italic;
        font-size: 12px;
        color: #89f90d;
        display: block;
        padding: 0px 0px 4px 0px;
        margin: 0px 0px 0px -1px;
    }

    #block-block-28 ul li a {
        display: block;
        height: 100%;
        font-weight: bold;
        background: url(../images/marker-2.gif) no-repeat right bottom;
    }


/*** Search block ***/
.block-search {
    overflow: hidden;
}

    .block-search .indent {
        overflow: hidden;
    }

    .block-search .form-item label {
        display: none;
    }

.form-item label {
    padding: 0px 0px 0px 0px;
}

.block-search form {
    overflow: hidden;
    height: 100%;
}

.block-search .form-text {
    float: left;
}

.block-search .form-text {
    width: 140px;
    display: block;
    padding: 4px 0px 6px 5px; /*border:0; background: transparent;*/
    margin: 0px 0px 10px 0px;
}

.block-search .form-submit {
    display: block;
    float: left;
    overflow: hidden;
    background: #67c313;
    border: 1px solid #53a910;
    font-size: 11px;
    cursor: pointer;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 3px 5px 3px 5px;
    margin: 0px 0px 6px 0px;
}


    .block-search .form-submit:hover {
        text-decoration: none;
    }

/*** Navigation block ***/
#block-user-1 {
    background: url(../images/block-bg02.gif) repeat-x 0 0 #737373;
    margin: 0px 0px 14px 0px;
}

    #block-user-1 .block-bg {
        background: url(../images/block-top02.gif) no-repeat 0 0;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }

    #block-user-1 .title {
        margin: 0px 0px 22px 0px;
    }

        #block-user-1 .title h3 {
            color: #fff;
            background: url(../images/line02.gif) no-repeat 14px bottom;
            padding: 21px 10px 5px 13px;
        }

    #block-user-1 .indent {
        background: url(../images/block-bot02.gif) no-repeat 0 bottom;
        font-size: 11px;
        color: #fff;
        padding: 5px 3px 29px 13px;
    }

    #block-user-1 ul {
        background: url(../images/menu.gif) repeat-x 0 0 #696969;
        /*overflow:hidden; height:100%;*/
        color: #fff;
        padding: 0px 0px 0px 0px;
        margin: 0px 13px 0px 0px;
    }

        #block-user-1 ul li {
            background: none;
            list-style: none;
            list-style-image: none;
            padding: 6px 10px 8px 7px;
            margin: 0px 0px 0px 0px;
        }

            #block-user-1 ul li a {
                display: block;
                height: 100%;
                font-size: 12px;
                color: #fff;
                font-weight: bold;
                font-family: Cambria;
            }

                #block-user-1 ul li a:hover {
                    color: #fff;
                    text-decoration: underline;
                }

    #block-user-1 li a.active {
        color: #fff;
        text-decoration: underline;
    }

.content #block-user-1 ul ul {
    margin: 5px -10px -5px -7px;
}

    .content #block-user-1 ul ul li a {
        padding: 0px 0px 0px 15px;
    }


/*** Login Block  ***/
#block-user-0 {
    background: url(../images/block-bg03.gif) repeat-x 0 0 #c92f02;
    margin: 0px 0px 14px 0px;
}

    #block-user-0 .block-bg {
        background: url(../images/block-top03.gif) no-repeat 0 0;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }

    #block-user-0 .title {
        margin: 0px 0px 24px 0px;
    }

        #block-user-0 .title h3 {
            color: #fff;
            background: none;
            padding: 25px 10px 1px 12px;
        }

    #block-user-0 .indent {
        background: url(../images/block-bot03.gif) no-repeat 0 bottom;
        font-size: 11px;
        color: #fff;
        padding: 0px 3px 31px 10px;
    }



    #block-user-0 #user-login-form {
        text-align: left;
        padding: 1px 0px 0px 0px;
    }

    #block-user-0 #edit-name-wrapper {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }

    #block-user-0 #edit-pass-wrapper {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }

    #block-user-0 label, .block-user-form label {
        display: block;
        font-size: 12px;
        font-weight: normal;
        color: #fff;
        padding: 0px 0px 6px 2px;
    }

    #block-user-0 .form-required, .block-user-form .form-required {
        color: #fff;
        margin: 0px 0px 0px 0px;
    }

    #block-user-0 .form-text, .block-user-form .form-text {
        width: 180px;
        background: url(../images/login-bg.gif) no-repeat 0 0;
        border: 0;
        font-size: 11px;
        font-weight: normal;
        padding: 3px 0px 6px 6px;
        margin: 0px 0px 7px -5px;
    }

.content #block-user-0 .form-submit, .block-user-form .form-submit {
    float: left;
    display: block;
    overflow: hidden;
    width: 57px;
    cursor: pointer;
    border: none;
    background: url(../images/login.gif) no-repeat 0 0;
    font-size: 11px;
    color: #fff;
    font-weight: bold;
    text-indent: 3px;
    text-align: left;
    padding: 2px 0px 6px 0px;
    *padding: 2px 0px 5px 3px;
    margin: 16px 0px 0px 3px;
}

/*body:nth-of-type() #user-login-form .form-text { padding:2px 0px 0px 5px;}*/

#block-user-0 .item-list {
    clear: both;
    margin: 0px 0px 0px 0px;
    padding: 16px 0px 0px 0px;
}

    #block-user-0 .item-list ul {
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
    }

        #block-user-0 .item-list ul li {
            padding: 0px 0px 9px 2px;
            background: none;
            border: 0;
        }

            #block-user-0 .item-list ul li a {
                background: none;
                padding: 0px 0px 0px 0px;
                font-size: 12px;
                color: #fff;
            }

            #block-user-0 .item-list ul li a {
                text-decoration: underline;
            }

                #block-user-0 .item-list ul li a:hover {
                    text-decoration: none;
                }


/*** Who's Online ***/
#block-user-3 {
}

    #block-user-3 .title {
        padding: 0px 0px 0px 0px;
    }

    #block-user-3 .indent {
        font-size: 11px;
        line-height: 1.4em;
        padding: 9px 15px 31px 29px;
    }

        #block-user-3 .indent em {
            font-style: normal;
        }

    #block-user-3 .item-list {
        padding: 15px 0px 0px 0px;
    }

        #block-user-3 .item-list h3 {
            font-size: 10px;
            font-weight: normal;
            text-transform: uppercase;
            padding: 0px 0px 10px 0px;
        }

        #block-user-3 .item-list ul {
            margin: 0px 0px 0px 0px;
            padding: 0px 0px 0px 0px;
        }

            #block-user-3 .item-list ul li {
                border: 0;
            }

                #block-user-3 .item-list ul li a {
                    font-weight: normal;
                    text-decoration: underline;
                }

/*** Recent blog posts--- ***/
#block-blog-0 {
}

/*** Content  ***/

.column-center {
    overflow: hidden;
    height: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

    .column-center .post-left {
        float: left;
        width: 342px;
        margin: 0px 6px 0px 0px;
        _margin: 0px 3px 0px 0px;
    }

        .column-center .post-left .border-top {
            margin: 0px 0px 10px 0px;
        }

    .column-center .border-top {
        background: url(../images/border.gif) repeat-x 0 0 #fff;
        overflow: hidden;
        height: 100%;
        margin: 0px 6px 10px 0px;
    }

    .column-center .border-bot {
        background: url(../images/border.gif) repeat-x 0 bottom;
    }

    .column-center .border-left {
        background: url(../images/border.gif) repeat-y 0 0;
    }

    .column-center .border-right {
        background: url(../images/border.gif) repeat-y right 0;
    }

    .column-center .corner-left-top {
        background: url(../images/content-corner-left-top.gif) no-repeat 0 0;
    }

    .column-center .corner-right-top {
        background: url(../images/content-corner-right-top.gif) no-repeat right 0;
    }

.content .column-center .corner-left-bot {
    background: url(../images/content-corner-left-bot.gif) no-repeat 0 bottom;
    padding: 0px 0px 0px 0px;
}

.content .column-center .corner-right-bot {
    background: url(../images/content-corner-right-bot.gif) no-repeat right bottom;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
    height: 100%;
}


/*** Content wrapper ***/
.column-center .indent {
    overflow: hidden;
    height: 100%;
    padding: 10px 10px 5px 10px;
}


    /*** Title wrapper ***/
    .column-center .indent .title {
        overflow: hidden;
        height: 100%;
        background: url(../images/title-bg.gif) repeat-x 0 0 #52a710;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 4px 0px;
    }

        .column-center .indent .title h1 {
            overflow: hidden;
            height: 100%;
            background: url(../images/title-img.gif) no-repeat 9px;
            font-size: 16px;
            color: #fff;
            padding: 7px 20px 10px 28px;
            font-weight: normal;
            margin-right: 10px;
        }






            .column-center .indent .title h1 a {
                color: #fff;
            }

            .column-center .indent .title h1 a {
                text-decoration: none;
            }

                .column-center .indent .title h1 a:hover {
                }

    /*** Title wrapper for Arbic Only ***/
    .column-center .indent .title_arbic {
        overflow: hidden;
        height: 100%;
        background: url(../images/title-bg.gif) repeat-x 0 0 #52a710;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 4px 0px;
    }

        .column-center .indent .title_arbic h1 {
            overflow: hidden;
            height: 100%;
            background: url(../images/title-img_arbic.gif) no-repeat right 10px;
            font-size: 16px;
            color: #fff;
            padding: 7px 20px 10px 28px;
            font-weight: normal;
            margin-right: 10px;
            font-family: Cambria;
        }

            .column-center .indent .title_arbic h1 a {
                color: #fff;
            }

            .column-center .indent .title_arbic h1 a {
                text-decoration: none;
            }

                .column-center .indent .title_arbic h1 a:hover {
                }




/*** Title Tabs wrapper ***/
.column-center h2 {
    overflow: hidden;
    height: 100%;
    background: none;
    font-size: 22px;
    color: #000;
    padding: 8px 0px 10px 0px;
    font-weight: normal;
}

.column-center #tabs-wrapper {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

    .column-center #tabs-wrapper h2 {
        overflow: hidden;
        height: 100%;
        background: none;
        font-size: 30px;
        color: #000;
        padding: 7px 0px 6px 0px;
        font-weight: normal;
    }

        .column-center #tabs-wrapper h2.with-tabs {
        }

/*** Date ***/
.column-center .date {
    overflow: hidden;
    background: none;
    font-size: 11px; /*font-weight:bold;*/
    color: #575656; /*text-transform:uppercase;*/
    padding: 0px 0px 3px 9px;
    margin: 0px 0px 0px 0px;
}

    .column-center .date a {
        text-decoration: none;
        color: #575656;
    }

        .column-center .date a:hover {
            text-decoration: underline;
        }

/*** Paragraf ***/
.item-list ul li {
    list-style-image: none;
    list-style: none;
}

.column-center .item-list {
}

    .column-center .item-list ul {
        margin: 0px 0px 6px 0px;
        padding: 0px 0px 0px 0px;
    }

        .column-center .item-list ul li {
            font-size: 12px;
            background: none;
            padding: 0px 0px 6px 0px;
            margin: 0px 0px 0px 0px;
        }

            .column-center .item-list ul li a {
                padding: 0px 0px 0px 0px;
                margin: 0px 0px 0px 0px;
            }

/*** Text box ***/
.text-box {
    clear: both;
    /*overflow:hidden; height:100%;*/
    font-size: 11px;
    line-height: 1.4em;
    padding: 0px 0px 0px 1px;
    margin: 0px 0px 0px 0px;
}

    .text-box h4 {
        line-height: 1.5em;
        padding: 0px 0px 10px 7px;
    }

    .text-box p {
        padding: 0px 0px 12px 7px;
    }

        .text-box p.pd {
            padding: 0px 0px 36px 7px;
        }


        .text-box p strong {
        }

        .text-box p span {
        }

.fleft {
    margin: -7px 20px 0px 8px;
    padding: 0px 0px 0px 0px;
    display: inline;
    float: left;
    overflow: hidden;
    height: 100%;
}

    .fleft img {
        margin: 0px 0px 0px 0px;
    }

.text-box img {
}

.text-box .img {
    padding: 0px 0px 12px 7px;
}

.text-box .left ul li, .text-box .right ul li {
    padding: 0px 0px 3px 0px;
    background: none;
    margin: 0px 0px 0px 0px;
}

.events-content {
    overflow: hidden;
    height: 100%;
    padding: 3px 0px 4px 0px;
    margin: 0px 0px 0px 0px;
}

    .events-content div {
        clear: both;
        overflow: hidden;
        height: 100%;
        border: 1px solid #ddd;
        padding: 6px 9px 6px 6px;
        margin: 0px 3px 4px 0px;
    }

    .events-content .fleft {
        margin: 0px 15px 0px 0px;
        padding: 0px 0px 0px 0px;
    }

        .events-content .fleft img {
            margin: 0px 0px 0px 0px;
        }

    .events-content p {
        padding: 0px 0px 4px 0px;
    }

        .events-content p strong {
            display: block;
            color: #f7441a;
            text-transform: uppercase;
            padding: 10px 0px 0px 1px;
        }

        .events-content p a {
            display: block;
            margin: 3px 0px 0px 0px;
            float: right;
            width: 100px;
            height: 20px;
            background: url(../images/marker.gif) no-repeat 100% 5px;
            overflow: hidden;
        }


/******/
.column-center .post-links {
    clear: both;
    /*overflow:hidden; height:100%;*/
    padding: 0px 5px 0px 2px;
    *width: 490px;
    margin: 0px 0px 0px 0px; /*float:left;*/
}

.column-center .post-left .post-links {
    *width: 290px;
}

.column-center .post-links ul.links {
    float: left;
    /*	overflow:hidden;  height:100%;*/
    padding: 0px 0px 0px 0px;
}

    .column-center .post-links ul.links li {
        float: left;
        /*overflow:hidden; height:100%;*/
        background: url(../images/links-left.gif) no-repeat 0 0;
        padding: 0px 0px 0px 0px;
        margin: 0px 5px 5px 0px;
    }

        .column-center .post-links ul.links li a {
            display: block;
            height: 100%;
            float: left;
            background: url(../images/links-right.gif) no-repeat right 0;
            font-size: 11px;
            font-weight: bold;
            color: #fff;
            padding: 3px 21px 6px 8px;
            text-transform: capitalize;
            *padding: 2px 21px 6px 8px;
        }


        /*div.links ul.links li.blog_usernames_blog { width:157px; height:29px; background:url(../images/blog.gif) no-repeat 0 0;}
		div.links ul.links li.comment_comments, li.blog_usernames_blog { width:136px; height:29px; background:url(../images/comments.gif) no-repeat 0 0;}
		div.links ul.links li.node_read_more { width:129px; height:29px; background:url(../images/more-link.gif) no-repeat 0 0;}
		
		div.links ul.links li.comment_edit { width:99px; background:url(../images/comment_edit.gif) no-repeat 0 0;}
		div.links ul.links li.comment_reply { width:99px; background:url(../images/comment_edit.gif) no-repeat 0 0;}
		div.links ul.links li.comment_delete { width:99px; background:url(../images/comment_edit.gif) no-repeat 0 0;}
		div.links ul.links li.book_printer { width:160px; background:url(../images/comment_add.gif) no-repeat 0 0;}
		div.links ul.links li.comment_add { width:165px; background:url(../images/comment_add.gif) no-repeat 0 0;}*/


        .column-center .post-links ul.links li a {
            text-decoration: none;
        }

            .column-center .post-links ul.links li a:hover {
                text-decoration: underline;
            }

/*******/
.text-box h1, .text-box h2, .text-box h3, .text-box h4, .text-box h5, .text-box h6 {
    color: #000;
    font-family: Arial;
    line-height: 1.5em;
}

.text-box h1 {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.1em;
}

.text-box h2 {
    font-size: 17px;
    font-weight: normal;
}

.text-box h3 {
    font-size: 16px;
}

.text-box h4 {
    font-size: 21px;
    font-weight: normal;
}

.text-box h5 {
    font-size: 14px;
}

.text-box h6 {
    font-size: 12px;
}

/*** OL UL style***/
.text-box ul {
    padding: 9px 0px 22px 0px;
    overflow: hidden;
    height: 100%;
    font-family: Cambria;
}

    .text-box ul li {
        background: url(../images/marker.gif) no-repeat 0 4px;
        font-size: 13px;
        line-height: 19px;
        padding: 1px 0px 6px 24px;
        list-style-image: none;
        list-style: none;
        font-weight: normal;
    }

        .text-box ul li ul {
            margin-left: 10px;
        }

        .text-box ul li ol {
            margin-left: 15px;
        }

            .text-box ul li ol li {
                list-style-type: decimal;
            }

.text-box ol {
    padding-left: 2px;
}

    .text-box ol li {
        padding: 0px;
        margin-left: 13px;
        font-weight: normal;
        list-style-type: decimal;
    }

        .text-box ol li ul {
            padding: 2px 0px 5px 2px;
        }

            .text-box ol li ul li {
                font-weight: normal;
                background: url(../images/marker.gif) no-repeat 0 3px;
                padding: 1px 0px 6px 24px;
            }

.text-box ul li {
    list-style-image: none;
    list-style: none;
}

    .text-box ul li a { /*text-decoration:none; */
    }

/*** OL UL style for Arbic only ***/
.text-box_arbic ul {
    padding: 9px 0px 22px 0px;
    overflow: hidden;
    height: 100%;
    text-align: right;
}

    .text-box_arbic ul li {
        background: url(../images/marker_arbic.gif) no-repeat right top;
        font-size: 13px;
        line-height: 19px;
        padding: 1px 20px 6px 24px;
        list-style-image: none;
        list-style: none;
        font-weight: normal;
        left: 55px;
    }

        .text-box_arbic ul li ul {
            margin-left: 10px;
        }

        .text-box_arbic ul li ol {
            margin-left: 15px;
        }

            .text-box_arbic ul li ol li {
                list-style-type: decimal;
            }

.text-box_arbic ol {
    padding-left: 2px;
}

    .text-box_arbic ol li {
        padding: 0px;
        margin-left: 13px;
        font-weight: normal;
        list-style-type: decimal;
    }

        .text-box_arbic ol li ul {
            padding: 2px 0px 5px 2px;
        }

            .text-box_arbic ol li ul li {
                font-weight: normal;
                background: url(../images/marker_arbic.gif) no-repeat 0 3px;
                padding: 1px 0px 6px 24px;
            }

.text-box_arbic ul li {
    list-style-image: none;
    list-style: none;
}

    .text-box_arbic ul li a { /*text-decoration:none; */
    }
/*.text-box ul li a:hover { text-decoration:underline;}*/


.text-box ul li ul {
    margin-left: 15px;
}

.text-box ul li ol {
    margin-left: 20px;
}

    .text-box ul li ol li {
        list-style-type: decimal;
        background: none;
    }

        .text-box ul li ol li a {
        }

.text-box ol {
    padding: 5px 0px 5px 2px;
}

    .text-box ol li {
        padding: 0px;
        margin-left: 20px;
    }

        .text-box ol li a {
            padding-left: 0px;
            text-decoration: none;
            font-weight: normal;
        }

            .text-box ol li a:hover {
                text-decoration: underline;
            }

        .text-box ol li ul li a {
            font-weight: normal;
            text-decoration: underline;
        }

            .text-box ol li ul li a:hover {
                text-decoration: none;
            }

/*** Footer ****/
.footer {
    clear: both;
    overflow: hidden;
    height: 100%;
    font-size: 11px;
    color: #707070;
    margin: 6px 0px 0px 0px;
    line-height: 1.2em;
}

.footer-bg {
    overflow: hidden;
    height: 100%;
}

/*.footer .width { width:930px; margin:0 auto;}*/

.footer .indent {
    overflow: hidden;
    height: 100%;
    text-align: right;
    padding: 0px 0px 0px 0px;
}

.footer a {
    color: #f34218;
    font-family: Cambria;
}

.footer strong {
}


.footer a {
    text-decoration: none;
    font-family: Cambria;
}

    .footer a:hover {
        text-decoration: underline;
    }



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*** Custom content ****/

/*** custom_top  ***/
#custom_top {
    clear: both;
    height: 346px;
    background: url(../images/custum-top-bg.jpg) no-repeat 0 0;
}

    #custom_top .block {
        background: none;
        margin: 0px 0px 0px 0px;
    }

    #custom_top .block-bg {
        background: none;
        padding: 10px 15px 0px 10px;
    }

    #custom_top .block .title {
        display: none;
    }

    #custom_top .indent {
        background: none;
        padding: 0px 0px 0px 0px;
    }

/******/
/*.gallery { overflow:hidden; height:100%; background:url(../images/gallery-top-big01.jpg) no-repeat 0 0;}
		
			*/
#loopedSlider {
    position: relative;
}

    #loopedSlider .container {
        width: 671px;
        height: 317px;
        overflow: hidden;
        position: relative;
        cursor: pointer;
    }

    #loopedSlider .slides {
        width: 671px;
        height: 317px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

        #loopedSlider .slides div.blocks {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            width: 671px;
            height: 317px;
            float: left;
            display: none;
        }

        #loopedSlider .slides div img {
            height: auto;
            overflow: inherit;
        }

    #loopedSlider .img-big {
        height: 253px;
    }

    #loopedSlider .title-gallery {
        padding: 12px 0px 9px 11px;
        overflow: hidden;
    }

        #loopedSlider .title-gallery h1 {
            font-size: 1.65em;
            text-transform: uppercase;
            color: #fff;
        }

    #loopedSlider .text-gallery {
        padding: 3px 0px 6px 11px;
        color: #adf365;
    }


/************/
.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}


.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

/*----------------*/
.jcarousel-skin-tango {
    position: absolute;
    z-index: 100;
    width: 174px;
    height: 317px;
    right: 0;
    _right: -1px;
    background: url(../images/rightpng.png) repeat-y 0 0;
}


    .jcarousel-skin-tango .jcarousel-container-vertical {
        width: 136px;
        height: 270px;
        margin: 20px 0px 0px 22px;
    }

    .jcarousel-skin-tango .jcarousel-clip-vertical {
        width: 136px;
        height: 270px;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
    }

    .jcarousel-skin-tango #third-carousel {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }

    .jcarousel-skin-tango li.jcarousel-item {
        width: 136px;
        background: none;
        height: 88px;
        padding: 0px 0px 0px 0px;
        margin-bottom: 3px;
    }

        .jcarousel-skin-tango li.jcarousel-item img {
        }



    /***  Vertical Buttons ***/
    .jcarousel-skin-tango .jcarousel-prev-vertical {
        position: absolute;
        top: 0px;
        left: 77px;
        width: 27px;
        height: 18px;
        background: url(../images/last.png) no-repeat 0 0;
        cursor: pointer;
    }

    .jcarousel-skin-tango .jcarousel-next-vertical {
        position: absolute;
        bottom: 0px;
        _bottom: -1px;
        left: 77px;
        width: 27px;
        height: 18px;
        background: url(../images/next.png) no-repeat 0 0;
        cursor: pointer;
    }


/********/
#custom_gallery {
    clear: both;
    padding: 0px 0px 11px 1px;
}

    #custom_gallery .block {
        background: none;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
    }

        #custom_gallery .block .title {
            background: url(../images/border2.gif) repeat-x 0 bottom;
            margin: 0px 6px 0px 0px;
        }

            #custom_gallery .block .title h3 {
                font-size: 16px;
                padding: 6px 4px 8px 21px;
                background: url(../images/border3.gif) no-repeat 0 0;
            }

    #custom_gallery .block-bg {
        background: none;
    }

    #custom_gallery .indent {
        background: none;
        height: auto;
        padding: 6px 0px 0px 0px;
    }

#screen {
    padding: 0;
    margin: 0px 0px 0px 0px;
}

    #screen li {
        float: left;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
        list-style: none;
        background: none;
        font-size: 0;
    }

    #screen .jq-ss-crop {
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
        float: left;
        font-size: 0;
        line-height: 0;
        overflow: hidden;
    }

#left, #right {
    display: block;
    text-decoration: none;
    font-size: 0;
    line-height: 0;
    width: 32px;
    height: 32px;
    overflow: hidden;
    text-indent: -1000em;
    margin: 30px 0px 0px 1px;
}



#left {
    background: url(../images/left.gif) no-repeat 0 0;
}

#right {
    background: url(../images/right.gif) no-repeat right 0;
    margin: 30px 0px 0px 8px;
    _margin: 30px 0px 0px 5px;
}

#screen #view {
    width: 607px;
    height: 93px;
    padding: 0px 0px 0px 0px;
    margin: 3px 0px 0px 8px;
    overflow: hidden;
}

#images {
    width: 1830px !important;
    padding: 0;
    margin: 0px 0px 0px 0px;
}

    #images .jq-ss-crop {
        width: 123px;
        height: 80px;
    }

    #images li img {
        border: 0;
        height: 80px;
    }

.custom-view {
    clear: both;
    padding: 0px 48px 0px 0px;
}

    .custom-view a {
        float: right;
        font-size: 10px;
        font-family: tahoma;
        color: #f8441a;
    }



/******/
.container-inline {
    padding: 20px 0px 0px 0px;
    overflow: hidden;
    height: 100%;
}

    .container-inline a {
        display: block;
        float: left;
        font-weight: bold;
        margin: 4px 0px 0px 15px;
    }


/*** FROUM ***/
#forum {
    padding: 10px 0px 0px 1px;
}

.column-center #forum ul.links {
    padding: 0px 0px 12px 0px;
}

    .column-center #forum ul.links li {
        font-size: 12px;
    }

        .column-center #forum ul.links li a {
            font-size: 12px;
            color: #000;
            font-weight: bold;
        }

#forum table {
    border: 1px solid #000;
    border-right: none;
}

#forum th {
    padding: 4px 0px 4px 3px;
    border-right: 1px solid #000;
}

    #forum th a {
        color: #000;
    }

#forum td {
    padding-top: 4px;
    padding-bottom: 4px;
    color:;
}

#forum .description {
    color:;
}

#forum .forum .description {
    color:;
    font-size: 11px;
}

#forum td.container {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

    #forum td.container a {
        color:;
        padding: 0px 0px 0px 10px;
    }

#forum td.forum,
#forum td.topics,
#forum td.posts,
#forum td.last-reply,
#forum td.icon,
#forum td.title,
#forum td.replies,
#forum td.created {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

#forum .last-reply,
#forum .title,
#forum .created,
#forum .icon {
    padding-left: 5px;
}

#forum .odd {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    background: #000;
}

#forum div.indent {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border: 0;
}

#forum .odd, #forum .even {
    border-bottom: 1px solid #000;
}

#forum thead th {
    border-bottom: 1px solid #000;
    background: url(../images/bg-forum.gif) top repeat-x;
    color: #000;
}


/*** Help ***/
#help {
    font-size: 12px;
}

#help {
    padding: 10px 0px 0px 0px;
}

/*** contact ***/
#contact-mail-page {
    font-size: 12px;
}


/*** ****/
.search-results {
    font-size: 14px;
}

.column-center .search-info {
    font-size: 11px;
    font-weight: bold;
}


/* CSS Document */
ul, ul li {
    list-style: none;
    list-style-image: none;
    list-style-type: none;
}

table {
    border-collapse: collapse;
    border: 0px;
}

td {
    vertical-align: top;
    padding: 0px;
}

tbody {
    border: none;
}

img, a img {
    border: 0;
}

.clear {
    clear: both;
}

fieldset {
    clear: both;
    border: 0;
    overflow: hidden;
    position: relative;
    font-size: 12px;
    padding: 5px 10px 5px 0px;
}

    fieldset legend {
        color: #000;
        margin: 0px 0px 0px 0px;
    }

html.js fieldset.collapsed legend {
    display: inline;
}

fieldset a {
    color:;
}

fieldset .tips {
    font-size: 12px;
}

table.system-status-report th, thead th {
    border-bottom: 1px solid #000;
    color: #000;
    font-size: 13px;
}

thead th, th, tr.even, tr.odd {
    padding: 0px;
    border-bottom: 1px solid #000;
}

/*** Breadcrumb ***/
.breadcrumb {
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #484848;
    padding: 20px 55px 2px 28px;
}

    .breadcrumb a {
        text-decoration: none;
        text-transform: none;
        vertical-align: middle;
        font-weight: normal;
        color: #484848;
        padding: 0px 2px 0px 2px;
    }

        .breadcrumb a:hover {
            text-decoration: underline;
            color: #000;
        }

/*** --CORNERS-- ***/
.clear-block {
    padding: 0px 20px 10px 0px;
}

.admin {
    overflow: hidden;
    height: 100%; /*float:left;*/
    padding: 0px 0px 10px 0px;
}

    .admin .clear-block {
        padding: 0px;
    }

h4 {
    color: #fff;
    font-size: 22px;
    font-weight: normal;
    padding-bottom: 10px;
    padding-top: 10px;
}

.list, .list2 {
    margin-right: 3px;
}

.blocks div ul {
    margin-left: 6px;
    margin-bottom: 30px;
}

.blocks2 {
    overflow: hidden;
    width: 100%;
}

    .blocks2 .inner {
        padding: 0px 0px 15px 0px;
    }

    .blocks2 div.list, .blocks2 div.list2 {
        float: left;
        width: 200px;
    }

    .blocks2 div.list3 {
        width: 170px;
        float: left;
    }

    .blocks2 div ul {
        margin-left: 6px;
    }

.events {
    width: 100%;
    overflow: hidden;
    padding-bottom: 20px;
}

    .events .list {
        float: left;
        width: 288px;
    }

.list-col {
    float: left;
    margin-right: 10px;
}

.aboutus .columns {
    width: 100%;
    overflow: hidden;
}

.aboutus .column-left {
    width: 45%;
    float: left;
    margin: 0px 0px 0px 0px;
}

.aboutus .column-right {
    width: 45%;
    float: right;
    margin: 0px 0px 0px 0px;
}

.aboutus span {
    font-weight: bold;
    font-size: 12px !important;
    color: !important;
}

.solutions .list-left {
    float: left;
    margin-right: 20px;
}

.links-content .columns {
    width: 100%;
    overflow: hidden;
    padding-bottom: 20px;
}

.links-content .column-left {
    width: 45%;
    float: left;
    margin: 0px 0px 0px 0px;
}

.links-content .column-right {
    width: 45%;
    float: right;
    margin: 0px 0px 0px 0px;
}

.services .columns {
    width: 100%;
    overflow: hidden;
    padding-bottom: 20px;
}

.services .column-left {
    width: 40%;
    float: left;
    margin: 0px 0px 0px 0px;
    background: none;
}

.services .column-right {
    width: 55%;
    float: right;
    margin: 0px 0px 0px 0px;
}

.faq span {
    font-weight: bold;
    font-size: 14px !important;
}

/**************---TITLES---**************/

.admin-panel {
}

    .admin-panel h3 {
        color: #00;
        font-size: 15px;
        padding: 0px 0px 4px 0px;
    }

div.admin-panel .body {
    padding: 0px 0px 0px 0px;
}

.admin-panel .body ul.menu li {
    list-style: none;
    list-style-image: none;
}

    .admin-panel .body ul.menu li a {
        font-size: 12px;
    }
/***************/
.comment {
    clear: both;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
    height: 100%;
    margin: 10px 0px 0px 0px;
}

    .comment h3 {
        background: none;
        color: #3e3e3e;
        font-weight: normal;
        padding: 0px 0px 0px 0px;
    }

        .comment h3 a { /*color:#fff;*/
            font-size: 18px;
            text-decoration: none;
        }

    .comment .title {
        padding: 0px 0px 5px 0px;
        margin: 0px 0px 0px 0px;
        background: none;
    }

    .comment .submitted {
        font-size: 12px; /*color:#fff;*/
    }

        .comment .submitted a {
        }

    .comment .content-text {
        font-size: 12px; /*color:#fff;*/
        line-height: 1.3em;
        padding: 6px 20px 10px 0px;
    }

    .comment .links {
        padding: 0px 10px 0px 0px;
    }

        .comment .links a { /*color:#fff;*/
        }

.comment-published {
    background: none;
    border: 1px solid #c9c9c9;
    clear: both;
    margin: 15px 0px 6px 0px;
    background: #f3f5f5;
}

.comment-published {
    padding: 10px 10px 20px 20px;
}

    .comment-published h3 {
        color: #000;
    }

        .comment-published h3 a {
            color: #000;
        }

    .comment-published .submitted {
        color: #000;
    }

    .comment-published .content-text {
        color: #000;
    }

    .comment-published .links a { /*color:#fff;*/
    }


/*** POLL ***/
.poll .percent, .poll .text {
    font-size: 13px;
}

.poll .title {
    color:;
    font-size: 13px;
    font-weight: normal;
    padding-bottom: 10px;
    background: none;
    padding-left: 0px;
    border: 0;
}

.poll .total {
    font-weight: normal;
    color:;
    font-size: 12px;
    text-align: left;
    padding: 0px 0px 10px 0px;
}

.poll .bar {
    background: #FFFFFF;
    font-size: 1px;
    height: 5px;
    border: 1px solid #dadada;
    padding: 1px;
}

    .poll .bar .foreground {
        background: #76a7cc;
        font-size: 1px;
        height: 5px;
    }

.column-right #poll-view-voting {
    text-align: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

    .column-right #poll-view-voting .poll .vote-form {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }

.poll {
    text-align: left;
    overflow: hidden;
    height: 100%;
    padding: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

    .poll .vote-form {
        text-align: left;
        margin: 0;
        padding: 0px 0px 0px 0px;
    }

.block-poll div.links {
    float: none;
    height: 100%;
    width: auto;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px -6px;
}

    .block-poll div.links ul {
        float: none;
        height: 100%;
    }

        .block-poll div.links ul li {
            display: block;
            clear: both;
            float: none;
            height: 100%;
        }

            .block-poll div.links ul li a {
            }

#block-poll-0 {
    overflow: hidden;
    height: 100%;
}

    #block-poll-0 ul {
    }

    #block-poll-0 li {
        background: none;
        padding: 0;
    }

    #block-poll-0 ul.links { /*float: left;*/
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
        width: auto;
    }

        #block-poll-0 ul.links li {
            clear: both;
            background: none;
            border: 0; /*float:left;*/
            padding: 0px 0px 3px 0px;
            background: none;
            text-align: left;
            width: auto;
            margin: 0px 0px 0px 0px;
        }

            #block-poll-0 ul.links li a { /*float: left;*/
                color: #fff margin:0px 0px 0px 0px;
                padding: 2px 0px 0px 7px;
                font-weight: bold;
                width: auto;
                font-size: 12px;
                background: none;
                text-decoration: underline;
            }

                #block-poll-0 ul.links li a:hover {
                    text-decoration: none;
                }

    #block-poll-0 .bar {
        background: #FFFFFF;
        font-size: 1px;
        height: 5px;
        border: 1px solid #dadada;
        padding: 1px;
    }

        #block-poll-0 .bar .foreground {
            background: #76a7cc;
            font-size: 1px;
            height: 5px;
        }

    #block-poll-0 .percent, #block-poll-0 .text {
        font-size: 12px;
        font-weight: normal;
        line-height: normal;
    }

    #block-poll-0 .poll .title {
        font-size: 12px;
        font-weight: normal;
        padding-top: 0px;
        background: none;
        padding-left: 0px;
    }

    #block-poll-0 .total {
        font-weight: bold;
        font-size: 12px;
    }


/*** -Recent blog posts--- ***/
#block-blog-0 .item-list ul {
}


/*** -Recent comments--- ***/
#block-comment-0 .item-list ul {
    padding-left: 0px;
}

    #block-comment-0 .item-list ul li {
        background: none;
        list-style-image: none;
        list-style: none;
        line-height: 16px;
        font-size: 12px;
        text-transform: none;
        font-weight: normal;
    }

        #block-comment-0 .item-list ul li a {
            padding: 0px 0px 0px 0px;
            display: inherit;
            background: none;
            text-transform: none;
            text-decoration: none;
            font-size: 12px;
        }

            #block-comment-0 .item-list ul li a:hover {
                text-decoration: underline;
            }

    #block-comment-0 .item-list ul li {
        font-size: 14px;
        font-weight: normal;
        background: url(../images/marker2.gif) no-repeat 0 4px;
        padding: 0px 0px 20px 20px;
        margin: 0px 0px 0px 0px;
    }


/*** Who's New ***/
#block-user-2 .item-list ul {
    padding-left: 0px;
}

    #block-user-2 .item-list ul li {
        padding: 0 0 0 12px;
        list-style-image: none;
        list-style: none;
        margin: 0;
        line-height: 25px;
    }

        #block-user-2 .item-list ul li a {
            background: none;
            padding: 0px;
            font-size: 12px;
            font-weight: normal;
            text-decoration: underline;
        }

            #block-user-2 .item-list ul li a:hover {
                text-decoration: none;
            }

/*** Primary Links ***/
#block-menu-primary-links .content ul.menu {
    padding: 0px;
}

    #block-menu-primary-links .content ul.menu li {
        background: none;
        padding: 0px;
        list-style-image: none;
        list-style: none;
        margin: 0;
        line-height: 20px;
    }

        #block-menu-primary-links .content ul.menu li a {
            font-size: 12px;
            padding-left: 12px;
            color: #fff;
            font-weight: bold;
            text-decoration: none;
        }

            #block-menu-primary-links .content ul.menu li a:hover {
                text-decoration: underline;
            }

/*** SEARCH_BLOCK ***/

/*** New forum topics ***/
#block-forum-1 .item-list a:hover {
    text-decoration: underline;
}

/*** Active forum topics ***/

/*** Languages ***/
#block-locale-0 .content ul {
    padding-left: 0px;
    margin-bottom: 10px;
}

    #block-locale-0 .content ul li { /*background:none; padding:0px;*/
        list-style-image: none;
        list-style: none;
        margin: 0;
        line-height: 20px;
    }

        #block-locale-0 .content ul li a {
            padding-left: 10px;
            color: #000;
            font-weight: normal;
            text-decoration: none;
            font-size: 12px;
        }

#block-locale-0 .content a:hover {
    text-decoration: underline;
}

/*** Syndicate ***/
#block-node-0 {
    width: 100%;
    overflow: hidden;
}

/*** Secondary Links ***/

/*** Secondary Links ***/

/*** Admin-Panel List & Admin-Panel List without descriptions ***/

/*** LISTS ***/

/*---Paragraph Style---*/
#cont-col .content p {
    padding-bottom: 7px;
    padding-top: 7px;
}

#cont-col .content blockquote {
    border: 1px solid #7f7f7f;
    background: #f1f1f1;
    padding: 5px;
    margin: 10px 0px 10px 0px;
}



#profile-admin-overview ul li {
    background: none;
    padding: 0px;
    list-style-image: none;
    list-style: none;
    margin: 0;
    line-height: 20px;
}

    #profile-admin-overview ul li a {
        padding-left: 10px;
        color: #505050;
        font-weight: normal;
    }

        #profile-admin-overview ul li a:hover {
            text-decoration: none;
            color: #ce2a11;
        }

.password-description ul {
    margin-left: 5px;
}

    .password-description ul li {
        padding-left: 10px;
        list-style-image: none;
        list-style: none;
        margin: 0;
        line-height: 12px;
    }

#node-admin-content ul {
    margin-left: 5px;
}

    #node-admin-content ul li {
        padding-left: 10px;
        list-style-image: none;
        list-style: none;
        margin: 0;
        line-height: 17px;
    }

#comments {
    padding: 10px 0px 0px 0px;
}


.taxonomy ul.links li a, #forum ul.links li a { /*color:#fff;*/
    font-size: 12px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}


/*** END LIST ***/
ul.primary, ul.primary li, ul.secondary, ul.secondary li {
    border: 0;
    background: inherit;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

    ul.primary li a {
        border: 0;
    }

        ul.primary li a:hover {
            background: none;
            border: 0;
            color: !important;
        }

.column-center #tabs-wrapper ul.primary li.active a {
    border: none;
    color: #000 !important;
    font-weight: bold;
}

.column-center #tabs-wrapper ul.primary li.active:hover {
    color: #fff;
    text-decoration: none;
}

.column-center #tabs-wrapper ul.tabs {
    padding: 0px 0px 4px 0px;
}

    .column-center #tabs-wrapper ul.tabs li {
        display: block;
        margin-right: 2px;
        float: left;
    }

        .column-center #tabs-wrapper ul.tabs li span {
            padding: 0px 0px 0px 0px;
            margin: 0px 0px 0px 0px;
            display: block;
        }

            .column-center #tabs-wrapper ul.tabs li span span {
                background: url(../images/tab-left.gif) no-repeat 0 0;
                padding: 0px 0px 0px 0px;
                margin: 0px 0px 0px 0px;
            }

        .column-center #tabs-wrapper ul.tabs li a {
            /*color:#fff !important;*/
            font-size: 14px;
            font-weight: normal;
            background: none;
            padding: 8px 28px 3px 0px;
            margin: 0px 0px 0px 0px;
            display: block;
        }

            .column-center #tabs-wrapper ul.tabs li a:hover {
                /*color:#fff !important; */ text-decoration: underline;
                margin: 0px;
                border: none;
            }

/*ul.primary {
	  padding:0px;
	  margin:0px;}*/

/*** GENERAL ***/
.node {
}

    .node .taxonomy {
        padding: 0px 0px 0px 15px;
    }

div.error {
    margin-top: 5px;
}

.block-region {
    background: #d6e6cc;
    text-align: center;
    border: 1px dashed #618749;
    color: #618749;
    margin: 10px;
    clear: both;
}

div.admin .left {
    margin: 0px;
}

#book-outline {
    min-width: 0px;
}

#permissions, #blocks, #forum table, .sticky-enabled {
    width: 100%;
}

.node-unpublished {
    background: none;
}

/*	.odd td { vertical-align:middle; padding-left:0px; line-height:18px; background:#2c2c2c; font-size:12px; padding:4px; color:#fff;}
	.even td { vertical-align:middle; padding-left:0px; line-height:18px; background:#454545; font-size:12px; padding:4px; color:#fff;}*/

.odd td {
    vertical-align: middle;
    padding-left: 0px;
    line-height: 18px;
    font-size: 12px;
    padding: 4px;
    color: #575656;
}

.even td {
    vertical-align: middle;
    padding-left: 0px;
    line-height: 18px;
    font-size: 12px;
    padding: 4px;
    color: #575656;
}

.profile h3 {
    border-bottom: 1px solid #cfcdcd; /*color:#000;*/
    font-size: 20px;
    padding: 0px 0px 5px 0px;
    margin: 0px 0px 6px 0px;
}

img.alignleft {
    float: left;
    margin-right: 12px;
}

img.alignright {
    float: right;
    margin-left: 25px;
    margin-right: 39px;
    margin-top: 30px;
}

#first-time a {
    color: #508198;
    text-decoration: none;
}

    #first-time a:hover {
        text-decoration: underline;
    }

#first-time ol {
    margin-left: 20px;
}

.theme-info {
    padding-left: px;
}

    .theme-info h2 {
        color: #fff;
        font-weight: bold;
        background: none;
        padding-left: 0;
    }

dl.admin-list {
    font-size: 12px;
}

    dl.admin-list a {
        color:;
    }

.column-center dl.admin-list dd {
    padding: 3px 0px 5px 0px;
}


.node-type-list a {
    color:;
}

.column-center dl.node-type-list {
    padding: 10px 0px 0px 3px;
}

    .column-center dl.node-type-list dd {
        padding: 5px 0px 8px 0px;
    }


.node-type-list {
    font-size: 13px;
}

    .node-type-list dd {
        padding: 4px 0px 4px 0px;
    }


.collapse-processed a {
    color:;
}

/*.even a { color:#fff;}*/
.even a {
    color: Red;
}

.blog a {
    color:;
}
/*.odd a { color:#fff;}*/
.odd a {
    color: Red;
}

.check-manually a {
    color:;
}

.compact-link a {
}

.messages {
    padding: 16px 0;
}

    .messages a {
        color: #f30000;
        font-size: 12px;
    }

.sticky-table {
    line-height: 24px;
    margin: 0px 0px 10px 0px;
}

.more-help-link a {
    font-size: 12px;
    font-weight: bold;
}

.help {
    font-size: 12px;
    padding: 3px 10px 0px 0px;
    line-height: 1.3em;
}

    .help a {
    }

.help-items a {
    color: #1ca0d1;
}

.help-items ul {
    list-style: none;
    line-height: 18px;
}

.description a {
    color: #dc1b1d;
}

.column-center .description {
    font-size: 12px;
}

    .column-center .description span {
        display: block;
        padding: 10px 0px 0px 0px;
    }

/*** --- --- --- ***/
#blocks tr.region-message {
    color: #9298a3;
}

.theme-info {
    padding-left: 10px;
}

.box {
    padding: 0px 0px 0px 12px;
}
/*.box h2.title { padding-left:0px; background:none;}
	
	.box div.links { background:none; padding:0px;}
	.box .bg-links, .box .links-left, .box .links-right { background:none;}*/

/*#cont ul.links li { background:none;}*/

#system-modules div {
    padding-bottom: 10px;
}

#forum-confirm-delete a {
    color: #6d94ac;
}

.form-checkboxes {
    width: 200px;
}

.search-form input {
    vertical-align: middle;
}

.search-form .form-text {
    padding: 3px 0px 5px 5px;
}

.search-form {
    overflow: hidden;
    height: 100%;
}

    .search-form label {
        padding: 0px 0px 0px 17px;
    }

    .search-form #edit-keys-wrapper {
        float: left;
        padding: 0px 0px 8px 5px;
        margin: 0px 10px 0px 12px;
    }

    .search-form #edit-submit {
        *margin: 2px 0px 0px 0px;
    }

    .search-form .criterion .form-text {
        margin: 3px 0px 0px 18px;
    }

    .search-form .criterion #edit-category {
        margin: 3px 0px 0px 18px;
    }

dl .title {
    background: none;
    padding: 0px;
}

ul.links li.comment_forbidden {
    padding: 0px;
}

#comments, #node-form {
    clear: both;
    width: 100%;
}

.node-form {
    clear: both;
    overflow: hidden;
}

#comment-form {
    padding-bottom: 20px;
    overflow: hidden;
    height: 100%;
}

.preview .node {
    background: none;
}

#cont-col .content .comment_add a {
    color: #457299;
    text-transform: capitalize;
    font-weight: bold;
}

html.js fieldset.collapsible .fieldset-wrapper {
    width: 100%;
    overflow: hidden;
}

.collapsible {
}


.search-advanced .action {
    float: none;
}

.leaf {
    clear: both;
    float: none;
}


/*** Status Report ***/
.system-status-report td {
    padding-left: 5px;
    color: #000;
}


table.system-status-report tr.info th {
    color: #002200;
}

table.system-status-report tr.info td {
    color: #fff;
}

table.system-status-report tr.error th {
    color: #220000;
}

table.system-status-report tr.error {
    color: #000;
}

table.system-status-report tr.ok th {
    color: #002200;
}

table.system-status-report tr.warning th {
    color: #222200;
}

tr.merge-down {
    border-bottom: none;
}

tr.ok td {
    background: #DDFFDD;
}

tr.error td {
    background: #FFCCCC;
}

tr.warning td {
    background: #FFFFDD;
}

/***  --- --- --- ***/
.admin-panel dd {
    padding-bottom: 10px;
}

div.admin-dependencies, div.admin-required {
    color: #FFFFFF;
}

.admin-required span, span.admin-enabled {
    color: #fff;
}

#block-admin-display-form div {
    overflow: hidden;
}

#block-admin-display-form #edit-submit {
    margin: 6px 0px;
}

table.sticky-header {
    overflow: hidden;
    position: relative;
}

.content ul.pager {
    margin: 6px 0px 5px 0px;
}

    .content ul.pager li {
        border: 1px solid #cbc9b8;
        padding: 2px 5px;
        margin: 0px 1px;
        color: #000;
    }

        .content ul.pager li.pager-current, .content ul.pager li:hover {
        }

        .content ul.pager li a {
            text-decoration: none;
            color: #000;
        }

            .content ul.pager li a.active {
                color: #000;
                font-weight: bold;
            }

            .content ul.pager li a:hover {
            }

.text-box .poll .vote-form {
    text-align: left;
    margin: 0;
    float: left;
}

.poll {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

    .poll .vote-form {
        text-align: left;
        margin: 0;
        padding: 0px 0px 0px 0px;
    }

.choices {
    float: left;
    height: 100%;
    text-align: left;
    margin: 0 inherit;
    overflow: hidden;
    height: 100%;
}

#edit-vote {
    clear: both;
}

.poll input {
    clear: both;
}


.update td {
    color: #000;
}

    .update td a {
        color: #000;
    }

/*html.js fieldset.collapsible legend a { background:url(../images/02.gif) no-repeat 0 0; background-position:3px 50%;}
	html.js fieldset.collapsed legend a { background:url(../images/01.gif) no-repeat 0 0; background-position:5px 50%;}*/
/******* FORM *******/
#customForm {
    padding: 0 10px 10px;
}

    #customForm label {
        display: block;
        color: #797979;
        font-weight: 700;
        line-height: 1.4em;
    }

    #customForm select {
        width: 70px;
        padding: 6px;
        color: #949494;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 12px;
        border: 1px solid #cecece;
    }

    #customForm input, #customForm input[type=submit], #customForm input[type=button], #customForm input[type=reset], #customForm input[type=button], .formbutton {
        width: 300px;
        padding: 6px;
        color: #949494;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 11px;
        border: 1px solid #cecece;
    }

        #customForm input[type=submit], #customForm input[type=button], #customForm input[type=reset], #customForm input[type=button], .formbutton {
            width: auto;
            font-family: Cambria;
            font-size: 13px;
            margin-top: 5px;
        }

        #customForm input[type=radio], #customForm input[type=checkbox] {
            width: auto;
        }

.formbutton {
    background: #eb6d20;
    color: #fff;
    text-decoration: none;
}

#customForm input.error {
    background: #f8dbdb;
    border-color: #e77776;
}

#customForm textarea {
    width: 300px;
    height: 80px;
    padding: 6px;
    color: #adaeae;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-style: italic;
    font-size: 12px;
    border: 1px solid #cecece;
}

    #customForm textarea.error {
        background: #f8dbdb;
        border-color: #e77776;
    }

#customForm div {
    margin-bottom: 15px;
}

    #customForm div span {
        margin-left: 10px;
        color: #b1b1b1;
        font-size: 11px;
        font-style: italic;
    }

        #customForm div span.error {
            color: #e46c6e;
        }

#customForm #send {
    background-image: url("res/images/sndform_btn.js");
    border: none;
    width: 96px;
    height: 29px;
}

    #customForm #send:hover {
        border: none;
    }

#error {
    margin-bottom: 20px;
    border: 1px solid #efefef;
}

    #error ul {
        list-style: square;
        padding: 5px;
        font-size: 11px;
    }

        #error ul li {
            list-style-position: inside;
            line-height: 1.6em;
        }

            #error ul li strong {
                color: #e46c6d;
            }

    #error.valid ul li strong {
        color: #93d72e;
    }

/******* /FORM *******/
/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

.da-heading {
    border-left: 1px solid #cacaca;
    border: 1px solid #cacaca;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    background: #f4f4f4;
    height: auto;
    overflow: hidden;
}

.da-caption {
    float: left;
}

    .da-caption h2 {
        padding-left: 25px;
    }

.da-action {
    float: right;
    margin-top: 15px;
}

    .da-action a {
        margin: 15px;
    }

table.da-table {
    width: 100%;
    clear: both;
}

    table.da-table thead tr th {
        vertical-align: middle;
        padding: 5px 10px;
        border-bottom: 1px solid #cacaca;
        color: #fff;
    }

    table.da-table tbody tr:last-child td:first-child {
        border-bottom-left-radius: 15px;
        -moz-border-bottom-left-radius: 15px;
        -webkit-border-bottom-left-radius: 15px;
    }

    table.da-table tbody tr:last-child td:last-child {
        border-bottom-right-radius: 15px;
        -moz-border-bottom-right-radius: 15px;
        -webkit-border-bottom-right-radius: 15px;
    }

    table.da-table tbody tr:last-child td {
        border-bottom: none;
    }

    table.da-table thead tr {
        background: #4e5d89;
    }

    table.da-table tbody tr td {
        vertical-align: middle;
        padding: 5px 5px;
        border-right: 1px solid #cacaca;
        border-bottom: 1px solid #cacaca;
    }

        table.da-table tbody tr td:last-child {
            border-right: none;
        }

    table.da-table tbody tr {
        background: #f6f2fa;
        text-align: center;
    }

        table.da-table tbody tr:hover {
            background: #fff;
        }

    table.da-table tbody td {
        height: 15px;
    }

table.da-table {
    width: 100%;
    background: #fcfcfc;
}

.table.da-table thead th, .dyntable tfoot th {
    padding: 5px 10px;
    color: #fff;
    font-weight: normal;
    text-align: left;
}

    table.da-table thead th.head0, .dyntable tfoot th.head0 {
        background: #666;
    }

    table.da-table thead th.head1, .dyntable tfoot th.head1 {
        background: #555;
    }

table.da-table tbody tr td {
    padding: 5px 10px;
    border-top: 1px solid #ddd;
}

table.da-table tbody tr:first-child td {
    border-top: 0;
}

table.da-table .con1 {
    background: #eee;
}

table.da-table .con0 {
    background: #f7f7f7;
}

table.da-table thead th.sorting {
    background-image: url(../images/sort_both.png);
    background-repeat: no-repeat;
    background-position: right 5px;
}

table.da-table thead th.sorting_asc {
    background-image: url(../images/sort_asc.png);
    background-repeat: no-repeat;
    background-position: right 6px;
}

table.da-table thead th.sorting_desc {
    background-image: url(../images/sort_desc.png);
    background-repeat: no-repeat;
    background-position: right 6px;
}

.dataTables_info {
    clear: both;
    float: left;
    padding: 10px;
}

.paging_full_numbers {
    height: 22px;
    line-height: 22px;
}
    /*.paging_full_numbers { position: absolute; bottom: 7px; right: 8px; }*/
    .paging_full_numbers .paginate_button {
        display: inline-block;
        padding: 2px 8px;
        border: 1px solid #ccc;
        margin-left: 5px;
        background: #eee url(../images/buttonbg5.png) repeat-x top left;
        cursor: pointer;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

        .paging_full_numbers .paginate_button:hover {
            background: #eee;
            -moz-box-shadow: inset 1px 1px 2px #ccc;
            -webkit-box-shadow: inset 1px 1px 2px #ccc;
            box-shadow: inset 1px 1px 2px #ccc;
        }

        .paging_full_numbers .paginate_active, .paging_full_numbers .paginate_button:active {
            display: inline-block;
            padding: 2px 8px;
            border: 1px solid #405A87;
            margin-left: 5px;
            background: #405A87 url(../images/buttonbg3.png) repeat-x top left;
            color: #fff;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
        }

    .paging_full_numbers .paginate_button_disabled {
        color: #999;
    }

.dataTables_paginate {
    float: right;
    margin: 7px 10px 0 0;
}

.toolbar-footer {
    height: 45px;
}

.dataTables_filter {
    float: left;
    padding: 5px 0 0 25px;
}

.dataTables_length {
    float: right;
    padding: 5px 20px 0 0;
}

#example_wrapper > div:first-child {
    height: 30px;
    margin: 30px 0 0 0;
    background: #fff;
}

#example_wrapper > div:last-child {
    height: 30px;
    padding: 0 0 10px 0;
}

/***PAGINATION (users.html)***/
.pagination a {
    display: inline-block;
    padding: 5px 10px;
    color: #333;
    border: 1px solid #bbb;
    background: url(../images/buttonbg5.png) repeat-x bottom left;
}

.pagination a {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.pagination a {
    -moz-box-shadow: 1px 1px 0 #f7f7f7;
    -webkit-box-shadow: 1px 1px 0 #f7f7f7;
    box-shadow: 1px 1px 0 #f7f7f7;
}

    .pagination a:hover {
        -moz-box-shadow: inset 1px 1px 3px #eee;
        -webkit-box-shadow: inset 1px 1px 3px #eee;
    }

    .pagination a:hover {
        text-decoration: none;
        background: #eee;
        box-shadow: inset 1px 1px 3px #eee;
    }

    .pagination a.disabled {
        color: #999;
        border: 1px solid #ccc;
    }

        .pagination a.disabled:hover {
            background: url(../images/buttonbg5.png) repeat-x bottom left;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

    .pagination a.current {
        background: #333 url(../images/buttonbg3.png) repeat-x top left;
        color: #fff;
        border: 1px solid #405a87;
    }

        .pagination a.current:hover {
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

.pgright {
    position: absolute;
    right: 10px;
    top: 12px;
}

    .pgright a.disabled {
        border: 1px solid #ccc;
    }

.addnewclass {
    background: #31a2ca;
    padding: 8px;
    border: none;
    text-decoration: none;
    color: #fff;
}

    .addnewclass:hover {
        background: #eb691b;
    }

@media print {
    table {
        background: #000;
    }

        table tr th:nth-child(1) {
            width: 30px;
            background: #000;
        }

        table tr th:nth-child(2) {
            width: 130px;
        }

        table tr th:nth-child(3) {
            width: 130px;
        }

        table tr th:nth-child(4) {
            width: 130px;
        }
}
