ul.ToolBar {
list-style:none;
padding:0;
}
ul.ToolBar li {
float:right;
display:block;
padding:0;
text-align:center;
margin: 0 5px 0 0;
padding:10px 5px 0 0;
}
ul.ToolBar li a{
cursor:pointer;
text-decoration:none;
margin:0;
}
ul.ToolBar li a:hover{
color:#333;
text-decoration:underline;
}


.NextLinks {
	float:right;
	margin-right:5px;
}
.PrevLinks {
	float:left;
	margin-left:5px;
}
.PrevLinks, .NextLinks {
	cursor:pointer;
	font-size:11px;
}
.PrevLinks:hover, .NextLinks:hover {
	text-decoration:underline;
}
.tooltip {
	width: 350px;
	color: #666;
	background-color:#ececec;
	padding:3px;
}
.tooltip .title { 
	padding: 5px;
}
.tooltip .content { 
	background: #fff; 
	border:1px solid #ccc;
	padding: 5px;
}
#blogHeader {
	width:485px;
	overflow:visible;
	margin:0;
	height:40px;
	background:url("/images/blogs.jpg") 0 0 no-repeat;
	display:block;
}
#blogHeader span {
	display:none;
}
#BlogsContainer {
	clear:both;
	padding:1px;
	width:480px;
	height:auto;
	border:1px solid #93a7bd;
}
#BlogsContainer h4 {
	margin:0;
	padding:10px;
	color:#666;
	font-size:12px;
	overflow:visible;
}
#BlogsContainer p {font-size:11px;color:#666;margin-left:10px;}
.FeedEntries {
visibility:hidden;
margin-top:7px;
}
.FeedEntries ul {
	list-style:none !important;
	padding:14px;
	margin:0;
}
a.FeedLink, a.FeedLink:link {
	color:#093465;
	font-size:10px;
	text-decoration:none;
}
a.FeedLink:hover {
	text-decoration:underline;
}
div.FeedTitle {
	padding:3px 3px 3px 9px!important;
	margin:3px;
	color:#666;
	font-size:12px;
	height:15px;
	font-weight:bold;
}
.closed {
background:url("images/blogbullet_closed.gif") 6px 6px no-repeat;	
}
.open {
background:url("images/blogbullet_open.gif") 3px 8px no-repeat;
}
div.FeedTitle:hover {
	cursor:pointer;
	background-color:#e6e6e6;	
}
div.FeedTitle span {
float:left;
margin-left:6px;
}
a.Unsubscribe, a.Unsubscribe:link {
	float:right;
	font-weight:normal;
	color:#093465;
	font-size:10px;
	text-decoration:none;
	margin-right:6px;
}
a.Unsubscribe:hover {
text-decoration:underline;
}
div.Subscribe {
	padding:3px !important;
	margin:3px 6px;
	color:#666;
	font-size:12px;
	height:15px;
	font-weight:bold;
	cursor:pointer;
	background-color:#fff;
}
div.Subscribe:hover {
	color:#666;
	background-color:#e6e6e6;
}
div.Subscribe span {
float:left;
}
#availableBlogs {
	margin:3px;
	background-color:#fff;
	padding:3px;
	clear:both;
}
#availableBlogs ul {
	list-style:none;
	margin:0;
	padding:0;
}
#availableBlogs ul li {
margin:3px 0 6px 0;
padding: 0 3px;
}
#availableBlogs ul li span {
	color:#666;
	font-size:12px;
	font-weight:bold;
	float:left;
}
#availableBlogs ul li a {
	float:right;
	cursor:pointer;
	font-size:10px;
}
#availableBlogs ul li p {
clear:both;
margin:3px 0 0 0;
padding:0;
}

#myFeeds {
	background:url("images/uptab_right.jpg") 100% 0 no-repeat;
}
#myFeedsH3 {
	padding:8px;
	background:url("images/uptab_left.jpg") 0 0 no-repeat;
	margin-bottom:5px;
	color:#666;
	font-size:12px;
}
ul.FormList {
	list-style:none;
}
.FormList li label {
	width:300px;
	text-align:right;
	padding-right:4px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
}
#statusResponder {
	background-color:#C03000;
	color:#fff;
	width:130px;
	text-align:center;
	position:fixed;
	left:70%;
	top:0;
	z-index:1000;	
}
