
#sortBy {
	float: left;
    width: 100%;
}
#cloud {
        border: 1px solid #ddd;
	float: left;
	margin-bottom: 2em;
        width: 99.8%;
}
#innerCloud {
	margin:10px;
	font-size: 12px;
}
.tabs {
	padding: 1em 0 0;
	list-style: none;
	width: 100%;
	font-size: 0.85em;
	float:left;
	border-bottom: 1px solid #bbb;
}
* html .tabs {
	position: relative;
}
.tabs li {
	float: left;
	margin: 0 0 -1px 6px;
	padding: 0;
	border: 1px solid #bbb;
	border-bottom: 0;
}
.tabs a {
	float: left;
	display: block;
	padding:0 10px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color:#999;
        line-height: 24px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.tabs a {
	float: none;
}
/* End IE5-Mac hack */
.tabs a:hover {
	color: #000;
	text-decoration:none;
}
.tabs .current {
	background-color: white;
}
/* the next line merges the tab with the pane in IE/Win */
* html .tabs .current {
	position: relative;
}
.tabs .current a {
	color: #000;
}
#innerCloud a {
	font-family:Arial, Helvetica, verdana, sans-serif;
}
#innerCloud .itemsOut {
	width: 255px;
	float: left;
	text-align: left;
	border-bottom: 1px solid #bbb;
	height: 27px;
	line-height: 27px;
	margin-right: 5px;
	overflow: hidden;
}
#innerCloud .itemsHover {
	width: 255px;
	float: left;
	text-align: left;
	border-bottom: 1px solid #bbb;
	background-color: #eaf6fa;
	height: 27px;
	line-height: 27px;
	margin-right: 5px;
	overflow: hidden;
}
.displayBox a {
	font-size: 14px;
}
.displayBox a:hover {
	text-decoration: none;
}
.displayBox a.tagA{
}
.displayBox a.tagA:hover{
    text-decoration:underline;
}
#bundleContent input {
	font: 12px Arial, Helvetica, sans-serif;
}
.editBox, .displayBox {
	position: relative;
	width: 100%;
}
.displayBox {
}
.tools {
	position: absolute;
	right: 0;
	top: 0;
}
.tools a {
	display: inline;
	font-size: 11px!important;
	margin-right: 3px;
}
.tools a:hover {
	text-decoration: underline;
}
#innerCloud .pager {
	clear: both;
	text-align: left;
	padding: 1em 0;
}
#innerCloud .pager a {
	font-weight: bold;
	font-size: 12px;
	margin-right: .5em;
	margin-left: .5em;
}
.pageInfo {
	font: bold 12px Arial, Helvetica, sans-serif;
	margin-right: .5em;
}
.linkBtn {
	background: none;
	border: none;
	cursor: hand;
}
.info, .info2 {
	font: 11px Arial, Helvetica, sans-serif;
	line-height: 26px;
	overflow: hidden;
	color: orange;
}
.info2 {
	color: gray!important;
	background-color: #f5f5f5;
}
.info2 a {
	font-size: 1em!important;
}
.tagCloud li a {
	margin-left: .3em;
}

.notice{
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    line-height: 18px;
}
.tagCloud li a{line-height: 150%;}