﻿.Map .Header
{
	background-image :url(Map.gif);
	background-repeat:no-repeat;
	width:200px;
	height:20px;
}

.Map .HeaderLeft
{
	background-image :url(HeaderLeft.gif);
	background-repeat:no-repeat;
	height:20px;
	width:12px;
}

.Map .HeaderRight
{
	background-image :url(HeaderRight.gif);
	background-repeat:no-repeat;
	height:20px;
	width:12px;
}

.Map .HeaderContent
{
	background-image :url(HeaderContent.gif);
	background-repeat:repeat-x;
	width:556px;
}

.Map .Left
{
	background-image :url(Line.gif);
	background-repeat:repeat-y;
	background-position:left top;
}

.Map .Right
{
	background-image :url(Line.gif);
	background-repeat:repeat-y;
	background-position:right top;
}

.Map .FooterLeft
{
	background-image :url(FooterLeft.gif);
	background-repeat:no-repeat;
	height:12px;
	width:12px;
}

.Map .FooterRight
{
	background-image :url(FooterRight.gif);
	background-repeat:no-repeat;
	height:12px;
	width:12px;
}

.Map .Footer
{
	background-image :url(Footer.gif);
	background-repeat:repeat-x;
}

.Map .Content
{
	padding-top:10px;
	vertical-align:top;
	height:300px;
}

#myMap
{
	width:756px;
	height:350px;
}

.Map .Content .MyMap
{
	height:300px;
	position:absolute;
	left:12px;
	top:440px;
	clip:rect(0px 756px 300px 0px);
}

.Map .Content td
{
	height:30px;
	text-align:center;
}

.Map .Content td .Topic
{
	float:left;
	width:660px;
	overflow:hidden; 
	white-space:nowrap;
	text-overflow:ellipsis;
}

.Map .Content td .Date
{
	float:left;
	width:70px;
	padding-left:10px;
}

.Map .Content a:link
{
	color:Black;
	text-decoration:none;
}

.Map .Content a:visited
{
	color:Black;
	text-decoration:none;
}

.Map .Content a:hover
{
	color:Red;
	text-decoration:underline;
}

.Map .More a:link
{
	color:#2c77bd;
	text-decoration:none;
}

.Map .More a:visited
{
	color:#2c77bd;
	text-decoration:none;
}

.Map .More a:hover
{
	color:Red;
	text-decoration:underline;
}