body {
    font-family: tahoma, verdana, sans-serif;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffe1;
}

b.hl_word {color: red; font-weight: inherit;}

a {color: teal;}
a:active {color: red;}
a:visited {color: teal;}

table,
table td
{margin: 0px;
 padding: 0px;
 text-align: left;
 vertical-align: top;
}


td.menu a 
{font-weight: bold;}

.yellow-pages-tbl
{margin: auto;}

.yellow-pages-tbl td
{padding: 0px 15px 20px 0px;}

table.ext-links a {margin-left: 25px;}

img {border: 0px red none;}

a {text-decoration: none;}
a:visited, a:active {}
a:hover {text-decoration: underline;}

p 
{text-align: justify;
 text-indent: 25px;
 line-height: 1.5em;
}

table.search-results
{width: 100%}

table.search-results th
{text-align: right;
 font-weight: normal;
 color: white;
 background-color: teal;
 padding: 2px 3px;
 vertical-align: top;
}

table.search-results td
{padding: 2px 0px 15px 20px;}

table.search-results a
{font-weight: bold;}


table.search-results td.nav-bar 
{vertical-align: bottom; 
 padding-bottom: 0px;
}

table.search-results td.nav-bar a
{font-weight: normal;}
 

table.flat-teal,
table.flat-teal-white
{background-color: teal;
 margin: auto;
}

table.flat-teal td,
table.flat-teal-white td
{background-color: #CEFBDC;
 padding: 2px 5px;
}

table.flat-teal-white td
{background-color: white;}

table.small-padding td
{padding: 1px;}

table.rus-eng-tbl
{width: 100%}

table.rus-eng-tbl td
{padding: 0px;}

table.rus-eng-tbl td.name
{width: 35px;
 text-align: right;
 vertical-align: middle;
 padding-right: 3px;
}


div.edit-cats
{overflow: scroll;
 height: 200px;
}

div.edit-cats table 
{background-color: gray;
 width: 600px;
}

div.edit-cats table td
{background-color: white;
 padding-left: 10px;
}

div.edit-cats table td.top-cat
{font-weight: bold;
 padding-left: 2px;}

table.factory-info
{background-color: gray;
 width: 100%;
}

table.factory-info td
{background-color: #ffffe1;
 padding: 5px;
}


/******************************************************/
/*             calendar div                           */
/******************************************************/
div#calendar-div
{padding: 3px; 
 background-color: white;
 border: 1px solid gray;
 text-align: center;
 vertical-align: middle;
 visibility: hidden;
 position: absolute;
 top: 100px;
 left: 100px;
}

div#calendar-div,
div#calendar-div table.cal-tbl,
div#calendar-div table.cal-top-tbl
{width: 250px;}

div#calendar-div table.cal-tbl
{background-color: gray;}

div#calendar-div table.cal-top-tbl
{background-color: #4682B4;
 color: white;
 margin: auto;}


div#calendar-div table.cal-tbl td
{width: 14%;
 text-align: right;
 background-color: white;}

div#calendar-div table.cal-tbl td.day-name
{background-color: #87cefa;}

div#calendar-div table.cal-tbl td.cur-date
{background-color: #ffb6c1;}

div#calendar-div table.cal-tbl td.weekday-date
{background-color: #dbeaf5;}

div#calendar-div table.cal-tbl a.this-month-day,
div#calendar-div table.cal-tbl a.other-month-day
{text-decoration: none;
 color: black;}

div#calendar-div table.cal-tbl a.other-month-day
{color: gray;}

div#calendar-div input.time
{border: 1px solid gray;
 margin: 0px;
 width: 100px;
 padding-left: 3px;
}

