/* @override http://localhost:8888/css/career.css */

/* //////////////////////////////////

 career.css 
 
 This CSS define the content of Career Page. 
 SEQOY Web Site 2.0 (seqoy.com)
 Main CSS
  
 Creation Date: May, 12. 2009
 Created by: SEQOY Development Team
 
 This file it's a open source CSS file, 
 you can use this code as free as you want.


////////////////////////////////// */
/* Career Content ///////// //////////////////////////// // //////////// /////////*/
.seqoyContainer #careerID {
	position: absolute;
	top: -205px;
	width: 168px;
	height: 20px;
	padding-left: 22px;
	padding-right: 22px;
}

.seqoyContainer #careerBrief {
	position: absolute;
	top: -173px;
	width: 165px;
	height: 160px;
	padding-right: 24px;
	padding-left: 24px;
}

.seqoyContainer #careerContent {
	display: table;
	padding-left: 0;
}

.seqoyContainer #careerSubContent {
	display: table
	margin-left: 15px;
	padding: 26px 0 11px;
}

.seqoyContainer #careerPositions {
	display: table;
	padding-left: 0;
	float: right;
	width: 760px;
}

.seqoyContainer #careerTitle {
	display: table;
	padding-left: 0;
	width: 200px;
}

.seqoyContainer #careerDescription {
	display: table;
	padding-bottom: 16px;
	margin-top: -1px;
	color: #777777;
}

.seqoyContainer #careerJobTitle {
	position: relative;
	display: inline;
}

.seqoyContainer #careerApplyButtom {
	position: absolute;
	display: inline;
	padding-top: 3px;
}

.seqoyContainer #careerJobDivisor {
	padding: 22px;
	position: relative;
}

