﻿/**************************************************/
#sitemap
{
	width: 100%;
}

#sitemap thead td
{
	font-weight:bold;
	color:#006;
	padding-bottom:5px;
	letter-spacing:1px;
	font-size:110%;
}

#sitemap thead td img
{
	margin: 0 5 0 0;
	vertical-align:middle
}

#sitemap tbody th
{
	width:100%;
}

/**************************************************/
#sitemapmaincontent
{
	width:100%;
	vertical-align:top;
	padding-left: 10px;
	font-size:70%;
}

#sitemapmaincontent thead td
{
	background-color:#69C;
	color:#FFF;
	font-weight:bold;
	padding:3 0 3 12;
	border-bottom:5px solid #FFF;
}

#sitemapmaincontent tbody
{
	background-color:#69C;
}

#sitemapmaincontent tbody td
{
	background-color:#FFF;
}

#sitemapmaincontent table
{
	width:100%;
}

#sitemapmaincontent table thead td
{
	background-color:#C7D9EB;
	color:#05C;
	font-size:70%;
}

#sitemapmaincontent th table tbody td
{
	text-align:center;
	vertical-align:top;
	line-height:20px;
	font-size:70%;
}

#sitemapmaincontent th table tbody div
{
	width:95%;
	text-align:left;
	border-bottom:1px solid #CCC;
	padding:5 0 5 10;
}

#sitemapmaincontent th table tbody div table td
{
	text-align:left;
	padding:0 15 0 0;
}

#sitemapmaincontent th table tbody th
{
	text-align:right;
	background-color:#FFF;
}

#sitemapmaincontent th table tbody th img
{
	margin:0 5 5 5;
}

#sitemapmaincontent th table a
{
	color:#2569D8;
}

#sitemapmaincontent th table a:hover
{
	color:#909;
}

