/* Copyright Adform 2009 */
html, body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #222;
	overflow: hidden;
}

body {
	margin-top: 0;
	text-align: center;
}

body, input, th, td {
	font: 11px Tahoma, Arial, sans-serif;
}

.vista body,
.vista input {
	font-family: "Segoe UI", Tahoma, Arial, sans-serif;
}

.osx body,
.osx input {
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
}

iframe {
	display: block;
	margin: 0 auto;
	overflow: auto;
}

#toolbar {
	width: 100%;
	min-width: 1100px;
	height: 33px;
	padding: 7px 0 0 0;
	background: #e3e3e3 url(toolbar.png) repeat-x;
	text-align: left;
}

#logo {
	margin-left: 15px;
	vertical-align: middle;
}

i {
	font-style: normal;
}

b {
	display: inline-block;
	padding-left: 2px;
	padding-bottom: 1px;
	background-image: url(button.png);
	background-position: 0 -26px;
	background-repeat: no-repeat;
	font-weight: normal;
	line-height: 25px;
	cursor: pointer;
}

b i {
	display: inline-block;
	line-height: 25px;
	padding: 0 10px 1px 8px;
	background-image: url(button.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
}

b.pushed {
	background-position: 0 -78px;
}

b.pushed i {
	background-position: 100% -52px;
}

b.down {
	background-position: 0 -130px;
}

b.down i {
	background-position: 100% -104px;
}

b.disabled {
	color: #777;
	cursor: default;
}

#address {
	width: 30em;
	margin: 0 5px 0 30px;
	padding: 3px 4px 4px;
	border: 1px solid #818181;
}

* html #address {
	margin-top: 1px;
	vertical-align: top;
}

#modeSwitch {
	margin: 0 10px 0 30px;
}

#loggerSwitch {
	margin: 0 30px 0 0;
}

#content {
	display: block;
	width: 100%;
}

#indicator {
	position: absolute;
	left: -9999px;
	top: -9999px;
	background: url(busy.gif) no-repeat 50% 30%;
	z-index: 100;
}

#logger {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	min-width: 1100px;
	height: 220px;
	z-index: 200;
	background: #fff url(toolbar.png) repeat-x;
	border-top: 1px solid #ccc;
	text-align: left;
	visibility: hidden;
}

#logger_header {
	height: 33px;
	padding: 7px 0 0 0;
}

#logger_header h2 {
	margin: 0 30px 0 10px;
	font-size: 11px;
	display: inline;
}

#clear_output {
	margin-right: 10px;
}

.loggerOutput {
	overflow: auto;
}

.loggerOutput table {
	width: 100%;
}

.loggerOutput th,
.loggerOutput td {
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
}

.loggerOutput .timestamp {
	width: 50px;
	border-right: 1px solid #ccc;
}

.loggerOutput .event_id {
	width: 50px;
	border-right: 1px solid #ccc;
}

.loggerOutput .event_name {
	/*width: 150px;*/
	border-right: 1px solid #ccc;
}

.loggerOutput .banner_name {
	width: 120px;
	border-right: 1px solid #ccc;
}

.loggerOutput .loggerCellNames th {
	background: #ccc;
	font-weight: bold;
	border-color: #999;
	text-align: left;
}

.positioningBarEntryHolder {
	overflow: auto;
	background: #fff;
	zoom: 1;
}

.loggerEntryHolder {
	height: 155px;
	overflow: auto;
	background: #fff;
	zoom: 1;
}

.loggerEntries tr.odd td {
	background-color: #eee;
}

#autoscroll {
	margin-right: 10px;
}

#positioningBar
{
	left: -9999px;
	top: -9999px;
	bottom: auto;
	visibility: hidden;

	position: absolute;
	width: 100%;
	min-width: 1100px;
	z-index: 200;
	background: #fff url(toolbar.png) repeat-x;
	border-top: 1px solid #ccc;
	text-align: left;
}

#customPositionHeader
{
	height: 33px;
	padding: 7px 0 0 0;
}

#customPositionHeader h2
{
	margin: 0px 30px 0 10px;
	font-size: 11px;
}

.fl
{
	float: left;
}

.h2Div
{
	margin-top: 6px;
}

.checkBoxDiv
{
	margin-top: 3px;
}

.checkBox
{
	vertical-align:middle;
	cursor:pointer;
}

.snappingCheckBoxLabel
{
	vertical-align:middle;
}

#saveBtn
{
	margin: 0 10px 0 30px;
}

.loggerOutput .dimensions
{
	width: 70px;
	border-right: 1px solid #ccc;
	text-align: center;
}

.loggerOutput .xPos
{
	width: 60px;
	border-right: 1px solid #ccc;
	text-align: center;
}

.loggerOutput .yPos
{
	width: 60px;
	border-right: 1px solid #ccc;
	text-align: center;
}

.loggerOutput .isVisible
{
	width: 40px;
	border-right: 1px solid #ccc;
	text-align: center;
}

#saveErrorSpan
{
  visibility: hidden;
}

.save-message-warning {
  color: #666;
}

.save-message-error {
  color: #900;
}

.save-message-ok {
  color: #090;
}

#localConnectionSenderSWF
{
	width: 1px;
	height: 1px;
	position: absolute;
	left: 0px;
	top: 40px;
}

#localConnectionReceiverSWF
{
	width: 1px;
	height: 1px;
	position: absolute;
	left: 0px;
	top: 190px;
}
