﻿body
{
    direction: rtl;
    text-align: right;
    font-family: Tahoma;
    background-color:#F4F4F4;    
}
table
{
    font-size: 81.25%;
}
.title
{
    width: 90%;
    padding: 3px 0px 3px 10%;
    font-weight: bold;
    color: #444;
    background-color: #fff;
    border-bottom: 2px #CC3300 solid;
    text-align: right;
}


/* Photo Border for All Pages Except the Albums Page */

.album-frame .topx----, .album-frame .top----x, .album-frame .botx----, .album-frame .bot----x
{
    height: 14px;
    width: 14px;
}

.album-frame .top-x---
{
    background-image: url(album-tstretch.gif);
    background-repeat: repeat-x;
    text-align: left;
    height: 14px;
    width: auto;
}
.album-frame .top--x--
{
    background-image: url(album-tstretch.gif);
    background-repeat: repeat-x;
    height: 14px;
    width: auto;
}
.album-frame .top---x-
{
    background-image: url(album-tstretch.gif);
    background-repeat: repeat-x;
    text-align: right;
    height: 14px;
    width: auto;
}

.album-frame .mtpx----
{
    background-image: url(album-rstretch.gif);
    background-repeat: repeat-y;
    vertical-align: top;
    height: auto;
    width: 14px;
}
.album-frame .mtp----x
{
    background-image: url(album-lstretch.gif);
    background-repeat: repeat-y;
    vertical-align: top;
    height: auto;
    width: 14px;
}

.album-frame .midx----
{
    background-image: url(album-rstretch.gif);
    background-repeat: repeat-y;
    height: auto;
    width: 14px;
}
.album-frame .mid----x
{
    background-image: url(album-lstretch.gif);
    background-repeat: repeat-y;
    height: auto;
    width: 14px;
}

.album-frame .mbtx----
{
    background-image: url(album-rstretch.gif);
    background-repeat: repeat-y;
    vertical-align: bottom;
    height: auto;
    width: 14px;
}
.album-frame .mbt----x
{
    background-image: url(album-lstretch.gif);
    background-repeat: repeat-y;
    vertical-align: bottom;
    height: auto;
    width: 14px;
}

.album-frame .bot-x---
{
    background-image: url(album-bstretch.gif);
    background-repeat: repeat-x;
    text-align: right;
    height: 14px;
    width: auto;
}
.album-frame .bot--x--
{
    background-image: url(album-bstretch.gif);
    background-repeat: repeat-x;
    height: 14px;
    width: auto;
}
.album-frame .bot---x-
{
    background-image: url(album-bstretch.gif);
    background-repeat: repeat-x;
    text-align: left;
    height: 14px;
    width: auto;
}

.item
{
    padding: 20px 50px;
    color: #B2B2B2;
}

