/* Sitemap related CSS */
#sitemap-header {
	color: #d04c02;
	padding: 1px 0px;   
    font-size:10x;
    font-weight: bold;	
    font-size: 120%;
	margin-left: 60px;
	margin-right: 60px;
	margin-top: 10px;
}

#sitemap-element {
    color: #077314;
}


#list-item {
    color:#077314;
    list-style-type:disc;
}

#sitemap-ul {
    margin:1px;
    padding:2px;
    list-style-position: inside; 
    border:1px #fffccc;
	margin-left: 60px;
	margin-right: 60px;
}

#sitemap-table {
}

.c {
    vertical-align:top;
    padding: 5px 5px 5px 5px;
}

#empty-space {
    padding-top: 15%;
}

#bottom-empty-space {
    padding-top: 40%;
}