body {
  background: #000;
  }

			
td {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	}


.viewport {
	background: #000; 
	alignment-baseline: central;
	z-index: 1;
	}


.menu {
	background-color: #AAAAAA;
	width: 1198px;
	height: 16px;
	padding-left: 3;
	alignment-baseline: central;
	z-index: 1;
	}


.textBoxTitle {
	border: thin solid #AAAAAA;
	width: 230px;
	}


.textBoxDescription {
	border: thin solid #AAAAAA;
	width: 230;
	height: 60px;
	}


.textBoxWidthHeight {
	border: thin solid #AAAAAA;
	width: 50px;
	}


.administratorWindow {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 10px;
	
	position: absolute; 
	z-index: 80;
	width: 245px;
	height: 17px;
	top: 5px;
	left: 5px;
	background-color: #EEEEEE;

	appearance: window;
	padding-left: 4;
	/* display: inline; */
	overflow: hidden; /* this declaration makes the .container understand where the floated columns within ends and contain them */
	border-radius: 2px;
	border:thin solid #777777;
	}


.newPictureWindow {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	/* position: absolute; */
	z-index: 100;
	width: 240px;
	height: 100px;
	padding: 5px;
	display: none;
	overflow: hidden; /* this declaration makes the .container understand where the floated columns within ends and contain them */
	}


.selectedArt {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute; 
	z-index: 100;
	width: 237px;
	display: none; 
	overflow: hidden; /* this declaration makes the .container understand where the floated columns within ends and contain them */
	padding: 5px;
	border-top:thin solid #DDDDDD;
	border-bottom:thin solid #DDDDDD;
	line-height: 17px;
	}


.saveArtToGallery {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 100;
	width: 120px;
	height: 30px;
	overflow: hidden; /* this declaration makes the .container understand where the floated columns within ends and contain them */
	display: none; 
	}


.fileURL {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 100;
	width: 237px;
	height: 30px;
	overflow: hidden; /* this declaration makes the .container understand where the floated columns within ends and contain them */
	display: none; 
	}
	

.uploadFile {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 100;
	width: 237px;
	height: 50px;
	display: inline; 
	}


.uploadFileButton {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 200;
	width: 237px;
	height: 50px;
	display: none;
	}
	
	
.editPictureWindow {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 100;
	width: 700px;
	height: 600px;
	visibility: hidden; 
	overflow: hidden; /* this declaration makes the .container understand where the floated columns within ends and contain them */
	}
	
	
.imageWindowStyle {
	position: absolute;
	top: 60px;
	left: 200px;
	background-color:#ffffff;
	z-index: 100;
	width: 700px;
	height: 600px;
	appearance: window;
	padding-left: 10;
	padding-right: 5;
	padding-top: 5;
	padding-bottom: 10;
	visibility: hidden; 
	overflow: hidden; /* this declaration makes the .container understand where the floated columns within ends and contain them */
	border:thin groove #000; 
	}
 
 
.positionWindowStyle {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	top: 3px;
	left: 3px;
	background-color:#ffffff;
	z-index: 100;
	width: 180px;
	height: 200px;
	appearance: window;
	padding-left: 3;
	padding-right: 3;
	padding-top: 3;
	padding-bottom: 3;
	visibility:hidden; 
	overflow: hidden; /* this declaration makes the .container understand where the floated columns within ends and contain them */
	border:thin groove #000; 
	}
	
		
.content {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#4c341a;
	border-style:none;
	text-align: left;
	}


.output {
	position: absolute;
	top: 0px;
	left: 500px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background:#CCCCCC;
	border-style:none;
	text-align: left;
	z-index: 100;
	border:2px groove #000000; 	
	}
	
	
.outputmessage {
	font-size: 13px;
	font-family: times, serif;
	border-style:none;
	border-width: 1px;
	/*background-color: #CFF;*/
	background-color:transparent;
	transition-duration: 5s;
	transition-timing-function: linear;
    transition-delay: 1s;
	transition-property: color;
	}
	
	
.layoutGrid {
	position: absolute;
	top: 10px;
	left: 10px;
	background-color:#EEEEEE;
	z-index: 100;
	width: 1000px;
	height: 600px;
	appearance: window;
	visibility: hidden; 
	border:2px groove #000000; 	
	}


.gallerySelect {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	background-color:#EEEEEE;
	width: 500px;
	appearance: window;
	padding: 10;
	visibility: visible; 
	overflow: hidden; /* this declaration makes the .container understand where the floated columns within ends and contain them */
	border:thin groove #777777;
	border-radius: 4px;
	}
