/**********************************************************/
/*tag specific classes*/
/**********************************************************/
.tagContainer{
    width:auto;
}
.tagContainerTitle{
    padding-left:10px;
    color:#ccc;
}
.tagContent{
	padding:10px;
	font-size:small;
	color:#ccc;
}

.trayTagContent{
	margin:0;
	font-size:small;
	padding:0px;
	color:#ccc;
	border:1px solid #656565;
	/*overflow-y:auto;
	overflow-x:hidden;*/
}

/***********************************************************/
/* Tag Cloud Styles                                        */
/***********************************************************/
#tagPatch.sidebar { }
/* reset styles - qualified with sidebar does not alter the style of page elements */

.poswrapper {
	height:100%;
	position:relative;
    padding:10px;
}
.poswrapper #tagContainer {
	position:absolute;
	top:0;
	right:10px;
}

#tagContainer li { margin: 0; display: inline }
#cloudControls{
    background-color: #333;
    padding: 5px 3px 3px 3px;
    border:1px #666 solid;
    color: #888888;
    text-align:left;
	margin-bottom: 3px;
    }
#TagCloud_content #cloudControls ul{
		margin: 0;
		display: inline;
	}
#editControls, #tagEditor{
	background-color: #333;
    padding: 5px 3px 3px 3px;
    border:1px #666 solid;
    color: #888888;
    text-align: left;
	margin-top: 4px;
}
#editField, #mergeField {
	width: 97%;
	font-size: small;
	}
#editor {
	border: 0;
	text-align:right;
	padding: 2px;
	margin-top: 4px;
	color: #fff;
	}
#editor .editme {
    border: 1px solid #656565;
    padding:2px 3px 3px 2px;
	background-color: #000;
    color: #f2f2f2;
}
#editor div.editme{
	height: 36px;
    padding: 0;
    color: #ff8;
	/*overflow: hidden;*/
	text-align: left;
	white-space: pre-wrap;
	border: 0;
	border-right: 1px solid #000;
}
#editorButtons{
	text-align:center;
	margin:15px;
	margin-bottom: 0;
	display: block;
}
#moreOptions {
	border: 1px solid #ccc;
	background-color: inherit;
	margin-top: 5px;
	padding: 3px;
	}
#moreOptions li {
	white-space:nowrap;
	}
#editor a {
	font-size: small;
    color: #fff;
    }
#cloudControls ul, #editControls ul {
	font-weight: normal;
	font-size: x-small;
	line-height:2em;
	}
#editControls {
	text-align: right;
	}
#trayTagCloudContainer #editControls {
	visibility: hidden;
	}
#cloudControls ul.options {
	font-weight: normal;
	font-size:x-small;
	background-color: #ccc;
    color:#ccc;
    }
#cloudControls li, #editControls li {
	border-right: 1px solid #888;
	color:#ccc;
    padding-right:0.5em;
    padding-left:0.5em;
}
#cloudControls li a{
	color:#69c  ;
}

#cloudControls li.end, #editControls li.end { border-right: none;  }
#cloudContent, #dialog_cloudContent {
    border: 0;
    margin: 0;
    }
#tagPatch .list li {display: block}
#tagPatch .list ul {text-align: center; font-size: small;}
#cloudContent.list,  #dialog_cloudContent.list { height:350px;}
#tagPatch .list li li span {
	line-height: 1.2;
	float: left;
	width: 25px;
	margin-right: 8px;
	text-align: right;
	clear: left;
	}
.tagslistwt {font-size:10px;}
table.listview td, table.listview th { text-align: left; border-bottom: 1px dotted #eeeeee; font-size: small; }
table.listview th {font-weight: bold; border-bottom: 2px solid #ccc; text-align:center}
span.separator {font-size:9px;
        color:#64475F;
                }

.cloudtitle span {
	font-size: small;
	}
.notagserror {
    font-size: small;
    text-align: center;
}
.leftSideContainerTagsPage{
	border: 0px dotted #888;
	padding: 2px;
}

/*  <for dialog>   */
.tagCloudControlList li{
	display: inline;
	font-size: small;
}
#cloudControls a, #editControls a, #actions .actionLink{
	color: #fff;
	text-decoration: underline;
}
#cloudControls a:hover, #editControls a:hover, #actions .actionLink:hover{
	color: #ff0;
	text-decoration: none;
}
#tc_confirmBox{
	color: #f00;
	text-align: right;
	display: none;
	margin-top: 5px;
}
/*  </for dialog>   */

/************** style 1****************/
.cloudContentStyle1 { text-align: left;}
#TagCloud_content .cloudContentStyle1{
	text-align: left;
	padding: 2px;
}

.cloudContentStyle1_holder{}

.cloudContentStyle1 span a, .cloudContentStyle1 a {
margin: 0px 7px;
text-decoration:none;
}
.cloudContentStyle1 span.tag a {color:#333333}
.cloudContentStyle1 span.tag1 a {color:#333333}
.cloudContentStyle1 span.tag2 a {color:#00A800}
.cloudContentStyle1 span.tag3 a {color:#007800}
.cloudContentStyle1 span.tag4 a {color:#3cd43e}
.cloudContentStyle1 span.tag {color:#00abff}
.cloudContentStyle1 table.listview td,
.cloudContentStyle1 table.listview th {color:#ffffff}
.cloudContentStyle1 span.separator {color:#ffffff}
.cloudContentStyle1 span a:hover, .cloudContentStyle1 a:hover {
	color:#ffffff;
	background-color:#007800;
	text-decoration:none;
}
.cloudContentStyle1 .tagslistwt { color: #bbb;}

/* end tagcloud styles */
