@import "global.css";
@import "common.css";

/*
Allen School Online
- Job style sheet
- Created: June 8 2007
*/

#aCol { width: 215px; float: left; }
	/* #sideNav in common.css */

#bCol { width: 509px; float: left; }
	.subHeader { width: 100%; margin: 3px 0 18px 0; padding: 0 0 12px 0; background: url(/static/img/bg/doubleBorder.gif) repeat-x bottom left; }
	.subHeader h2 { margin: 0 0 5px 0; color: #666; font-size: 1.4em; font-weight: normal; }
	.subHeader h1 { color: #600; font-size: 2.2em; font-weight: normal; }
	
	.history { width: 100%; list-style: none; border-top: 1px solid #d7d7d7; padding: 29px 0 0 0; }		
	.history li { height: 104px; margin: 0 0 20px 0; padding: 17px; background: url(/static/img/bg/jobPlacemntBlurb.gif) repeat-x 0 0; overflow: hidden; }
	.history li img { float: left; margin: 0 17px 0 0; }
	.history li h4 { font-size: 1.3em; color: #1d3a6b; }
	.history li p { margin: 0; }
	
	table.salary { width: 290px; margin: 0 0 40px 0; padding: 0; border-collapse: collapse; border: 1px solid #e7e1d5; float: left; }
	table.salary tr td { padding: 3px 10px; font-size: 16px; }
	table.salary .odd { background: #f3f1e9; }
	table.salary .even { background: #ede8dd; }
	table.salary .aCol { width: 220px; }
	table.salary strong { font-weight: bold; color: #600; }

#bCol.spread { width: 680px; }
/* #bCol.spread type elements Style in common.css */
	
#cCol { width: 220px; float: left; }

#bCol ul.requirements {

}
	#bCol ul.requirements li {
		font-size: 1.2em;
		list-style: disc;
		padding-left: 0.2em;
		margin-bottom: 0.5em;
	}