/* CSS Document */

tr.tagged-row td{
border-bottom: solid #eeeeee  1px;
}

tr.default-row td{
border-bottom: solid #eeeeee  1px;
}

span.hidden-tag {
display: none;
}

/* Default View Tags */
/* Default View Tags */
/* Default View Tags */

.defaultviewtags {
	font-size:12px;
	margin-left: 17px;
	text-align: right;
/*	width:500px; */
}

.defaultviewtags ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:0; 
/*	margin-bottom:16px; */
	margin-top:0; 
/*	margin-top:6px;  */
	margin-left:0; 
	padding-left:0;
}

.defaultviewtags ul li {
	line-height:30px;
}

.defaultviewtags li {
	display:inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 4px 4px 0;
}

.defaultviewtags ul li a {
	background-color:#EEEEEE;
	color:#999999;
	padding:4px;
	text-decoration:none;
}

.defaultviewtags ul li a:hover {
	background-color: #bbb;
	text-decoration: underline;
	color: #666;
}

/* Sidebar Tags */
/* Sidebar Tags */
/* Sidebar Tags */

#sidebarTags {
	font-size:12px;
	margin-left: 17px;

}

#sidebarTags ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:0; 
/*	margin-bottom:16px; */
	margin-top:0; 
/*	margin-top:6px;  */
	margin-left:0; 
	padding-left:0;
}

#sidebarTags ul li {
	line-height:30px;
}

#sidebarTags li {
	display:inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 4px 4px 0;
}

#sidebarTags ul li a {
	background-color:#000;
	color:#FFF;
	padding:4px;
	text-decoration:none;
}

#sidebarTags ul li a:hover {
	background-color: #FFCC33;
	text-decoration: underline;
	color: #333;
}

#sidebarTags ul li a.tagOn {
	background-color:#FFCC33;
	color:#333;
	padding:4px;
	text-decoration:none;
}

#sidebarTags ul li a.tagOn:hover {
	background-color: #FFCC33;
	text-decoration: underline;
	color: #333;
}

/* Tagged List Tags */
/* Tagged List Tags */
/* Tagged List Tags */

.listTags {
	font-size:12px;
	margin-left: 17px;
	text-align: right;
}

.listTags ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:0; 
/*	margin-bottom:16px; */
	margin-top:0; 
/*	margin-top:6px;  */
	margin-left:0; 
	padding-left:0;
}

.listTags ul li {
	line-height:30px;
}

.listTags li {
	display:inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 4px 4px 0;
}

.listTags ul li a {
	background-color:#000;
	color:#FFF;
	padding:4px;
	text-decoration:none;
}

.listTags ul li a:hover {
	background-color: #FFCC33;
	text-decoration: underline;
	color: #333;
}

.listTags ul li a.tagQuiet {
background-color:#EEEEEE;
color:#999999;
padding:4px;
text-decoration:none;
}


.listTags ul li a.tagOn {
	background-color:#FFCC33;
	color:#333;
	padding:4px;
	text-decoration:none;
}

.listTags ul li a.tagOn:hover {
	background-color: #FFCC33;
	text-decoration: underline;
	color: #333;
}
