

/* $Id: stylesheet.cfm,v 1.1.2.11.2.19 2007/06/04 21:09:26 erose Exp $ */


body {
	color: #000000;
	background: #ffffff;
	font-family: arial, verdana, sans-serif;
	font-size: 10pt;
	padding: 0;
	margin: 0;
}

form	{
	margin: 0px;
	padding: 0px;
}

h1,h2,h3 {
	font-family: arial, verdana, sans-serif;
}

h2 {
	text-align: left;
	margin-top: 0;
	color:		#4a4a4a;
	border-bottom:	1px #dedede solid;
	font-size:	12pt;
	font-family:	helvetica, verdana, sans-serif;
	font-weight: bold;
	padding-left: 5px;
	margin-left: 15px;
	margin-right: 15px;
}

h3 {
	color:		#ff0099;
}

a {
	color: RGB(255, 84, 164);
	background: transparent;
	text-decoration: underline;
}

th {
	font-size: 14pt;
}
th[onclick], th.sort {
	cursor: s-resize;
	background: yellow;
}

div#sidebarHead {
	font-family: "Trebuchet MS", Trebuchet; 
	font-size:	16pt; 
	text-align:	center;
	color:		RGB(255, 84, 164);
	background:	RGB(236, 236, 236);
	border-bottom:	1px RGB(255, 84, 164) solid;
}

#layout-table {
	border: none;
	background-color: #ffffff;
	color: #000000;
	height: 100%;
}

#layout-head {
	background:	URL(http://jobs.lasenza.com/images/lasenza.jpg) no-repeat #ffffff;
	text-align: right;
/*	background-color:		#000000;			*/
/*	border-bottom: 2px RGB(255, 84, 164) solid;	*/
	height: 70px;
}
#layout-head a {
	text-decoration: none;
}
#layout-head-pop {
	background:	#ffffff;
}

#layout-menu {
/*	border-right: 2px RGB(255, 84, 164) solid;	*/
	font-size: 9pt;
	background:	URL(http://jobs.lasenza.com/images/frame-menu.jpg) top left repeat-y;
/*	background:	RGB(162, 162, 162);	*/
	width: 170px;
	padding-left: 10px;
}
#layout-menu a {
	display: block;
}

#layout-headsep {
	background:	URL(http://jobs.lasenza.com/images/frame-t.jpg) top left no-repeat;
	height: 16px;
}
#layout-footsep {
	background:	URL(http://jobs.lasenza.com/images/frame-b.jpg) top left no-repeat;
	height: 16px;
}

#layout-content {
	color: #000000;
	background:	URL(http://jobs.lasenza.com/images/frame-m.jpg) top right repeat-y #ffffff;
/*	padding: 2px;
	border-top: 2px #bbbbbb solid;
	border-left: 2px #bbbbbb solid;
*/
	padding-left: 5px;
	padding-right: 5px;
	font-size: 9pt;
}

#layout-footer-a {
/*	border-right: 2px RGB(255, 84, 164) solid;
	border-bottom: 2px RGB(255, 84, 164) solid;
	background:	RGB(162, 162, 162);
*/
}

#layout-footer {
	font-size: 10pt;
	font-family: serif;
	font-style: italic;
	color: #000000;
	background:	URL(http://jobs.lasenza.com/images/frame-m.jpg) top right repeat-y #ffffff;
}

#footertext {
	border-top: 1px #9b9b9b solid;
	margin-top: 8px;
	width:	750px;
}

#footer_EOE {
	margin-bottom: 0px;
	font-style: normal;
	text-align: justify;
	font-family: 'century gothic', sans-serif;
	color:	#a2a2a2;
	font-size:	8pt;
}
#footer_EOE a {
	color:	#a2a2a2;
}

#login {
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#login_form {
	text-align: center;
	background: URL(http://jobs.lasenza.com/images/login-m.jpg) right repeat-y #ffffff;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#lostpass {
	text-align: center;
	background: URL(http://jobs.lasenza.com/images/login-b.jpg) right repeat-y #ffffff;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

table.message {
	background: transparent;
	border-spacing: 2px;
	width: 100%;
	clear: both;
	font-family: 'century gothic', sans-serif;
	font-size:	10pt;
}
table.message th, th.message, table.message caption {
	background: #989898;
	color: #ffffff;
	font-family: arial;
	font-size: 10pt;
}
table.message td, td.message {
	color: #000000;
	background: #ffffff;
	font-size: 10pt;
}

table.standard {
	background: transparent;
	border-spacing: 2px;

	width: 100%;

	clear: both;
}
table.standard th, th.standard, table.standard caption {
	background: #989898;
	color: #ffffff;
	font-family: arial;
	font-size: 10pt;
}
table.standard td, td.standard {
	background: #eeeeee;
	font-size: 10pt;
}

table.form {
	background: transparent;
	border-spacing: 0;
	border: 1px RGB(255, 84, 164) solid;
	padding: 0;
	color: #000000;
	clear: both;
}
table.form th, th.form, table.form caption {
	background: #989898;
	color: #ffffff;
	font-family: arial;
	font-size: 10pt;
}
table.form td {
	color: #000000;
	background: #ffffff;
	padding: 2px;
	font-size: 10pt;
}
table.form td + td {
	color: #000000;
	background: #ffffff;
	font-weight: normal;
}
table.form td:first-child, td.label {
	font-weight: bold;
	color: #000000;
	background: #dddddd;	
}
table.form td[colspan] {
	color: #000000;
	background: #dddddd;
	text-align: center;
	font-weight: normal;
	border-top: 1px RGB(255, 84, 164) solid;
}
.group {
	color: #989898;
	background: #aaaaaa;
	font-weight: bold;
	text-align: center;
}

.error {
	color: red;
	background: transparent;
	clear: both;
}


.menu {
	padding-left: 1em;
	padding-right: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	color:	RGB(128, 128, 128);
}
.menu a {
	text-decoration: none;
	padding-left:	0.5em;
}
.menu strong {
	font-weight:	bold;
	color:			#9a9a9a;
	text-transform:	uppercase;
}

#menu_nli strong {
	display: block;
	font-weight:	bold;
	color:			#9a9a9a;
	text-transform:	none;
	font-size:	10pt;

	text-decoration: none;
	padding-left:	0.5em;
}
#menu_nli a {
	font-size:	10pt;
	color:			#9a9a9a;
}

a:hover {
	text-decoration: underline;
	color: RGB(255, 84, 164);
	background: transparent;
}

#layout-menu a:hover {
	background:	#333333;
}

#layout-menu a {
	color: #9a9a9a;
	background: URL(images/clicky.gif) right no-repeat transparent;
	text-decoration: none;
}

.homelink {
	font-family: "Trebuchet MS", Trebuchet, sans-serif; 
	font-size: 16pt; 
	color: #000000; 
	font-weight: bold;
}


/* main "navbar" mirrored from LaSensa.com */
#main_navigation {
	background:  url(http://jobs.lasenza.com/images/bgMainNav.png);
	height: 22px;
	width: 100%;
	z-index:100;
	margin-top: 0;
	margin-bottom:	0;
	color: #ffffff;
	text-align: center;
}
html>body #main_navigation {
	background:  url(http://jobs.lasenza.com/images/bgMainNav.png);
}

#main_navigation ul{
	margin: 0;
	list-style:none;
	padding: 0 ;
}
#main_navigation li {
	float:left;
	margin:0;
	padding-top: 1px;
	background-image:none;
	line-height:normal;
	text-indent:0;
}
#main_navigation li a {
	background-repeat:no-repeat;
	background-position:0 0;
	display:block;
	float:left;
	height:21px;
	border-width:0;
}
#main_navigation li a:hover { background-position:0 -21px; }


/* $Id: stylesheet_en.cfm,v 1.1.2.2 2007/03/05 16:39:16 erose Exp $ */


#main_navigation ul {
	margin-left:	0px;
}

#mn_aboutus a {
	width:	200px;
	background: url("http://jobs.lasenza.com/images/LS_aboutus_en.png");
}
#mn_shopls a {
	width:	210px;
	background: URL("http://jobs.lasenza.com/images/LS_shop_en.png");
}
#mn_storeloc a {
	width:	200px;
	background: URL("http://jobs.lasenza.com/images/LS_locator_en.png");
}


#main_navigation li a {
  text-indent:-10000px;
}



/* --- end main nav */

@media screen {
	.printonly {
		display:	none;
	}
}

@media print {
	#layout-head-a, #layout-head-pop {
		display: none;
	}
	#layout-menu {
		display: none;
	}
	#layout-footer-a {
		display: none;
	}
	#layout-content {
		border-left: none;
		width: 100%;
	}
	.menu {
		display: none;
	}
	
	.printonly {
	}
	.noprint {
		display: none;
	}
}

