
<style>
.emptyStyle { }




/*
Mano holdings css
Liran Oz
27.11.2008
*/

body { background-color: #ffffff; }

body * {
	font-family: arial, "lucida console", sans-serif;
	margin: 0px;
	padding: 0px;
}

div#wrapper {
	width: 980px;
	margin: auto;
}

div#wrapper * {
	text-align: left;
	direction: rtl;
}

div#header {
	margin-top: 25px;
	width: 100%;
	float: right;
}

#manoLogo {
	width: 200px;
	height: 100px;
	float: left;
}

div#langSelection {
	float: right;
	margin-top: 80px;
	width: 100%;
}

a.flag {
	float: right;
	width:14px;
	height: 12px;
	margin-right: 2px;
	margin-left: 5px;
}

a.flag img {border: 0px; float: right;}
div#menu {
	float: right;
	height: 23px;
	padding-top: 5px;
	width: 100%;
	background-image: url(images/menuBg.gif);
	background-color: #ebeaea;
	margin-top: 8px;
}

div#subMenu {
	float: right;
	height: 24px;
	padding-top: 5px;
	width: 100%;
	background-image: url(images/subMenu.gif);
	background-color: #f0f0f0;
	margin-bottom: 7px;
}

div#menu ul {
	float: right;
	width: 100%;
	list-style: none;
}
div#menu ul li {

	background-image: url(images/menuBullet.gif);
	background-repeat: no-repeat;
	color: #004d86;
	font-size: 10pt;
	background-position: 100% 50%;
	height: 17px;
	padding-top: 1px;
	padding-left: 26px;
	float: left;
	margin-left: 13px;
	margin-right: 26px;
}

div#menu ul li a {
	color: #004d86;
	font-size: 10pt;
	text-decoration: none;
}

div#mainBanner {
	float: right;
	width: 100%;
	height: 148px;
	margin: 7px 0px;
	background-image: url(images/flashTemp.png);
}

div#subMenu table {
	margin: auto;
	border-collapse: collapse;
	color: #848181;
	height: 15px;
	margin-top: 1px;
}

div#subMenu table * {vertical-align: top;}

div#subMenu table td.spacer { padding: 0px 28px; font-size: 9pt;}
div#subMenu table a {
	color: #848181;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}
div#subMenu table a:hover { color: #000000; }

div.mainBox {
	float: right;
	width: 978px;
	margin-right: 1px;
	display: inline;
	background-position: 50% 50%;
	background-repeat: repeat-y;
}

div.mainBox .top, div.mainBox .bg, div.mainBoxBottom {
	width: 100%;
	float: right;
}

div.mainBox .top, div.mainBoxBottom {
	height: 4px;
	font-size: 0pt;
	line-height: 0px;
}

div.mainBox .bg {
	background-repeat: repeat-y;
	height: auto !important;
	min-height: 506px;
	height: 506px;
	padding-bottom: 30px;
}

div.mainBoxBottom {
	margin-top: -4px;
	width: 978px;
	margin-right: 1px;
	display: inline;
}
/*Blue Box*/
.mainBoxTopBlue {background-image: url(images/boxTop.gif);}
.mainBoxBgBlue {background-image: url(images/boxBg.gif);}
.mainBoxBottomBlue {background-image: url(images/boxBottom.gif);}
.blueGlobe { background-image: url(images/blueGlobe.jpg); }

/*Red Box*/
.mainBoxTopRed {background-image: url(images/boxTopRed.gif);}
.mainBoxBgRed {background-image: url(images/boxBgRed.gif);}
.mainBoxBottomRed {background-image: url(images/boxBottomRed.gif);}
.redGlobe { background-image: url(images/redGlobe.jpg); }

/*Green Box*/
.mainBoxTopGreen {background-image: url(images/boxTopGreen.gif);}
.mainBoxBgGreen {background-image: url(images/boxBgGreen.gif);}
.mainBoxBottomGreen {background-image: url(images/boxBottomGreen.gif);}
.greenGlobe { background-image: url(images/greenGlobe.jpg); }

/*Orange Box*/
.mainBoxTopOrange {background-image: url(images/boxTopOrange.gif);}
.mainBoxBgOrange {background-image: url(images/boxBgOrange.gif);}
.mainBoxBottomOrange {background-image: url(images/boxBottomOrange.gif);}
.orangeGlobe { background-image: url(images/orangeGlobe.jpg); }


div.mainBox div.mainContent {
	float: right;
	width: 946px;
	margin-right: 16px;
	display: inline;
}

div#breadCrumbs {
	float: right;
	width: 100%;
	margin-top: 13px;
	margin-bottom: 25px;
}

div#breadCrumbs * {
	font-size: 8pt;
	color: #b1acac;

	float: left;
}

div#breadCrumbs span { margin: 0px 5px; }
div#breadCrumbs a {text-decoration: none;}
div#breadCrumbs a:hover {text-decoration: underline;}

div.contentHead { float: right; width: 100%; margin-bottom: 20px; }

div.contentHead * { float: left; font-weight: bold;}
div.contentHead h1 {
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-image: url(images/headBullet.gif);
	color: #004e87;
	font-size: 18pt;

	padding-left: 31px;
}

div.contentHead h2 {
	color: #cc3333;
	font-size: 16pt;
	padding-top: 4px;
	margin-left: 10px;
}

div#footer {
	float: right;
	width: 100%;
	background-image: url(images/footerBgEng.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	height: auto !important;
	min-height: 46px;
	height: 46px;
	margin-top: 6px;
	padding-top: 48px;
}

div#footer a.logo { float: left; margin-left: 16px;}
div#footer a.logo img { border: 0px; float: left;}
div#footer table {
	border-collapse: collapse;
	margin-top: 3px;
	display: inline;

	margin-right: 60px;
	float: right;
}
div#footer table * { color: #8b8b8b; font-size: 8pt; }
div#footer table td.spacer { padding: 0px 5px; }
div#footer table a {text-decoration: none;}
div#footer table a:hover {text-decoration: underline;}

div.disclaimer {
	float: right;
	width: 100%;
	margin-top: 4px;

	font-size: 8pt;
	color: #c5c5c5;
}
/*Content Main Layouts*/
div.hImage, div.hImage .image, div.hContent, div.aImage, div.aImage .image, div.aContent { float: left; }
/*History Content*/
div.hImage { width: 27.5%; }
div.hImage .image {
	width: 217px;
	height: 245px;
	display: inline;

	margin-left: 8px;
}
div.hContent { width: 72%; }

/* About content */
div.aImage { width: 42.8%; }
div.aImage .image {
	width: 356px;
	height: 267px;
	display: inline;

	margin-left: 8px;
}

div.aImage .image img, div.hImage .image img{
	border: 0px;

	float: left;
}

div.aContent { width: 57%; }

/* Contact form */
div.innerBoxWrapper {
	width: 658px;
	margin: auto;
}

div.innerBoxTop, div.innerBoxBottom {
	width: 100%;
	height: 15px;
	float: right;
	background-image:url(images/innerBoxTop.png);
	line-height: 0px;
	font-size: 0pt;
}

div.innerBoxBottom { background-image:url(images/innerBoxBottom.png); }
div.innerBoxBg {
	background-image:url(images/innerBoxBg.gif);
	float: right;
	width: 100%;
}

table.contactForm {
	margin: auto;
	width: 90%;
	border-collapse: collapse;
	font-size: 9pt;
	color: #4f4f4f;
	margin-top: 20px;
}

table.contactForm * {vertical-align: middle;}
table.contactForm td {padding-bottom: 8px;}
table.contactForm td b {color: #cc3333; font-weight: normal;}
table.contactForm td.lbl1 { width: 78px; }
table.contactForm td.lbl2 { width: 88px; }
table.contactForm td.spcr1 { width: 66px; }
table.contactForm td input.ti, table.contactForm td textarea {
	width: 100%;
	border: 1px solid #7f9db9;
	font-family: arial;
	font-size: 9pt;
	float: right;
}
table.contactForm td input.ti{ height: 20px; }
table.contactForm td textarea.txt1 { height: 48px; }
table.contactForm td textarea.txt2 { height: 120px; }
table.contactForm td textarea.txt3 { height: 78px; }


input.captchaInput, input.fileUpload {
	width: 172px;
	height: 20px;
	border: 1px solid #7f9db9;
	font-family: arial;
	font-size: 9pt;
	margin: 0px 10px;
}
input.fileUpload {
	width: 100%;
	margin: 0px;
	position:relative;
	left: -2px;
}
input.sendForm {
	float: right;
	width: 60px;
	height: 21px;
	background-image: url(images/sendForm.gif);
	color: #ffffff;
	border: 0px;
	cursor: pointer;
	text-align: center !important;
}

/*Jobs*/
div.jobItem, div.newsItem, div.empolyersGroup {
	width: 95%;
	display: inline;

	margin-left: 10px;
	float: left;
}

div.jobItem h3, div.newsItem h3 {
	width: 264px;
	height: 22px;
	padding-top: 3px;
	background-image: url(images/jobTitle.gif);
	font-size: 13pt;
	font-weight: bold;
	color: #004d86;
	margin-bottom: 20px;

	float: left;
	padding-left: 10px;
}

div.jobItem h3 b, div.newsItem h3 b {color: #cc3333;font-size: 13pt;font-weight: bold;}
div.jobItem h3 b.spc, div.newsItem h3 b.spc {color: #4f4f4f;font-size: 12pt;margin: 0px 5px;}

div.sendJobApplication {
	float: left;
	width: 658px;
	margin-top: 20px;
}

/*Offices*/
div.officeItem {
	margin: auto;
	width: 173px;
}

div.officeItem h2 {
	color: #cc3333;
	font-size: 14pt;

	padding-left: 2px;
}

div.officeItem img {
	border: 0px;

	float: left;
}

table.officeLayout {
	float: right;
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}
table.officeLayout td.spacer {padding-bottom: 80px;}

/*Employers*/
div.empolyersGroup h3 {
	color: #cc3333;
	font-size: 14pt;
	margin-bottom: 30px;
}

div.employee, div.employee .image, div.employee .details, div.employee .image img {

	float: left;
}

div.employee { width: 224px; margin-bottom: 36px;}
div.employee .image img { border: 0px;}
div.employee .image { width: 100px; }
div.employee .details { width: 115px; margin-top: 8px; }

/*General stuff*/
img.alignImage {
	float: left;
	border: 0px;
}

p.greyPar, p.bluePar{ float: right; width: 100%; color: #4f4f4f; font-size: 9pt; }
p.bluePar { color: #004d86; }
.blueTitle { font-weight: bold; color: #004d86; font-size: 10pt; margin-bottom: 5px; float: right; width: 100%;}



.isSpacer { margin-bottom: 10px; }
.isJobSpacer, .isNewsSpacer, .isEmployerSpacer { 	margin-bottom: 55px; }
.ntb {margin-bottom: 0px !important; margin-top: 0px !important;}
div.line {float: right; width: 100%; clear: both; }

a.bluea, a.blueac {
	color: #004d86;
	text-decoration: underline;
	font-size: 9pt;
}
a.bluea:hover, a.blueac { text-decoration: none; }
a.blueac:hover { text-decoration: underline; }
a.applyButton, a.resumeButton {
	background-image: url(images/applyButton.gif);
	width: 103px;
	height: 18px;
	padding-top: 2px;
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 9pt;
	text-decoration: none;
	margin-top: 10px;

	padding-left: 11px;
	float: left;
}
a.resumeButton {
	background-image: url(images/resumeButton.gif);
	margin-top: 7px;
	width: 106px;

	padding-left: 8px;
	float: right;
}
a.mapButton {
	background-image: url(images/mapButton.gif);
	width: 141px;
	height: 25px;
	display: inline;
	color: #ffffff;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	padding-top: 10px;

	padding-left: 30px;
	margin-left: 1px;
	float: left;
}
a.mapButton:hover {text-decoration: underline;}
.textBox { margin: auto; width: 95%; }


/*
Homepage css merged
*/

div#homeFlash {
	float: right;
	height: 346px;
	width: 100%;
	margin-top: 7px;
    position: relative;
    z-index: 1;
}

div#homePageBox {
	float: right;
	width: 100%;
	height: 250px;
	margin-top:-45px;
}

div.expandingBox {
	width: 237px;
	height: 184px;
    z-index: 9;
}

div.expandingBoxLayout {
	float: left;
	width: 237px;
	height: 184px;
	margin-right: 4px;
	margin-left: 4px;
	display: inline;
}

table.boxTitle, table.boxContent, table.boxBottom {
	float: left;
	width: 100%;
	height: 35px;
	border-collapse: collapse;
	font-size: 11pt;
	font-weight: bold;
	color: white;
	text-align:left;
	direction:rtl;
}

table.boxTitle {
	padding-top: 2px;
	height: 33px;
}

table.boxTitle td.left, table.boxTitle td.right {
	width: 10px;
	background-repeat: no-repeat;
	background-image: url(images/titleRight.png);
}

table.boxTitle td.left {
	background-image: url(images/titleLeft.png);
}

table.boxTitle td.content {
	background-image: url(images/titleBg.png);
	background-repeat: repeat-x;
}


td.content span {
	float: left;
	white-space: nowrap;
	width: auto;
	margin-top: 5px;
}

td.content div.bgIcon {
	float: left;
	height: 23px;
	width: 26px;
	background-position: 50% 50%;
	margin-top: 2px;
	margin-right: 4px;
	display: inline;
}

.cruiseIcon { background-image: url(images/cruiseIcon.gif); }
.shipmentIcon { background-image: url(images/shipmentIcon.gif); }
.nadlanIcon { background-image: url(images/nadlanIcon.gif); }
.aboutIcon { background-image: url(images/aboutIcon.gif); }


/*
table.boxContent {
	height: 80%;
}
*/

table.boxContent td.left, table.boxContent td.right {
	width: 5px;
	background-repeat: repeat-y;
	background-position: 100% 100%;
	background-image: url(images/boxRight.png);
}

table.boxContent td.left {
	background-image: url(images/boxLeft.png);
}

table.boxContent td.content {
	background-color: #f7f7f7;
	background-position: 50% 2px;
	vertical-align: top;
	color: #0a0a0a;
}


table.boxBottom {
	height: 19px !important;
	line-height: 0px;
	font-size: 0pt;
}

table.boxBottom td.left, table.boxBottom td.right {
	width: 10px;
	background-repeat: no-repeat;
	background-image: url(images/bottomRight.png);
	background-position: 100% 100%;
}

table.boxBottom td.left {
	background-image: url(images/bottomLeft.png);
}

table.boxBottom td.content {
	background-position: 100% 100%;
	background-image: url(images/bottomBg.png);
	background-repeat: repeat-x;
}


div.autoMargin {
	width: 90%;
	padding-top: 10px;
	margin: auto;
}

select.box {
	float: left;
	width: 100%;
	color: #7f9db9;
	height: 20px;
	border: 1px solid #7f9db9;
	margin-bottom: 10px;
	direction: ltr !important;
}

a.adSearch, a.moreDetails {
	float: left;
	width: auto;
	white-space: nowrap;
	color: #306f9d;
	font-size: 10pt;
	font-weight: bold;
	margin-top: 3px;
	text-decoration: none;
}

a.moreDetails {
	float: right;
	margin-right: 5px;
}

a.adSearch:hover, a.moreDetails:hover {
	text-decoration: underline;
}

a.searchButton {
	width: 50px;
	height: 20px;
	background-image: url(images/searchButton.gif);
	background-repeat: no-repeat;
	float: right;
}

div.bgExpandingDiv {
	float: right;
	width: 100%;
	height: 115px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.pointer {
	cursor: pointer;
}

div.bannerTemp {
	float: right;
	width: 135px;
	height: 638px;
	background-image: url(images/sideBanner.jpg);
	margin-top: 130px;
}

div.bannerPage {
	float: right;
	width: 100%;
}


.bg1 {
	background-image: url(images/royalIrisBGNew.jpg);
}

.bg2 {
	background-image: url(images/cruisebBGnew.jpg);
}

.bg3 {
	background-image: url(images/matmidNew.jpg);
}

.bg4 {
	background-image: url(images/CardNoseaBig.jpg);
}

.bg5 {
	background-image: url(images/cruiseBGNew.jpg);
}


.enterCruise {
	background-image: url(images/nofesh1.jpg);
}

.enterShipment {
	background-image: url(images/enterShipment2.jpg);
}

.enterNadlan {
	background-image: url(images/nadlan2t.jpg);
}
.enterAbout {
	background-image: url(images/about2.jpg);
}

div.headerHalf {
	float: left;
	width: 50%;
}

div.footerHalf {
	float: right;
	width: 50%;
}

.flagphone{
font:bold 11px Arial;
color:#004e87;
text-align:right;
text-decoration:none;
vertical-align:top;
direction:ltr !important;
float:right;
}


.footer_text {
display:block;
clear:both;
padding:10px 20px;
font:normal 11px Arial;
color:#8b8b8b;
text-decoration:none;
margin-top:0px;
border-top:0px solid #DDDDDD;
/*float: right;*/
}
.footer_text p {
padding:10px 0;
border-top:0px solid #DDDDDD;
}

.footer_text_border {
height:2px;
border-top: 1px solid #80CAFF;
border-bottom: 1px solid #B2DFFF;
}

.footer_text p, .footer_text a{
font:normal 11px Arial;
/*color:#8b8b8b;*/
color:#8b8b8b;
text-decoration:none;
}

div.googleArea {
	float: right;
	width:40px;
	height: 25px;
	margin-right:15px;
	margin-bottom:5px;
}

.mano_home_text {
float:left;
padding-top:4px;
margin-top:-30px;
padding-bottom:30px;
background: url(http://www.manoholdings.com/profile/images/boxTop.gif) no-repeat top;
}

.mano_home_text_middle {
float:left;
width:938px;
padding:10px 20px;
background: url(http://www.manoholdings.com/profile/images/boxBg.gif) repeat-y top;
color:#4F4F4F;
font-size:11pt;
}

.mano_home_text_bottom {
float:left;
width:100%;
font-size: 0;
height:4px;
line-height:0;
background: url(http://www.manoholdings.com/profile/images/boxBottom.gif) no-repeat top;
}

.maintitlesite
{
color: #004e87;
font-size: 18pt;
}

div.mainText {
padding: 0px;
margin: 0px;
color: #4f4f4f;
font-size: 9pt;
}

.mano_tyco, .mano_tyco{
float:left;
margin-left:10px !important;
color:#8b8b8b;
font-size:8pt;
line-height:20px;
text-decoration:none;
}

</style>

