﻿.filter
{
    float:right;
    font-weight:bold;
    padding:10px 2px 0px 0px;
} 

.filter INPUT
{
    width:150px;
}   

/*AutoComplete flyout */
.autocomplete_list
{  
    visibility:hidden;
    margin:0px!important;
    padding:0px;
    background-color:inherit;
    color:windowtext;
    border:buttonshadow;
    border-width:1px;
    border-style:solid;
    cursor:pointer;
    text-align:left; 
    list-style-type:none;
    overflow:auto;
    font-weight:normal;
    font-family:tahoma;
    font-size:12px;     
    list-style-type: none;       
}
.autocomplete_completionListElement
{  
    visibility:hidden;
    margin:0px!important;
    padding:0px;
    background-color:inherit;
    color:windowtext;
    border:buttonshadow;
    border-width:1px;
    border-style:solid;
    cursor:pointer;
    text-align:left; 
    list-style-type:none;
    overflow:auto;
    font-weight:normal;
    font-family:tahoma;
    font-size:12px;     
    list-style-type: none;       
}
/* AutoComplete highlighted item */
.autocomplete_highlightedListItem
{
    background-color:Highlight;
    color:HighlightText;
    padding:3px;
    font-size:12px;   
    list-style-type: none;    
}

/* AutoComplete item */
.autocomplete_listItem 
{
    background-color:window;
    color:windowtext;
    padding:3px;
    font-size:12px; 
    list-style-type: none;    
}  


/******** TAG CLOUD **********/
	#tagCloud {display: block;list-style-type: none;float: none;margin:  0px 10px 0px -10px; text-indent:0px; text-align: justify;}
	#tagCloud li {margin: 0px;padding:  0px 8px 10px 0px;display: inline; text-indent:0px;}
	#tagCloud li a:visited {color: #222C9D;text-decoration:none;}
	#tagCloud li a {text-decoration:none;}
	#tagCloud li a:hover {text-decoration:underline;}
	
	#tagCloud li .c7 {font-size: 215%;font-weight: normal;font-style: normal;}
	#tagCloud li .c6 {font-size: 200%;font-weight: normal;font-style: normal;}
	#tagCloud li .c5 {font-size: 175%;font-weight: normal;font-style: normal;}
	#tagCloud li .c4 {font-size: 160%;font-weight: normal;font-style: normal;}
	#tagCloud li .c3 {font-size: 145%;font-weight: normal;font-style: normal;}
	#tagCloud li .c2 {font-size: 130%;font-weight: normal;font-style: normal;}
	#tagCloud li .c2 {font-size: 115%;font-weight: normal;font-style: normal;}
	#tagCloud li .c0 {font-size: 100%;font-weight: normal;font-style: normal;}
	


/******** POPUP *******/
.pop
{
   text-align:center;
   border: solid 3px #abbcFF;
   background-color: #DDEEFF;  
   margin: 0px 4px 4px 0px;
}
.shadow
{
      left:50%;
      z-index:3; 
      top:90px;
      position:absolute;
      background-color:Gray;
	  filter:alpha(opacity=95); 
	  opacity:0.9;
	  width:510px;
	  margin: 4px 0px 0px -255px;
}
.modalPopUpBackGround 
{
	background-color:Gray;
	filter:alpha(opacity=40); 
	opacity:0.6;
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	width:100%;
	height:100%;
	margin:0px 0px 0px;
}