@CHARSET "ISO-8859-1";

.landscape {
	display: none;
}

#toolbar {
	height: 35px;
	width: 100%;
	background: url("images/toolbar/horizontal/bg.png") repeat-x;
}

#toolbar ul {
	padding: 0 0 0 1ex;
}

#toolbar ul li {
	height: 100%;
	width: 35px;
}

#connection-quality {
	position: absolute;
	width: 35px;
	height: 15px;
	right: 0;
	left: auto;
	top: 9px;
	bottom: auto;
}

#toolbar #logout-link {
	background: url("images/toolbar/horizontal/exit.png") no-repeat;
}

#toolbar #pointer-mode {
	background: url("images/toolbar/horizontal/pointer.png") no-repeat;
}

#toolbar #pointer-mode.selected {
	background: url("images/toolbar/horizontal/pointer_selected.png") no-repeat;
}

#toolbar #pan-mode {
	background: url("images/toolbar/horizontal/pan.png") no-repeat;
}

#toolbar #pan-mode.selected {
	background: url("images/toolbar/horizontal/pan_selected.png") no-repeat;
}

#toolbar #restart-link {
	background: url("images/toolbar/horizontal/reload.png") no-repeat;
}

#toolbar #toggle-keyboard {
	background: url("images/toolbar/horizontal/keyboard.png") no-repeat;
}
#toolbar #toggle-keyboard.selected {
	background: url("images/toolbar/horizontal/keyboard_selected.png") no-repeat;
}