﻿body
{
    direction: rtl;
    background-color: #dbdbdb;
    color: gray;
    text-align: center;
    margin: 4px 0px;
	font-family: Arial, Sans-Serif;
}
h3
{
    font-size: 100%;
    margin: 0;
}
table
{
    border-collapse: collapse;
}
#top
{
    width: 100%;
}
#body
{
    width: 770px;
    margin: 0 auto;
}
#address
{
    color: #aaa;
    direction: ltr;
    font-size: 9pt;
    font-weight: 100;
    letter-spacing: 6pt;
    text-align: left;
    vertical-align: top;
}
.tab, .acttab
{
    width: 72px;
}
.spacer
{
    width: 14px;
}
.tab, #logo
{
    border: 1px dotted #bbb;
}
.work
{
    background: #e0e0e0;
}
.spacer, .tab, #logo
{
    border-bottom: 1px solid #bbb;
}
.acttab, #logo.act
{
    background: url(../pics/acttab.png) #eee bottom repeat-x;
    border: 1px solid #bbb;
    border-bottom: none;
}
.tab a, .acttab a, #logo a
{
    display: block;
    font-weight: bold;
}
#logo img
{
    border: none;
    color: #844;
    font-family: Miriam;
    font-size: 24pt;
    font-weight: 100;
    letter-spacing: 7pt;
    vertical-align: middle;
    padding: 5px 0;
}
a:link, a:visited
{
    color: gray;
    text-decoration: none;
}
a:active, a:hover
{
    color: black;
    background: url(../pics/acttab.png) #eee bottom repeat-x;
    /*text-decoration: underline;*/
}
a:link img, a:visited img,
a:active img, a:hover img
{
    border: 1px solid gray;
}

.acttab a:link, .acttab a:visited
{
    color: #000;
}
#page
{
    margin: 4px 0;
    min-height: 800px;
}
#copy
{
    border-top: 1px solid #bbb;
}
.text
{
    border: 1px solid #ccc;
    background-color: #ddd;
    margin: 4px auto;
    text-align: center;
    width: 736px;
}
.gallery td
{
    padding: 4px 2px;
}

#preview { width:700px; white-space:nowrap; overflow:hidden; margin: 0 auto }
#preview img { height:60px; border-width: 1px; opacity: 0.5; filter:alpha(opacity=50); }
#preview a:active img,
#preview a:hover img	{ opacity: 1; filter:alpha(opacity=100); }

#showWork { width: 500px; }
#showWork img { width: 500px; }

#wideWork img { width: 704px; padding: 8px 0; }

#showDetails { color:#999; font-size: smaller; width: 200px; }
