*{
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}

html, body {
	height: 100% !important;
	min-height: 100% !important;
	margin-bottom: 1px !important;
}

h3{
	width: auto !important;
}

#breadcrumb{
	
}

#leftPane{
	float:left;
	padding-top:3px !important;
	/** border-top:solid 1px #9cbdff; **/
	overflow: auto;
}

#rightPane{	/*Contains toolbar and horizontal splitter*/
	float:left;
	width:70%;
	height:100%;
}

#panel{
	margin: 5px 0px 0px 3px;
	height:530px;
	overflow:hidden;
	width:98%;
	border:0px;
}

#imagespanel{
	min-height:480px;
	height: auto;
	width:100%;
	overflow:auto;
}

#caller{
	float:left;
	height:510px;
	width:0px;
	background:#123134;
}

#right{
	float:left;
	min-width: 95%;
	min-height:500px;
	overflow: auto;
	margin-left: 5px;
}

#tree{
	min-height:90%;
	width:200%;
}

#debug{/*Bottom nested in horizontal splitter */
	width:100%;
	overflow:auto;
}

/*** Loader ****/
.loading {
    background: #FFC129;
    color: black;
    font-weight: bold;
    padding: 3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.loading-img, .loading-element {
    background: transparent;
    padding: 0px;
}
.loading.top {
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
}
.loading.left {
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
}

.loading.bottom {
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
}
.loading.right {
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
}
.loading-masked { overflow: hidden; }
.loading-error {
    color: #FFF;
    background: red;
}


/******* Other general styles ********/
.nodeco,
.nostlye{
	text-decoration:none;
	color:#000000;	
}

.none{
	display:none;
}

.throbber{
	background-image: url("../img/throbber.gif");
}

dl#details{
	margin:0px;
	min-height:60px;
}

#details > dt{
	font-weight:bold;
	font-size:120%;
	line-height:200%;
}

#details > dd{
	width:700px;
}

#wrap{
	width: 1010px !important;
}

#main{
	color:#635537;
	margin-top:30px !important;
	font-size:12px;
	line-height:1;
	padding:25px 20px;
}

#main .singlecolumn{
	float: left;
	width: 200px;
}

#main .singlecolumn a{
	line-height:150%;
}

a:hover {	
	color: #078CB6 !important;
}

#paneContainer{
	height:600px;
}

#footer{
	color: #777;
	background-color: #e4e4e4;
	font-size: 11px;
	height: 25px;
	padding-top: 15px;	
}

.clearfix{
	clear:both;
}

.roundedcornr_content_823035, .roundedcornr_bottom_823035 {	
	margin-top: -10px !important; 
}

#viewtype{
	float:right;
}

#detailsPanel{
	margin:10px;
}

#detailsPanel > table{
	width : 100%;
}

#detailsPanel td.size50{
	padding-left:15px;
	font-size:11px;
	width:50px;
}

#detailsPanel td.num{
	font-size:16px;
}

#detailsPanel td p{	
	padding-left:30px;
	font-size:13px;
	line-height:15px;
}

#poppedOut button{
	margin:3px;
	font-size:12px;
	padding:0px 10px;
}

#copier{
	cursor : pointer;
}

#copier.hover{
	cursor: pointer;
	background : #ccc;
}

embed{
/**	background : #ccc; **/
}

#canvas{
	display:none;
	display:inline-block;
	z-index:100;	
	vertical-align:middle;
}

ul li.thumbnail{ 
	list-style:none outside none;
	z-index:1;	 
	display:inline-block;
	margin:0 6px 6px 0;
	overflow:hidden;
	vertical-align:middle;
	position:relative;	
}

ul li.thumbnail img{ 
	height:90px;
	width:90px;
	overflow:hidden;
}

.thumbnailimg{
	height:90px;
	width:90px;
	overflow:hidden;
}

.hover{	z-index:10;  }

.noviz{
	font-size:1.7em;
	margin-top:200px;
}

.definition{
	width:65%;
	font-size:13px;
	line-height:15px;
	color: black;
	margin-left: 30px;
	padding-bottom: 10px;
}

.disclaimer{
	margin: 3px 0px 8px 0px;
}

#downloadstab{
	margin-left:10px;
}
