/*******************************************  
| vTip
*******************************************/ 
p#vtip { 
display: none; 
position: absolute; 
padding: 10px; 
left: 5px; 
font-size: 0.8em; 
background-color: white; 
border: 1px solid #a6c9e2; 
border-radius: 5px; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px; 
z-index: 9999 
}
p#vtip #vtipArrow { 
position: absolute; 
top: -10px; 
left: 5px 
}
/******************************************* 
| UItoTop jQuery Plugin 1.2
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
*******************************************/  
#toTop {
display:none;
text-decoration:none;
position:fixed;
bottom:10px;
right:10px;
overflow:hidden;
width:51px;
height:51px;
border:none;
text-indent:100%;
background:url(/css/img/ui-totop.png) no-repeat left top;    
}   
#toTopHover {
background:url(/css/img/ui-totop.png) no-repeat left -51px;
width:51px;
height:51px;
display:block;
overflow:hidden;
float:left;
opacity: 0;
-moz-opacity: 0;
filter:alpha(opacity=0);
}  
#toTop:active, #toTop:focus {
outline:none;
}
/************************************************
tables
************************************************/
.table_red {   
color: #d84747;
font-weight: bold;
text-align: center; 
display: block;
background: #FEF6F3;
padding: 1px 0 1px 0; 
margin: -5px 0 0 0;
border: none;
}
.table_blue {   
font-size: 13px;
color: #036b9a;
display: block;
/*height: 50px;*/
line-height: 14px;
background: #edeff4 url(/data/facebook.png) no-repeat left top;
padding: 0 0 0 60px; 
margin: 10px 0 5px 0;
border: #edeff4 10px solid;
}    
.table_blue .lbl {   
font-size: 14px; 
font-weight: bold;
line-height: 14px;
}
/*.table_blue:hover {   
font-size: 14px;
color: #036b9a;
background: #dce1ed url(/data/facebook.png) no-repeat left top;
border: #dce1ed 10px solid;
}*/
/******************************************* 
tag cloud
*******************************************/  
.tags ul{
margin: 0;
padding: 0;
text-align: center;
}
.tags li{
margin: 0;
padding: 0 2px;
list-style: none;
display: inline-block;
}
.tags li a{
text-decoration:none;
}
.tags li a:hover{    
color: #1e6e97;
}        
.tag1{font-size: 100%;}
.tag2{font-size: 110%;}
.tag3{font-size: 120%;}
.tag4{font-size: 130%;}
.tag5{font-size: 150%;}