/*************************** Generator styles ********************************/
.GenOp{
	text-align:center;
	z-index:0;
	height: 158px;
	width:100%;
	display:block;


}
.GenOp input, .GenOp select{
	font-size:9px;
}

.GeneratorFrame {
	margin:0 auto;
	text-align:center;
	padding:0;
	width:100%;
	background-color: #FFFFFF;
	background-image:url('../img/nav/mslLogo.gif');
	background-repeat:no-repeat;
	border-bottom:2px solid #1C63A3;
}

.GeneratorSubBody{
	height: 155px;
	width:250px;
	display:block;
	float:left;
	color: #000000;
}

.GeneratorColumn1 {
	text-align:left;
	float:left;
	width:320px;
	padding:0;
}

.GeneratorColumn2 {
	text-align:left;
	float:left;
	width:230px;
	padding:0;
}


.GeneratorColumn3 {
	text-align:left;
	float:left;
	width:190px;
	padding:0;
}



.GeneratorColumn1 label{
	display:block;
}

.GeneratorColumn2 label{
	display:block;
}

.GeneratorColumn3 label{
	display:block;
}

.GeneratorFloatingDiv{
	position:absolute;
	width:700px;
	height:500px;
	display:none;
	padding:0;
	z-index:10000;
	border-width:2;
	border-style:solid;
}

.GeneratorFloatingDiv iframe{
	width:696px;
	height:496px;
	border:0;
	overflow-x:auto;
	overflow-y:yes;
}

#AllPagelinksContainer{
	display:none;
	position:absolute;
	z-index:10000;
	background: white;
	border: 1px solid black;
	width: 700px;
	height: 500px;
	overflow-x: auto;
	padding:5px;
}
/************************* End Generator styles *******************************/