* { 
	margin: 0; padding: 0; 
	}

body {
	background-color: #e6e6e6;
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 190%;
	}
	
	
/***** Diverse *****/		

h1 {
	font-size: 22px;
	color: #333;	
	color: #053162;
	font-weight: normal;
	line-height: 30px;
	margin: 0px 0px 5px 0px;
	}

h2 {
	font-size: 16px;
	color: #111;
	font-weight: normal;
	line-height: 30px;
	margin: 0px 0px 20px 0px;
	}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	color: #053162;		
	}
	
p {
	font-size: 14px;
	margin: 0px 0px 15px 0px;
	}	

ul, li {
	margin: 0px 0px 10px 10px;
	}	

a {
	text-decoration: underline;
	color: #698486;
	color: #053162;
	}
	
a:hover {
	color: #698486;
	color: #053162;	
	text-decoration: none;	
	}	
	
img {
	border-width: 0px;
	}

	
/***** Blue buttons *****/	
	
a.button {
	background: url(http://www.medicointernational.net/media/images/default/button_left.jpg) no-repeat left center;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	line-height: 40px;
	padding: 7px 0px 8px 9px;
	*padding: 7px 0px 5px 9px;
	text-decoration: none;	
	}
	
a.button span {
	background: url(http://www.medicointernational.net/media/images/default/button_right.jpg) no-repeat right top;
	padding: 7px 9px 9px 0px;
	}


/***** Vacancies buttons *****/	
	
td.button_vacancies {
	background: url(http://www.medicointernational.net/media/images/default/button_vacancies.jpg) no-repeat left center;
	width: 115px;
	padding: 7px 0px;
	text-align: center;
	}
	
td.button_vacancies a {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	}


/***** Header *****/	

#header {
	width: 984px;
	height: 81px;
	margin: 0 auto;
	background: url(http://www.medicointernational.net/media/images/default/header.jpg) no-repeat;
	}

#header_frontpage {
	width: 984px;
	height: 81px;
	margin: 0 auto;
	background: url(http://www.medicointernational.net/media/images/default/header_frontpage.jpg) no-repeat;
	}

		
/***** Menu *****/		

#menu {
	float: right;
	width: 670px;
	height: 25px;
	padding-top: 20px;
	font-size: 13px;
	}

#menu a {
	float: left;
	color: #676767;
	color: #053162;		
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px 20px 0px 0px;
	text-decoration: none;	
	}

#menu a:hover, #menu a.indicator {
	color: #053162;
	border-bottom: 2px solid #053162;
	}

#menu a#sub {
	display: none;
	}
	
	
/***** Submenu *****/

#submenu {
	float: right;
	width: 670px;
	}
	
#submenu a {
	float: left;
	color: #8b8b8b;
	color: #053162;			
	font-weight: normal;
	text-transform: normal;
	font-size: 12px;
	margin: 0px 20px 0px 0px;
	text-decoration: none;		
	}

#submenu a:hover, #submenu a.indicator {
	color: #2c3738;
	color: #053162;		
	}

#submenu a { 
	display: none; 
	}	

#submenu a#sub {
	display: inline;
	}


/***** Container *****/

#container_frontpage {
	width: 960px;
	margin: 0 auto;
	}
	
#container_frontpage p {
	margin: 5px 0px 0px 0px;
	}

#container_content {
	width: 984px;
	margin: 0 auto;
	padding-top: 15px;	
	}


/***** Top *****/	

#top {
	height: 50px;
	}
	
#top h1 {
	font-size: 25px;
	/*color: #fff;*/
	color: #333;
	padding: 10px 0px 0px 0px;
	}	


/***** Feature *****/	

#feature {
	margin-top: 30px;
	width: 984px;
	height: 276px;	
	}
	
#feature_left {
	float: left;
	width: 473px;
	}	

#feature_right {
	float: right;
	width: 473px;
	}
	
#feature_main_left {
	padding: 10px 20px;
	background: #fff;
	background: url(http://www.medicointernational.net/media/images/default/frontpage_box_main.jpg) no-repeat;	
	min-height: 255px;
	*height: 255px;
	}
	
#feature_main_right{
	padding: 10px 20px;
	background: #fff;
	background: url(http://www.medicointernational.net/media/images/default/frontpage_box_main_right.jpg) no-repeat;	
	min-height: 255px;
	*height: 255px;
	}
	
#feature_content {
	padding: 60px 0px 0px 20px;
	width: 400px;
	}

#feature_content td {
	font-size: 16px;
	width: 200px;
	}


/***** News - Frontpage *****/	

#news_frontpage {
	color: #fff;
	margin: 10px 0px 0px 0px;
	font-size: 12px;
	}
	
#news_frontpage span {
	font-size: 14px;
	font-weight: bold;
	line-height: 35px;
	}
	
#news_frontpage a {
	text-decoration: none;
	color: #fff;
	}
	
#news_frontpage a:hover {
	color: #fff;
	text-decoration: underline;	
	}		
	
#news_frontpage p {	
	float: left;
	}	
			
/***** Health News *****/		

#health_news span.date {
	color: #464646;
	}	

#health_news p {
	margin: 0px 0px 0px 0px;
	}	
	
	
/***** Frontpage Boxes *****/	

#frontpage_box_left {
	float: left;
	width: 473px;
	}
	
#frontpage_box_right {
	float: right;
	width: 473px;
	}
	
#frontpage_box_main {
	padding: 10px 20px;
	background: #fff;
	background: url(http://www.medicointernational.net/media/images/default/frontpage_box_down_right.jpg) no-repeat;	
	min-height: 255px;
	*height: 255px;
	}
	
#frontpage_box_main_left {
	padding: 10px 20px;
	background: #fff;
	background: url(http://www.medicointernational.net/media/images/default/frontpage_box_down_left.jpg) no-repeat;	
	min-height: 255px;
	*height: 255px;
	}


/***** Content Left & Right *****/	

#content_left {	
	float: left;
	width: 665px;
	}

#content_right {	
	float: right;
	width: 305px;
	}
	
#content_right p {
	margin: 10px 0px 0px 0px;
	}	

#content_vacancies {	
	float: left;
	width: 985px;
	background: #fff;
	}


/***** Content *****/	
	
#content {
	float: left;
	background: #fff;
	width: 625px;
	min-height: 484px;
	_height: 484px;		
	padding: 10px 20px;
	}	
		

/***** Content Box *****/	

	
#content_box_top {
	float: right;
	background: #fff;
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 265px;
	min-height: 250px;
	padding: 10px 20px;
	margin-bottom: 15px;
	}
			
#content_box_bottom {
	float: right;
	background: #fff;
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 265px;
	min-height: 250px;
	padding: 10px 20px;
	}

#content_box_bottom_health_news {
	float: right;
	background: #fff;
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 305px;
	min-height: 225px;
	margin-top: 15px;
	}


/***** Footer *****/	

#footer {
	color: #333;
	font-size: 12px;
	margin: 10px 0px;
	}	

#footer a {
	text-decoration: none;
	color: #333;
	}
	
#footer a:hover {
	text-decoration: underline;
	}
	
#footer_left {
	float: left;
	width: 700px;
	}
	
#footer_right {
	float: right;
	width: 240px;
	text-align: right;
	}
	
	
/***** Newsletter *****/		

#newsletter input.textfield {
	width: 260px;
	height: 20px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #464646;	
	padding: 2px;
	margin: 10px 0px;
	}
	
.send_success {
  	color: #197B30;
	text-align: left;
	*text-decoration: none;
	}

.send_failure {
  	color: #9E0B0E;
	text-align: left;
	*text-decoration: none;
	}	


/***** CV Online *****/

input.small {
	width: 80px;
	border: 1px solid #aaa;
	margin: 0px 0px 10px 0px;
	height: 20px;
	padding: 2px 3px 0px 3px;
	font-family: Arial, sans-serif;
	color: #555;
	font-size: 12px;
	}

input.medium {
	width: 150px;
	border: 1px solid #aaa;
	margin: 0px 0px 10px 0px;
	height: 20px;
	padding: 2px 3px 0px 3px;
	font-family: Arial, sans-serif;
	color: #555;
	font-size: 12px;
	}

input.large {
	width: 330px;
	border: 1px solid #aaa;
	margin: 0px 0px 10px 0px;
	height: 20px;
	padding: 2px 3px 0px 3px;
	font-family: Arial, sans-serif;
	color: #555;
	font-size: 12px;
	}
	
select.small {
	width: 70px;
	border: 1px solid #aaa;
	margin: 0px 0px 10px 0px;
	height: 20px;
	padding: 2px 3px 0px 3px;
	font-family: Arial, sans-serif;
	color: #555;
	font-size: 12px;
	}

select.medium {
	width: 160px;
	border: 1px solid #aaa;
	margin: 0px 0px 10px 0px;
	height: 20px;
	padding: 2px 3px 0px 3px;
	font-family: Arial, sans-serif;
	color: #555;
	font-size: 12px;
	}

select.large {
	width: 340px;
	border: 1px solid #aaa;
	margin: 0px 0px 10px 0px;
	height: 20px;
	padding: 2px 3px 0px 3px;
	font-family: Arial, sans-serif;
	color: #555;
	font-size: 12px;
	}
	
textarea.small {
	width: 80px;
	height: 120px;
	border: 1px solid #aaa;
	margin: 0px 0px 10px 0px;
	padding: 2px 3px 0px 3px;
	font-family: Arial, sans-serif;
	color: #555;
	font-size: 12px;
	}
	
textarea.medium {
	width: 150px;
	height: 120px;
	border: 1px solid #aaa;
	margin: 0px 0px 10px 0px;
	padding: 2px 3px 0px 3px;
	font-family: Arial, sans-serif;
	color: #555;
	font-size: 12px;
	}			
	
textarea.large {
	width: 330px;
	height: 120px;
	border: 1px solid #aaa;
	margin: 0px 0px 10px 0px;
	padding: 2px 3px 0px 3px;
	font-family: Arial, sans-serif;
	color: #555;
	font-size: 12px;
	}

.submit {
	background: url(http://www.medicointernational.net/media/images/default/button_login.jpg) no-repeat left center;
	height: 29px;
	width: 70px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;	
    border: none;
    cursor: pointer;
	}
	
	

/***** CV Search Results *****/

#cv_search_results {
	margin-bottom: 20px;
	}

#cv_search_results td {
	padding-right: 20px;
	}

#cv_search_results img {
	border: 1px solid #333;
	}


/***** Tables *****/

table.table_top_margin {
	margin-top: 10px;
	}



/***** Lookup - Search *****/

#search {
	width: 960px;
	margin: 20px auto;
	text-align: center;
	}

#search input.input_search {
	width: 200px;
	padding: 10px;
	font-family: Helvetica, Arial;
	color: #333;
	font-size: 24px;
	border: solid #aaa;
	border-width: 1px 0px 1px 1px;	
	background-color: #fff;
	}

#search input.submit_search {
	width: 32px;
	padding: 10px 30px;
	font-family: Helvetica, Arial;
	font-size: 24px;
	background: url(http://www.medicointernational.net/media/images/default/search.png) no-repeat center;	
	background-color: #fff;	
	border: solid #aaa;
	border-width: 1px 1px 1px 0px;
	cursor: pointer;	
	}



/***** Lookup *****/

#lookup {
	width: 700px;
	margin: 20px auto;
	background: #fff;
	border: 1px solid #ccc;
	padding: 20px;
	}



/***** Login *****/

#login {
	width: 300px;
	margin: 300px auto 20px auto;
	text-align: center;
	background: #fff;
	border: 1px solid #ccc;
	padding: 20px;
	}

input.login_textfield {
	width: 200px;
	border: 1px solid #aaa;
	height: 20px;
	padding: 5px;
	margin-bottom: 5px;
	font-family: Arial, sans-serif;
	color: #555;
	font-size: 14px;
	}