@charset "UTF-8";
/* CSS Document */

ul .filenames li {
	background:#cccccc;
	width:100%;
    list-style: none;
    padding: 3px 10px 3px 10px;
   
}
ul .filenames li .selected {
	background:#cccccc;
	width:100%;
    list-style: none;
    padding: 3px 10px 3px 10px;
   
}
.sourceCodeButton {
	position:absolute;
	top:0px;
	z-index:20;
	background-color:#ffffff;
	width: 66px;
	height:14px;
	text-align: center;
	border: solid #cccccc;
	padding:1px;
	border-width: 0px 1px 1px 1px;
	}
#addToFavorites {
	background:none repeat scroll 0 0 #ECEEF5;
	border:1px solid #D4D4D4;
	padding:2px 4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#addToFavorites:hover {
	border-color:#999;
}
body {
	/*min-height: 1200px;*/
}
.leftPanel {
	float:left;
	width:470px;
	clear:left;
	overflow: hidden;
	padding-right:4px;
}
.middlePanel {
	float:left;
	width:550px;
	margin-bottom:20px;
}
.rightPanel {
	float:right;
	width:250px;
	text-align: left;
	clear: right;
	margin: -4px 0 30px;
}
pre, textarea#embedCode {
	font-family:'Courier New', Courier, monospace, monospaced, mono;
	font-size:12px;
}
.rightPanel1 {
	float:right;
	width:250px;
	margin-right:0px;
	text-align: right;
}
.detailsDivRight {
	float:right;
	text-align:left;
	width:515px;
	margin-bottom: 10px;
	position: relative;
}
input-text, textarea {
	border: #cccccc 1px solid;
	font-family: geneva,verdana,helvetica,arial,sans-serif;
	font-size: 11px;
}

.style1 {
	font-weight: bold
}
.displayElement {
	border:solid #666666;
	border-width: 0 0 0px 0 ;
	padding: 0 0 3px 0;
	display: none;
	margin: 0 0 50px 0;
}
.browsePanel {
}
.browsePanel .visThumbnailRight {
	float:right;
}
#uploadThumbnailDiv {
	position: absolute;
	bottom:0;
	background: rgba(255,255,255,0.8);
	width: 48px;
	padding: 2px;
	color: #39C;
}
#filenameList {
	position:absolute;
	height:auto;
	z-index:20;
	left:749px;
	bottom:0px;
	border: 1px solid #cccccc;
	border-width:1px 1px 0 1px;
	padding: 0 4px 4px 4px;
	background:#fff;
	max-width:192px;
	overflow:hidden;
	display:none;
}
.filename, .filenameSelected {
	list-style-type: none;
	border-style: 1px solid  #ddd;
	margin: 0px;
	padding: 2px 0;
	text-indent: 0px;
	list-style-position: outside;
	list-style-image: url(none);
	cursor:pointer;
	font-family: helvetica, geneva, verdana, arial, sans-serif;
	font-size: 17px;
	color:#3399CC;
}
.filename:hover {
	/*background: #F90;*/
	text-decoration: underline;
}
.filenameSelected {
	font-weight:bold !important;
	color:#000 !important;
}
.filenameSelected:hover {
	text-decoration: none !important;
	color:#000 !important;
}

a.filenameLink:active {
	background-color:#FFFFFF;
}
.tagLink {
	padding: 3px;
	background-color:#DDDDDD;
	margin: 0px 3px 6px 0px;
	float: left;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.visualArrow {
	cursor:pointer;
}
.smallAlert {
	font-size:9px;
	color:#666666;
}
.blurText {
	color: transparent;
	text-shadow: #999 0 0 20px;
}
.sourceCode, .sourceCodeFullscreen {
	display:none;
	height:450px;
	text-align:left;
	z-index:0;
	width:100%;
	overflow:visible;
}
.sourceCodeFullscreen {
	height:100% !important;
	margin-left:auto  !important;;
	margin-right:auto  !important;;
	width:980px  !important;;
}
.sourceCodeContainerFullscreen {
	position:fixed !important;
	top:0px !important;
	height:100% !important;
	width:100% !important;
}
.sourceCodeContainer {
	width:980px;
	height:100%;
	position:absolute;
	left:0px;
	bottom:0px;
	z-index:-1;
	opacity:0.3;
	filter:alpha(opacity=30);
	overflow: hidden;
	background:#fff;
}
#appletContainer{
	text-align:center;
	min-height:50px;
	padding-bottom:20px;
}
.sourceCodeOpaque {
	opacity:1;
	filter:alpha(opacity=100);
	z-index: 1;
	position: relative;
}

.showScrollbar {
	overflow:auto !important;
}
div.visThumbnailSmall, img.visThumbnailSmall  {
	width:50px;
	height:50px;
}

#appletAjaxContainer {
	position:relative;
	left:0px;
	display:inline-block;
	padding:10px;
}
.formButton {
	margin-top:0px !important;
}
.formButtonSelected {
	border-top:none !important;
	background: #fff !important;
	border-color: #999 !important;
	-moz-border-radius-topleft : 0px !important;
	-webkit-border-top-left-radius : 0px !important;
	-moz-border-radius-topright : 0px !important;
	-webkit-border-top-right-radius : 0px !important;
}

.paperButton {
	background:#fff;
	width:90px;
	height:15px;
	text-align: center;
	margin: 0;
	padding:3px 0;
	cursor:pointer;
}
.paperButton:hover {
	color:#f1f1f1;
}
.paperButtonSelected {
	border-top:1px solid #FFFFFF !important;
}
.paperButtonBottom {
	background:url(/images/paperBottom.png) bottom left no-repeat;
	width:90px;
	height:4px;
	margin: 0;
}
.paperButtonContainer {
	margin:0 20px;
	float:right;
	border: solid #ddd;
	border-width: 1px 0 0 0;
}
#separatorLine 
{
	border:#dddddd solid; 
	border-width: 1px;

}
#utilities {
	border:#dddddd solid; 
	border-width: 1px; 
	padding: 2px;
	position: absolute;
	right: 0px;
	

}
#utilities > a{
	display: block;
	margin: 4px 0;
}
#description {
	float:none; clear:both; margin:10px 0; width: 420px;
}	
#visualDetails #detailsDiv .visThumbnailSmall {
	cursor: pointer;
	float: left;
	margin: 0 10px 0 0;
	overflow: hidden;
	position: relative;
}

