.hideContPassScreen
{
	opacity:0.1;
	filter:alpha(opacity=10);
	-moz-opacity:0.1;
	-khtml-opacity: 0.1;
	width:100%;
	height:100%;	
	position:relative;
}

.showContPassScreen
{
	
}

.hideSelect
{
	visibility:hidden;
}

.showSelect
{
	visibility:visible;
}

#passScreen{
	position:absolute;
	z-index:501;
}

#passScreenSpacer
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:500;
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}

#baloon{
 margin:0;
 padding:0;
 width:292px;
 height:181px;
/* background: url(../../images/DefaultSkin/passwordScreen/globalGnd.png) 0% 0% no-repeat;
 *background:none;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/DefaultSkin/passwordScreen/globalGnd.png', sizingMethod='scale');
*/
}
#gnd{
 position:absolute;
 top:0; 
 left:0;
 margin:0;
 padding:0;
 width:292px;
 height:181px;
 z-index:1;
}
#content{
 position:relative;
 margin:0;
 padding:0;
 width:272px;
 padding: 21px 0 0 10px;
 z-index: 2;
}
#logo, #comeFromFlaShowLogo{
 margin:0 0 5px 0;
 padding:0;
 width:272px;
 height:25px;
}
#logo img, #comeFromFlaShowLogo img {margin:0 0 0 10px;}
#msg{
 margin:0;
 padding:0;
 width:272px;
 height:73px;
 border-top: 1px solid #ccc;
}
#msg img{}
#pass{
 margin:0;
 padding:0px;
 width:272px;
 height:20px;
 background:url(../../images/DefaultSkin/passwordScreen/passGnd.jpg);
}
#password{
 float:right;
 padding:0;
 margin:1px 10px 0 0;
 width:150px;
 height:18px;
 background:#f5f5f5;
 border:none;
}
#baloon input{
 margin:0px;
 padding:0px;
 }
#baloon img{
 margin:0px;
 padding:0px;
 border:0;
}
#baloon ul{
 margin:5px 0 0;
 padding:0px;
 width:272px;
 height:11px;
 list-style:none;
}
#baloon ul li{
 float:right;
 margin: 0px 10px 0 0;
 display:inline;
}
#baloon a.Cancel{
 padding:0;
 margin:0;
 width:36px;
 height:11px;
 background: url(../../images/DefaultSkin/passwordScreen/bCancel.jpg) 0% 0% no-repeat;
 border:none;
}
#baloon a.Cancel:hover{
 padding:0;
 margin:0;
 width:36px;
 height:11px;
 background: url(../../images/DefaultSkin/passwordScreen/bCancelOn.jpg) 0% 0% no-repeat;
 border:none;
}
#baloon a.Submit{
 padding:0;
 margin:0;
 width: 38px;
 height:11px;
 background: url(../../images/DefaultSkin/passwordScreen/bSubmit.jpg) 0% 0% no-repeat;
 border:none;
}
#baloon a.Submit:hover{
 padding:0;
 margin:0;
 width: 38px;
 height:11px;
 background: url(../../images/DefaultSkin/passwordScreen/bSubmitOn.jpg) 0% 0% no-repeat;
 border:none;
}
.clearing {
 height: 0;
 clear: both;
}

/*Assigned Folder, SecureUnsecure, Full Tree, Process Request, Contact Link*/
#assignFolderScreen, #secureUnsecureScreen, #fullTreeScreen, #processRequestScreen, #contactScreen
{
	position:absolute;
	z-index:501;
}

#assignFolderScreenSpacer, #secureUnsecureScreenSpacer, #fullTreeScreenSpacer, #processRequestScreenSpacer, #contactScreenSpacer
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:500;
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}

#assFBallon1, #secureUnsecureBallon1{
 margin:0;
 padding:0;
 width:452px;
 height:280px;
}
#assFGnd1, #secureUnsecureGnd1{
 position:absolute;
 top:0; 
 left:0;
 margin:0;
 padding:0;
 width:452px;
 height:280px;
 z-index:1;
}
#assFContent1, #secureUnsecureContent1{
 position:relative;
 margin:0;
 padding:0;
 width:432px;
 padding: 21px 0 0 10px;
 z-index: 2;
}

#assFLogo, #secureUnsecureLogo, #procReqLogo, #contactLogo{
 margin:0px 5px 0px 10px;
 padding:0;
 width:420px;
 height:50px;
 background:url("../../images/DefaultSkin/passwordScreen/faLogoSmall.gif") no-repeat left bottom;
 background-size:contain;
}
#assFLogo img, #secureUnsecureLogo img, #procReqLogo img, #contactLogo img {margin:0 0 0 10px;}
#assFMsg, #secureUnsecureMsg, #procReqMsg, #contactMsg{
 margin:0;
 width:432px;
 padding-top:25px;
 text-align:center;
 font-size:12px; 
}

#assFMsg img, #secureUnsecureMsg img, #procReqMsg img, #contactMsg img{}

#assFClose, #secureUnsecureClose, #fullTreeClose, #procReqClose, #contactClose
{
	float:right; 
	background-color:gray; 
	color:white; 
	font-weight:bold; 
	width:20px; 
	text-align:center; 
	cursor:pointer;
	margin-right:5px;
}

#assFClose1, #fullTreeClose1, #procReqClose1, #contactClose1
{
	float:right; 
	font-weight:bold; 
	cursor:pointer;
	margin-right:5px;
}

/*HowToOrder, OrderInProgress(StrongGallery), CreatePersonalLB, AboutSelections Screen, comeFromFlaShowScreen*/
#howToOrderScreen, #orderInProgressScreen, #createPersonalLBScreen, #aboutSelectionsScreen, #comeFromFlaShowScreen
{
	position:absolute;
	z-index:501;
}

#howToOrderScreenSpacer, #orderInProgressScreenSpacer, #createPersonalLBScreenSpacer, #aboutSelectionsScreenSpacer, #comeFromFlaShowScreenSpacer
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:500;
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}

#howToOrderBallon1, #orderInProgressBallon1, #createPersonalLBBallon1, #aboutSelectionsBallon1, #comeFromFlaShowBallon1
{
 margin:0;
 padding:0;
 width:292px;
 height:181px;
}
#howToOrderGnd1, #orderInProgressGnd1, #createPersonalLBGnd1, #aboutSelectionsGnd1, #comeFromFlaShowGnd1
{
 position:absolute;
 top:0; 
 left:0;
 margin:0;
 padding:0;
 width:292px;
 height:181px;
 z-index:1;
}
#howToOrderContent1, #orderInProgressContent1, #createPersonalLBContent1, #aboutSelectionsContent1, #comeFromFlaShowContent1
{
 position:relative;
 margin:0;
 padding:0;
 width:272px;
 padding: 21px 0 0 10px;
 z-index: 2;
}
#howToOrderClose, #createPersonalLBClose, #aboutSelectionsClose, #comeFromFlaShowClose
{
	float:right; 
	background-color:gray; 
	color:white; 
	font-weight:bold; 
	width:20px; 
	text-align:center; 
	cursor:pointer;
	margin-right:5px;
}

/****Large Image Layer********/
#largeImgLayer
{
	position:absolute;
	z-index:501;
	background:#efefef;
}

.hideContLargeScreen
{
	opacity:0.05;
	filter:alpha(opacity=5);
	-moz-opacity:0.05;
	-khtml-opacity: 0.05;		
	position:relative;	
	background:#000000;
}

#largeImgLayerSpacer
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:500;
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background-color: #c4c4c4;
}

#largeImgClose
{
	float:right; 
	background-color:#efefef; 
	color:#a8a8a8; 
	font-weight:bold; 
	width:20px; 
	text-align:center; 
	cursor:pointer;
	margin-right:5px;
}

.largeMenuBackground
{
	background: #efefef;
}
/************/

/****************************/
/*Flash SLideShow*/
/***************************/
#slideshowImgLayer
{
	position:absolute;
	z-index:501;
	color:#a8a8a8;
}

.hideContFlashSlideShow
{
	opacity:0.1;
	filter:alpha(opacity=10);
	-moz-opacity:0.1;
	-khtml-opacity: 0.1;
	width:100%;
	height:100%;	
	position:relative;
}

#slideshowSpacer
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:500;
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	/*background-color:#C4C4C4;*/
}

#slideshowImgClose
{
	float:right; 
	background-color:#a8a8a8; 
	color:#efefef;
	font-weight:bold; 
	font-size: 15px;
	width:20px; 
	text-align:center; 
	cursor:pointer;
	margin-right:5px;	
}
/*********************/
