html {
	background-color: #666666;
}

body {
	padding: 0;
	margin: 0;
	overflow: hidden;
}

::selection {
	background: transparent;
	color:#ffffff; 
	text-shadow: none;
}

.dropshadow {
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

.iconatom {
	/* height: 128px; */
	/* width: 128px; */
}

#flashMessage {
	position: fixed;
	right: 6px;
	bottom: 50px;
	background-color: #000;
	width: 240px;
	height: 50px;
	display: none;
	opacity: 0;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	z-index: 101;
}

#flashMessage p {
	position: absolute;
	top: 18px;
	left: 24px;
	color: #fff;
	size: 14pt;
	font-family: Verdana;
}

#titleMessage {
	position: fixed;
	right: 111px;
	bottom: 50px;
	background-color: #000;
	width: 280px;
	height: 72px;
	display: none;
	opacity: 0;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	z-index: 101;
}

#titleMessage p {
	position: absolute;
	top: 18px;
	left: 24px;
	color: #fff;
	size: 14pt;
	font-family: Verdana;
}

#stickyMessage {
	position: fixed;
	right: 438px;
	bottom: 50px;
	background-color: #000;
	width: 320px;
	height: 150px;
	display: none;
	opacity: 0;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	z-index: 101;
}

#stickyMessage p {
	position: absolute;
	top: 18px;
	left: 24px;
	color: #fff;
	size: 14pt;
	font-family: Verdana;
}

#panel {
	width: 513px;
	height: 513px;
	background: url(http://beta.mindcast.com/ui/images/panel_bg.png) no-repeat left top;
	z-index: 101;
}

#panel .close {
	position: absolute;
	clear: both;
	top: 20px;
	left: 380px;
	width: 98px;
	height: 34px;
	background: url(http://beta.mindcast.com/ui/images/panel_close.png) no-repeat left top;
	cursor: pointer;
	opacity: 0.5;
	z-index: 101;
}

#panel .content {
	position: absolute;
	top: 20px;
	left: 45px;
	width: 480px;
	height: 470px;
	z-index: 100;
}

#panel ul.tabs li {
	padding: 4px 9px 10px 9px;
	margin: 6px 2px 0 2px;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	float: right;
	color: #fff;
}

#panel ul.tabs li:hover, #panel ul.tabs li.selected {
	background-color: #076d8a;
	cursor: pointer;
}

#panel .separator {
	clear: both;
	width:476px;
	height: 2px;
	margin-left: 2px;
	background-color: #076d8a;
}

#panel div.tab {
	width: 440px;
	height: 410px;
	margin-top: 20px;
	display: none;
}

#panel div.tab h3 {
	margin-left: 10px;
	padding-bottom: 10px;
	color: #fff;
	font-family: Courier New;
	font-size: 15pt;
	font-weight: bold;
}

#panel div.tab p {
	margin: 15px 0;
	margin-left: 20px;
	font-family: Courier New;
	font-size: 12pt;
	color: #fff;
}

#panel div.tab a {
	text-decoration: none;
}

#panel div.tab a:hover {
	text-decoration: underline;
}

#panel div.tab p.image {
	float: left;
	cursor: pointer;
	width: 50px;
	height: 50px;
	overflow: hidden;
}

#viewpoint {
	background: url(http://beta.mindcast.com/ui/images/bg8.jpg) repeat left top;
	position: absolute;
	z-index: 100;
}

.ui-resizable-handle {
	bottom: 12px;
	right: 10px;
}

.ui-resizable-helper { 
	border: 2px dotted #000; z-index: 100010;
}

.note {
	position: absolute;
	width: 200px;
	height: 200px;
	color: #888888;
	font-size: 11px;
	font-family: verdana, arial, san-serif;
	cursor: pointer;
	overflow: hidden;
}

.note textarea {
	color: #666666;
	font-size: 11px;
	font-family: verdana, arial, san-serif;
}

.note div.top {
	position: absolute;
	height: 32px;
	top: 0;
	left: 0;
	right: 9px;
	background-color: #f0f5f8;
	z-index: 901;
}

.note div.close {
	display: none;
	position: absolute;
	left: 6px;
	top: 1px;
	width: 10px;
	height: 10px;
	background: url(http://beta.mindcast.com/ui/images/close.png) no-repeat left top;
	z-index: 905;
	padding-right: 2px;
}

.note div.borderless {
	display: none;
	position: absolute;
	left: 18px;
	top: 1px;
	width: 10px;
	height: 10px;
	background: url(http://beta.mindcast.com/ui/images/borderless.png) no-repeat left top;
	z-index: 905;
	padding-right: 2px;
}

.note div.iconize {
	display: none;
	position: absolute;
	left: 78px;
	top: 1px;
	width: 10px;
	height: 10px;
	background: url(http://beta.mindcast.com/ui/images/iconize.png) no-repeat left top;
	z-index: 905;
	padding-right: 2px;
}

.note div.send2back {
	display: none;
	position: absolute;
	left: 66px;
	top: 1px;
	width: 10px;
	height: 10px;
	background: url(http://beta.mindcast.com/ui/images/sendback.png) no-repeat left top;
	z-index: 905;
	padding-right: 2px;
}

.note div.properties {
	display: none;
	position: absolute;
	left: 30px;
	top: 1px;
	width: 10px;
	height: 10px;
	background: url(http://beta.mindcast.com/ui/images/properties.png) no-repeat left top;
	z-index: 905;
	padding-right: 2px;
}

.note div.refresher {
	display: none;
	position: absolute;
	left: 42px;
	top: 1px;
	width: 10px;
	height: 10px;
	background: url(http://beta.mindcast.com/ui/images/refresh_grey.png) no-repeat left top;
	z-index: 905;
	padding-right: 2px;
	cursor: default;
}

.note div.urlseeker {
	display: none;
	position: absolute;
	left: 54px;
	top: 1px;
	width: 10px;
	height: 10px;
	background: url(http://beta.mindcast.com/ui/images/url_grey.png) no-repeat left top;
	z-index: 905;
	padding-right: 2px;
	cursor: default;
}
.note div.middle {
	position: absolute;
	top: 32px;
	bottom: 56px;
	left: 0;
	right: 36px;
	background-color: #f0f5f8;
}

.note div.right {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 10px;
	width: 36px;
	background: url(http://beta.mindcast.com/ui/images/right-y.tinted.png) repeat-y right top;
	z-index: 900;
}

.note div.bottom-left {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 124px;
	width: 142px;
	background: url(http://beta.mindcast.com/ui/images/bottom-left.tinted.png) no-repeat left bottom;
	z-index: 903;
	overflow: hidden;
}

.note div.bottom-right {
	position: absolute;
	right: 2px;
	bottom: 1px;
	width: 26px;
	height: 25px;
	background: url(http://beta.mindcast.com/ui/images/bottom-right.tinted.png) no-repeat right bottom;
}

.note div.bottom {
	position: absolute;
	bottom: 0;
	left: 142px;
	right: 9px;
	height: 56px;
	background: url(http://beta.mindcast.com/ui/images/bottom-x.tinted.png) repeat-x left bottom;
	z-index: 902;
}

.note div.text {
	position: absolute;
	top: 12px;
	left: 6px;
	right: 13px;
	bottom: 25px;
	z-index: 904;
}

.note div.text textarea, .note div.text iframe, .note div.text .image {
	position: absolute;
	height: 100%;
	width: 100%;
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	outline: medium none;
	overflow: auto;
	z-index: 101;
	cursor: auto;
	resize: none; /* for chrome */
}

.note div.text textarea {
	padding-top: 2px;
}

.note div.transform {
	position: absolute;
	display: none;
	bottom: 30px;
	left: 20px;
	padding: 5px;;
	color: #fff;
	background-color: #000;
	z-index: 905;
}

.note div.text .layout {
	display: none;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 102;
	cursor: auto;
}

.properties tr td, .properties tr th {
	padding: 2px;
	margin: 2px;
	border: 1px solid #888888;
	text-align: left;
	font-family: arial, helvetica, sans-serif;
}

#footerSlideContainer {
	position: fixed;
	bottom:0;
	width: 540px;
}

#footerSlideButton {
	background: url(http://beta.mindcast.com/ui/images/panel-arrow-up.png) top left no-repeat transparent;
	position: absolute;
	top: -48px;
	left: 20px;
	width: 48px;
	height:67px;
	cursor: pointer;
}

#footerSlideContent {
	width: 100%;
	height: 0px;
	padding: 0px 0px 0px 0px;
}

#footerSlideContent h3 {
	font-size: 36px;
	color: #9AC941;
	margin: 10px 0 10px 0;
}

#footerSlideContent ul {
	list-style-type: none;
	line-height: 2em;
}

#footerSlideText {
	padding: 15px 10px 25px 30px;
}

.bar {
	background-attachment: scroll;
	background-clip: border-box;
	background-image: url(http://beta.mindcast.com/ui/images/footer-background.png);
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	bottom: 0;
	color: #FFFFFF;
	font-size: 12px;
	height: 40px;
	position: fixed;
	z-index: 100000;
}

.bar .left {
	border-spacing: 15px 0;
	bottom: 0;
	line-height: 39px;
	height: 100%;
	margin-right: auto;
	padding-left: 15px;
	position: absolute;
}

.bar .right {
	border-spacing: 15px 0;
	line-height: 39px;
	height: 100%;
	margin-left: auto;
	padding-right: 15px;
	position: absolute;
	right: 0;
}

.bar .button {
	display: table-cell;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
}

.bar .button.text {
	padding-left: 10px;
	padding-right: 10px;
	font-family: Verdana;
	size: 10px;
}
