﻿/* Master page */
body{
    background-color: #302D30;
    font-family: Arial;
    font-size: small;
    font-weight: normal;
    color:white;
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 0px 0px;
}
/*
TABLE {border: solid 1px red;}
TD {border:dashed 1px yellow;}
*/
.menuTable
{
    direction: rtl;
    white-space: nowrap;
}

.Copyright
{
    font-family: Arial;
    font-size:x-small;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    padding-right: 20px;
    padding-left: 20px;   
}

/* Site Menu */
a.mnuLink:link, a.mnuLink:visited 
{
    font-family: Arial;
    font-size: small;
    font-weight: bold;
    color:gray;
    text-align: center;
    text-decoration: none;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 2px;
    float: right;
}
a.mnuLink:link:hover, a.mnuLink:visited:hover 
{
    font-family: Arial;
    font-size: small;
    font-weight: bold;
    color:white;
    text-align: center;
    text-decoration: none;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 2px;
    float: right;
}
a.langLink:link, a.langLink:visited 
{
    font-family: Arial;
    font-size: smaller;
    font-weight: normal;
    color:gray;
    text-decoration: none;
}
a.langLink:link:hover, a.langLink:visited:hover 
{
    font-family: Arial;
    font-size: smaller;
    font-weight: normal;
    color:white;
    text-decoration: underline;
}

/* Links page */
a.Links:link, a.Links:visited 
{
    font-family: Arial;
    font-size: small;
    font-weight: normal;
    color:white;
    text-decoration: underline;
}

a.Links:link:hover, a.Links:visited:hover 
{
    font-family: Arial;
    font-size: small;
    font-weight: normal;
    color:gray;
    text-decoration: none;
}
div.Links 
{
    text-align: right;
    direction: rtl;
}

a.linkMail{
    font-family: 'BankGothic Lt BT',Verdana, Arial;
    /*font-size: 10pt;*/
    font-size: small;
    font-weight: normal;
    color:white;
    text-decoration: underline;
}
.btnClick
{
    cursor:pointer;
}

/* Contact Form*/
.formlable
{
    width: 100px;
    text-align:right;
    direction :rtl;
}

.formcontrol
{
    border: solid 1px gray;
    background-color: #302D30;
    color: White;
    text-align:right;
    direction :rtl;
    width: 200px;
}

.txtEmail
{
    text-align:left;
}
.validate
{
    visibility:collapse;
    display: inline;
    position: relative;
    top: 0px;
    left:0px;
}

/* Content Panel */
#tblContent
{
    direction: rtl;
}

td.content
{
    text-align: center;
    direction: rtl;
    vertical-align: middle;
}

.SubTitle
{
    width: 98%;
    margin-bottom: 11px;
    margin-top: 0px;
    vertical-align: text-bottom;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    font-family: Arial;
    font-size: x-large;
    font-weight: normal;
}

div.content
{
    width: 98%;
    height: 355px;
    vertical-align: middle;
    text-align: center;
    border: solid 1px gray;
    overflow: hidden;
}

.contentSep
{
    width: 10px;
    max-width: 10px;
}

div.innerContent
{
    text-align: right;
    direction: rtl;
    width:98%;
    height: 347px;
    overflow: hidden;
    padding: 6px 6px 6px 6px;
    /*
    overflow-y: auto;
    overflow-x: hidden;
    border: solid 1px gray;
    scrollbar-base-color: black;
    scrollbar-face-color: black;
    scrollbar-shadow-color:gray;
    scrollbar-highlight-color: lightgray;
    scrollbar-arrow-color: gray;
    */
}

div.article
{
    text-align:justify;
    direction: rtl;
    width:98%;
    padding: 6px 6px 6px 6px;
    border: solid 1px gray;
    overflow: hidden;
}

/* Gallery */
.Thumbs
{
    border: solid 1px gray;
    padding: 5px 5px 5px 5px;
    cursor: pointer;
}

/* Contact me */
.ContactButton
{
    width: 60px;
}

.LinksPager
{
    direction: rtl;
    text-align:center;
}

.MySiteLink
{
    direction:ltr;
    text-align: left;
    border: solid 1px gray;
    /*background-color: #302D30;*/
    background-color: #EEE;
    font-family: Arial;
    font-size: small;
    font-weight: normal;
    color:black;
    margin: 0px 0px 10px 0px;
    padding: 2px 2px 2px 2px;
    width: 85%;
    display:inline;
    height: 2.5em;
}

/* not in use */
.MainTitle{
    font-family: 'BankGothic Lt BT',Verdana, Arial;
    /*font-size: 20pt;*/
    font-size: large;
    font-weight: bold;
    color:#A30D0D;
    text-align: center;
}

.ArticleImg
{
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
    margin-top: 8px;
    padding: 2px 2px 2px 2px;
    border: solid 1px gray;
}

