﻿/* general */
Body {
    font-family: Arial, Verdana, Courier New (Hebrew), Times New Roman (Hebrew);
    font-size: 12px;
    color: Black;
}
A {
    text-decoration: none;
    color: Black;
}
a:hover {
    color:#BB1112;
}

/* menu */
.menu {
    font-weight: normal;
    border-top: #dadada 1px dashed;
    width:175px;
}
.menuOver {
    font-weight: Bold;
    border-top: #dadada 1px dashed;
    width:175px;
}

/* header / footer / Main */
.TableMain {
    width: 801px;
    height: 100%;
}
.ContentMain {
    border-left: #bb1112 1px solid;
    width:590px;
    vertical-align: top;
}
.ContentSeperator {
    width: 24px;
}
.ContentMenu {
    border-right: #bb1112 1px solid;
    vertical-align: top;
    width:186px;
}
.header {
    height: 100px;
    width: 100%;
}
.footer {
    border: #bb1112 1px solid;
    height: 24px;
    color: #bb1112;
}
.acknowledge {
    height: 26px;
    border-right: #bb1112 1px solid;
    border-left: #bb1112 1px solid;
    color:#989898;
    text-decoration: none;
}
.acknowledge a {
    color:#989898;
}
.FooterButton {
    height: 16px;
    width: 60px;
    background-color: #BB1112;
    text-align:center;
    color: #FFFFFF;
}
.boldText {
    font-weight:bold;
    color:#BB1112;
}
.normalText {
    color:#BB1112;
}
/* login/register */
.loginTextBox {
    border: 1px solid #BB1112;
    width: 140px;
    height: 15px;
}
.loginText {
    color: #323232;
}
.loginSpace {
    background-color: #666666;
}
.loginBtn {
    font-weight: bold;
    color: #BB1112;
}
.RegTextBox {
    border: 1px solid #A7A7A7;
    width: 140px;
    height: 15px;
    background-color: #FAFBD7;
}
/* gelleries */
.GalleryThumb {
    padding: 4px;
    cursor:pointer;
}
.GalleryProjName {
    font-weight: bold;
}
.FinishingThumb {
    border: 1px solid #BB1112;
    color: #BB1112;
    font-weight: bold;
    padding: 4px;
    text-align: center;
    vertical-align: middle;
}
.FinishingThumbClick {
    background-color: #BB1112;
    font-weight: bold;
    color: #FFFFFF;
    padding: 4px;
    text-align: center;
    vertical-align: middle;
}
/* specs */
.specText {
    border-bottom: #dadada 1px dashed;
}
/* projects */
.projectTheme {
    color: #BB1112;
    font-weight: bold;
    font-size: 13px;
}
.projectName {
    font-size: 11px;
}
.projSeperator {
    border-left: #dadada 1px dashed;
}
/* panels options */
.panelsText {
    /* color:#BB1112; */
    text-align:right;
    width:130px;
}
/* admin */
.AdminListItems {
    font-size: 11px;
    font-weight: bold;
    color:#BB1112;
}
.AdminTitle {
    font-size: 14px;
    font-weight: bold;
    color:#BB1112;
}
.StdText 
{
    font-size:9pt;
    font-weight:bold;
}
.StdTextBox	{
    font-size:9pt;
    border:solid 1px black;
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='gray', Positive='true');
}
.Shadow {
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='gray', Positive='true');
}
