.FrontInput
{
    font-family: Arial;
    font-size: 12px;
    text-align: right;
    width: 95%;
}
.buttons
{
    background-image: url('images/bb.gif');
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 18px;
    width: 50px;
    color: white;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial;
    text-decoration: none;
    border: 0px solid white;
    cursor: pointer;
}

.Redtitle
{
    float: right;
    font-size: 12px;
    color: #c41114;
    font-family: tahoma;
    font-weight: bold;
}

.tinySpace
{
    width: 3px;
}

.smallCell
{
    width: 5px;
}

.mediumSpace
{
    height: 10px;
}

.BlueText
{
    color: #000;
    font-family: Arial;
    font-size: 12px;
    text-decoration: none;
    font-weight: normal;
}

.RedBold
{
    color: #C4124D;
    font-family: Arial;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
}

.modalBackground
{
    background-color: #fff;
    filter: alpha(opacity=80);
    opacity: 0.8;
}


/* styles for the modal popup */

/* dialog frame */
.modal-dialog
{
    position: absolute;
}

/* dialog contents container */
.modal-dialog .container
{
    font-family: arial /*,tahoma,helvetica,sans-serif*/;
    font-size: 11px;
    width: 350px;
    border: solid 1px #99aabd;
    background-color: #F2F9FF;
}

/* dialog header */
.modal-dialog .header
{
    background: url(images/sprite.gif) repeat-x 0px -1100px;
    height: 25px;
    padding-top: 5px;
}

/* dialog header message */
.modal-dialog .header .msg
{
    vertical-align: middle;
    padding-left: 6px;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
}

/* dialog body */
.modal-dialog .body
{
    height: 50px;
    background-color: #F2F9FF;
}

/* dialog body message */
.modal-dialog .body h2
{
    padding-top: 10px;
    background-color: #F2F9FF;
    font-size: 11px;
    text-align: center;
    font-weight: normal;
}

/* dialog footer */
.modal-dialog .footer
{
    height: 30px;
    background-color: #F2F9FF;
}

/* dialog footer buttons */
.modal-dialog .footer .right
{
    background-color: #F2F9FF;
    float: right;
    text-align: right;
    padding-bottom: 6px;
    padding-right: 6px;
}

/* dialog footer checkbox */
.modal-dialog .footer .left
{
    background-color: #F2F9FF;
    float: left;
    text-align: left;
    padding-bottom: 6px;
    padding-left: 6px;
}

/* dialog close */
.modal-dialog .close
{
    background: url(images/close.gif) no-repeat; /*background: url(img/icons.gif) no-repeat -732px 0px;	*/
    width: 16px;
    cursor: hand;
    height: 16px;
}

/* dialog close hover */
.modal-dialog .close:hover
{
    background: url(images/icons.gif) no-repeat -749px 0px;
}
.CloseButton
{
    background-image: url('images/redx.gif');
    height: 10px;
    width: 10px;
    color: #0b3755;
    font-size: 14px;
    font-weight: bold;
    font-family: Arial;
    text-decoration: none;
    border: 0px solid black;
    cursor: pointer;
}

*
{
    font-family: arial;
    direction: rtl;
}
.CONTAINER
{
    width: 920px;
    margin-right: auto;
    margin-left: auto;
}
.SEARCH_FEILD
{
    width: 140px;
    height: 16px;
    border: 0;
    padding: 2px;
    background-image: url(images/search.gif);
    margin-right: 7px;
    color: #666;
    font-size: 12px;
}
.TOP
{
    background-image: url(images/topbg.gif);
    background-repeat: no-repeat;
    background-position: top;
    height: 149px;
    width: 920px;
    color: #2e2e2f;
    font-size: 12px;
}
.RIGHT
{
    width: 156px;
    float: right;
}
.BUTTON
{
    height: 21px;
    width: 129px;
    background-image: url(images/button.gif);
    margin-top: 6px;
    padding-right: 20px;
    padding-top: 7px;
    color: #FFF;
    float: right;
    cursor: pointer;
    font-size: 12px;
    text-align: right;
    font-family: tahoma;
}

.BUTTON:hover
{
    background-image: url(images/button_hover.gif);
}
.BUTTON_SUB
{
    height: 21px;
    width: 129px;
    background-image: url(images/button_sub.gif);
    margin-top: 6px;
    padding-right: 20px;
    padding-top: 7px;
    color: #656565;
    float: right;
    cursor: pointer;
    font-size: 11px;
    text-align: right;
    font-family: tahoma;
    display: none;
}

.BUTTON_SUB:hover
{
    background-image: url(images/button_sub_hover.gif);
    color: #bd0100;
}
.BUTTON_SEARCH
{
    height: 21px;
    width: 150px;
    margin-top: 6px;
    padding-top: 7px;
    color: #FFF;
    float: right;
    cursor: pointer;
    font-size: 12px;
    text-align: right;
    font-family: tahoma;
    background-image: none;
    margin-bottom: 7px;
}
.RIGHT_BANNER
{
    float: right;
    height: 75px;
    width: 152px;
    margin-top: 15px;
    margin-bottom: 10px;
}
.RIGHT_VOTE
{
    float: right;
    width: 139px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #b2b2b4;
    border-left-color: #b2b2b4;
    padding: 4px;
    font-size: 12px;
}

.RIGHT_VOTE_C
{
    float: right;
    width: 150px;
}
.VOTE_NOW_BUTTON
{
    background-image: url(images/right_vote_button.gif);
    background-repeat: no-repeat;
    width: 70px;
    height: 18px;
    border: 0;
    cursor: pointer;
    margin-right: 35px;
}
.RIGHT_NUMBER
{
    float: right;
    width: 150px;
    margin-top: 10px;
    color: #c00000;
    font-weight: BOLD;
    font-size: 14px;
    text-align: center;
    direction: ltr;
}
.MIDDEL
{
    float: right;
    width: 520px;
    margin-top: 16px;
    padding-right: 24px;
    padding-left: 20px;
}
.TITLE
{
    font-size: 22px;
    color: #1a1819;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #bf0000;
    width: auto;
    clear: both;
    float: right;
    font-family: tahoma;
}
.TITLE_VOTE
{
    font-size: 14px;
    color: #bf0000;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #bf0000;
    width: auto;
    font-family: tahoma;
    margin-bottom: 10px;
    font-weight: bold;
}
.UNDER_TITLE
{
    clear: both;
    float: right;
    font-size: 12px;
    color: #1a1819;
    margin-top: 7px;
    font-weight: bold;
    font-size: 12px;
}
.CONTENT
{
    clear: both;
    float: right;
    width: 100%;
    margin-top: 20px;
    font-size: 12px;
    font-family: arial;
}
.COMMUNITIES
{
    clear: both;
    float: right;
    width: 100%;
    margin-top: 18px;
    font-size: 12px;
    text-align: right;
    font-family: arial;
}
.ATID_BEST
{
    clear: both;
    float: right;
    width: 100%;
    margin-top: 10px;
    height: 100px;
}
.BEST_BUTTON_1
{
    float: right;
    background-image: url(images/bituah_grey.png);
    background-repeat: no-repeat;
    height: 57px;
    width: 152px;
    position: absolute;
    z-index: 4;
    cursor: pointer;
}
.BEST_BUTTON_1:hover
{
    background-image: url(images/bituah_red.png);
}
.BEST_BUTTON_2
{
    float: right;
    background-image: url(images/handasa_grey.png);
    background-repeat: no-repeat;
    height: 57px;
    width: 152px;
    right: 130px;
    position: absolute;
    cursor: pointer;
    z-index: 3;
}
.BEST_BUTTON_2:hover
{
    background-image: url(images/handasa_red.png);
}
.BEST_BUTTON_3
{
    float: right;
    background-image: url(images/sherut_grey.png);
    background-repeat: no-repeat;
    height: 57px;
    width: 152px;
    right: 240px;
    position: absolute;
    z-index: 2;
    cursor: pointer;
}
.BEST_BUTTON_3:hover
{
    background-image: url(images/sherut_red.png);
}
.BEST_BUTTON_4
{
    float: right;
    background-image: url(images/shiluah_grey.png);
    background-repeat: no-repeat;
    height: 57px;
    width: 152px;
    right: 354px;
    position: absolute;
    z-index: 1;
    cursor: pointer;
}
.BEST_BUTTON_4:hover
{
    background-image: url(images/shiluah_red.png);
}
.INDEX_CLIENTS
{
    float: right;
    width: 100%;
    margin-top: 10px;
}
.LEFT
{
    float: right;
    width: 200px;
    margin-top: 16px;
}
.LEFT input
{
    width: 122px;
    height: 16px;
    border: 1px #b2b2b4 solid;
}
.LEFT_TITLE
{
    background-image: url(images/left_top.gif);
    background-repeat: no-repeat;
    float: right;
    height: 22px;
    width: 187px;
    font-size: 13px;
    color: #FFF;
    padding-right: 10px;
    padding-top: 4px;
    font-family: tahoma;
}
.LEFT_BOX
{
    float: right;
    width: 188px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #bbbbbb;
    border-left-color: #bbbbbb;
    padding: 3px;
    font-size: 12px;
}
.LEFT_BOX_BUTTONS
{
    float: right;
    width: 197px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #bbbbbb;
    border-left-color: #bbbbbb;
    font-size: 12px;
    margin-bottom: 10px;
}
.LEFT_BOTTOM
{
    clear: both;
    float: right;
    margin-bottom: 10px;
}
.LEFT_BOX_HOT_BORDER
{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #999;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
}
.FOTTER
{
    color: #999;
    width: 100%;
    float: right;
    clear: both;
    text-align: center;
    font-size: 11px;
    margin-top: 20px;
}
.LEFTTEXT
{
    color: #515151;
    text-align: center;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 14px;
}
.ATID_BEST_HOVERS
{
    border: 1px solid #c8c8c8;
    position: relative;
    height: 70px;
    border-top: 0;
    width: 508px;
}
.CHOOSEN_JOBS_SEARCH
{
    border: 1px solid #c8c8c8;
    border-top: 0;
    height: auto;
    border-top: 0;
    width: 499px;
    padding-right: 10px;
}
.JOB_OF_DAY
{
    float: right;
    height: 68px;
    width: 243px;
    background-image: url(images/job_of_day.gif);
    background-repeat: no-repeat;
    margin-top: 10px;
    padding-top: 30px;
}
.JOB_GOOD
{
    float: right;
    height: 68px;
    width: 265px;
    background-image: url(images/job_good.gif);
    background-repeat: no-repeat;
    margin-top: 10px;
    padding-top: 30px;
    margin-right: 10px;
}
.IFRAME
{
    clear: both;
    float: right;
}
.JOB_OF_DAY_TEXT
{
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
    height: 47px;
}
.JOB_OF_DAY_LINK
{
    padding-right: 125px;
    font-size: 12px;
    color: #999;
}
.JOB_GOOD_LINK
{
    padding-right: 165px;
    font-size: 12px;
    color: #999;
}
.MANAGEMENT
{
    float: right;
    width: 100%;
    margin-top: 20px;
}
.MANAGEMENT_IMAGE
{
    float: right;
    height: 89px;
    width: 88px;
    background-image: url(images/management_user_bg.gif);
    background-repeat: no-repeat;
    padding-top: 1px;
    padding-left: 1px;
    padding-right: 1px;
    padding-bottom: 7px;
}
.MANAGEMENT_TITLE
{
    float: right;
    width: 404px;
    margin-right: 20px;
    height: 19px;
    background-color: #e3e3e3;
    padding: 3px;
    font-size: 15px;
    color: #333;
    font-weight: bold;
    font-family: tahoma;
}
.MANAGEMENT_CONTENT
{
    float: right;
    width: 410px;
    margin-right: 20px;
    margin-top: 13px;
    height: 50px;
}
.JOB_SEARCH
{
    float: right;
    width: 100%;
    margin-top: 20px;
}
.JOB_SEARCH_TOPIC
{
    background-image: url(images/job_search_topic_bg.gif);
    background-repeat: no-repeat;
    padding: 3px;
    float: right;
    height: 20px;
    width: 506px;
    font-family: tahoma;
    color: #FFF;
    font-size: 14px;
}
.VOTE_TOPIC
{
    background-image: url(images/vote_top.gif);
    background-repeat: no-repeat;
    float: right;
    width: 512px;
    font-family: tahoma;
    color: #FFF;
    font-size: 14px;
    height: 15px;
}
.JOB_SEARCH_BOX
{
    font-size: 12px;
    float: right;
    width: 511px;
    border: 1px solid #bbbbbb;
    height: 230px;
}
.VOTE_BOX
{
    font-size: 12px;
    float: right;
    width: 499px;
    border: 1px solid #bbbbbb;
    border-top: 0;
    border-bottom: 0;
    padding-right: 10px;
}
.JOB_SEARCH_BOX_BOTTOM
{
    float: right;
    width: 511px;
    background-image: url(images/job_search_bottom.gif);
    background-repeat: no-repeat;
    background-position: right top;
    text-align: left;
    padding-left: 10px;
    height: 30px;
    padding-top: 5px;
}
.JOB_BOTTOM
{
    float: right;
    width: 502px;
    background-image: url(images/job_bottom.gif);
    background-repeat: no-repeat;
    background-position: right top;
    text-align: left;
    padding-left: 10px;
    height: 15px;
    padding-top: 5px;
    margin-bottom: 8px;
}
.TABLE_ALIGN
{
    text-align: center;
}
.VOTE_SLIDER
{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    width: 430px;
    margin-top: 20px;
    margin-right: 30px;
    height: 150px;
    overflow: hidden;
    position: relative;
}
.VOTE1
{
    float: right;
    width: 64px;
    background-color: #d0d0d0;
    height: 25%;
    margin-bottom: 5px;
    text-align: center;
    color: #FFF;
    margin-left: 26px;
    margin-right: 26px;
    position: absolute;
    bottom: 0px;
    right: 4px;
}
.VOTE2
{
    float: right;
    width: 64px;
    background-color: #999999;
    height: 50%;
    margin-bottom: 5px;
    text-align: center;
    color: #FFF;
    margin-left: 26px;
    position: absolute;
    bottom: 0px;
    right: 125px;
}
.VOTE3
{
    float: right;
    width: 64px;
    background-color: #100e0f;
    height: 80%;
    margin-bottom: 5px;
    text-align: center;
    color: #FFF;
    margin-left: 26px;
    position: absolute;
    bottom: 0px;
    right: 220px;
}
.VOTE4
{
    float: right;
    width: 64px;
    background-color: #a90303;
    height: 90%;
    margin-bottom: 5px;
    text-align: center;
    color: #FFF;
    position: absolute;
    bottom: 0px;
    right: 315px;
}
.VOTE_TABLE
{
    margin-right: 37px;
    color: #303231;
}
.VOTE_OTHERS
{
    width: 98%;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #c2c2c4;
    padding-top: 10px;
    margin-top: 10px;
    min-height: 190px;
}
.JOB_TITLE
{
    float: right;
    width: 320px;
    font-size: 12px;
    color: #c41114;
    font-family: tahoma;
    font-weight: bold;
    cursor: pointer;
}
.JOB_NUMBER
{
    float: right;
    width: 160px;
    text-align: left;
    font-weight: bold;
}
.JOB_CONTENT
{
    clear: both;
    float: right;
    width: 100%;
    margin-top: 10px;
    display: none;
}
.JOB_CONTENT input
{
    /*width: 175px;*/
    border: 1px solid #b2b2b2; /*height: 16px;*/
}
.JOB_CONTENT input[type=submit]
{
    background-image: url(images/send_button.gif);
    background-repeat: no-repeat;
    height: 18px;
    width: 50px;
    border: 0;
    cursor: pointer;
}

.JOB_CONTENT1
{
    clear: both;
    float: right;
    width: 100%;
    margin-top: 10px;
}
.JOB_CONTENT1 input
{
    /*width: 175px;*/
    border: 1px solid #b2b2b2; /*height: 16px;*/
}
.JOB_CONTENT1 input[type=submit]
{
    background-image: url(images/send_button.gif);
    background-repeat: no-repeat;
    height: 18px;
    width: 50px;
    border: 0;
    cursor: pointer;
}
.SHELOT_BOX
{
    width: 98%;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #BBB;
    margin-top: 17px;
    padding-top: 17px;
}
.BUTTON_WRAP
{
}
.CONTACT
{
    color: #333;
    text-align: left;
    float: right;
    margin-left: 10px;
}
.CONTACT input
{
    width: 175px;
    border: 1px solid #b2b2b2;
    height: 16px;
}
.CONTACT textarea
{
    width: 175px;
    border: 1px solid #b2b2b2;
    height: 70px;
}
.CONTACT input[type=submit]
{
    background-image: url(images/send_button.gif);
    background-repeat: no-repeat;
    height: 18px;
    width: 50px;
    border: 0;
    cursor: pointer;
}
.CONTACT input[type=reset]
{
    background-image: url(images/reset_button.gif);
    background-repeat: no-repeat;
    height: 18px;
    width: 51px;
    border: 0;
    cursor: pointer;
}

.SEND_TO_SELECTED
{
    background-image: url(images/send_to_selected_button.gif);
    background-repeat: no-repeat;
    width: 82px;
    height: 18px;
    cursor: pointer;
    border: 0;
}

.DELETE_SELECTED
{
    background-image: url(images/delete_selected_button.gif);
    background-repeat: no-repeat;
    width: 82px;
    height: 18px;
    cursor: pointer;
    border: 0;
}
