﻿/** General Css **/
p
{
    margin: 5px;
}
h1
{
    margin: 0px;
    font-size: 16px;
    color: #FB7015;
}
h2
{
    margin: 0px;
    font-size: 14px;
}
.bbox
{
    border: #dde6f9 1px solid;
}
.RMenuTop
{
    text-align: center;
    background-color: rgb(99, 99, 99);
    width: 130px;
    height: 23px;
    color: rgb(255, 255, 255);
    font-size: 13px;
    margin-right: 5px;
}
.RMenuBod
{
    border: 1px solid rgb(99, 99, 99);
    width: 123px;
    padding-right: 5px;
    font-size: small;
    font-weight: bold;
    margin-right: 5px;
}
.RMenuBod a
{
    color: #000;
}

/* Article Css */
.art
{
    border-left: #dde6f9 1px solid;
    border-top: #dde6f9 1px solid;
    line-height: 18px;
    font-family: Arial;
    padding: 5px 2px 5px 5px;
    width: 468px;
    float: right;
}
.art h2
{
    background-position: right;
    color: #ff6600;
    font-size: 14px;
    background-repeat: no-repeat;
    margin: 0px;
    padding-top: 8px;
    height: 20px;
}
.art h3
{
    background-position: right;
    color: #ff6600;
    font-size: 14px;
    background-repeat: no-repeat;
    margin: 0px;
    padding-top: 8px;
    height: 20px;
}
.art p
{
    margin: 8px 0px 8px 0px;
    color: #333;
}


/** HomePage Css **/
.hplikeh2
{
    font-size: 14px;
    color: #ffffff;
    padding-bottom: 12px;
}
.hpcat2
{
    background-image: url(http://www.krz.co.il/image/users/34316/ftp/my_files/bluereka.jpg);
    padding-bottom: 5px;
    width: 225px;
    padding-top: 5px;
    background-repeat: no-repeat;
}
.hpcat
{
    background-image: url(http://www.krz.co.il/image/users/34316/ftp/my_files/orangereka.jpg);
    padding-bottom: 5px;
    width: 225px;
    padding-top: 5px;
    background-repeat: no-repeat;
}
.hp p
{
    line-height: 18px;
}
.hp h2
{
    color: #ffffff;
    padding-bottom: 12px;
    margin-right: 5px;
}
.hp span
{
    display: block;
    margin-right: 15px;
}
.hp a:link
{
    color: #0000FF;
    text-decoration: none;
}
.hp a:visited
{
    color: #0000FF;
    text-decoration: none;
}
.hp a:hover
{
    color: #4042DB;
    text-decoration: underline;
}
.hp a:active
{
    color: #0000FF;
    text-decoration: none;
}
.hp img
{
    margin-left: 5px;
    margin-right: 10px;
}

/** Old Css **/
A.silent:link, A.silent:visited, A.silent:active
{
    color: #333333;
    text-decoration: none;
}
A.silent:hover
{
    color: #336699;
    text-decoration: underline;
}
A.silent2:link, A.silent2:visited, A.silent2:active
{
    color: #000000;
    text-decoration: none;
}
A.silent2:hover
{
    color: #336699;
    text-decoration: underline;
}
.linktop
{
    font-size: 9pt;
    color: #0000FF;
    font-weight: bold;
}
.thispage
{
    font-size: 9pt;
    color: #FF6600;
    font-weight: bold;
    text-decoration: none;
}

/** Tools Css **/
.toolb1
{
    border-bottom: #c6c6c6 1px solid;
    border-left: #c6c6c6 1px solid;
    padding-bottom: 5px;
    margin: 10px;
    padding-left: 5px;
    width: 320px;
    padding-right: 5px;
    float: left;
    border-top: #c6c6c6 1px solid;
    border-right: #c6c6c6 1px solid;
    padding-top: 5px;
}
.toolb2
{
    border-bottom: #c6c6c6 1px solid;
    text-align: center;
    border-left: #c6c6c6 1px solid;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 220px;
    height: 134px;
    float: left;
    border-top: #c6c6c6 1px solid;
    border-right: #c6c6c6 1px solid;
    padding-top: 5px;
}


/** Footer Css **/
.footdiv
{
    width: 780px;
    line-height: 18px;
}
.footdiv p
{
    margin: 0px;
    padding: 5px;
}
.footdivtop
{
    background: #ff890b;
    text-align: center;
}
.footdivtop a
{
    color: #fff;
    font-weight: bold;
}

