/* Common */

body {
	margin: 0 !important;
	padding: 0 !important;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-position: top center;
}

body, td {
	font-size: 0.8em;
}

#container { 
	position: absolute; 
	z-index: 2;
	width: 100%;
	height:	100%;
}


#lang-switch {
	position: absolute; 
	margin-top: 6px; 
	margin-left: 6px;
	margin-right: 6px;
	font-size: 8pt;
	color: #A1988A;
}

/* Anonymous */

#hforeground {
	border-bottom: 1px solid #242424;
	width: 100%;
	height: 160px;
}

#iforeground {
	background-image: url(../images/inner_career_bg.gif);
	width: 100%; 
	height: 103px;
	background-repeat: repeat-x;
}

#logoblock {
	background-color: #EDEBE6;
	width: 190px;
	vertical-align: top;
	background-image: url(../images/mba_career_logo.jpg);
	background-repeat: no-repeat;
}

#loginblock {
	background-color: #EDEBE6;
	vertical-align: top;

}

#loginblock div {
	min-width: 190px;
	height: 160px;
	overflow: hidden;
}

#loginblock table {
	width: 100%;
}

#loginblock .title {
	text-align: center;
	background-image: url(../images/top_red_shadow.gif);
	background-color: #AD2D47;
	background-repeat: repeat-x;
	font-weight: bold;
	color: #EDEBE6;
	padding: 0px 14px 0px 14px;	
	font-size: 12px;
}

#loginblock .title td {
	width: 187px;
	padding: 2px 14px 2px 14px;	
	font-size: 12px;
	vertical-align: top;
}

#loginblock td {
	font-size: 12px;
	padding: 8px 14px 0px 14px;	
}

#loginblock td input {
	width: 100%; 
	font-size: 12px; 
	border: 1px solid #242424; 
	background-color: #ffffff;
}

.button, #loginblock td input.button {
	width: auto;
	border: 0px solid; 
	background-color: #AE2F48;
	color: #EDEBE6; 
	padding: 2px 4px 2px 4px;
}

#loginblock td input.button, #loginblock a {
	font-size: 9pt;
}

.login-error {
	color: #AE2F48;
	font-size: 8pt !important;
	font-weight: bold;
}

/* Stripe */

#stripe {
	width: 100%;
	height: 7px;
}

#stripe1 {
	background-color: #AD2D47;
	width: 60%;
}

#stripe2 {
	background-color: #BBB1A0;
}
#stripe3 {
	background-color: #812034;
	width: 27%;
	background-image: url(../images/hot_shadow_yello.gif); 
	background-position: left; 
	background-repeat: repeat-y;
}

/* People */

#people {
	top: 0;
	position: absolute; 
	width: 100%; 
	height: 160px; 
	z-index: -1; 
	background-image: url(../images/top_bg.jpg); 
	background-position: center; 
	background-repeat: repeat-x; 
	overflow: hidden;
}

#people div {
	text-align: right; 
	position: absolute; 
}

#people-test {
	top: 0;
	position: absolute; 
	width: 100%; 
	height: 160px; 
	z-index: -1; 
	background-image: url(../images/top_bg.jpg); 
	background-position: center; 
	background-repeat: repeat-x; 
	overflow: hidden;
}

#people-test div {
	text-align: right; 
	position: absolute; 
}

#person1 {
	width: 33%;
	z-index: 5; 
	left: 190px;
}

#person2 {
	width: 43%;
	z-index: 2; 
	left: 242px;
}

#person3 {
	width: 53%;
	z-index: 4;
	left: 280px;
}

#person4 {
	width: 26%; 
	z-index: 3;
	left: 105px; 	
}

#person5 {
	width: 21%; 
	z-index: 1; 
	left: 25px;	
}


 
/* Links */
 
a, #menu a:visited, #vacancies li a:visited {
	color: #AD2D47;
}

a:visited, #signature a:visited {
	color: #A1988A;
}

a:hover, #signature a:hover, #menu a:hover {
	color: #CC0029;
	text-decoration: underline;
}

a:active, #signature a:active, #menu a:active {
	color: #AD2D47;
}


a.external, #menu .external a, #menu .external a:visited, #vacancies li p a {
	color: #2F80AE !important;
}

a.external:visited, #vacancies li p a:visited {
	color: #8DA2AE;
}

a.external:hover, #menu .external a:hover, #menu .external a:hover, #vacancies li p a:hover {
	color: #006FAE !important;
}

a.external:active {
	color: #2F80AE;
}

/* Menu */

#menu {
	margin-right: 10px;
}

#menu ul {
	list-style: none;
	margin-left: 14px;
	margin-bottom: 4px;
	margin-top: 28px;
   padding: 0;
   border: none;
}

#menu li a {
	display: block;
	padding: 2px 1px 1px 0.5em;
	text-decoration: none !important;
	width: 100%;
	font-weight: bold;
	background-position: 0em 0.45em;
	background-repeat: no-repeat;
	padding-left: 14px;
}

#menu ul li {
	padding-bottom: 2px;
}

#menu ul li.selected {
/*	background-image: none !important;*/
/*	background-color: #F6F5F2 !important;*/
}

#menu ul li.selected a, #menu ul li.selected a:hover {
	display: block;
	background-color: #F6F5F2 !important;
	padding-bottom: 2px;
}

#menu ul li.selected li a, #menu ul li.selected li a:hover {
	background-color: transparent !important;
}
	
#menu li ul {
	margin: 4px 0 4px 14px;
}

#menu ul.closed, #vacancies div.closed {
	display: none;
}

#menu ul.opened, #vacancies div.opened {
	display: block;
}

#menu li.closed a:hover, #vacancies li.closed a:hover {
	background-image: url(../images/dagger_plus_over.gif);
}

#menu li.closed a, #vacancies li.closed a {
	background-image: url(../images/dagger_plus.gif);
}

#menu li.opened a, #vacancies li.opened a {
	background-image: url(../images/dagger_minus.gif);
}

#menu li.opened a:hover, #vacancies li.opened a:hover {
	background-image: url(../images/dagger_minus_over.gif);
}

#menu li ul a, #menu li ul a:hover {
	background-image: none !important ;
	font-weight: normal;
	padding: 1px 1px 0 0.5em;
}

#menu li ul li ul a, #menu li ul li ul a:hover {
	padding: 3px 1px 0 0.5em;
	font-size: 0.8em;
}

#menu .nochildren a {
	background-image: none !important;
}

html>body #menu a {
	width: auto;
}

/* Vacancies */

#vacancies {
	font-weight: bold; 
	color: #A1988A;
}

.articles-tmp {
	list-style:  none !important;
}

#vacancies div {
	background-image: none !important;
}

#vacancies li.opened {
	background-color: #F6F5F2;
	padding: 8px 12px 8px 12px;
	margin: 0 0 12px 0 !important;
}

#vacancies li.closed {
	background-color: transparent;
	padding: 8px 12px 0 12px;
	margin: 0 0 12px 0 !important;
}

#vacancies li a {
	text-decoration: none;
	font-weight: bold;
	background-position: 0em 0.35em;
	background-repeat: no-repeat;
	padding-left: 14px;
}

#vacancies li a b {
	font-weight: normal;
}

#vacancies li div {
	font-weight: normal !important;
	color: Black !important;
	margin: 0 !important;
	padding: 0 !important;
}

#vacancies span.hot {
	text-decoration: none !important;
	font-weight: normal;
	font-size: 0.8em;
	color: White;
	background-color: #AD2D47;
}

#vacancies span.placeholder {
	padding-left: 1em;
}

#vacancies li a span.date {
	text-align: left;
	padding-left: 1em;
	padding-right: 1em;
	font-weight: normal;
	font-size: 0.8em; 
	color: #A1988A;
}

#vacancies div.resume b {
	color: #A1988A;
}

#vacancies li p a  {
	background-image: none !important; 
	padding-left: 0 !important;
	font-weight: normal;
}

/* Annonces */

.readmore {
	text-align: right;
}

.readmore a {
font-size: 0.8em;	
}

.shadow {
	background-image: url(../images/hot_shadow.gif); 
	background-position: left; 
	background-repeat: repeat-y;	
}

#hot-vacancies {
	background-image: url(../images/hot_red_list.gif); 
	background-position: bottom left; 
	background-repeat: no-repeat; 
	background-color: #AD2D47; 
	padding-left: 14px; 
	padding-right: 16px;
}

#hot-vacancies a, .hot-vacancies a {
	display: block;
	text-decoration: underline;
	margin-bottom: 0.7ex;
}

#hot-vacancies h1 {
	color: #BD5D6F;
	font-size: 1.9em;
	margin-bottom: 10px;
}

#hot-vacancies a:link {
	color: #FFFFFF;
}

#hot-vacancies a:visited {
	color: #e0e0e0;
}

#hot-vacancies a:hover {
	color: #A1988A;
}

#hot-vacancies a:active {
	color: #e0e0e0;
}

.logged-annonces {
	padding-left: 14px; 
	padding-right: 16px;	
}


#news {
	background-image: url(../images/hot_white_list.gif); 
	background-position: bottom left; 
	background-repeat: no-repeat; 
	padding-left: 24px; 
	padding-right: 16px; 
	padding-bottom: 34px;
}


#news h1, .logged-annonces h1 {
	color: #AD2D47;
	font-size: 1.5em;
	margin-bottom: 10px;
	margin-top: 15px;
}

#news img {
	margin-right: 12px;
}

#news p {
	display: inline;
}

span.date {
	text-align: left;
	padding-left: 1em;
	padding-right: 1em;
	font-weight: normal;
	font-size: 0.8em; 
	color: #A1988A;
}

/* Right column */

.right-column {
	margin-top: 28px;
	padding: 5px;
}

/* Content */

#content {
	width: 90%; 
	margin-top: 35px; 
	margin-bottom: 25px; 
	text-align: left;
}

#content p {
	text-align: justify;
}

#content td p {
	text-align: left;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;
	font-family: Georgia, 'Times New Roman', Times, serif;
}

h1 {
	color: #A1988A;
	font-size: 2.475em;
}

h2 {
	color: #575757;
	font-size: 1.9em;
}
	
h3 {
	color: #575757;
	font-size: 1.5em;
}

h4 {
	color: #242424;
	font-size: 1.1em;
}

h5 {
	color: #242424;
	font-size: 0.6em;
}

/* Banners */

.banner-left {
	text-align: right; 
	width: 100%; 
	padding: 40px 0 20px 0;
}

/* Personal */

#personal td {
	font-size: 0.6em;
	border-bottom-style: solid; 
	border-bottom-width: 7px;
}

.personal {
	border-bottom-color: #AD2D47; 

}

.signout {
	border-bottom-color: #BBB1A0;
}


/* Signature */

#signature td {
	font-size: 10px;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#signature a:link {
	color: #000000; 
}

/* Resume */

.section {
	border-bottom: 1px solid #A1988A;
	color: #A1988A;
}
.form tr td {
	vertical-align: top;
}

.form input, .form select, .form textarea {
	font-weight: normal;
	background-color: #ffffff;
	padding-left: 4px;
	padding-right: 2px;
	margin: 0 1px 0 1px;
	width: 99%;
	border: 1px solid #DFD9CD;
	background-color: #ECEAE6;	
}

.form  .auto {
	width: auto;
}

.form  .button {
	font-weight: normal;
	background-color: #AE2F48;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-style: solid;
	border-width: 0;
	padding: 1px;
	text-align : center;
	padding-left: 4px;
	padding-right: 4px;
	width: auto;
}

/* Honest stories */

.honest-photo {
	background-color: #F6F5F2 !important;
	width: 100%;
	margin-right: 15px;
	text-align: center;
/*	padding-bottom: 10px;
	padding-top: 10px;*/
/*	padding: 10px;*/
/*	margin-bottom: 1px;*/
}

.honest-photo img {
	margin: 10px 10px 10px 10px !important;
}

.honest-person {
	width: 100%;
	margin-right: 15px;
/*	text-align: center;*/
/*	padding-bottom: 10px;
	padding-top: 10px;*/
/*	padding: 10px;*/
/*	margin-bottom: 1px;*/
}

.honest-person a {
	display: block;
	padding: 10px;
	font-weight: bold;
	text-decoration: none !important;
}

.honest-person a.selected {
	margin-top: 3px;
	background-color: #F6F5F2 !important;
}

/* Table */

.schon-table, .schon-table2 {
	border-collapse: collapse;
	border: 1px solid #DFD9CD;
}

.schon-table td, .schon-table2 td{
	border: 1px solid #DFD9CD;
	padding: 6px;
}

.schon-table td:first-child, .schon-table col.first {
	color: #897E6E;
	background-color: #F6F5F2;
}

.schon-table2 thead {
	color: #897E6E;
	background-color: #F6F5F2;
}

/* Links */

.links {
	font-size: 0.8em;
	color: #A1988A;	
	text-align: right; 
	padding: 0 0 40px 0;
	margin-bottom: 20px;
}