/* --- framewindow elements ------------------------------------------------------- */

#window1Container, #window2Container, #window3Container {
	position: 		absolute; 
	height: 		1px; 
	width: 			1px; 
	line-height:	1px;
	z-index: 		200; 
	visibility: 	hidden; 
	color: 			#F2F2F2;
}

#window1Body, #window2Body, #window3Body {
	background: 	white; 
	border:			1px solid #000000;
	margin: 		0; 
	line-height:	1px;
	padding: 		0; 
	height: 		1px; 
	width: 			1px;
}

#windowDimmer {
	position: 		absolute; 
	top: 			0px; 
	left: 			0px; 
	background: 	#FFFFFF; 
	z-index: 		9; 
	display: 		none;
	opacity: 		.8;
	filter: 		alpha(opacity=80);	
}

/*.windowFrame .a { background-image: url(../img/drop/a.png); width: 30px; height: 30px; background-repeat: no-repeat; }
.windowFrame .b { background-image: url(../img/drop/b.png); width: 30px; height: 30px; background-repeat: no-repeat; }
.windowFrame .c { background-image: url(../img/drop/c.png); height: 30px; background-repeat: repeat-x; }
.windowFrame .d { background-image: url(../img/drop/d.png); width: 30px; height: 30px; background-repeat: no-repeat; }
.windowFrame .e { background-image: url(../img/drop/e.png); width: 30px; height: 30px; background-repeat: no-repeat; }

.windowFrame .f { background-image: url(../img/drop/f.png); width: 30px; height: 30px; background-repeat: no-repeat; }
.windowFrame .g { background-image: url(../img/drop/g.png); width: 30px; height: 30px; background-repeat: no-repeat; }
.windowFrame .h { background-image: url(../img/drop/h.png); width: 30px; background-repeat: repeat-y; }
.windowFrame .i { background-image: url(../img/drop/i.png); width: 30px; background-repeat: repeat-y; }
.windowFrame .j { background-image: url(../img/drop/j.png); width: 30px; height: 30px; background-repeat: no-repeat; }
.windowFrame .k { background-image: url(../img/drop/k.png); width: 30px; height: 30px; background-repeat: no-repeat; }

.windowFrame .l { background-image: url(../img/drop/l.png); width: 30px; height: 30px; background-repeat: no-repeat; }
.windowFrame .m { background-image: url(../img/drop/m.png); width: 30px; height: 30px; background-repeat: no-repeat; }
.windowFrame .n { background-image: url(../img/drop/n.png); height: 30px; background-repeat: repeat-x; }
.windowFrame .o { background-image: url(../img/drop/o.png); width: 30px; height: 30px; background-repeat: no-repeat; }
.windowFrame .p { background-image: url(../img/drop/p.png); width: 30px; height: 30px; background-repeat: no-repeat; }
*/
.windowFrame .windowFrameContent { line-height: 1px; font-size: 1px; }
