﻿

#cloud
{
	font-size:80%;
	background-color:#00712d;
	color:#fff;
	padding:10px 15px;
	margin:0;
	width:480px;
	opacity: 0.95; 
	z-index:100; 
	}
	
	
#cloud .item
{
	margin:6px 0;
	padding:1px 0;
	}	
	
#cloud .item .category
{
	padding-left: 17px;
	padding-top:0px;
	padding-bottom:3px;
	font-weight: bold;
	background-image: url("images/category_point_off.gif");
	background-repeat: no-repeat;
}

#cloud .item .category:hover
{
	padding-left: 17px;
	padding-top:0px;
	font-weight: bold;
	background-image: url("images/category_point_on.gif");
	background-repeat: no-repeat;
  }

#cloud .item .category_selected
{
	padding-left: 17px;
	padding-top:0px;
	font-weight: bold;
	
	background-image: url("images/category_point_on.gif");
	background-repeat: no-repeat;
	
	}
	
#cloud .item .category_hilite
{
	padding-left: 17px;
	padding-top:0px;
	font-weight: bold;
	
	background-image: url("images/category_point_on.gif");
	background-repeat: no-repeat;
  
  }	
	
#cloud .item a
{
  color:#fff;
	padding:4px 4px;
	}		


#cloud .item .section
{
	margin:0 4px 0 10px;
	padding:5px 0;
	font-size:12px;
	}
	
	
#cloud .item .section span
{
	display:inline;
	margin-left: 10px;
	padding-left: 17px;
	padding-bottom:3px;
	background-image: url("images/category_point_off.gif");
	background-repeat: no-repeat;

	}		
	
#cloud .item .section span:hover
{
	display:inline;
	margin-left: 10px;
	padding-left: 17px;
	height:17px;
	background-image: url("images/category_point_on.gif");
	background-repeat: no-repeat;

	}		
	
	
#cloud .item .section span.tag_selected	
{
	background-image: url("images/category_point_on.gif");
	background-repeat: no-repeat;
	
	}
	
	
	
#cloud select
{
	margin:0.4em;
	padding:2px;
	}	
	
#cloud table
{
	margin:0.4em 0;
	/*padding:2px;*/
	
	}
	
#cloud table td
{
	padding:1px;
	}	
	
#cloud table input
{
	margin:2px;
	}	
	
#cloud label , #cloud input
{
	margin: 0 4px;
	padding:0;


	}	
	