form_Col1/* 
	
	CSS for LM2
	By Mike McMillan 01-18-2012
	
*/	

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}

/************** Manuals and Guides **********************************************************************************************************************************************/


.Level1_css
{
    color: #003399 !important; 
    font-size:14px !important;
    font-family: Arial !important;
    font-weight:bold !important; 	
}

/************************************************************************************************************************************************************************/

/** Lock Screen-related CSS Classes **/

.LockOff {
	visibility: hidden;
	display: none;
	position: absolute;
	top: -100px;
	left: -100px;
}

.LockBackground {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: visible;
	display: block;
	width: 105%;
	height: 105%;
	background-color: #666;
	z-index: 999;
	filter: alpha(opacity=75);
	opacity:0.75;
	padding-top: 20%;
}

.LockPane {
	z-index: 1000;
	position: absolute;
	top: 0px;
	left: 0px;
	padding-top: 20%;
	visibility: visible;
	display: block;
	text-align: center;
	 vertical-align:middle;
	width: 100%;
}

.LockPane div {
	width: 350px;
	height: 50px;
	background-color: #3C7AF6;
	color: White;
	font-family:Verdana;
	font-size: 24px;
	 line-height:48px;
	/*border: solid 1px White;*/
	border-radius:12px;       /* CSS3 Rounding corners */
	padding: 9px;
	margin-left: auto;
	margin-right: auto;

}


/******************* FRAMEWORK *******************/



#img-pAni
{
	float:left;
	
}

#msg_Label1 
{
	width:600px;
	height:300px;
	background-color:Fuchsia;
}
 
body  
{
    /*background: #b6b7bc;
    font-size: .80em;
    font-family: "Verdana, Arial, Helvetica,  sans-serif";
    color: #696969;*/
		margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
		padding: 0;
		background-image: url('/PubForms/images/gradient_background.jpg');
		background-repeat:repeat-x repeat-y;

}

/************************* Processing Please Wait - Overlay ***********************************************************************************/

.overlayOff {
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    width:100%;
    height:100%;
    z-index:998;
    background-color: Black;
    opacity: .5;
		 visibility: hidden;
}


.popupOff {
    /*position: absolute;*/
		margin-left:auto;
		margin-right:auto;
		margin-top:50px;
    width:20px;
		height:10px;
    background-color:#66C8FC;
    z-index: 999;
		visibility: hidden;
}	


.overlayOn {
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    width:100%;
    height:100%;
    z-index:998;
    background-color: Black;
    opacity: .5;
		-moz-opacity: 0.50;
		 visibility: visible;
}

.popupOn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 240px;
    height: 40px;
    margin-left: -110px;
    margin-top: 50px;
    background-color: White;  /*#66C8FC;*/
		 border:2px double blue;
     font:bold 12pt Arial;
		padding:15px 10px 10px 10px;
    z-index: 999;
		visibility: visible;
}	

/************************************************************************************************************/

.help1
{
  width:200px; height:50px; background-color: White; border:2px double #003399; position: absolute; z-index: 500; left:-130px; top: 0px; text-align:center; padding:10px 5px 0 5px;
}

/******* Password Recovery Pannel *************************************************************/

.linkTxt2
{
	font-family:Verdana, Arial;
	font-size:12px;
	font-weight: bold;
}

.pnPWR_css
{
	width: 300px;
	height: 160px;

	font-family:Verdana, Arial;
	font-size:12px;
	font-weight: bold;

	background-color: White;
	border-color:#003399;
	border-style:solid;
	border-width:2px;
	
	margin-left:auto;
	margin-right:auto;	
	padding: 30px;	
	
	z-index:155;
}

.pnError_css, .pn404Error_css
{
	width: 600px;
	height: 160px;

	font-family:Verdana, Arial;
	font-size:12px;
	font-weight: bold;
	color:Red;

	background-color: White;
	border-color:#003399;
	border-style:solid;
	border-width:2px;
	
	margin-left:auto;
	margin-right:auto;	
	padding: 30px;	
	
	z-index:155;
}

.pn404Error_css
{
	 text-align:center;
}

/************** Centered2.master  *****************************************************************************************************************************/

#CenteredMain2 
{
 	position:relative;
	width:1024px;
	/*height: 616px;*/
}


#LeftSide2c 
{
	background-color: #FFFFFF;
	
	 width:1021px;
	 height:800px;				 
	 /*background-color: lime; */
}


#RightSide2c {
	position:absolute;
	background-color: #FFFFFF;
	top:0px;
	right:0px;
	width: 1px;
	height: 800px;
	/*background-color: red;			*/
}



/**** Left_Nav MASTERPAGE LAYOUT ************************************************************/

#PageWrapper1 
{

	background-color:#ffffff;
	
	padding: 0;
	border-color:#003399;
	border-style:solid;
	border-width:2px;
	margin-left:auto;
	margin-right:auto;	
	margin-top: 10px;	
	margin-bottom: 0;
	text-align:left;
	
    width:1024px;	
}

/*
#ContainerMain1 {
    float:left;
    width:100%;
    margin-left: 192px; 	
}
*/

#LeftSideMP {
	float: left;
    width: 188px;
	/*background-color: red; */
}

#Left_Container 
{
  padding-top:20px;  
}

#RightSideMP 
{
	float: left;
    width: 832px;
	background-color: #FFFFFF;
	/*background-color: red;			*/
}

#Right_Container 
{
  padding-bottom:20px;
}


#Footer1MP 
{
    clear: left;
	width:100%;
	border-top-color:#003399;
	border-top-style:solid;
	border-top-width:2px;
	background-color: white;  

	/*margin-top:10px;*/
}


#PageWrapper2 {
	background-color: transparent;
	width:1024px;
	padding: 0;
	border: 0;
	margin: 10px auto;
	text-align:left;
		
}

#menubar1, #menubar2 
{
	/*background-image: url('/LM2/images/MenuBar1.jpg');
	background-repeat:repeat-x;*/
	background-color: #003399;
	width:1024px; 
	height:22px;
	padding: 0;
	margin: 0;
	border: 0;	 			 
}	 	

#menubar2 
{
	z-index: 25;
	padding-left: 1px;
	height:24px;
	width:1023px; 
	/*background-image: url('/LM2/images/MenuBar2b.jpg');
	background-color: #000000;*/
	

}	 	



.Header1 {
	/* background-color: lime; */
 	position:relative;
	width:1024px; 
	height:90px;
	z-index:10;
	padding: 0;
	margin: 0;
	border: 0;	 
	text-align:left;
} 




#Footer2 {
	background-color: black;
	width:1024px;
	height:100px;
	margin-top:10px;	  
}

#imap
{ 
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;

	position:absolute;
	width:354px;
	height:50px;
	top: 14px;
	left: 26px;
	z-index:2000;
	font-family: Arial, Helvetica, sans-serif;  
	/*background-color:Lime; 	*/
}

/************** LM2 FORM **********************************************************************************************************************************************/

/*** Article Names links **
.hlink1 
{
	font-family:Verdana, Arial !important;
	font-size:12px !important;
	font-weight: normal !important;
	text-decoration:none !important;
	color: Black !important;
}
*/

.pnUSA_Canada_css
{

}

.pnOtherCountries_css
{

}

.smItalic, .smItalic_r
{
	   font-size:10px;
     font-family: Arial;    
     font-weight:normal;
		 font-style:italic;
}

.smItalic_r
{
	color: Red;
}

.please-note
{
	padding: 5px 0px 10px 0px;
	   font-size:11px;
     font-family: Arial;    
     font-weight:normal;
		 font-style:italic;
		 color:Red;
}


  .MyRowHighlight
  {
    background-color: yellow !important;
    font-size: 20px !important;
  }




.divFooter1 
{
     text-align:center; 
     padding-top:20px; 
     color: #000000; 
     font-size:12px;
     font-family: Arial;    
     font-weight:bold;
}

a.footer1:link, a.footer1:visited
{
    color: #003399; 
    font-size:12px;
    font-family: Arial;
     font-weight:bold; 
}

a.footer1:hover
{
    color: #7bbdf6;
}

a.footer1:active
{
    color: #777777;
    
    
}


/******** OLD Left Nav ***********/

.nav_text {
 font-size:10px !important;  
 font-family: verdana !important;
 font-weight:bold !important; 
 color: #003399 !important; 
 padding: 10px 0 10px 24px !important;
}

td.nav {
 font-size:10px;  font-family: verdana, arial, sans-serif; color: #555; 
 padding-right:0px; padding-left:0px;
}


	
a.nav:link		{ color: #339; text-decoration: none; font-weight:bold}
a.nav:visited	{ color: #339; text-decoration: none; font-weight:bold }
a.nav:hover, a:active	{ color: #39f; font-weight:bold }	

.cd_link:link, .cd_link:hover  {
	color:#fff; 
	font-weight:bold;
}

.cd_link:hover {color:#ffff33;}

.cd_img {
/*border-bottom:solid 2px #003399; */
	padding-bottom:2px;
	width:90px; 
	height:90px; 
	border:0;
}		



/* begin aval div*/
#aval 
{
    width:96px; 
    margin:auto; 
    padding-top:2px;
	border:solid 2px #003399; 
	background:#003399;
	text-align:center;
	font-size:10px;  
	font-family: verdana, arial, sans-serif;
}

#aval:hover 
{
    background:#cc0099; 
    border:solid 2px #cc0099;
    
    }
#aval a	
{
    line-height:120%; font-weight:bold; font-size:10px; color:#fff;
    text-decoration:none;
    }
#aval a:hover	{color:#ffff66;}
/* end aval div*/	





/************** REGISTRATION /LOGIN FORM  *****************************************************************************************************************************/

#CenteredMain 
{
 	position:relative;
	width:1024px;
	/*height: 616px;*/
}


#LeftSide2 
{
	background-color: #FFFFFF;
	 width:594px;
	 height:800px;				 
	 /*background-color: lime; */
}


#RightSide2 {
	position:absolute;
	background-color: #FFFFFF;
	top:0px;
	right:0px;
	width: 430px;
	height: 800px;
	/*background-color: red;			*/
}



.RegBoarder 
{
	background-image: url('/LM2/images/gradient_register.jpg');
	background-repeat:repeat-x;
	background-color:transparent;
	padding: 20px 0 20px 20px;
    
}

.LoginBoarder 
{
	background-image: url('/LM2/images/gradient_register.jpg');
	background-repeat:repeat-x;
	background-color:transparent;
	padding: 20px 20px 20px 0;
    
}


.pnRegCSS 
{
     width: 530px;
     height:745px;
     background-color: white; 
     padding:20px;   
}

.pnRegCSS input
{
    border: 1px solid #D6D6D6;
   /* background-color: #f0f6f9; */
}

.pnLoginCSS 
{
     width: 360px;
     height:645px;
     background-color: White; 
     padding:20px 30px 20px 20px;       
}


.GreyLine_Left {
	border-bottom: 1px solid #CBCBCB;
    width:430px;
	height:36px;
	margin-bottom:20px;

}

.GreyLine_Right {
	border-bottom: 1px solid #CBCBCB;
    width:360px;
	height:36px;
	margin-bottom:20px;
}

span.bulletWrap {padding-left:2.5em; } /* left navigation wrapping */

span.backBtn {color:#003399; font-weight:bold;}	 

/*-------------- Reg Form Table ------------------------------------*/

.form_Col1, .form_Col2 
{
 text-align:right;
 font-family: Verdana;
 font-size:11px;
 font-weight:bold;
 vertical-align:middle;
 height:30px;	
}

.form_Col2 
{
 text-align:left;
 padding: 0 0 0 8px;
}


.lbl_pn
{
 font-family: Verdana;
 font-size:11px;
 font-weight:bold;
}

.pn_Col1, .pn_Col2 
{
 text-align:right;
 font-family: Verdana;
 font-size:11px;
 font-weight:bold;
 vertical-align:middle;
 height:30px;
 width:133px;	
 padding: 0 4px 0 0;
}

.pn_Col2 
{
 text-align:left;
 padding: 0 0 0 4px;
 width:400px;
}

.vals_CSS, .vals12_CSS  
{
	color:Red;
 font-family: Verdana;
 font-size:10px;
 font-weight:bold;	
	
}


.vals12_CSS  
{
 font-size:12px;
}

/************** LOGIN FORM  *****************************************************************************************************************************/

#tagline2, #tagline1 
{ 
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	
	position:absolute;
	width:300px;
	height:auto;
	top: 51px;
	left: 144px;
	z-index:21;
	font-family: Arial, Helvetica, sans-serif;  
	font-size:9px;
	font-weight:bold;
	color: #ffffff;
	/* background-color:Lime; */

}

 #tagline1 
 {
 	color: #003399;
 	left: 174px;
 }

#ddLangSelect
{
	position:absolute;
	top:21px;
	left:868px;
	z-index:20;

/* background-color:Lime; */

}

.ddLangSelectCSS
{
	width:110px;
	height:17px;
	font-family: Arial; 
	font-size:9px;
	text-align:center; 
	vertical-align:bottom; 	
}

.divFooter3 
{
     text-align:center; 
     padding-top:20px; 
     color: white; 
     font-size:12px;
     font-family: Arial;    
     font-weight:bold;
}


a.footer3:link, a.footer3:visited
{
    color: #7bbdf6; 
    font-size:12px;
    font-family: Arial;
     font-weight:bold; 
}

a.footer3:hover
{
    color: #1d60ff;
}

a.footer3:active
{
    color: #034af3;
}

/************** HEADERS *****************************************************************************************************************************/
.Center_Nav {
	 width:1024px;
	 height:612px;				 
	  background-color: red;  
}
#LStatus 
{
	/*padding-bottom: 5px;*/
	margin: 0;
	border: 0;
	position:absolute;
	width:50px;
	height:14px;
	top: -3px;
	left:955px;
	z-index:20;
	vertical-align:top;
  /*background-color: lime; */
}	

.LStatusText {
	Color:#367AAB;
	font-size: 10px;
	font-weight:bold;
	 vertical-align:top;
}



#miniNav, #miniNav1
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;

	position:absolute;
	width:135px;
	top:56px;
	left:865px;
	z-index:20;
	text-align:left;
	font-size:9px;
	color: black;
/* background-color:Lime;  */	
}

#miniNav1
{
	width:135px;
	left:868px;
}

#miniNav a:link, #miniNav a:visited, #miniNav a:hover, #miniNav a:active {
	font: 9px Arial;
	color: black;
	text-align:left;	
	text-decoration: none; 
}

#miniNav1 a:link, #miniNav1 a:visited, #miniNav1 a:hover, #miniNav1 a:active {
	font: 9px Arial;
	color: black;
	text-align:left;	
	text-decoration: none; 
}


.miniNav2 {
	font-size:9px;
	font-weight:bold;
	color: black;
	text-align:left;	
	text-decoration: none;	
}

#AdminDiv
{
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;

	position:absolute;
	width:80px;
	height:20px;
	top:2px;
	left:720px;
	z-index:25;
}	










/************************************************* Microsoft's CSS for Login, etc... ****************************************************************************************/


/* DEFAULTS
----------------------------------------------------------*/

body   
{
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}






/* FORM ELEMENTS   
----------------------------------------------------------*/



fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

.loginInto 
{
	 font-family: Verdana;
 font-size:11px;
 font-weight:bold;
 /*padding-bottom: 30px;*/
}


fieldset.login label, fieldset.register label, fieldset.changePassword label
{
 display: block;
 font-family: Verdana;
 font-size:11px;
 font-weight:bold;
    
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
	font-family: Verdana;
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}


input.textEntry 
{
    width: 320px;
    border: 1px solid #D6D6D6;
   /* background-color: #f0f6f9;*/
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #D6D6D6;
		/*text-transform:lowercase;*/

    /*background-color: #f0f6f9;*/
}

div.accountInfo
{
    width: 104%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
 
  font-family: Verdana;
	font-size:10px;
	font-weight:bold;
  color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: center;
    padding: 20px 0 0 0;
	margin-top: 19px;
}


.mbar { /*** set for Firefox ***/
	padding-right: 53px !important;	
}

.mbar_de { /*** set for Firefox ***/
	padding-right: 35px !important;	
}

.mbar_es { /*** set for Firefox ***/
	padding-right: 42px !important;	
}
