﻿.tree {
      margin: 5px 0px 0px 5px;
      padding: 0px;
      line-height: 100%;
}
.tree ul { margin: 0px; padding: 0px; } /* Disable this for 2nd Style */
.tree li
{
    padding: 3px 1px 3px 2px;
    margin: 3px 3px 3px 20px;
    font-weight: bold;
    font-size: 110%;
    color: #3f70a0;
    list-style-position: outside;
}
.tree li ul li{
      padding: 3px 1px 3px 2px;
      margin: 3px 3px 3px 20px;
      font-weight: bold;
      font-size: 95%;
      color: #555555;
      list-style-position: outside;
}
.tree li ul li ul li{
      padding: 3px 1px 3px 2px;
      margin: 3px 3px 3px 20px;
      font-weight: normal;
      font-size: 95%;
      color: Gray;
      list-style-position: outside;
}
.tree a{
      text-decoration: none;
      border: 0px;
      font-weight: normal;
}

/* Left Column Tree */
.coltree {
      margin: 0px 0px 0px 0px;
      padding: 0px;
      font-size: 90%;
      line-height: 110%;
}
.coltree ul { margin: 1px; padding: 1px; }
.coltree li {
      padding: 2px 2px 2px 4px;
      margin: 1px;
      list-style: none;
      font-weight: bold;
      color: #fff;
      background-color: #3f70a0;
}
.coltree li ul li{
      padding: 2px;
      margin: 1px 1px 1px -1px;
      list-style: none;
      font-weight: bold;
      color: #555555;
      background-color: #B7C7DD;
}
.coltree li ul li ul li{
      padding: 3px 5px 3px 5px;
      margin: 1px;
      list-style: none;
      font-weight: normal;
      color: Gray;
      background-color: #DEDEDE;
}
.coltree a{
      text-decoration: none;
      border: 0px;
      font-weight: normal;
} 

.twitter_icon {
	height: 20px;
	width: 30px;
	position: absolute;
	top: 6px;
	right: 60px;
	background-image: url(../images/icon_twitter.png);
	background-repeat: no-repeat;
}
.rss {
	max-height: 200px;
	width: 212px;
	position: relative;
	font-size: 0.9em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 120%;
	overflow: auto;
}
.rss a
{
	text-decoration: none;
	border: 0;
	font-weight: normal;
	color: #3399FF;
}
.rss_container {
	height: 200px;
	width: 190px;
	overflow: hidden;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
}
/*
.rss_content {
	position: absolute;
	padding: 0px 3px 1px 0px;
}
*/
.rss_content {
	position: relative;
	padding: 0px 3px 1px 0px;
	width: 190px;
}
.rss_content table td
{
	padding-bottom: 4px;
	padding-top: 2px;
	border-bottom: dashed 1px #98C2E2;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-style: none none dashed none;
}
.rss_up {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 14px;
	width: 20px;
}
.rss_down {
	position: absolute;
	right: 0px;
	bottom: 0px;
	height: 14px;
	width: 20px;
}
.rss_options {
	margin-top:8px;
	font-size:0.9em;
}
.rss_options table{
	margin: 0px;
	padding: 0px;
}
.rss_options table td{
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	white-space: nowrap;
}
.rss_options table td input
{
	display: block;
	float: left;
}
.rss_options table td label
{
	display: block;
	float: left;
	margin-top: 2px;
	margin-left: 1px;
	margin-right:5px;
	line-height: 100%;
}