body {
	direction: rtl;
	font-family: arial; font-size: 12px;
}
#secondHead {
	width: 860px; height: 94px;
}
#secondHead_form {
	width: 860px; height: 94px;
}
#jobsLinks {
	text-align: right;
	padding-top: 43px; padding-right: 90px;
	font-size: 16px; font-weight: bold;
}
#jobDesc {
	text-align: right;
	padding-top: 11px; padding-right: 90px;
	font-size: 14px;
}
.blackLink {
	color: black;
	text-decoration: none;
}
.orangeLink {
	color: #F68B1F;
	text-decoration: none;
}
.blackLink:hover, .orangeLink:hover {
	text-decoration: underline;
}
#jobTxt {
	height: 242px;
}

#jobTxt table, #jobTxt td {
	font-size: 12px;
	text-align: right; vertical-align: top;
}
/*#jobTxt {
	font-size: 12px;
	width: 415px; height: 242px;
	display: table-cell;
	float: left;
	border: 1px solid black;
}*/
#jobTxt #jobTxt_head {
	font-weight: bold;
}
#jobTxt #jobTxt_txt2 {
	width: 412px;
	height: 148px;
	/*display: table-cell;*/
	/*word-break: break-all;*/
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	white-space: pre;
	white-space: -hp-pre-wrap; /* HP Printers */
	white-space: pre-line;
}
#jobTxt #jobTxt_txt {
	width: 412px;
	height: 148px;
	/*word-break: break-word;*/
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	white-space: pre;
	white-space: -hp-pre-wrap; /* HP Printers */
	white-space: pre-line;
	
}


#boxes_container {
	padding-right: 15px; padding-top: 15px;
	width: 845px;
	font-family: arial; font-size: 14px;
}
.box {
	width: 278px; height: 178px; overflow: hidden;
	background: url(images/box.gif) no-repeat;
	float: right;
	text-decoration: none; color: #000000;
	cursor: pointer;
}
.box .txt1 {
	color: #FF8000; font-size: 14px; font-weight: bold;
	padding-right: 26px; padding-left: 26px;
	margin-top: 21px; margin-bottom: 9px;
	height: 20px; overflow: hidden;
}
.box .txt2 {
	color: #949494; font-size: 12px;
	padding-right: 26px; padding-left: 26px;
	height: 20px;
}
.box .txt3 {
	font-size: 12px;
	padding-right: 26px; padding-left: 26px;
	height: 90px;  overflow: hidden;
}
.box .link {
	font-size: 12px;
	padding-right: 26px; padding-left: 26px;
	margin-top: 4px;
	text-align: left;
	padding-left: 30px;
}


.footer_link {
	height: 30px; vertical-align: bottom; text-align: left;
}
.footer_link a {
	font-size: 11px; color: #333333;
}