html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: black;
	font-family: Garamond;
	font-variant: small-caps;
}

#infoPopup {
	opacity: 0.8;
	color: lime;
	text-shadow: 3px 3px 10px green;
}

.tabSettingTable {
	border: 0px solid red;
	font-size: 0.8em;
	width:40%;
	text-align: center;
	margin-top: 0.5em;
	margin-left: auto;
	margin-right: auto;
	
}

.tabSettingTableText {
	text-align: left;
}

.tabSettingsButton {

	opacity: 0.8;
	cursor: pointer;
	color: #4D4D4D;
	background: #0F0F0F; 
	margin: 0px;
	border: 2px outset gray;
	padding: 0px;

}
.tabSettingsButton:hover {

	opacity: 1;
	border: 2px outset gray;
}

#exifInfoDIV {
	opacity: 0.8;
	cursor: default;
	color: #4D4D4D;
	font-size: 1em;
	padding: 0px;
	border: 0px ridge red;
	background: transparent; 
	text-shadow: 3px 3px 10px #4D4D4D;

}

#exifInfoHEAD {
	color: #7F7F7F;
	cursor: move;
	padding: 0px;
	background: transparent; 
}

#exifInfoBODY {
	color: red;
	padding: 0px;
	background: transparent; 
}

#exifTable {
	color: #4D4D4D;
	cursor: default;
	font-size: 1em;
	padding-top: 5px;
	padding-left: 1em;
	border: 0px ridge #0F0F0F;
	background: transparent; 
	text-shadow: 3px 3px 10px #4D4D4D;

}

#divRoot {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-right: auto; 
	margin-left: auto;
}

#divCanvas {
	position: relative;
	padding-top:2px; 
	margin-left:auto; 
	margin-right:auto; 
	width: 100%;
	border:none;
}

#divCanvas2 {
	margin-left:250px; 
	margin-right:200px; 
	min-width: 600px;
	min-height: 400px;
	height: 100%;
	border:none;
}

#iframeCanvas {
	width: 100%;
	height: 100%;
	border: none;
}

#divHeader {
	position: fixed;
	height: 110px;
	width: 100%;
	margin-right: auto; 
	margin-left: auto;
	padding: 5px 0px 5px 0px;
	z-index:1000;
	background: url('../img/header.jpg');
	background-size: contain;
	color: white;
	border-bottom: 2px ridge gray;
	font-size: 1.5em;
	text-align: center;
	text-shadow: 3px 3px 10px black;
}


#divTab {
	position: fixed;
	word-wrap: break-word;
	width: 100%;
	bottom: 29px; 
	margin-right: auto; 
	margin-left: auto;
	padding: 0px 0px 0px 0px;
	z-index:1000;
	background: transparent;
	background-size: contain;
	color: #4D4D4D;
	border-top: 0px ridge gray;
	border-bottom: 0px ridge RED;
	font-size: 1.5em;
	text-align: center;
	text-shadow: 3px 3px 10px #4D4D4D;
}

#divTabGroup {
	padding: 2px 0.5em 0px 0.5em;
	display: inline-block;  
    vertical-align: middle; 	
 	margin-top: 0px; 
	margin-left: 0px; 
	margin-bottom: 0px; 
	margin-right: 0px; 
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	border: 0px ridge #4D4D4D;

}

#divTabItemGroup {
	width: 100%;
 	height: 130px;
	margin-top: 0px; 
	margin-bottom: 0px; 
	padding-top: 7px; 
	padding-bottom: 7px; 
	margin-right: auto; 
	margin-left: auto;
	border-top: 2px ridge gray;
	background: #101010; 
}


[jilo_tab_type=passiveTab] {
	opacity: 0.7;
	cursor: pointer;
	color: #4D4D4D;
	font-size: 20px;
	padding-left: 4px; 
	padding-right: 4px; 
	margin-top: 0px; 
	margin-right: 0px; 
	margin-left: -1px;
	border: 0px ridge #1A1A1A;
	border-top: 1px ridge #1A1A1A;
	border-left: 1px ridge #1A1A1A;
	border-right: 1px ridge #1A1A1A;
	background: transparent; 
}

[jilo_tab_type=passiveTab]:hover {
	opacity: 0.9;
	font-size: 20px;
	color: #585858;
	background: #151515; 
}

[jilo_tab_type=activeTab] {
	opacity: 1;
	cursor: pointer;
	color: #4D4D4D;
	font-size: 26px;
	margin-top: 2px; 
	padding: 2px 0.5em 2px 0.5em;
	border: 2px ridge gray;
	border-bottom: 0px solid gray;
	border-radius: 8px 8px 0 0;
	background: #1A1A1A; 
}

[jilo_tab_type=activeTab]:hover {
	opacity: 1; 
}


.previewPicture:hover {
	opacity: 1;
	cursor: pointer;
	padding: 0px;
	border: 2px ridge #1A1A1A;
	background: #4D4D4D; 
}

.previewPicture {
	display: inline-block;  
    vertical-align: middle; 	
    margin-top: 0px; 
	margin-left: 5px; 
	margin-bottom: 5px; 
	margin-right: 0px; 
	padding: 0px;
	opacity:0.5;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	border: 2px ridge black;
	color: white;
	background: #4D4D4D; 
}


p small {
}

#divFooter {
	position: fixed;
	bottom: 0px;
	width: 100%;
	padding: 4px;
	opacity:0.9;
	color: black;
	background: #4D4D4D; 
	border-top: 1px solid gray;
	font-size: 1em;
	text-align: center;
	text-shadow: 1px 3px 6px white;
}

#divLeftPanel {
	display: none;
	position: absolute;
	top: 125px;
	width: 200px;
	margin: 5px;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	float: left;
	font-size: 1em;
	opacity:0.9;
	color: black;
	background: #E1D6B0; 
	border: 2px ridge gray;
	font-family: "Comic Sans MS";
}

#divLeftPanel p {
	font-size: 0.8em;
	text-shadow: 2px 3px 5px #A0522D;
}

#divLeftPanel p small {
	opacity:0.7;
	font-variant: normal;
	text-shadow: 1px 1px 1px #DEA68B;
}

#divRightPanel {
	position: absolute;
	top: 125px;
	width: 200px;
	margin: 5px;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	float: left;

	font-size: 1em;
	opacity:0.9;
	color: black;
	background: #E1D6B0; 
	border: 2px ridge gray;
	font-family: "Comic Sans MS";
}

#divGroup1 {
	width: 100%;
	margin-top: 10px; 
	margin-right: auto; 
	margin-left: auto;
}

.txt1 {
	margin-top: 10px; 
	margin-left: 200px; 
	margin-bottom: 0px; 
	margin-right: 200px; 
	padding: 3px 10px 3px 10px;
	opacity:0.8;
	text-decoration: none;
	text-align: center;
	cursor: default;
	border: 2px ridge gray;
	color: white;
	background: #A0522D; 
}

.button {
	display: inline-block;  
    vertical-align: middle; 	
    width:180px;
    height:28px;
    margin-top: 5px; 
	margin-left: 5px; 
	margin-bottom: 0px; 
	margin-right: 0px; 
	padding: 3px 10px 3px 10px;
	opacity:0.8;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	border: 2px ridge gray;
	color: white;
	background: silver; 
}

.button:hover {
	opacity:0.95;
	cursor: pointer;
	border: 2px ridge gray;
	color: #333333;
	background: silver; 
}

#folderView {
	position: fixed;
	height: 110px;
	width: 100%;
	margin-right: auto; 
	margin-left: auto;
	border: 0px ridge #27C57A;
	text-shadow: 3px 3px 10px black;
	padding: 5px 0px 5px 0px;
}



.treeTxt {
	display: inline-block;  
    vertical-align: middle; 	
	border: 0px solid blue;
	float: right;
	font-size: 1em;
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 10px;
}


