/* CSS Document */
.Header
{
	background: url(images/header_bg.gif);
	background-color: #737294;
	color: #FFFFFF;
	border: #57566F 1px solid;
	border-bottom-width: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	padding: 5px;
	cursor: default;
}

.SiteMap
{
	background-color: white;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding-left: 15px;
}

.RootNode
{
	color: #303A52;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	padding: 7px;
	padding-top: 7px;
	padding-bottom: 1px;
}

.RootNode a
{
	color: #303A52;
	text-decoration: none;
}

.RootNode a:hover
{
	color: #aaa;
	text-decoration: underline;
}

.ParentNode
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}

.ParentNode a
{
	color: black;
	text-decoration: none;
}

.ParentNode a:hover
{
	color: #aaa;
	text-decoration: underline;
}

.LeafNode
{
	color: black;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

.LeafNode a
{
	color: black;
	text-decoration: none;
}

.LeafNode a:hover
{
	color: #aaa;
	text-decoration: underline;
}

/* CSS part for the design of the MyTraffic Progress Bar */
#profile-box-frame
{
	width: 720px;
	background-color: #ddf0f8;
	border: 1px solid #99cce6;
	color: #333333;
	padding: 10px;
	font-family: arial;
	font-size: 13px;
	moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#profile-box-content
{
	background-color: #ffffff;
	border-bottom: 3px solid #c8e4f1;
	color: #333333;
	padding: 10px;
	font-family: arial;
	font-size: 13px;
	height:34px;
}

a.profile_box
{
	color: #006699;
	padding: 20px;
	text-decoration: none;
	font-weight: normal;
}
a.profile_box:hover
{
	color: #006699;
	padding: 3px;
	text-decoration: underline;
}

a.profile_box
{
	color: #006699;
	padding: 3px;
	text-decoration: none;
}

a.profile_box_off
{
	color: gray;
	padding: 3px;
	text-decoration: line-through;
}

