/*****************************
	Tagcloud and tags
******************************/

.gwt-env .cloud{
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
}

.gwt-env .tag {
	margin: 0;
	padding: 5px 5px 0 0;
	text-decoration: none;
	color: #000000;
	font-family: Verdana, Arial, serif, sans-serif;
	position: relative;
	float: left;
}

.gwt-env .tag a:hover{
	text-decoration: underline;
}

.gwt-env .tag1 {
	font-size: 0.7em;
	font-weight: 100;
}

.gwt-env .tag2 {
	font-size: 0.8em;
	font-weight: 150;
}

.gwt-env .tag3 {
	font-size: 0.9em;
	font-weight: 200;
}

.gwt-env .tag4 {
	font-size: 1.0em;
	font-weight: 250;
}

.gwt-env .tag5 {
	font-size: 1.2em;
	font-weight: 300;
}

.gwt-env .tag6 {
	font-size: 1.4em;
	font-weight: 350;
}

.gwt-env .tag7 {
	font-size: 1.6em;
	font-weight: 400;
}

.gwt-env .tag8 {
	font-size: 1.8em;
	font-weight: 450;
}

.gwt-env .tag9 {
	font-size: 2.2em;
	font-weight: 500;
}

.gwt-env .tag10 {
	font-size: 2.5em;
	font-weight: 550;
}

/*****************************
	Colors
******************************/

.gwt-env .red {
	color: #EE0000;
}

.gwt-env .green {
	color: #69CE00;
}

.gwt-env .blue {
	color: #007CFF;
}

.gwt-env .lightblue {
	color: #00C2EC;
}

.gwt-env .orange {
	color: #FF9B00;
}

.gwt-env .pink {
	color: #FF04DA;
}

.gwt-env .brown {
	color: #A57100;
}

.gwt-env .purple {
	color: #9A00CE;
}

.gwt-env .black {
	color: #000000;
}

.gwt-env .white {
	color: #FFFFFF;
}

.gwt-env .lightgrey {
	color: #CCCCCC;
}

.gwt-env .grey {
	color: #999999;
}

.gwt-env .darkgrey {
    color: #666666;
}

/*****************************
	Orientations
******************************/

.gwt-env .verticalL {
	writing-mode: tb-rl;
    filter: flipV() flipH();
}

.gwt-env .verticalR {
	writing-mode: tb-rl;
}