﻿ul.tl{margin:0;padding:0;}

ul.tl li {
display:inline;
float:left;
margin: 3px 3px 8px;
}
ul.tl li a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background:#E6E6E6 none repeat scroll 0 0;
color:#565656;

cursor:pointer;
padding:3px 6px;}

ul.tl li a.selected
{
    background:#ACDD4A none repeat scroll 0 0;
     
     color:#fff;
    }
    ul.tl li a.ui-state-error
{
    background:#CD0A0A; none repeat scroll 0 0;
     
     color:#fff;
    }
/***** Tag Cloud*****/
.tag-cloud {   clear:both;
    list-style:none; min-height:150px;
   
 }
/* display the individual items next to each other, not one-per-line */
.tag-cloud LI{  display:inline; margin:3px;}
.tag-cloud LI A{ margin: 5px;padding:6px; font-size:16px; }


/**** Tag Cloud Weight ****/
.tagcount { font-size:x-small; }
.tag-cloud .weight1 { font-size:90%; }
.tag-cloud .weight2 { font-size:110%; }
.tag-cloud .weight3 { font-size:120%; }
.tag-cloud .weight4 { font-size:130%; }
.tag-cloud .weight5 { font-size:140%; }
.tag-cloud .weight6 { font-size:150%; }
.tag-cloud .weight7 { font-size:160%; }
.tag-cloud .weight8 { font-size:180%; }
.tag-cloud .weight9 { font-size:200%; }
.tag-cloud .weight10 { font-size:210%; }

/*General Label Style*/

ul.labels{
 font-family: Verdana,Arial,Helvetica,sans-serif;
 font-weight: 100;
 line-height: 13px;
}

ul.labels li{
 display: inline;
 color: #CCCCCC;
 float: left;
 margin: 0px 2px 2px 0px;
 height: 13px;
}
/*
ul.labels li span{
 background: url(images/label_front.gif) no-repeat center left;
 font-size: 11px;
 font-weight: normal;
 white-space: nowrap;
 padding: 0px 3px;
 color: white;
 vertical-align: top;
 float: left;
}


ul.labels li a:hover{background: url(images/labelx_hover.gif) no-repeat center right;}
*/
ul.labels li { display:block; width:auto; margin:0 3px 3px 0; padding:3px 20px 4px 8px; position:relative; float:left; text-indent:0; border:1px solid #333; -moz-border-radius:7px; -webkit-border-radius:7px; border-radius:7px; color:#333; font:normal 11px Verdana, Sans-serif; }
ul.labels li a{ position:absolute; right:8px; top:2px; color:#666; font:bold 12px Verdana, Sans-serif; text-decoration:none; }
ul.labels li a:hover { color:#ff0000; }



/*Colored Label Attributes*/
ul.labels li.pink{background-color: #F1A9E7;}
ul.labels li.lightblue{background-color: #99CCFF;}
ul.labels li.blue{background-color: #3019FF;}
ul.labels li.olive{background-color: #CCCC66;}
ul.labels li.green{background-color: #37B700;}
ul.labels li.brown{background-color: #C5AD98;}
ul.labels li.violet{background-color: #CEA6CE;}
ul.labels li.turk{background-color:#8FCDB6;}
ul.labels li.red{background-color: #EE998A;}
ul.labels li.orange{background-color: #FF9E28;}
ul.labels li.lime{background-color:#B6FF00;}
ul.labels li.darkblue{background-color: #21007F;}
ul.labels li.leaf{background-color: #00CC00;}
ul.labels li.yellow{background-color: #FFFF00;}
ul.labels li.autumn{background-color: #B24700;}
ul.labels li.frost{background-color: #80C8FE;}
ul.labels li.purple{background-color: #8E006B;}
ul.labels li.black{background-color: #000;}
