
form.hubs p label {
	width: 5%;
}

form.hubs p input, 
form.hubs p textarea, 
form.hubs p select {
	width: 85%;
}

textarea#long_description {
    height: 250px;
}

form.hubs p {
	padding: 2px;
	display: inline;
}

textarea.address {
    height: 70px;
}

.image-box {
    height: 300px;
    overflow: auto;
    background-color: silver;
	padding: 2px;
	text-transform: uppercase;
}

logo.imagebox {
    height: 220px;
}

#activity-choice.label {
    width: 200px;
}

.scrolling-content-pane {
    height: 300px;
    overflow: auto;
}

#hub-name, #hub-short-desc {
    background-color: green;
}

a.button {
	font-weight: bold;
	font-size: 9pt;
}

li div {
	display: inline;
	margin: 2px;
}

li div.col0 {
	text-align: left;
}

li div.col1 { 
	text-align: center;
}

li div.col2 {
	text-align: right;
	min-width: 14px;
}

li div img.activity-icon {
	width: 18px;
	height: 18px;
}

.over {
	opacity: 0.4;
}

.out {
	background: transparent;
}

.editing {
	background-color: white;
	color: black;
	text-transform: uppercase;
}


h1.title {
	text-transform: uppercase;
}

