﻿body
{
    font-size: 10pt;
    font-family: Arial, Verdana, Sans-Serif, Helvetica;
    margin: 5px;
}

table.tblCategory
{
    padding: 4px;
    border-collapse: collapse;
    background-color: #FFF9D9;
    border: none;
    margin-bottom: 40px;
    margin: 0 auto;
}

td.tdBlank
{
    border: none;
	background-color: White;
}

td.tdCatL
{
    padding: 1px 20px 1px 15px;
    border: solid 2px #FFD737;
    border-right: none;
    vertical-align: text-top;
    vertical-align: top;
}
td.tdCatL p{
	text-align: left;	
}

td.tdCatM
{
    padding: 1px 20px 1px 15px;
    border: solid 2px #FFD737;
    border-left: none;
    border-right: none;
    vertical-align: text-top;
}

td.tdCatR
{
    padding: 1px 20px 1px 15px;
    border: solid 2px #FFD737;
    border-left: none;
    vertical-align: text-top;
}

tr.trCategoryHeader
{
    background-color: #FFD737;
}

tr.trCategory
{
    background-color: #FFF9D9;
    vertical-align: text-top;
}

h1.h1CityYP
{ 
    font-size: 16pt;
    font-weight: bold;
    color: Black;
    white-space: nowrap;
    margin-left: 10px;
}

h2.h2Category
{ 
    font-size: 14pt;
    font-weight: bold;
    color: Black;
    white-space: nowrap;
    margin: 2px;
    margin-left: 8px;
}

h3.h3Book
{ 
    font-size: 12pt;
    font-weight: bold;
    color: Black;
    white-space: nowrap;
    margin: 2px;
    margin-left: 8px;
}

h4.h4Book
{ 
    font-size: 12pt;
    font-weight: bold;
    color: Black;
    white-space: nowrap;
    margin: 2px;
    text-align:center;
}

dt.dtMainCategory
{ 
    margin-bottom: 6px;
}

a.MainCategory
{ 
    font-size: 11pt;
    font-weight: normal;
    color: Blue;
    margin: 0;
    text-decoration: underline;
    padding-left: 5px;
    text-indent: -13px;
}


a.MainCategory:visited
{
    color: Blue;
}

a.MainCategory:hover
{
    color: #007FFF;
    text-decoration: underline;
}

#sitemap_list {
	
}

#sitemap_list ul {
	list-style-type: none;
}

#sitemap_list li {
	height: 50px;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
}

#sitemap_list li:hover {
	background-color: #FFFF9D;
}

#sitemap_list p {
	margin: 0;
	padding: 0;
	margin-top: 5px;
	cursor: default;
}

#sitemap_list .list_even {
	background-color: #EFEFEF;
}