/* PA Style Portal Content Control */

@import url('../paStylePortalContentControlDefault.css');


/**********/
/* Common */
/**********/

/* Helps with positioning the content. Only positioning items should be used here. */
.paStyleContainer { width:970px; }

/* You must surround the content area with a div defined with class of "paStyle" */
/* Only fonts should really be defined here */
.paStyle                       { font: 15px vagroundedbold }
.paStyle td, div               { font: 15px vagroundedbold }
.paStyle input, select, option { font: 15px vagroundedbold }
.paStyle a                     { font: 15px vagroundedbold; text-decoration: none; }
.paStyle a:hover               { font: 15px vagroundedbold; text-decoration: underline; }
.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: 70px; }
.paStyleMainContentSelectionStateMetroHigherLevel { margin-left: 70px; }
.paStyleMainContentSelectionStateMetro            { margin-left: 70px; }
.paStyleMainContentSelectionFunctionalArea        {  }

.paStyleMainContentLoginContainer          { width: 100%; }
.paStyleMainContentLoginTitle              {  }  
.paStyleMainContentLoginInstructions       {  }
.paStyleMainContentLogin                   { margin-left: 70px; }
.paStyleMainContentLogin td                {  }

.paStyleMainInputFieldPostalCode           { width: 120px; }
.paStyleMainInputFieldSearchRadius         { width: auto;  }
.paStyleMainInputFieldStateSelection       { width: auto;  }
.paStyleMainInputFieldMetroSelection       { width: auto; height: 70px; }
.paStyleMainInputFieldHigherLevelSelection { width: auto; height: 80px; }
.paStyleMainInputFieldLogin                { width: 150px; }
.paStyleMainInputFieldPassword             { width: 150px; }


/*****************************/
/* 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: 100%; }
.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         {  }
/* The following 3 classes control the returning candidate section.  
   There should rarely ever be the need to modify this section */
.paStylePositionsContentNavigationLogin                       { width: 100%; }
.paStylePositionsContentNavigationLogin td                    {  }
.paStylePositionsContentNavigationLogin td .paStyleNavigation {  }

.paStylePositionsInputFieldInvitedByUserName  { width: 200px; }

/* only background and fonts should be edited through this class */
.paStylePositionsHeading { background: transparent; }
/* use "display: none" on the following if we need to hide the department column */
.paStylePositionsHeadingDepartment { display: none; }




