﻿body {
}

.TagEditControls
{
	border: solid 1px black;
	padding: 2px 2px 2px 2px;
	margin-top:5px;
}
/* the container for a tag cloud */
#tagCloud
{	
	text-align:justify;
}
.editFunctions
{
	border:solid 1px black;
	margin:5px;
	padding:5px;
}
/* the header of the tag cloud */
.tagDisplayOptions
{
	margin-bottom:5px;
}
/* the individual span holding the tag link */
.tagText
{
	
}
/* the container for the tag list */
#tagList
{
	
}
/* the container for an item in the list*/
.tagListItem
{
	border:dotted 1px black;
	padding:4px 4px 4px 4px;
}
/* the header of the list item */
.tagHeader
{
}
/* a line in the tag list item */
.tagLine
{
}

/* the container for the reutnr url to the tag list*/
.tagListReturn
{
}
/* the tag list return Url class */
.returnLink
{
	font-size:smaller;
}
/* the containing class for the edit page */
#tagAdmin
{
}
/* */
.tagPagingDiv 
{
	margin: 10px 10px 10px 10px;
}
.tagPagingDiv ul
{
	padding:0;
	margin:0;
}
.tagPagingDiv li
{
	list-style:none;
	float:left;	
	padding-left:0px;
	padding-right:30px;
}
.tagCurrentPage
{
	border:solid 1px black;
	padding-left:4px;
	padding-right:4px;
}