/* photogrid CSS*/

	/*
	===============================
	   page 
	===============================
	*/
	body 		{ font-family:arial; background: white ; }
	h3		{ margin:0px; padding:0px; }
	h3 big		{ color: green; }
	h1		{ color:navy; }
	h2		{ color:navy; }
	table		{ position:relative; }
	
	div.instructions{
			clear:both;
			position:relative;
			margin-top:30px;
	}
	div.instructions div {
			position:relative;
			width:700px;
			text-align:left; 
			margin-left:40px;
	}
	div.footer	{ 
			clear:both; 
			margin-top:30px; 
			font-family: sans-serif;
			font-size:smaller; 
			text-align:center;  
			}



	/*
	===============================
	   upload
	===============================
	*/
	td.uploader	{ 
			width:30em; 
			}
	
 	#statusbar   	{ 
			position:relative; 
			float:left; 
			width:0px; 
			height:10px; 
			font-size:1px; 
			visibility:hidden; 
			background-color:green; 
			}
	button.cancel	{ 
			float:right; 
			visibility:hidden; 
			margin-right:20px; 
			}
	

	/*
	===============================
	   workspace 
	===============================
	*/

	div.workspace  	{ 
			position:relative; 
			background-color:#333333; 
			} 
	div.dimholder	{ /* [480x480] */
			position:relative; 
			clear:both; 	
			color:white; 
			width:100px;
			margin-left:15px; 
			padding-bottom:10px; 
			padding-top:10px; 
			font-size:larger;
			} 
	/*
	===============================
	   image slices 
	===============================
	*/

	div#imggrid	{
			position: relative; 
			margin-left: 36px;
			margin-top: 20px;
			margin-bottom: 50px;
			border: 0px;
			padding: 0px;
			background-color: #ffffff; 
			clear:both;
			}
	div.imgrow	{
			position: relative;
			font-size: 0px;
			line-height: 0px;
			clear: both;
			border: 0px;
			padding: 0px;
			margin: 0px;
			z-index:1; 
			}

	div.cell	{
			position: relative;
			float: left;
			font-size: 0px;
			line-height: 0px;
			border: 0px;
			padding: 0px;
			margin: 0px;
			}

	div.spclcell	{
			position:absolute; 
			top:0px; 
			left:0px; 
			float:none; 
			background-color:#ffffff; 
			z-index:10;
			font-size: 0px;
			line-height: 0px;
			border: 0px;
			padding: 0px;
			margin: 0px;
			}


	div.imgcrop 	{ 
			position: absolute; 
			left: 0px;
			top: 0px; 
			overflow: hidden; 
			xxbackground-color: white; 
			border: 0px;
			padding: 0px;
			margin: 0px;
			}

	img.gridimage 	{ 
			position: relative; 
			top: 0px; 
			left: 0px; 
			height: 200px; 
			width: auto; 
			cursor: move; 
			}

	div.pulldiv	{
			position: absolute;
			xxleft:0px; xxtop:0px;
			width: 1px;
			height: 1px; 
			font-size: 0px;
			line-height: 0px;
			}
	div.pullv	{
			position: absolute; 
			left: 0px; 
			bottom: 0px; 
			width: 50px; 
			height: 20px;
			color: white;
			font-size:16px;
			line-height:20px;
			font-weight: bold;
			text-align: center;
			cursor: s-resize; 
			}
	div.pullh	{
			position: absolute; 
			right: 0px; 
			top: 0px; 
			width: 50px; 
			height: 20px;
			color: white;
			font-size:16px;
			line-height:20px;
			font-weight: bold;
			text-align: center;
			cursor: e-resize; 
			}

	img.dashL     	{ 
			position: absolute; 
			left: 0px; 
			top: 0px; 
			width: 1px; 
			height: 100%; 
			padding:0px;
			margin:0px;
			border-left: 1px dashed gray; 
			opacity: 0.4; 
			filter: alpha(opacity=40); 
			}
	img.dashT     	{ 
			position: absolute; 
			left: 0px; 
			top: 0px; 
			width: 100%; 
			height: 1px; 
			padding:0px;
			margin:0px;
			border-top: 1px dashed gray; 
			opacity: 0.4; 
			filter: alpha(opacity=40); 
			}


	img.dashR     	{ 
			position: absolute; 
			right: 0px; 
			top: 0px; 
			width: 1px; 
			height: 100%;
			padding:0px;
			margin:0px; 
			border-right: 1px dashed gray; 
			opacity: 0.4; 
			filter: alpha(opacity=40); 
			}
	img.dashB     	{ 
			position: absolute; 
			left: 0px; 
			bottom: 0px; 
			width: 100%; 
			height: 1px; 
			padding:0px;
			margin:0px;
			border-bottom: 1px dashed gray; 
			opacity: 0.4; 
			filter: alpha(opacity=40); 
			}

	div.imgscale   	{ 
			position: absolute; 
 			top: 0px; 
			left: 0px; 
			width: 68px; 
			height: 32px; 
			overflow: hidden; 
 			opacity: .5;
			filter: alpha(opacity=50);
			}

	img.resize   	{ /* [+/-] */
			position: relative; 
			float: left; 
			width: 32px; 
			height: 32px;
			padding: 0px; 
			margin: 0px; 
			margin-right: 1px; 
			cursor: pointer; 
			}



	/*
	===============================
	   toolbar
	===============================
	*/

	table.layoutbtn
		 	{
			width:32px; 
			height:32px; 
			margin:2px;  
			}
	table.layoutbtn td	
			{
			background-color: #aaaaaa; 
			font-size:1px;
			line-height:1px;
			}
	button.layoutbtn, div.layoutbtn	
			{			
			position:relative; 
			float:left;
			margin:1px;
			width:44px;
			height:44px;
			padding:0px;
			}
	div.gapselector	{
			position:relative;
			margin-top:10px;
			margin-bottom:2px;
			}

	div.thm      	{ 
			position:relative; 
			margin-right:3px; 
			float:left; 
			width:72px; 
			height:72px;
			border:1px solid gray; 
			}

	xximg.thm      	{ 
			position:relative; 
			margin-right:3px; 
			float:left; 
			border:1px solid white; 
			}
	div.rotate     	{ 
			position:relative; 
			height:72px; 
			width:72px; 
			margin-right:3px; 
			float:left; 
			xxborder:1px dashed gray;
			text-align:center;
			font-size:10px; 
			background-color:#f0f0e0;
			background-position:center center;
			background-repeat: no-repeat;
			cursor:pointer;
			}
	div.rotate span {font-size:6px;
			}
	div.blocker 	{
			position:absolute; 
			top:0px; 
			left:0px;
			height:72px; 
			width:72px; 
			background-color:#ffffff;
			filter: alpha(opacity=70);
			opacity: 0.7;
			z-index:5;
			}

	button.make 	{ 
			text-align:center; 
			font-weight:bold; 
			color:#048204; 
			}
	img.tooltip  	{ 
			height:40px; 
			}
  	div.tooltip  	{ 
			position:absolute; 
			z-index:100; 
			visibility:hidden; 
			background-color:#f2f080; 
			padding:2px; 
			border:1px solid #d2d060; 
			font-family:verdana,arial; 
			font-size:smaller; 
			}
	div.toolpt	{
			position:absolute;
			height:10px;
			width:2px;
			top:100%;
			left:20px;
			background-color:#f2f080; 
			border-right:2px solid #d2d060; 
			}

	/*
	===============================
	   other
	===============================
	*/

	div#hiddenimages{ 
			position:relative; 
			height:20px; 
			width:20px; 
			overflow:hidden; 
			}
	div#hiddenimages div {
			position:absolute; 
			top:50px; 
			left:0px;
			}
	iframe#fr1 	{ 
			position:relative; 
			width:100%; 
			height:5em; 
			background:transparent; 
			}
	iframe#fr2 	{ 
			position:relative; 
			width:100%; 
			height:450px; 
			border:1px solid gray; 
			}



/* end */