
	/* ================================================================== */
	/* EVENTS.CSS created Nov 07, 2008 		 					  		  */
	/* ================================================================== */


	DIV.careersModule
		{	
			/*border: 5px dashed Yellow;		*/	 
		}


	DIV.careersModule A
		{
			text-decoration: underline;
		}
				
	DIV.careersModule A:hover
		{
			text-decoration: underline;
		}				
		
			TABLE.careersTable 
		{
			 margin:			0;
			 border-collapse: 	collapse;
			 width: 480px;
		}

				TABLE.careersTable TD
					{
					 padding: 				0px;
					 border: 1px solid White;
					 background-color: #fff; padding: 2px 2px 2px 3px;
					}	
					
							TABLE.careersTable TR.header TH
								{ background-color: #ccc; padding: 2px 2px 2px 3px;	
								  font-weight: normal;
								}						

							TABLE.careersTable TR.rowOdd TD
								{ background-color: #eee; padding: 2px 2px 2px 3px;	}						

							TABLE.careersTable TR.rowEven TD
								{ background-color: #eee; padding: 2px 2px 2px 3px;	}						

							TABLE.careersTable TD.nw
								{
								  white-space: nowrap;
								}
