@CHARSET "UTF-8";

.roeften-Tooltip
{
	background: #FFFF99;
	color: black;
	border: 2px solid yellow;
	font-size: 0.5em;
	width: 150px;
	visibility:hidden;
}

.cameraWidget
{
	width: auto;
	overflow: hidden;
	border: 2px solid #3366ff;
}

.cameraWidget-thumbnail
{
	
}

.cameraWidget-full
{

}

.roeften-TabPanel
{
	width: auto;
	margin-left: 10px;
	margin-right: 10px;
}

.roeften-TabPanel-Tabs
{
	text-align: left;
	margin-top: 5px;
	margin-bottom: 7px;
}

.roeften-TabPanel-Content
{
	background: #66ccff;
	padding: 7px;
}

.roeften-TabPanel-TabItem
{
	display:inline;
	margin-left: 0;
	margin-right: 3px;
	cursor: pointer;
	color: white;
	font-style: italic;
	background: #3366cc;
	padding: 4px;
	padding-left: 16px;
	padding-right: 16px;
}

.roeften-TabPanel-TabItem-first
{

}

.roeften-TabPanel-TabItem-selected
{
	border:none;
	padding-bottom: 8px;
	font-style: normal;
	color: black;
	background: #66ccff;
	display:inline;
}

.gwt-Label {
 	text-align: center;
	border: 0px;
	font-weight: bold;
	color: black;
	margin-left: auto;
	margin-right: auto;	
}

.gwt-Label-progress {
	border-top: 2px inset #3366ff;	
	background: #99CCFF;
	background-repeat: no-repeat;
	background-image: url('loader.gif');
	background-position: center right;
}
.gwt-Label-status {
	background: red;
	color: white;
}

.gwt-Image { 
	width:100%;
	margin-left: auto;
	margin-right: auto;
	border: 0px;	
}


.gwt-Image-hidden { 
	display: none;
}
