body {
	background-color: #DCDCDC;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	
	font-family: Arial;
	font-size: 10pt;
}

div#banner {
	height: 65px;
	
	text-align: right;
	padding-top: 15px;
	padding-right: 40px;
}

div#toolbar {
	padding: 10px;
	width: 70px;
	float: left;
}

div#toolbar img {
	padding-bottom: 7px;
}

div#controlpane {
	float: left;
	padding: 10px;
}

div#controlborder {
	display: inline;
	
	border-style: solid;
	border-color: #EFEFEF;
	border-width: 2px;
}

div#preloader {
	position: absolute;
	top: 0px;
	left: 0px;
	
	width: 100%;
	height: 100%;
	
	background-color: #EEEEEE;
	
	text-align: center;
}

div#preloader div {
	position: absolute;
	top: 0px;
	left: 0px;
	
	padding-top: 20%;
	
	width: 100%;
	height: 63%;
	
	background-color: #EEEEEE;
}

iframe#preloader_iframe {
	top: 0px;
	left: 0px;
	
	width: 100%;
	height: 100%;
	
	z-index: -200;
	background-color: #EEEEEE;
}

div#not_compatible {
	text-align: left;
	
	margin-top: 15%;
	margin-left: auto;
	margin-right: auto;
	
	padding: 10px;
	
	border-style: solid;
	border-width: 2px;
	border-color: #FFFFFF;
	
	width: 400px;
}

div#selectCameraDialog {
	position: absolute;
	
	top: 200px;
	left: 300px;
	
	width: 450px;
	
	background-color: #1C1C1C;
}

img#progressBar {
	margin-top: 7px;
	margin-right: 30px;
}

div.dialog_bg {
	position: absolute;
	
	top: 0px;
	left: 0px;
		
	background-color: #1C1C1C;
}

div.dialog_top {
	width: 410px;
	height: 36px;
	background-image: url(../images/dialog_top.jpg);
	
	color: #B5B5B5;
	
	padding-top: 12px;
	padding-left: 20px;
	padding-right: 20px;
}

div.dialog_content {
	display: block;
	
	width: 410px;
	
	background-image: url(../images/dialog_bg.jpg);
	
	color: #B5B5B5;
	font-size: 12pt;
	
	padding: 20px;
}

div.dialog_content img {
	padding-right: 10px;
}

div.dialog_content a:link, div.dialog_content a:visited {
	color: #B5B5B5;
	text-decoration: none;
	font-weight: bold;
}

div.dialog_content a:hover {
	text-decoration: underline;
}

a.selcam {
	font-size: 10pt;
}

span.selcam_content img {
	padding-right: 20px;
}

div.dialog_bottom {
	width: 450px;
	height: 5px;
	background-image: url(../images/dialog_bottom.jpg);
}

div#optionsPopup {
	position: absolute;
	
	height: 70px;
}

iframe#optionsPopup_iframe {
	position: absolute;
	top: 0px;
	left: 0px;
	
	width: 100%;
	height: 100%;
	
	z-index: -100;
}

div.popup_bg {
	display: block;
	
	padding-left: 20px;
	line-height: 25px;
	
	width: 250px;
	height: 100%;
	
	background-image: url(../images/popup_bg.png);
	background-position: right;
}

div.popup_bg a:link, div.popup_bg a:visited {
	display: block;
	
	color: #B5B5B5;
	text-decoration: none;
	font-weight: bold;
	
	margin-top: 6px;
	margin-bottom: 6px;
	
	font-size: 11pt;
}

div.popup_bg a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 16pt;
	font-weight: bold;
}

li {
	list-style-type: square;
	margin-left: 20px;
}