/* PA Style Portal Content Control */

@import url('../paStylePortalContentControlDefault.css');


/**********/
/* Common */
/**********/

/* Helps with positioning the content. Only positioning items should be used here. */
.paStyleContainer {  }

/* You must surround the content area with a div defined with class of "paStyle" */
/* Only fonts should really be defined here */
.paStyle                       {  }
.paStyle td, div               {  }
.paStyle input, select, option {  }
.paStyle a                     {  }
.paStyle a:hover               {  }
.paStyleNavigation         {  }
.paStyleNavigation a       {  }
.paStyleNavigation a:hover {  }

/* Special Case:  Only use to reverse the color of text within Country Popup Selection */
#popUpCountrySelection9619 td {  }


/***************/
/* Portal Main */
/***************/

.paStyleMainContentContainer               { width: 100%; }
.paStyleMainContentSelectionTitle          {  }
.paStyleMainContentLanguage                {  }
.paStyleMainContentLanguage td             {  }
.paStyleMainContentSelectionInstructions   {  }
.paStyleMainContentSelection               {  }
.paStyleMainContentSelection td            {  }

/* individual adjustments for each type of portal search method */
.paStyleMainContentSelectionPostalCode            { margin-left: 20px; }
.paStyleMainContentSelectionStateMetroHigherLevel { margin-left: 20px; }
.paStyleMainContentSelectionStateMetro            { margin-left: 20px; }
.paStyleMainContentSelectionFunctionalArea        {  }

.paStyleMainContentLoginContainer          { width: 100%; }
.paStyleMainContentLoginTitle              {  }  
.paStyleMainContentLoginInstructions       {  }
.paStyleMainContentLogin                   { margin-left: 0px; margin-top: 20px; }
.paStyleMainContentLogin td                {  }

.paStyleMainInputFieldPostalCode           { width: 120px; }
.paStyleMainInputFieldSearchRadius         { width: auto;  }
.paStyleMainInputFieldStateSelection       { width: auto;  }
.paStyleMainInputFieldMetroSelection       { width: auto; height: 70px; }
.paStyleMainInputFieldHigherLevelSelection { width: auto; height: 80px; }
.paStyleMainInputFieldLogin                { width: 110px; }
.paStyleMainInputFieldPassword             { width: 110px; }


/*****************************/
/* Portal Geographies Select */
/*****************************/

.paStyleGeographiesContentContainer             { width: 100%; }
.paStyleGeographiesContentSelectionTitle        {  }
.paStyleGeographiesContentSelectionInstructions {  }
.paStyleGeographiesContentSelection             {  }
.paStyleGeographiesContentSelection td          {  }
.paStyleGeographiesContentSelectionScrollForce  { 	
	/* ScrollForce should only be used to implement a scrollable area.  
   	   It exists within the attributes of paStyleGeographiesContentSelection */
   	
	width: 450px; height: 250px;
	margin: 0px; padding: 0px;
	overflow: auto; 
	background: transparent;
	
}
.paStyleGeographiesContentNavigation            { width: 400px; }
.paStyleGeographiesContentNavigation td         {  }


/***************************/
/* Portal Positions Select */
/***************************/

.paStylePositionsContentContainer             { width: 100%; }
.paStylePositionsContentSelectionTitle        {  }
.paStylePositionsContentSelectionInstructions {  }
.paStylePositionsContentSelection             { width: 95%; }
.paStylePositionsContentSelection td          {  }
.paStylePositionsContentSelectionScrollForce  {
	/* ScrollForce should only be used to implement a scrollable area.  
   	   It exists within the attributes of paStyleGeographiesContentSelection */
	/*	
	width: 100%; height: 100px;	
	margin: 0px; padding: 0px;
	overflow: auto;	
	background: transparent;
	*/
}
.paStylePositionsContentRecruiter             { width: 100%; }
.paStylePositionsContentRecruiter td          {  }
.paStylePositionsContentNavigation            { width: 100%; }
.paStylePositionsContentNavigation td         {  }

.paStylePositionsInputFieldInvitedByUserName  { width: 200px; }

/* only background and fonts should be edited through this class */
.paStylePositionsHeading { background: #f3f3f3; }
/* use "display: none" on the following if we need to hide the department column */
.paStylePositionsHeadingDepartment {  }




