/*-------------------------------------------------------------------
Main stylesheet for nobelprize.org

Version: 2008-03-04                    
Author:  Björn Endre
Email:   bjorn.endre@nobel.se
Website: http://nobelprize.org		
---------------------------------------------------------------------*/

/* The following sections can be found in this css
	
General styles - includes general typographical styles
Main Layout classes - classes that define the main layout of the site
Menu classes - the classes that create all the menus
Main Content Area - This is where the big left column area is set up. Also sets up the tabs
Various Teasers - The classes that create the various teasers on the site
Flagship images	. The classes that handle the big flagship images
Lists - The classes that style the lists
Laureate pages - These classes styles the Laureates pages
By Year pages - Styles the By Year list
Articles - Styles the Article pages
IPTV - Styles the IPTV pages
Nomination - Styles the nomination page
Educational Frontpage - Styles the Edu frontpage
Educational Game pages - Styles for the game info pages
Front page - Styles for the front page
Organisation Pages - Styles for Nobel Web, Nobel Museum etc.
Video Pages - The syltes that handles the code for the video downloads
Banner styles - These styles handles all banners on the site
Ask A Laureate
Fact Box
General Middle Column
Footer
RSS
Nobel Media	
*/

/*********************************************************************/
/* 							General styles                           */
/*********************************************************************/

body {
	font: 68.8% Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	top: 5px;
	left: 0px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

a:link, a:visited {
	color: #307497;
	text-decoration: none;
}

a:link img, a:visited img {
	border: 0px ;
	border-style: none;
}

h1 {
	font: normal 2.27em Arial, Helvetica, sans-serif;
	color: #023C59;
	margin-top: 0px;
	line-height: 1.2em;
	margin-bottom: 3px;
}

h2 {
	font: normal 2.27em Arial, Helvetica, sans-serif;
	color: #023C59;
	line-height: 1.2em;
	margin-bottom: 3px;
}

h3 {
	font: normal 1.91em Arial, Helvetica, sans-serif;
	color: #023C59;
	line-height: 1.19em;
	margin-bottom: 3px;
}

h4 {
	font: bold 1.46em Arial, Helvetica, sans-serif;
	color: #023C59;
	line-height: 1.19em;
	margin-bottom: 3px;
}

h5 {
	font: bold 1.27em Arial, Helvetica, sans-serif;
	color: #023C59;
	line-height: 1.29em;
	margin: 0px;
	padding: 0px;
	margin-bottom: 3px;
}

hr {
  width: 70%;
  color:#D2CFCA;
  background-color:#D2CFCA;
  height:1px;
  border:none;
  margin-left: auto;
  margin-right: auto;
  margin-top:4px;
  margin-bottom:4px;

} 

p {
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;	
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 15px;
	list-style-position: outside;
}

table {
	margin-bottom: 10px;
}

blockquote {
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 30px;
}

/* General typographical styles */
/* These are the styles that the editors should use */

.ingress, .ingress_black {
	font: bold 1.09em  Arial, Helvetica, sans-serif;
	color: #645A60;
	line-height: 1.32em;
	padding: 0px 3px 0px 3px;
	margin:0px;
}

.ingress_version_2 {
	padding-bottom:25px;
}

.ingress_black {
	color: #000000;
}

ul.ingress {
	list-style-position: inside;
	padding-left:25px;
}

.leftalign {
	float:left;
	padding: 0px 19px 17px 0px;
}

.rightalign {
	float:right;
	padding: 0px 0px 17px 19px;
}

.leftalign_close {
	float:left;
	padding: 0px 2px 3px 0px;
}

.rightalign_close {
	float:right;
	padding: 0px 0px 2px 3px;
}

#clear, #clear2, #clear3 {
	clear:both;
}

.clear {
	clear:both;
	margin:0px;
	padding:0px;
	height:1px;
}

.full_line {
	width:100%;
}

.hidden {
	position:absolute;
	top:0px;
	left:0px;
	visibility:hidden;
}

.no_line_img {
	text-decoration: none;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}

.list_collage {
	margin-top: 12px;
	margin-bottom: 12px;	
}

.articleintro {
	margin-bottom: 40px;
	text-align: left;
}

.copy_right {
	font-size: 0.91em;
	line-height: 1.3em;
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #645A60;
	text-align: right;
}

.bio-img {
	margin: 0px;

	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;	
}

ul.listpage_list {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	list-style-type: none;

}

ul.listpage_list li{
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0px;

}

a.nohover:hover {
	background-color: transparent;
} 

/*********************************************************************/
/* 						Main Layout classes                          */
/*********************************************************************/

#layout_wrapper, #layout_wrapper_main, #layout_wrapper_wide, #layout_wrapper_wide_front {
	width: 965px;
	margin: 12px auto 15px auto;
	padding-bottom:15px;
	background-color: #FFFFFF;
	min-height: 550px;
}

#layout_wrapper_wide {
	width: 1070px;
}

#layout_wrapper_wide_front {
	width: 965px;
}

#layout_wrapper, #layout_wrapper_main {
	background-image: url(/images/layout/line_background.gif);
	background-repeat: repeat-y;
	background-position: 20px top;
}

#layout_wrapper_wide {
	background-image: url(/images/layout/line_background_wide.gif);	
	background-repeat: repeat-y;
	background-position: 20px top;
}

#educational #layout_wrapper_wide_front {
	background-image: url(/images/layout/edu_frontpage_bg.jpg);
	background-repeat: repeat-y;
	background-position: 20px top;
}

#Front #layout_wrapper_wide_front {
	background-image: url(/images/layout/frontpage_bg.jpg);
	/*background-image: url(/images/layout/frontpage_bg_8teasers.jpg);
	/*background-image: url(/images/layout/frontpage_bg.jpg);
	/*background-image: url(/images/layout/frontpage_afteranno_bg.jpg); */
	background-repeat: no-repeat;
	background-position: 20px top;
}

#MediaPlayer #layout_wrapper_wide_front {
	background-image: url(/images/layout/line_background_mp.gif);
	background-repeat: repeat-y;
	/*background-image: url(/images/layout/frontpage_bg_8teasers.jpg);
	/*background-image: url(/images/layout/frontpage_bg.jpg);
	/*background-image: url(/images/layout/frontpage_afteranno_bg.jpg); */
	background-position: 20px top;
}

#layout_wrapper_main {
	
	background-image: url(/images/layout/fronts_bg_2.jpg);
	background-repeat: repeat-y;
	background-position: 20px top;
}

#educational #layout_wrapper_main {
	background-image: url(/images/layout/fronts_edu_bg_subject.jpg);
	background-repeat: repeat-y;
	background-position: 20px top;
}

#layout_right_column {
	float: right;
	width: 385px;
}

#layout_right_column_wide {
	float: right;
	width: 195px;
}

/*********************************************************************/
/* 						Menu classes	                     		 */
/*********************************************************************/

#layout_header {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-bottom: 2px solid #8A8384;
}

#layout_header_top {
	list-style:none;
	margin: 0px;
	padding: 0px 8px 0px 25px;
	font-size: 0.9em;
}

#layout_header_logo {
	clear: both;
	border-top: 1px solid #8A8384;
	border-bottom: 1px solid #8A8384;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 65px;
	background: right top no-repeat url(/images/layout/header_medal.jpg);
}

#layout_header_edu_logo {
	clear: both;
	border-top: 1px solid #8A8384;
	border-bottom: 1px solid #8A8384;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 45px;
	background-color: #FFFFFF;
}




#layout_header_menu {
	clear: both;
}

#layout_main_menu,#layout_sub_menu {
	margin: 0;
	border-top: 1px solid #8A8384;
	clear: both;
	padding-right: 0;
	padding-left: 25px;
	font-size: 0.9em;
	min-width: 970px;
}

#layout_main_menu {
	padding-top: 4px;
	padding-bottom: 0px;
}

#layout_sub_menu {
	padding-top: 2px;
	padding-bottom: 2px;
}

#layout_main_menu {
	border-top: 0;
	background: left top #DEE1E6 repeat-x url(/images/layout/header_menu_tone.gif);
}

#logo_image {
	margin-top: 10px;
	margin-left: 5px;
}

.layout_organisation_links {
	float: left;
	padding-right: 10px;
	padding-left: 5px;
	background-image: url(/images/layout/header_divider.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 0px;
	padding-bottom: 10px;
	margin: 0px;
}

.layout_help_links, .layout_help_links_no_line {
	float: right;
	padding-right: 9px;
	padding-left: 9px;	
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 8px;
}

.layout_help_links_no_line {
	background-image: none;
}

.layout_help_links {
	background-image: url(/images/layout/header_divider.gif);
	background-repeat: no-repeat;
	background-position: right top;	
}

.layout_help_links_no_line #h_search {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#645A60;
	font-size: 0.90em;
	height: 11px;
	border: 1px solid #8A8384;
	margin-top: -18px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 95px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
}

.layout_help_links_no_line #Submit {
	margin-top: 0px;
	padding-top:2px;
	width: 15px;
	height:15px;
	border: none;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#layout_header_top_test a:link, #layout_header_top_test a:visited  {
	color: #8A8384;	
}

#layout_header_top_test a:hover  {
	color: #FFFFFF;
	background-color: #88A9B3;
	display: block;	
}

.layout_organisation_links a:hover {
	margin-right: -10px;
	padding-right: 10px;
	margin-left: -5px;
	padding-left: 5px;
	padding-bottom: 3px;
	margin-bottom: -3px;
	margin-top: 0px;
	padding-top: 0px;
}

.layout_help_links a:hover, .layout_help_links_no_line a:hover {
	margin-right: -9px;
	margin-left: -9px;
	padding-right: 9px;
	padding-left: 9px;
	margin-bottom: -3px;
	padding-bottom: 3px;
}


#layout_header_top a:link, #layout_header_top a:visited  {
	color: #8A8384;	
}

#layout_header_top a:hover  {
	color: #FFFFFF;
	background-color: #88A9B3;
	display: block;	
}

#layout_main_menu li, #layout_sub_menu li { 
	display:inline;
	list-style-type: none;
}

#layout_main_menu li a, #layout_sub_menu li a {
	color: #645A60;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -4px;
	padding-top: 4px;
	padding-right: 14px;
	padding-left: 14px;
	background-image: url(/images/layout/header_divider.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#layout_main_menu li a {
	padding-bottom: 2px;
}

#layout_sub_menu li a {
	padding-bottom: 4px;
}


#layout_main_menu li a:hover {
	color: #FFFFFF;
	background-color: #88A9B3;
	padding-bottom: 2px;
	padding-top: 6px;
}

#layout_sub_menu li a:hover {
	color: #FFFFFF;
	background-color: #88A9B3;	
}


#Nobel_Prizes #menu_nobel_prizes a,
#Alfred_Nobel #menu_alfred_nobel a,
#Prize_Awarders #menu_prize_awarders a,
#Nomination #menu_nomination a,
#Prize_Announcements #menu_prize_announcement a,
#Award_Ceremonies #menu_award_ceremonies a,
#educational #menu_educational a {
	font-weight: bold;
	color: #023C59;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#Chemistry #sub_chemistry a,
#Physics #sub_physics a,
#Medicine #sub_medicine a,
#Literature #sub_literature a,
#Peace #sub_peace a,
#Economics #sub_economics a,
#The_Will #sub_will a,
#Biographical #sub_biograph a,
#Industrial #sub_industrial a,
#Nobel_Award_Ceremony  #sub_nobel_award_ceremony a,
#Nobel_Peace_Award_Ceremony #sub_nobel_peace_award_ceremony a,
#Nobel_Banquet #sub_banquet a,
#By_Year #sub_year a,
#Nobelfoundation #Nobel_Foundation a,
#Nobelmedia #Nobel_Media a,
#Nobelmuseum #Nobel_Museum a,
#Nobelpeace #Nobel_Peace a,
#Nobelweb #Nobel_Web a,
#ContactUs #Contact_Us a,
#Search #Searchbutton a,
#Front #Homepage a, #Front_announce a,
#Productions #sub_all_productions a
{
	font-weight: bold;
	color: #023C59;
}

#Chemistry #sub_chemistry a:hover,
#Physics #sub_physics a:hover,
#Medicine #sub_medicine a:hover,
#Literature #sub_literature a:hover,
#Peace #sub_peace a:hover,
#Economics #sub_economics a:hover,
#The_Will #sub_will a:hover,
#Biographical #sub_biograph a:hover,
#Industrial #sub_industrial a:hover,
#Nobel_Award_Ceremony  #sub_nobel_award_ceremony a:hover,
#Nobel_Peace_Award_Ceremony #sub_nobel_peace_award_ceremony a:hover,
#Nobel_Banquet #sub_banquet a:hover,
#By_Year #sub_year a:hover,
#Nobelfoundation #Nobel_Foundation a:hover,
#Nobelmedia #Nobel_Media a:hover,
#Nobelmuseum #Nobel_Museum a:hover,
#Nobelpeace #Nobel_Peace a:hover,
#Nobelweb #Nobel_Web a:hover,
#ContactUs #Contact_Us a:hover,
#Search #Searchbutton a:hover,
#Front #Homepage a:hover,
#Front_announce a:hover,
#Productions #sub_all_productions a:hover
{
	color: #fff;
}

/*********************************************************************/
/* 						Main Content Area	                         */
/*********************************************************************/

#layout_main_content, #layout_main_content_main {
	float: left;
	position: relative;
	padding-top: 17px;
	padding-right: 30px !important;
	padding-right: 10px;
	padding-left: 35px;
	margin:0px;	
	width: 512px !important;
	width: 520px;
}

/*#layout_main_content, #layout_main_content_main {
	float: left;
	width: 527px;
	position: relative;
	padding-top: 17px;
	padding-right: 15px;
	padding-left: 35px;
	margin:0px;	
}*/






#layout_main_content_wide {
	float: left;
	width: 650px;
	position: relative;
	padding-top: 17px;
	padding-right: 0px;
	padding-left: 35px;

}

#layout_main_content_wide_2 {
	float: left;
	width: 705px;
	position: relative;
	padding-top: 17px;
	padding-right: 0px;
	padding-left: 35px;

}


#layout_main_content li, #layout_main_content_main li, #layout_main_content_wide li {
	margin-bottom: 5px;
	margin-left: 12px;
}


#layout_main_content a:link, #layout_main_content a:visited, #layout_main_content_main a:link, #layout_main_content_main a:visited,#layout_main_content_wide a:link, #layout_main_content_wide a:visited,#layout_main_content_wide_2 a:link, #layout_main_content_wide_2 a:visited {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #307497;

}

#layout_main_content a:hover, #layout_main_content_main a:hover, #layout_main_content_wide a:hover, #layout_main_content_wide_2 a:hover {
	color: #FFFFFF;
	background-color: #88A9B3;
}

#layout_main_content a:link img, #layout_main_content a:visited img, #layout_main_content_main a:link img, #layout_main_content_main a:visited img,#layout_main_content_wide a:link img, #layout_main_content_wide a:visited img,#layout_main_content_wide_2 a:link img, #layout_main_content_wide_2 a:visited img {
	border: 0px;
	text-decoration: none;
}


#layout_wrapper #layout_main_content .no_line, #layout_wrapper #layout_main_content .no_line, #layout_wrapper #layout_main_content_main .no_line, #layout_wrapper #layout_main_content_main  .no_line, #layout_wrapper_wide #layout_main_content_wide .no_line, #layout_wrapper_wide #layout_main_content_wide .no_line, #layout_wrapper_wide_front #layout_main_content_wide_2 .no_line, #layout_wrapper_wide-front #layout_main_content_wide_2 .no_line {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#layout_wrapper #layout_main_content .no_line_img, #layout_wrapper #layout_main_content .no_line_img, #layout_wrapper #layout_main_content_main .no_line_img, #layout_wrapper #layout_main_content_main  .no_line_img, #layout_wrapper_wide #layout_main_content_wide .no_line_img, #layout_wrapper_wide #layout_main_content_wide .no_line_img, #layout_wrapper_wide_front #layout_main_content_wide_2 .no_line_img, #layout_wrapper_wide-front #layout_main_content_wide_2 .no_line_img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
}

/* Set up the tab to the left of the main content */

#Nobel_Prizes #Chemistry #layout_main_content,
#Prize_Awarders #Chemistry #layout_main_content,
#Nomination #Chemistry #layout_main_content,
#Prize_Announcements #Chemistry #layout_main_content,
#educational #Chemistry #layout_main_content,
#Nobel_Prizes #Chemistry #layout_main_content_main_wide, 
#Prize_Awarders #Chemistry #layout_main_content_main_wide, 
#Nomination #Chemistry #layout_main_content_main_wide, 
#Prize_Announcements #Chemistry #layout_main_content_main_wide, 
#educational #Chemistry #layout_main_content_main_wide
{
	background-image: url(/images/layout/tab_chemistry_white.gif);
	background-repeat: no-repeat;
	background-position: left 15px;
}

#Nobel_Prizes #Chemistry #layout_main_content_main, 
#Prize_Awarders #Chemistry #layout_main_content_main, 
#Nomination #Chemistry #layout_main_content_main, 
#Prize_Announcements #Chemistry #layout_main_content_main

{
	background-image: url(/images/layout/tab_chemistry.gif);
	background-repeat: no-repeat;
	background-position: left 15px;
}

#educational #Chemistry #layout_main_content_main {
	background-image: url(/images/layout/tab_chemistry_dark.gif);
	background-repeat: no-repeat;
	background-position: left 15px;
}



#Nobel_Prizes #Physics #layout_main_content,
#Prize_Awarders #Physics #layout_main_content,
#Nomination #Physics #layout_main_content,
#Prize_Announcements #Physics #layout_main_content,
#educational #Physics #layout_main_content,
#Nobel_Prizes #Physics #layout_main_content_wide,
#Prize_Awarders #Physics #layout_main_content_wide,
#Nomination #Physics #layout_main_content_wide,
#Prize_Announcements #Physics #layout_main_content_wide,
#educational #Physics #layout_main_content_wide
{
	background-image: url(/images/layout/tab_physics_white.gif);
	background-repeat: no-repeat;
	background-position: left 15px;
}


#Nobel_Prizes #Physics #layout_main_content_main,
#Prize_Awarders #Physics #layout_main_content_main,
#Nomination #Physics #layout_main_content_main,
#Prize_Announcements #Physics #layout_main_content_main
{
	background-image: url(/images/layout/tab_physics.gif);
	background-repeat: no-repeat;
	background-position: left 15px;
}

#educational #Physics #layout_main_content_main
{
	background-image: url(/images/layout/tab_physics_dark.gif);
	background-repeat: no-repeat;
	background-position: left 15px;
}

#Nobel_Prizes #Literature #layout_main_content,
#Prize_Awarders #Literature #layout_main_content,
#Nomination #Literature #layout_main_content,
#Prize_Announcements #Literature #layout_main_content,
#educational #Literature #layout_main_content,
#Nobel_Prizes #Literature #layout_main_content_wide,
#Prize_Awarders #Literature #layout_main_content_wide,
#Nomination #Literature #layout_main_content_wide,
#Prize_Announcements #Literature #layout_main_content_wide,
#educational #Literature #layout_main_content_wide
{
	background-image: url(/images/layout/tab_literature_white.gif);
	background-repeat: no-repeat;
	background-position: left 15px;
}

#Nobel_Prizes #Literature #layout_main_content_main,
#Prize_Awarders #Literature #layout_main_content_main,
#Nomination #Literature #layout_main_content_main,
#Prize_Announcements #Literature #layout_main_content_main
{
	background-image: url(/images/layout/tab_literature.gif);
	background-repeat: no-repeat;
	background-position: left 15px;
}

#educational #Literature #layout_main_content_main
{
	background-image: url(/images/layout/tab_literature_dark.gif);
	background-repeat: no-repeat;
	background-position: left 15px;
}

#Nobel_Prizes #Peace #layout_main_content,
#Prize_Awarders #Peace #layout_main_content,
#Nomination #Peace #layout_main_content,
#Prize_Announcements #Peace #layout_main_content,
#educational #Peace #layout_main_content,
#Nobel_Prizes #Peace #layout_main_content_wide,
#Prize_Awarders #Peace #layout_main_content_wide,
#Nomination #Peace #layout_main_content_wide,
#Prize_Announcements #Peace #layout_main_content_wide,
#educational #Peace #layout_main_content_wide
{
	background-image: url(/images/layout/tab_peace_white.gif);
	background-repeat: no-repeat;
	background-position: left 15px;
}

#Nobel_Prizes #Peace #layout_main_content_main,
#Prize_Awarders #Peace #layout_main_content_main,
#Nomination #Peace #layout_main_content_main,
#Prize_Announcements #Peace #layout_main_content_main
{
	background-image: url(/images/layout/tab_peace.gif);
	background-repeat: no-repeat;
	background-position: left 15px;
}

#educational #Peace #layout_main_content_main
{
	background-image: url(/images/layout/tab_peace_dark.gif);
	background-repeat: no-repeat;
	background-position: left 15px;
}

#Nobel_Prizes #Medicine #layout_main_content,
#Prize_Awarders #Medicine #layout_main_content,
#Nomination #Medicine #layout_main_content,
#Prize_Announcements #Medicine #layout_main_content,
#educational #Medicine #layout_main_content,
#Nobel_Prizes #Medicine #layout_main_content_wide,
#Prize_Awarders #Medicine #layout_main_content_wide,
#Nomination #Medicine #layout_main_content_wide,
#Prize_Announcements #Medicine #layout_main_content_wide,
#educational #Medicine #layout_main_content_wide
{
	background-image: url(/images/layout/tab_medicine_white.gif);
	background-repeat: no-repeat;
	background-position: left 15px;
}

#Nobel_Prizes #Medicine #layout_main_content_main,
#Prize_Awarders #Medicine #layout_main_content_main,
#Nomination #Medicine #layout_main_content_main,
#Prize_Announcements #Medicine #layout_main_content_main
{
	background-image: url(/images/layout/tab_medicine.gif);
	background-repeat: no-repeat;
	background-position: left 15px;
}

#educational #Medicine #layout_main_content_main
{
	background-image: url(/images/layout/tab_medicine_dark.gif);
	background-repeat: no-repeat;
	background-position: left 15px;
}

#Nobel_Prizes #Economics #layout_main_content,
#Prize_Awarders #Economics #layout_main_content,
#Nomination #Economics #layout_main_content,
#Prize_Announcements #Economics #layout_main_content,
#educational #Economics #layout_main_content,
#Nobel_Prizes #Economics #layout_main_content-wide,
#Prize_Awarders #Economics #layout_main_content_wide,
#Nomination #Economics #layout_main_content_wide,
#Prize_Announcements #Economics #layout_main_content_wide,
#educational #Economics #layout_main_content_wide
{
	background-image: url(/images/layout/tab_economics_white.gif);
	background-repeat: no-repeat;
	background-position: left 15px;
}

#Nobel_Prizes #Economics #layout_main_content_main,
#Prize_Awarders #Economics #layout_main_content_main,
#Nomination #Economics #layout_main_content_main,
#Prize_Announcements #Economics #layout_main_content_main
{
	background-image: url(/images/layout/tab_economics.gif);
	background-repeat: no-repeat;
	background-position: left 15px;
}

#educational #Economics #layout_main_content_main
{
	background-image: url(/images/layout/tab_economics_dark.gif);
	background-repeat: no-repeat;
	background-position: left 15px;
}


/*********************************************************************/
/* 						Various Teasers	                             */
/*********************************************************************/

/* General teaser classes */

#teaser_area {
	float:left;
	width:100%;
	clear:both;
}

.teaser_title a, .teaser_title a:visited {
	font-size: 1.27em;
	color: #023C59;
}

.teaser_main, .teaser_edu, .teaser_front {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	clear:both;
}

.teaser_main .teaser_text, .teaser_edu .teaser_text  {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	display:block;
}

.teaser_main .teaser_text img, .teaser_edu .teaser_text img{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom:-2px;
	
}

/* Front page teasers */

#layout_wrapper_wide_front #main_teaser_area, #layout_wrapper_wide_front .main_teaser_area {
	width:100%;
	float:left;
	clear:both;

}

#layout_wrapper_wide_front #main_teaser_area_laurweek, #layout_wrapper_wide_front .main_teaser_area_laurweek {
	width:100%;
	float:left;
	clear:both;
}


#main_teaser_area_left, .main_teaser_area_left {
	float:left;
	width:340px;
	margin:0px;
	padding:0px;
}

#main_teaser_area_right, .main_teaser_area_right {
	float:right;
	width:340px;
	margin-left:0px;
	margin-right:0px;
	padding-right:0px;
	
}

.main_teaser_area_outer {
	width:100%;
	float:left;
	clear:both;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 28px;
	margin-left: 0px;
}

.main_teaser_area_lweek_outer {
	width:100%;
	float:left;
	clear:both;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom:0px;
	/*margin-bottom: 8px;*/
	margin-bottom: 16px;
	margin-left: 0px;
}

#layout_main_content_wide_2 .laureate_day_teaser {
	width: 340px;
	/*margin-top: 20px;*/
	float:left;
	clear:both;
	padding: 0px;
	margin: 0px;
}

#layout_main_content_wide_2 .laureate_day_teaser .laureate_day_left {
	float:left;
	width:73px;
	padding: 0px;
	margin: 0px
}

#layout_main_content_wide_2 .laureate_day_teaser .laureate_day_right {
	float:right;
	width:266px;
	/*margin-bottom: 15px;*/
	padding: 0px;
	margin: 0px
}

#layout_main_content_wide_2 .laureate_day_teaser a:link, #layout_main_content_wide_2 .laureate_day_teaser a:visited {
	border-bottom-width: 0px;
	border-bottom-style: none;
}

#layout_main_content_wide_2  .laureate_day_teaser .teaser_image_big {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#layout_main_content_wide_2 .laureate_day_teaser .teaser_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.27em;
	color: #023C59;
	font-weight: bold;
	line-height: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
}

#layout_main_content_wide_2 .laureate_day_teaser .laureate_day_right .teaser_title a:hover {
	color: #FFFFFF;
	background-color: #FF0066;
}


#layout_main_content_wide_2 .teaser_main a:link, #layout_main_content_wide_2 .teaser_main a:visited,
#Front_announce #layout_main_content_wide_2 .teaser_main a:link, #Front_announce #layout_main_content_wide_2 .teaser_main a:visited
 {
	display: block;
	border-bottom-width: 0px;
	border-bottom-style: none;
	background-image: url(/images/layout/teaserbox_frontpage.gif);
	background-position: left top;
	height: 86px;
	width: 340px;
	background-repeat: no-repeat;
	/*margin-top: 20px;*/
}

#layout_main_content_wide_2 .teaser_main a:hover, #Front_announce #layout_main_content_wide_2 .teaser_main a:hover {
	background-image: url(/images/layout/teaserbox_frontpage_mo.gif);
	background-color: transparent;
}


#layout_main_content_wide_2 .teaser_main .teaser_image_big {
	float: left;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#layout_main_content_wide_2 .teaser_main .teaser_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.27em;
	color: #023C59;
	font-weight: bold;
	line-height: normal;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
}

#layout_main_content_wide_2 .teaser_title a, #layout_main_content_wide_2 .teaser_title a:visited, #Front_announce #layout_main_content_wide_2 .teaser_title a, #Front_announce #layout_main_content_wide_2 .teaser_title a:visited {
	font-size: 1.27em;
	color: #023C59;
}

#layout_main_content_wide_2 .teaser_main .teaser_text {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 1em;
	font-weight: normal;
	display: block;
}

/* Front page announcement teaser */

#announce_top {
	float:left;
	background-image: url(/images/layout/topbox.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding:0px;
	clear:right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	width: 100%;
}

#announce_top_big {
	float:left;
	background-image: url(/images/layout/topbox_nobelweek.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding:0px;
	clear:right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#announce_text {
	float:left;
	width: 465px;
}

#announce_text .inner {
	padding: 10px;
}



#announce_text_big {
	float:left;
	width: 458px;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#announce_image {
	float:right;
	width: 200px;
	margin:0px;
	padding:0px;	
}

#announce_image_big {
	float:right;
	width: 230px;
	margin:0px;
	padding:0px;	
}

#announce_top_big #announce_text_big #announce_image_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.91em;
	color: #645A60;
}

#announce_top_big #announce_text_big #announce_image_text .inside {
	text-align: right;
	padding-right: 5px;
}


#announce_top_big #announce_text_big #announce_flash {
	height:166px;
}

span.announce_teaser_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.27em;
	font-weight: bold;
	color: #023C59;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #645A60;
	padding-top:0px;
	margin-bottom: 5px;
	padding-bottom: 1px;
}

#layout_wrapper_wide_front #main_front #announce_top h3, #layout_wrapper_wide_front #main_front #announce_main h3, #layout_wrapper_wide_front #main_front #announce_top_big h3 {
	padding-top:12px;
	padding-bottom:0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#layout_wrapper_wide_front #main_front #announce_top h3, #layout_wrapper_wide_front #main_front #announce_top_big h3 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#announce_date_wrapper {
	width:370px;
	margin-top: 10px;
	float:left;
}

#announce_date_left {
	background-color: #F5F5F5;
	background-image: url(/images/layout/topbox.jpg);
	background-repeat: no-repeat;
	background-position: 0px -35px;
	height: 81px;
	width: 181px;
	float:left;
}

#announce_date_left .inside {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#announce_date_left .inside .ingress{
	font-weight: normal;	
}




#announce_date_right {
	height: 72px;
	width: 181px;
	float:right;
}

#announce_date_right .inside {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}







#announce_date {
	background-color: #F5F5F5;
	background-image: url(/images/layout/topbox.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 72px;
	width: 181px;
	margin-top: 20px;
}

#announce_date .inside {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#announce_name {
	float:left;
	padding: 5px;
	height: 55px;
	width: 100%;
	margin-top: 35px;
}

 .announce_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;	
}

#layout_wrapper_wide_front #main_front .announce_text a:link, #layout_wrapper_wide_front #main_front .announce_text a:visited,
#layout_wrapper_wide_front #main_front .announce_text_big a:link, #layout_wrapper_wide_front #main_front .announce_text_big a:visited
 {
	border: 0px ;
	border-style: none;
}

.announce_title_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #645A60;	
}

/* Regular teasers */

#layout_main_content .teaser_main a:link, #layout_main_content .teaser_main a:visited, #layout_main_content_wide .teaser_main a:link, #layout_main_content_wide .teaser_main a:visited {
	display: block;
	border-bottom-width: 0px;
	border-bottom-style: none;
	background-image: url(/images/layout/teasersbox_underdok.gif);
	background-position: left top;
	height: 85px;
	width: 515px;
	background-repeat: no-repeat;
	background-color: #fff;
}

#layout_main_content_main .teaser_main a:link, #layout_main_content_main .teaser_main a:visited {
	display: block;
	background-image: url(/images/layout/teaserbox_front.gif);
	background-position: left top;
	height: 85px;
	width: 515px;
	background-repeat: no-repeat;
	border-bottom-width: 0px;
	border-bottom-style: none;
}

#layout_main_content_main .teaser_main a:hover {
	background-image: url(/images/layout/teaserbox_mo.gif);
	background-color: transparent;
}

#layout_main_content .teaser_main a:hover, #layout_main_content_wide .teaser_main a:hover {
	background-image: url(/images/layout/teaserbox_front_hover.gif);
	background-color: transparent;
}

.teaser_main .teaser_image_small {
	float: left;
	padding-top: 15px;
	padding-right: 19px;
	padding-bottom: 15px;
	padding-left: 19px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.teaser_main .teaser_image_big {
	float: left;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.teaser_main .teaser_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.27em;
	color: #023C59;
	font-weight: bold;
	line-height: normal;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
}



/* Educational Teasers */

/* Old educational section */

#edu_teaser_area {
	width:100%;
	float:left;
	clear:right;
}

#edu_teaser_area_left {
	float:left;
	width:340px;
	margin:0px;
	padding:0px;
}

#edu_teaser_area_right {
	float:right;
	width:340px;
	margin-left:0px;
	margin-right:0px;
	padding-right:0px;
	
}

#layout_main_content .teaser_edu a:link, #layout_main_content .teaser_edu a:visited, #layout_main_content_wide .teaser_edu a:link, #layout_main_content_wide .teaser_edu a:visited, #layout_main_content_main .teaser_edu a:link, #layout_main_content_main .teaser_edu a:visited {
	display: block;
	border-bottom-width: 0px;
	border-bottom-style: none;
	background-image: url(/images/layout/edu_teaserbox.gif);
	background-position: left top;
	height: 110px;
	width: 515px;
	background-repeat: no-repeat;
}

#layout_main_content_main .teaser_edu a:hover, #layout_main_content .teaser_edu a:hover, #layout_main_content_wide .teaser_edu a:hover {
	display: block;
	background-image: url(/images/layout/edu_teaserbox_mo.gif);
	background-position: left top;
	height: 110px;
	width: 515px;
	background-repeat: no-repeat;
	border-bottom-width: 0px;
	border-bottom-style: none;
	background-color: transparent;
}

#layout_main_content_wide_2 .teaser_edu a:link, #layout_main_content_wide_2 .teaser_edu a:visited, #Front_announce #layout_main_content_wide_2 .teaser_edu a:link, #Front_announce #layout_main_content_wide_2 .teaser_edu a:visited {
	display: block;
	border-bottom-width: 0px;
	border-bottom-style: none;
	background-image: url(/images/layout/teaserbox_frontpage_edu.gif);
	background-position: left top;
	height: 110px;
	width: 340px;
	background-repeat: no-repeat;
	margin-top: 0px;
}

#layout_main_content_wide_2 .teaser_edu a:hover, #layout_main_content_wide_2 .teaser_edu a:hover, #Front_announce #layout_main_content_wide_2 .teaser_edu a:hover, #Front_announce #layout_main_content_wide_2 .teaser_edu a:hover {
	display: block;
	background-image: url(/images/layout/teaserbox_frontpage_edu_mo.gif);
	background-position: left top;
	height: 110px;
	width: 340px;
	background-repeat: no-repeat;
	border-bottom-width: 0px;
	border-bottom-style: none;
	background-color: transparent;
}



.teaser_edu .teaser_edu_image {
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#layout_main_content_wide_2 .teaser_edu .teaser_edu_image {

	padding-left: 3px;

}

.teaser_edu h3 {
	line-height: normal;
	margin: 0px;
	font-size: 1.27em;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
}

.teaser_edu_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.27em;
	color: #ffffff;
	font-weight: bold;
	line-height: normal;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	display: block;
}

#layout_main_content_wide_2 .teaser_edu .teaser_edu_title {
 padding-left: 12px;
}



.teaser_edu_title a, .teaser_edu_title a:visited {
	color: #ffffff;
}

.teaser_edu .teaser_edu_text {
	color: #ffffff;
	margin-left: 20px;
	display: block;
}

#layout_main_content_wide_2 .teaser_edu .teaser_edu_text {
 	margin-left: 12px;
	font-size: 1em;
	font-weight: normal;
}

/* New educational section 2008-12-01 */

#edu_teaser_area {
	width:100%;
	float:left;
	clear:right;
}

#edu_teaser_area_left {
	float:left;
	width:250px;
	margin:0px;
	padding:0px;
}

#edu_teaser_area_right {
	float:right;
	width:250px;
	margin-left:0px;
	margin-right:0px;
	padding-right:0px;
	
}

#layout_main_content .teaser_edu a:link, #layout_main_content .teaser_edu a:visited, #layout_main_content_wide .teaser_edu a:link, #layout_main_content_wide .teaser_edu a:visited, #layout_main_content_main .teaser_edu a:link, #layout_main_content_main .teaser_edu a:visited {
	display: block;
	border-bottom-width: 0px;
	border-bottom-style: none;
	background-image: url(/images/layout/edu_teaserbox.gif);
	background-position: left top;
	height: 110px;
	width: 515px;
	background-repeat: no-repeat;
}

#layout_main_content_main .teaser_edu a:hover, #layout_main_content .teaser_edu a:hover, #layout_main_content_wide .teaser_edu a:hover {
	display: block;
	background-image: url(/images/layout/edu_teaserbox_mo.gif);
	background-position: left top;
	height: 110px;
	width: 515px;
	background-repeat: no-repeat;
	border-bottom-width: 0px;
	border-bottom-style: none;
	background-color: transparent;
}

#layout_main_content_main #edu_front #edu_teaser_area .teaser_edu a:link, #layout_main_content_main #edu_front #edu_teaser_area .teaser_edu a:visited {
	display: block;
	border-bottom-width: 0px;
	border-bottom-style: none;
	background-image: url(/images/layout/edu_front_teaser_small.gif);
	background-position: left top;
	height: 85px;
	width: 250px;
	background-repeat: no-repeat;
	margin-top: 0px;
}

#layout_main_content_main #edu_front #edu_teaser_area .teaser_edu a:hover {
	display: block;
	background-image: url(/images/layout/edu_front_teaser_small_mo.gif);
	background-position: left top;
	height: 85px;
	width: 250px;
	background-repeat: no-repeat;
	border-bottom-width: 0px;
	border-bottom-style: none;
	background-color: transparent;
}



.teaser_edu .teaser_edu_image {
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.teaser_edu .teaser_edu_image2 {
	float: left;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


#layout_main_content_wide_2 .teaser_edu .teaser_edu_image {

	padding-left: 3px;

}

.teaser_edu h3 {
	line-height: normal;
	margin: 0px;
	font-size: 1.27em;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
}

.teaser_edu_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.27em;
	color: #ffffff;
	font-weight: bold;
	line-height: normal;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	display: block;
}

#layout_main_content_wide_2 .teaser_edu .teaser_edu_title {
 padding-left: 12px;
}



.teaser_edu_title a, .teaser_edu_title a:visited {
	color: #ffffff;
}

.teaser_edu .teaser_edu_text {
	color: #ffffff;
	margin-left: 20px;
	display: block;
}

#layout_main_content_wide_2 .teaser_edu .teaser_edu_text {
 	margin-left: 12px;
	font-size: 1em;
	font-weight: normal;
}


/* Nobel Media Teasers */

#Nobelmedia #teaser_area {
	margin-top:0px;
}


#Nobelmedia .teaser_main .teaser_title {
	color: #645A60;
}

#Nobelmedia .teaser_text {
	color: #645A60;
}

#Nobelmedia .teaser_main a:link, #Nobelmedia .teaser_main a:visited {
	display: block;
	background-image: url(/images/layout/teaserbox_front.gif);
	height: 85px;
	width: 515px;
	background-repeat: no-repeat;
	border-bottom-width: 0px;
	border-bottom-style: none;
	background-position: 0px 0px;
}

#Nobelmedia .teaser_main a:hover {
	background-image: url(/images/layout/teaserbox_mo.gif);
	background-color: transparent;
}

#Nobelmedia .teaser_main a:hover .teaser_text {
	color:#ffffff;
}

/* New teaser (lists etc.) Added 2007-09-19 , updated 2008-11-27 for use in Educational also*/

.teaser_list_small {
	background-color: transparent;
	background-image: url(/images/front/list_1_frontpage.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 93px;
	width: 340px;
	clear:both;
}

.teaser_list_edu_small {
	background-color: transparent;
	background-image: url(/images/layout/edu_front_list_x2_teaser.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding: 0px;
	height: 85px;
	width: 250px;
	clear:both;
}

.teaser_list_small .inside, .teaser_list_medium .inside, .teaser_list_large .inside,
.teaser_list_edu_small .inside, .teaser_list_edu_medium .inside, .teaser_list_edu_large .inside  {
	margin: 0px;
	padding-top: 0px;
	padding-right: 11px;
	padding-bottom: 0px;
	padding-left: 11px;
}


.teaser_list_medium {
	background-color: transparent;
	background-image: url(/images/front/list_2_frontpage.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 202px;
	width: 343px;
	clear:both;	
}

.teaser_list_large {
	background-color: transparent;
	background-image: url(/images/front/list_3_frontpage.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 312px;
	width: 340px;	
	clear:both;
}

.teaser_list_edu_medium {
	background-color: transparent;
	background-image: url(/images/layout/edu_front_list_x2_teaser.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	height: 185px;
	width: 250px;
	clear:both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.teaser_list_edu_large {
	background-color: transparent;
	background-image: url(/images/front/list_3_frontpage.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding: 0px;
	height: 312px;
	width: 250px;	
	clear:both;
}

.teaser_tab {
	text-align: right;
}

.teaser_wrapper .teaser_main {
	margin-bottom: 8px;
}

.teaser_list_small .inside .teaser_title,.teaser_list_medium .inside .teaser_title,.teaser_list_large .inside .teaser_title,
.teaser_list_edu_small .inside .teaser_title,.teaser_list_edu_medium .inside .teaser_title,.teaser_list_edu_large .inside .teaser_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.27em;
	color: #023C59;
	font-weight: bold;
	line-height: normal;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
}

.teaser_list_small .inside .teaser_number_list,.teaser_list_medium .inside .teaser_number_list,.teaser_list_large .inside .teaser_number_list,
.teaser_list_edu_small .inside .teaser_number_list,.teaser_list_edu_medium .inside .teaser_number_list,.teaser_list_edu_large .inside .teaser_number_list {
	margin: 0px;
	list-style-type: none;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.teaser_number_list li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

#edu_teaser_area #edu_teaser_area_right .teaser_list_edu_medium .inside .teaser_number_list li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin:0px;
}

#layout_wrapper_main #layout_main_content_main #edu_front #edu_teaser_area #edu_teaser_area_right  .inside .teaser_number_list a {
	color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#main_front .main_teaser_area_outer .main_teaser_area .main_teaser_area_right .teaser_wrapper .teaser_list_small .inside .teaser_number_list a:hover,
#main_front .main_teaser_area_outer .main_teaser_area .main_teaser_area_right .teaser_wrapper .teaser_list_medium .inside .teaser_number_list a:hover,
#main_front .main_teaser_area_outer .main_teaser_area .main_teaser_area_right .teaser_wrapper .teaser_list_large .inside .teaser_number_list a:hover,
#layout_wrapper_main #layout_main_content_main #edu_front #edu_teaser_area #edu_teaser_area_right  .inside .teaser_number_list a:hover {
	display: block;		
}

#main_front .main_teaser_area_outer .main_teaser_area .main_teaser_area_right .teaser_wrapper .teaser_list_small .inside .teaser_number_list a:hover,
#main_front .main_teaser_area_outer .main_teaser_area .main_teaser_area_right .teaser_wrapper .teaser_list_medium .inside .teaser_number_list a:hover,
#main_front .main_teaser_area_outer .main_teaser_area .main_teaser_area_right .teaser_wrapper .teaser_list_large .inside .teaser_number_list a:hover,
#layout_wrapper_main #layout_main_content_main #edu_front #edu_teaser_area #edu_teaser_area_right  .inside .teaser_number_list a:hover  {
	margin-right: -10px;
	margin-left: -10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: -2px;
	margin-bottom: -2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#layout_wrapper_main #layout_main_content_main #edu_front #edu_teaser_area #edu_teaser_area_right  .inside .teaser_number_list a:hover  {
	color: #FFFFFF;
}

#edu_front #edu_teaser_area #edu_teaser_area_right .teaser_list_edu_medium .inside .teaser_title {
	padding-top:5px;
	font-size:1em;
	color: #000000;
}

#layout_wrapper_main #layout_main_content_main #edu_front #edu_teaser_area #edu_teaser_area_right  .inside .teaser_number_list a:hover  {
	margin-right: -10px;
	margin-left: -10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: -2px;
	margin-bottom: -2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#Front #layout_wrapper_wide_front #layout_main_content_wide_2 #main_front .main_teaser_area_outer .main_teaser_area_important_outer {
	width:100%;
	float:left;
	clear:both;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom:0px;
	/*margin-bottom: 8px;*/
	margin-bottom: 0px;
	margin-left: 0px;
}

#Front #layout_wrapper_wide_front #layout_main_content_wide_2 #main_front .main_teaser_area_outer .main_teaser_area_important_outer_1 {
	width:100%;
	float:left;
	clear:both;
	padding: 0px;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom:0px;
	/*margin-bottom: 8px;*/
	margin-bottom: 0px;
	margin-left: 0px;
}


#Front #layout_wrapper_wide_front #layout_main_content_wide_2 #main_front .main_teaser_area_outer .main_teaser_area_important_outer a, #Front #layout_wrapper_wide_front #layout_main_content_wide_2 #main_front .main_teaser_area_outer .main_teaser_area_important_outer_1 a {
	display: block;
	float:left;
	border-bottom-width: 0px;
	border-bottom-style: none;
	background-image: url(/images/front/teaserbox_frontpage_large.gif);
	background-position: 365px top;
	height: 130px;
	width: 704px;
	background-repeat: no-repeat;
	/*margin-top: 20px;*/
}

#Front #layout_wrapper_wide_front #layout_main_content_wide_2 #main_front .main_teaser_area_outer .main_teaser_area_important_outer a:hover, #Front #layout_wrapper_wide_front #layout_main_content_wide_2 #main_front .main_teaser_area_outer .main_teaser_area_important_outer_1 a:hover {
	background-image: url(/images/front/teaserbox_frontpage_large_mo.gif);
	background-color: transparent;
	background-position: 365px top;
	background-repeat: no-repeat;
	/*margin-top: 20px;*/
}

.main_teaser_area_important_outer .important_teaser_left, .main_teaser_area_important_outer_1 .important_teaser_left {
	float:left;
	width:364px;
}

.main_teaser_area_important_outer .important_teaser_right, .main_teaser_area_important_outer_1 .important_teaser_right {
	float:right;
	width:330px;
}

.main_teaser_area_important_outer .teaser_title, .main_teaser_area_important_outer_1 .teaser_title {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.27em;
	color: #023c59;
	font-weight: bold;
	line-height: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
}



.main_teaser_area_important_outer .teaser_text, .main_teaser_area_important_outer_1 .teaser_text {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 1em;
	font-weight: normal;
	display: block;
}

#layout_wrapper_wide_front #main_front .main_teaser_area_outer .main_teaser_area_important_outer_1 h3.with_tab, #layout_wrapper_wide_front #main_front .main_teaser_area_outer .main_teaser_area_important_outer h3.with_tab {
	margin-bottom: 8px;
}

.main_teaser_area_important_outer_1 .teaser_wrapper .no_line .important_teaser_right .teaser_text img, 
.teaser_list_small .inside .teaser_number_list .no_line img,
.teaser_list_medium .inside .teaser_number_list .no_line img,
.teaser_list_large .inside .teaser_number_list .no_line img {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: -2px;
}

.edu_main_title {
	padding-top:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #645a60;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 12px;
	margin-left: 1px;
	clear: both;
}

#edu_front .ingress_black {
	padding-bottom:10px;
}

/*********************************************************************/
/* 						Flagship images	                             */
/*********************************************************************/

#flaggship_area {
	float:left;
	width:100%;
	clear:both;
	padding-bottom:20px;
	margin: 0px;
}

#flaggship_image_area {
	float:left;
	width:210px;
	font-size: 0.91em;
	color: #645A60;
	font-family: Verdana, Geneva, Arial, sans-serif;
	line-height: 1.3em;
	padding-bottom:0px;
	display: inline;
}

#flaggship_text_area {
	float:right;
	width:290px;
	padding-bottom:0px;
	padding-right:0px;
	display: inline;
}

/*********************************************************************/
/* 						Lists	                             		 */
/*********************************************************************/

#layout_main_content .jump_to {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2CFCA;
	padding-bottom: 10px;
}

#layout_main_content .jump_to a:link, #layout_main_content .jump_to a:visited {
	border-bottom-width: 0px;
	border-bottom-style: none;
	color: #645A60;
} 

#layout_main_content .jump_to a:hover {
	border-bottom-width: 0px;
	border-bottom-style: none;
	color: #ffffff;
} 

.grey_line {
	border: 1px solid #D2CFCA;
	margin-top: 15px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 0.5em;
}


#list ul {
	list-style-position: outside;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

#list a:link, #list a:visited {
	border-bottom-width: 0px;
	border-bottom-style: none;
	color: #000000;
}

#list a:hover {
	color: #ffffff;
}


#list .prize_year {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #023C59;
	font-size: 1.27em;
}

#list .prize_name {
	font-weight: normal;
	color: #000000;
}

#list h5 {
	display: inline;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	
}

#layout_main_content #list h4 {
	padding-top: 20px;
	padding-bottom: 0px;
	margin-bottom:0px;
}

#list li {
	padding-top:5px;
	margin:0px
}
	
.bio_list {
	line-height: 2em;
}

/*********************************************************************/
/* 						Laureate pages	                             */
/*********************************************************************/

#laur_head_wrap {
	float:left;
	width:100%;
	background-image: url(/images/layout/prizewinner_header_tone.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#laur_img {
	float:left;
	margin:0px;
	padding:0px;
	width:42px;
}

#laur_text{
	margin:0px;
	padding-left:52px;
	padding-bottom: 6px;
}

#layout_wrapper #laur_head_wrap #laur_text h2 {
	margin:0px;
	line-height:1em;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

#laur_text h3teaser{
	line-height:1em;
}

#layout_wrapper #laureate_header_front, #layout_wrapper_wide #laureate_header_front {
	padding: 0px;
	background-image: url(/images/layout/prizewinner_header_tone.gif);
	background-repeat: repeat-y;
	background-position: left top;
	height:75px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#laureate_header_front img{
	float:left;
	padding-right:8px;
	padding-top:8px;
	padding-bottom:7px;
	padding-left:8px;
	margin:0px;
}

#layout_wrapper #layout_main_content #laureate_header_front H3, #layout_wrapper_wide #layout_main_content #laureate_header_front H3 {
	margin:0px;
	line-height:1em;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

#layout_wrapper #layout_main_content #laureate_header_front H2, #layout_wrapper_wide #layout_main_content #laureate_header_front H2 {
	margin:0px;
	line-height:1em;
	padding-top: 26px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

#Medicine #layout_wrapper #layout_main_content #laureate_header_front H2, #layout_wrapper_wide #layout_main_content #laureate_header_front H2 {
	margin:0px;
	line-height:1em;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}


#laureate_motivation_area {
	float:left;
	width:515px;
	clear:both;
}


.laureate_motivation, .laureate_motivation_single, .laureate_motivation_double, .laureate_motivation_single_right,.laureate_motivation_double_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.64em;
	line-height: 1.22em;
	color: #645A60;
	padding-bottom:20px;
}

.laureate_motivation_single {
	float: left;
	width: 162px;
	padding-right: 14px;
}

.laureate_motivation_single_right {
	float: left;
	width: 162px;
	padding-right: 0px;
}

.laureate_motivation_double {
	float: left;
	width: 338px;
	padding-right: 14px;
}

.laureate_motivation_double_right {
	float: left;
	width: 338px;
	padding-right: 0px;
}

.laureate_single {
	float:left;
	margin: 0px;
	width: 162px;
	padding-top: 0px;
	padding-right: 14px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(/images/layout/prizewinner_tone_hela.gif);
	background-repeat: no-repeat;
	background-position: left 228px;
}

.laureate_single_right {
	float:left;
	margin: 0px;
	width: 162px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(/images/layout/prizewinner_tone_hela.gif);
	background-repeat: no-repeat;
	background-position: left 228px;
}

.laureate_presentation {
	padding-left: 15px;
}

#laureate_table {
	clear:both;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse: collapse;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#laureates_3 {
	background-image: url(/images/layout/prizewinner_tone_hela_3.jpg);
	background-repeat: no-repeat;
	background-position: 1px 228px;
	width:515px;
	clear:both;
}

#laureates_2 {
	background-image: url(/images/layout/prizewinner_tone_hela_2.jpg);
	background-repeat: no-repeat;
	background-position: 1px 228px;
	width:352px;
	clear:both;
}

#laureates_1  {
	background-image: url(/images/layout/prizewinner_tone_hela_1.jpg);
	background-repeat: no-repeat;
	background-position: 1px 228px;
	width:176px;
	clear:both;
}


.laureate_big {
	padding: 0px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#laureate_table .copy_right {
	padding-right: 20px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#laureate_table .laureate_info {
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 16px;
	vertical-align: top;
}

#laureate_table .laureate_name {
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 16px;
	vertical-align: top;
	text-align: left;
}

.laureate_title_left {
	float:left;
	width: 480px;
}

.laureate_languages {
	float:right;
}

/*********************************************************************/
/* 						By Year pages	                             */
/*********************************************************************/

#by_year_nav {
 	float:left;
	width:100%;
	margin:0px;
	padding:0px;
	list-style: none;
	font-size: 1em;
	color: #645A60;
}

#by_year_nav #year {
	color: #645A60;
	font-size: 0.91em;
	height: 1.6em;
	border: 1px solid #8A8384;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top:0px;
	width: 2.37em;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
	text-align: center;
}	

#by_year_nav li {
	float:left;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #645A60;
	vertical-align: top;
}

#by_year_nav .by_year_search_input {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 0px;
	padding-top:0px;
}

#by_year_nav .by_year_search_submit {
	padding-left: 1px;
	padding-right: 10px;
	padding-top:5px;
}


#by_year_nav a:link, #by_year_nav a:visited{
	color: #645A60;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#by_year_nav img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 2px;
}

#by_year_nav .first {
	padding-left: 0px;
}

.by_year_header {
	clear:both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #645A60;
	padding-bottom: 0px;
	margin-bottom: 8px;
}

.by_year_header h5 {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.by_year {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;

}

.by_year_wrapper:hover {
	color: #88A9B3;
	background-color: #FFFFFF;
}


a:hover #layout_main_content_main .by_year_link_hover  {
	color: #88A9B3;
	background-color: #FFFFFF;
}

#layout_main_content_main .by_year a:link, #layout_main_content_main .by_year a:visited {
	display: block;
	float:left;
	border-bottom-width: 0px;
	border-bottom-style: none;
	width: 515px;
	background-repeat: no-repeat;
	color: #000000;
}

#layout_main_content_main .by_year a:hover {
	color: #FFFFFF;
	background-color: #88A9B3;
}

#layout_main_content_main .by_year a:link img, #layout_main_content_main .by_year a:visited img {
	border-bottom-width: 0px;
	border-bottom-style: none;
}

.by_year_clear {
	display: block;
	clear:both;
}

.by_year_images {
	text-align: right;
	display: block;
	clear: left;
	float: left;
	width: 145px;
	padding-right: 8px;
	padding-bottom: 10px;

}

.by_year_images img {
	padding-top: 5px;
	padding-left: 5px;

}

.by_year_text {
	display: block;
	float: left;
	width: 345px;
	padding-bottom: 10px;
}

.by_year_link {
	display: block;
	float: left;
	width: 17px;
	padding-top: 55px;
	padding-bottom: 10px;
	clear:right;
}

/*********************************************************************/
/* 						Articles	                             	 */
/*********************************************************************/

.article_area {
	padding-bottom: 5px;
}


.articles_header h4, .articles_sub_header h4 {
	padding-top: 5px;
	padding-bottom: 5px;
}

.articles_header, .articles_sub_header {
	background-image: url(/images/layout/articles_header_tone.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-left: -14px;
	padding-left: 14px;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 13px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#articles_nav {
 	float:left;
	width:100%;
	margin:0px;
	padding:0px;
	list-style: none;
	font-size: 0.9em;
	color: #645A60;
}

#articles_nav li {
	float:left;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #645A60;
}

#articles_nav a:link,#articles_nav a:visited {
	color: #645A60;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}

#articles_nav a:hover {
	color: #FFFFFF;

}

/*********************************************************************/
/* 						IPTV	                             	 	 */
/*********************************************************************/

#iptv h4 {
	margin-bottom: 5px;

}

#iptv table {
	font-size: 0.91em;	
}

#iptv td {
	margin-top: 0px;
	padding-top: 10px;
	padding-right:15px;
	vertical-align: top;	
}

#iptv td p{
	margin-top:5px;
	padding-top:0px;	
}



#iptv th {
	text-align: left;
	color: #023C59;
}

.iptv_box {
	background-image: url(/nobel_prizes/iptv/images/tone_box.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding: 11px;
}

.iptv_image {
	float:left;
	margin-left:0px;
	margin-top:0px;
	margin-right:5px;
	margin-bottom:5px;
}

.iptv_box h5 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.iptv_box .ingress {
	margin-top: 3px;
	margin-bottom: 3px;
}

.iptv_box p {
	margin-top: 3px;
	margin-bottom: 3px;
}

.iptv_white_box {
	margin: 0px;
	padding: 11px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E1E1E1;
	border-bottom-color: #E1E1E1;
	border-left-color: #E1E1E1;
}

.iptv_white_box h4 {
	margin-top:0px;
}

.iptv_white_box th {
	color: #023C59;
	text-align: left;
}


.iptv_sub {
	padding-top:4px;
	clear:both;
	margin: 0px;
}

.iptv_sub img {
	vertical-align: middle;
}

.iptv_line {
	width:95%;

}

.iptv_sponsor {
	text-align: right;
	clear:both;
}

.iptv_sponsor img{
	float:right;
	margin-left:5px;
}

/*********************************************************************/
/* 						Nomination	                             	 */
/*********************************************************************/

.nomination_box {
	width:150px;
	background-color: #C9DFE6;
	float: right;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding:5px;
}

/*********************************************************************/
/* 						Educational Frontpage	                      */
/*********************************************************************/

#layout_wrapper_wide_front #edu_front h3 {
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 12px;
	margin-left: 1px;
	clear:both;
	padding-top: 26px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #645A60;
}

#layout_wrapper_wide_front #edu_front h2 {
	margin:1px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

.edu_list {
	list-style-type: none;
	margin:0px;
	padding:0px;
}

.edu_list li {
	padding-top: 5px;
	padding-left: 0px;
	margin:0px;
}

/*********************************************************************/
/* 						Educational Game pages	                     */
/*********************************************************************/

#edu_games_page_area {
	width:100%;
	padding: 0px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
	clear:both;
	float:left;
}

#edu_games_page_image {
	float:left;
	width:200px;
	padding:0;
	margin:0;
}

#edu_games_page_text {
	float:right;
	width:303px;
	padding:0;
	margin:0;
}

#edu_games_page_text img {
	vertical-align: middle;
}

#edu_games_page_extra {
	background-image: url(/educational/images/edu_sluss_tone.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 15px;
	border: 1px solid #D2CFCA;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
}

#edu_games_page_credit {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #D2CFCA;
	clear: left;
	margin-top: 10px;
	padding-top: 5px;	
}

#edu_games_page_credittext {
	float:left;
	width:400px;
}


/*********************************************************************/
/* 						Front page	                                 */
/*********************************************************************/

#layout_wrapper #layout_main_content h1, #layout_wrapper_main #layout_main_content_main h1, #layout_wrapper_wide #layout_main_content_wide h1, #layout_wrapper_main_edu #layout_main_content_main h1 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}

#layout_wrapper #layout_main_content h2, #layout_wrapper_main #layout_main_content_main h2, #layout_wrapper_wide #layout_main_content_wide h2, #layout_wrapper_main_edu #layout_main_content_main 
h2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding: 0px 0px 0px 0px;
}

#layout_wrapper #layout_main_content h3, #layout_wrapper_main #layout_main_content_main h3, #layout_wrapper_wide #layout_main_content_wide h3, #layout_wrapper_main_edu #layout_main_content_main h3, #layout_wrapper #layout_main_content h4, #layout_wrapper_main #layout_main_content_main h4, #layout_wrapper_wide #layout_main_content_wide h4, #layout_wrapper_main_edu #layout_main_content_main h4, layout_wrapper #layout_main_content h5, #layout_wrapper_main #layout_main_content_main h5, #layout_wrapper_wide #layout_main_content_wide h5, #layout_wrapper_main_edu #layout_main_content_main h5 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding: 0px 0px 0px 0px;
}


#Front_announce #layout_main_content_wide_2 a, #Front_announce #layout_main_content_wide_2 a:visited  {
	color: #307497;
}

#Front_announce #layout_main_content_wide_2 a:hover  {
	color: #ffffff;
}

#layout_wrapper_wide_front #main_front h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #645A60;
	padding: 0px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 12px;
	margin-left: 1px;
	clear:both;
}

#layout_wrapper_wide_front #main_front h2 {
	margin:1px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

#layout_wrapper_wide_front .intro_image {
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
}

#layout_wrapper_wide_front .ingress {
	padding:0px;
	margin-top: -4px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}

.frontclear {
	clear:both;
	margin:0px;
	padding:0px;
	height:1px;
	display: block;
}

/*********************************************************************/
/* 						Organisation Pages	                         */
/*********************************************************************/

#org_logo {
	margin: 0px 0px 15px -15px;
	padding: 0px 0px 0px 0px;
}

/*********************************************************************/
/* 						Video Pages	 		                         */
/*********************************************************************/

h2.videotitle {
	padding-bottom:15px;
}

h4.videosub {
	padding-top:10px;
	padding-bottom:8px;
	margin:0px;
}

.video_container2 {
	clear:right;
	padding-top:15px;
	padding-bottom:10px;
}

.video_thumnail {
	padding-bottom: 10px;
}

.video_text {
	padding-bottom: 10px;
}

.video_csc {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.video_sponsor_image {
	float:right;
	margin-top: 7px;
}

/*********************************************************************/
/* 						Banner styles	 		                     */
/*********************************************************************/

#layout_navigation .node #speedread_area .line, #layout_navigation_main .node #speedread_area .line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #645A60;	
}

#layout_navigation .node #speedread_area .speedread_line, #layout_navigation_main .node #speedread_area .speedread_line{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D2CFCA;
	padding-top:3px;
	margin-top:25px;	
}

#layout_navigation .node #speedread_area h2, #layout_navigation_main .node #speedread_area h2{
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 5px;		
}

#layout_navigation .node #speedread_area h4, #layout_navigation_main .node #speedread_area h4{
	padding: 0px;
	margin: 0px;		
}

#layout_navigation .node #speedread_area .speedread_image, #layout_navigation_main .node #speedread_area .speedread_image{
	float:left;
	margin-left: 200px;	
}


#layout_navigation .node .nav_teaser_area, #layout_navigation_main .node .nav_teaser_area{
	width:175px;
	margin-left: -12px;
	margin-top: 0px;
	padding-left: 0px;
	padding:0px;
}

#layout_navigation .node .nav_teaser_image, #layout_navigation_main .node .nav_teaser_image{
	float:left;
	width: 42px;
	padding:0px;
	margin:0px;
}

#layout_navigation .node .nav_teaser_text, #layout_navigation_main .node .nav_teaser_text{
	float:right;
	width: 125px;
	padding-right:3px;
	padding-left:5px;
	padding-top:0px;
	margin-top:0px;
	line-height: 5em;	
}

#layout_navigation .node .nav_teaser_text a, #layout_navigation_main .node .nav_teaser_text a {
	display:block;
	width:125px;
	padding-top: 0px;
    padding-bottom: 0px;
}

#layout_navigation .node .nav_teaser_text a:hover, #layout_navigation_main .node .nav_teaser_text a:hover {
	display:block;
	width:125px;
	padding-top: 0px;
    padding-bottom: 0px;
	padding-left:5px;
	padding-right:2px;
	margin:0px;
	margin-left:-5px;
	margin-right:-2px;
}



.nav_teaser_arrow {
	

}

#layout_shortcuts {
	float: right;
	width: 195px;
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

#layout_shortcuts .small_shortcut a:link, #layout_shortcuts .small_shortcut a:visited {
	display: block;
	border-bottom-width: 0px;
	border-bottom-style: none;
	background-image: url(/images/layout/shortcut_background.gif);
	background-position: left top;
	height: 73px;
	width: 160px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	margin-left: 8px;
	padding: 0px;
}

#layout_shortcuts .small_shortcut a:hover {
	background-image: url(/images/layout/shortcut_mouseover.gif);
	background-color: transparent;
}

.small_shortcut .inner_shortcut {
	display: block;
	margin: 0px;
	padding-top: 9px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 8px;
}


.small_shortcut .shortcut_image {
	float: left;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 0px;
}

.small_shortcut .shortcut_text {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #CED5D7;
	line-height: 14px;
	padding: 0px;
	margin: 0px;
}

.big_shortcut {
	margin-left: 8px;
	padding: 0px;
	padding-bottom: 15px;
}


/*********************************************************************/
/* 						Ask A Laureate	 		                     */
/*********************************************************************/



/*********************************************************************/
/* 						Fact Box	 		                     	 */
/*********************************************************************/

.fact_box {
	width:95%;
	float:left;
	background-image: url(/images/layout/facts_box_tone.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top:10px;
	padding:10px;
	border: 1px solid #D2CFCA;	
}

.fact_box .h3teaser {
	margin-bottom:5px;
}

.fact_box .fact_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #645A60;	
}

.fact {
	float:left;
	width:100%;
	margin-top:5px;
}

.fact_box .fact_image {
	float: left;
	width: 42px;
	padding: 3px;
}

.fact_box .fact_text {
	float:right;
	width: 430px;
	padding-top:10px;
}

/*********************************************************************/
/* 								Middle Column	                     */
/*********************************************************************/

#layout_navigation, #layout_navigation_main {
	float: left;
	width: 163px;
	padding-top: 17px;
	padding-left: 12px;
}


.function {
	border: 1px solid #645A60;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	margin-left:-6px;
	margin-right: 0px;
	margin-bottom:15px;
	width: 158px;
}

#educational #layout_wrapper_main #layout_navigation a:link, #educational #layout_wrapper_main #layout_navigation a:visited {
	color: #000000;	
}

#educational #layout_wrapper_main #layout_navigation a:hover {
	color: #ffffff;	
}

#layout_wrapper .function, #layout_wrapper_wide .function {
	border: 1px solid #D2CFCA;
	background-image: url(/images/layout/functions_tonebox_underdok.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

.function_images {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px 0px -2px 0px;
	padding: 0px;
}

.function li {
	margin-top: 4px;
	margin-bottom: 4px;
}

#layout_navigation h4,  #layout_navigation h5,  #layout_navigation_main h4,  #layout_navigation_main h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #645A60;
	font-weight: bold;
	padding: 3px 3px 4px 0px;
	margin: 4px 0px 3px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #908384;
	/*background-image: url(/images/png_test.png);*/
	/*background-repeat: repeat-y;*/
	/*background-position: left top;*/
}

#layout_navigation #laureate_middle h4,  #layout_navigation #laureate_middle h5,  #layout_navigation_main #laureate_middle h4,  #layout_navigation_main #laureate_middle h5 {
	padding: 0px 3px 0px 0px;

}

#layout_navigation #laureate_middle h5, #layout_navigation_main #laureate_middle h5 {
	margin-top:9px;

}

#educational #layout_wrapper_main h4, #educational #layout_wrapper_main h5 {
	color: #000000;
}

#layout_wrapper #layout_navigation h4, #layout_wrapper #layout_navigation h5,#layout_wrapper_wide #layout_navigation h4, #layout_wrapper_wide #layout_navigation h5 {
	background-image: url(/images/layout/navigation_header_background.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

#layout_navigation h4, #layout_navigation_main h4 {
	font-size: 1em;
}

#layout_navigation h5, #layout_navigation_main h5 {
	font-size: 0.91em;
}

#layout_navigation ul, #layout_navigation_main ul {
	margin:0;
	list-style-type:none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

#layout_navigation .function ul {
	padding-bottom:0px;
}

#layout_navigation a, #layout_navigation_main a {
	display:block;
	width:159px;
	line-height:1.8em;
	font-size: 0.91em;
}

#layout_navigation .function a, #layout_navigation_main .function a {
	display:block;
	width:158px;
	font-size: 0.89em;
}

#layout_navigation #laureate_middle h5 a, #layout_navigation_main #laureate_middle h5 a, #layout_navigation #laureate_middle h4 a, #layout_navigation_main #laureate_middle h4 a  {
	display:block;
	width:159px;
	line-height:1.0em;
	font-size: 1em;
	margin:0px;
	padding:0px;
}



#layout_navigation a:link, #layout_navigation a:visited, #layout_navigation_main a:link, #layout_navigation_main a:visited {
	color: #645A60;
}

#layout_navigation .function a:hover, #layout_navigation_main .function a:hover {
	color: #FFFFFF;
	background-color: #88A9B3;
	margin-left: -4px;
	padding-left: 4px;
	margin-right: 0px;
	padding-right: 0px;
	margin-top: -3px;
	margin-bottom: -3px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#layout_navigation a:hover, #layout_navigation_main a:hover {
	color: #FFFFFF;
	background-color: #88A9B3;
	margin-left: -12px;
	padding-left: 12px;
	margin-right: -4px;
	padding-right: 4px;
}



#layout_navigation #laureate_middle h4 a:hover, #layout_navigation_main #laureate_middle h4 a:hover, #layout_navigation #laureate_middle h5 a:hover, #layout_navigation_main #laureate_middle h5 a:hover {
	color: #FFFFFF;
	background-color: #88A9B3;
	margin-left: -12px;
	padding-left: 12px;
	margin-right: -4px;
	padding-right: 4px;
}

#layout_navigation .node a, #layout_navigation_main .node a  {
	line-height: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}

#layout_navigation #laureate_middle .node a, #layout_navigation_main #laureate_middle .node a  {
	line-height: normal;
	padding-top: 2px;
	padding-bottom: 2px;
}

#layout_navigation #laureate_middle .node h5 a, #layout_navigation_main #laureate_middle .node h5 a, #layout_navigation #laureate_middle .node h4 a, #layout_navigation_main #laureate_middle .node h4 a  {
	padding-top: 4px;
	padding-bottom: 3px;
}

#layout_navigation .node .selected a, #layout_navigation_main .node .selected a  {
	font-weight: bold;
	color: #023C59;
}

#layout_navigation .node .selected a:hover, #layout_navigation_main .node .selected a:hover  {
	color: #FFFFFF;
}

#layout_navigation .function .category_form, #layout_navigation_main .function .category_form {
	width:145px;
	font-size: 0.7em;
	color: #645A60;
	line-height: 1em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

#layout_navigation .function form, #layout_navigation_main .function form {
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

#layout_navigation .function .jump_year h4, #layout_navigation_main .function .jump_year h4{
	border:0px;
	margin:0px;
	padding:0px 0px 3px 0px;
}

#layout_navigation .function .jump_year, #layout_navigation_main .function .jump_year {
	padding: 5px 0px 0px 0px;
	margin:0px;
	height:65px;
}

#layout_navigation .function #jump_menu select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.91em;
	color:#645A60;
	width:154px;
}

#layout_navigation .function .jump_year a:link, #layout_navigation_main .function .jump_year a:link, #layout_navigation .function .jump_year a:visited, #layout_navigation_main .function .jump_year a:visited {
	display: inline;
}

#layout_navigation .function .jump_year a:hover {
	margin-top: -2px;
	margin-bottom: -2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#layout_navigation .function .jump_prevnext {
	list-style-type: none;
	width:100%;
	margin: 0px;
	padding: 0px;
}

#layout_navigation .function .jump_prevnext .jump_prev {
	float:left;
	padding:3px 0px 3px 0px;
	
}

#layout_navigation .function .jump_prevnext .jump_next {
	float:right;
	padding:4px 3px 3px 0px;
	
}

.function .jump_prevnext .jump_next img , .function .jump_prevnext .jump_prev img {
	margin-bottom:-2px;
}

#layout_navigation .function .jump_prevnext .jump_prev a:hover, #layout_navigation .function .jump_prevnext .jump_next a:hover {
	margin-top: -5px;
	margin-bottom: -5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right:-3px;
	padding-right:3px;
}

/*********************************************************************/
/* 								Footer	                             */
/*********************************************************************/

#layout_footer {
	clear:both;
	margin: 0px;
	padding: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #828384;
}

#layout_footer_left {
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 35px;
}

#layout_footer_right {
	float: right;
	padding-top: 3px;
	padding-right: 35px;
	padding-bottom: 3px;
	padding-right:5px;
}

#layout_footer_left, #layout_footer_right  {
	font-size: 0.9em;
	color: #8A8384;	
}

#layout_footer_left a:link, #layout_footer_left a:visited, #layout_footer_right a:link, #layout_footer_right a:visited  {
	color: #8A8384;	
}
	
#layout_footer_links {
	float: left;
	/*width: 500px;*/
}

#layout_footer #layout_footer_links #layout_footer_menu ul, #layout_footer #layout_footer_copyright #layout_copyright_links ul {
	margin:0;
	padding:0;
}

#layout_footer_menu, #layout_copyright_links {
	padding-top: 2px;
	padding-bottom: 2px;
}

#layout_footer_menu {
	margin: 0;
	/* clear: both;*/
	padding-right: 0;
	padding-left: 25px;
	font-size: 0.9em;
}

#layout_footer_copyright {
	float: right;
	/*width: 490px;*/
}

#layout_copyright_links {
	margin: 0;
	/*clear: both;*/
	padding-right: 0;
	padding-right: 25px;
	font-size: 0.9em;
}

#layout_footer_menu li, #layout_copyright_links li { 
	display:inline;
	list-style-type: none;
}

#layout_footer_menu li a {
	color: #8A8384;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -4px;
	padding-top: 4px;
	padding-right: 9px;
	padding-left: 9px;
	background-image: url(/images/layout/header_divider.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#layout_copyright_links li a {
	color: #8A8384;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-left: 0px;
}

#layout_copyright_links li {
	color: #8A8384;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-left: 11px;
}

#layout_footer_menu li a {
	padding-bottom: 4px;
}


#layout_footer_menu li a:hover {
	color: #FFFFFF;
	background-color: #88A9B3;	
}

#footer_publish {
	background-color: #66CCFF;
	float: left;
	height: 50px;
	width: 250px;
	position: absolute;
	left: 5px;
	top: 140px;
	right: auto;
	bottom: auto;
}



/*********************************************************************/
/* 								Service Box	                         */
/*********************************************************************/

#service_area {
	background-color: #006699;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

#service_area a {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;	
}

/*********************************************************************/
/* 								RSS	                                 */
/*********************************************************************/

.rss_icon {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: -4px;
}

/*********************************************************************/
/* 								Nobel Media	                         */
/*********************************************************************/

#Nobelmedia #layout_main_content H2 {
	color: #645A60;
	padding-bottom: 20px;
}

#Nobelmedia #layout_main_content H3 {
	color: #645A60;
	margin: 0px;
	padding: 0px;	
}

#Nobelmedia #layout_main_content p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 26px;
	padding-left: 0px;	
} 

.nobelmedia_logo {
	padding-bottom: 8px;
	margin:0px;
}

/* Narratives content */

#Narratives #narr_area {
	padding:20px;
}

/* Legacy css-code that is needed for old content */

.largetext { font-size: 1.1em;  line-height: 1.3em;  font-family: Verdana, Geneva, Arial, sans-serif; }
.smalltext { font-size: 0.91em;  line-height: 1.3em;  font-family: Verdana, Geneva, Arial, sans-serif; color: #000000;}
.smalltext_grey { font-size: 0.91em;  line-height: 1.3em;  font-family: Verdana, Geneva, Arial, sans-serif; color: #645A60;}
.caption { font-size: 0.91em;  line-height: 1.3em;  font-family: Verdana, Geneva, Arial, sans-serif; color: #000000;}
.copy { font-size: 0.91em;  line-height: 1.3em;  font-family: Verdana, Geneva, Arial, sans-serif;  color: #645A60; }
.credit { font-size: 0.91em;  line-height: 1.3em;  font-family: Verdana, Geneva, Arial, sans-serif;  color: #645A60; }
.credit a:link, .credit a:visited{ font-size: 0.91em;  line-height: 1.3em;  font-family: Verdana, Geneva, Arial, sans-serif;  color: #645A60; }
.quote { font-size: 1.09em;  line-height: 1.22em;  font-family: Arial, Helvetica, sans-serif;  color: #645A60; }
.quotelarge	{ font-size: 1.1em;  line-height: 1.17em;  font-family: Arial, Helvetica, sans-serif;  color: #666666; }
.h4top { font-size: 1em;  line-height: 1.3em;  font-family: Verdana, Geneva, Arial, sans-serif; color: #003366; font-weight: bold; }
.h3teaser { font-size: 1.27em;  line-height: 1.1em;  font-family: Arial, Helvetica, sans-serif;  color: #023C59;  font-weight: bold; }
.teaser	{ font-size: 1em;  line-height: 1.3em;  font-family: Verdana, Geneva, Arial, sans-serif; }
.menulist { font-size: 0.91em;  line-height: 1.2em;  font-family: Verdana, Geneva, Arial, sans-serif; color: #003366; }
.glossary { background-color: #FFFFCC; }
.laur-year { font-size: 1em;  line-height: 1.3em; font-family: Verdana, Geneva, Arial, sans-serif;  color: #003366;  font-weight: bold; }
.laur-name { font-size: 1em;  line-height: 1.3em;  font-family: Verdana, Geneva, Arial, sans-serif;  color: #000000; }
.functions { font-size: 0.91em;  line-height: 1.2em;  font-family: Verdana, Geneva, Arial, sans-serif;  color: #666666; }
.boxgrey { font-size: 0.91em;  line-height: 1.2em;  font-family: Verdana, Geneva, Arial, sans-serif;  color: #666666; }

/***************************************************************************************/
/* link styles for sponsors and credits in contentarea -- called c_                    */
/***************************************************************************************/
.c_plugin { font-size: 0.92em; font-family: Verdana, Arial, Helvetica, sans-serif;  padding: 3px 14px 3px 14px;  width: 485px;  border-top-width: 1px;  border-top-style: solid;  border-top-color: #CCCCCC;  color: #666666; }
.c_video_cred { font-size: 0.92em; font-family: Verdana, Arial, Helvetica, sans-serif;  padding: 5px 14px 7px 14px;  width: 485px;  border-top-width: 1px;  border-top-style: solid;  border-top-color: #CCCCCC;  color: #666666; }
#c_video_spons_box { background-color: #F0F0F0;  padding: 5px 14px 7px 14px;  width: 327px;  height: 31px;  border-top-width: 1px;  border-top-style: solid;  border-top-color: #CCCCCC; }
.c_video_spons_img {
	float: right;
	vertical-align: middle;
}
.c_video_spons_txt { font-size: 0.92em; font-family: Verdana, Arial, Helvetica, sans-serif; color: #666666;  float: left; }


/*******************************************************************************************
/* Old Edu-styles
/********************************************************************************************/

#h_window_logo {
	margin: 0px;
	padding: 11px 8px 3px 8px;
}


/*********************************************************************/
/* 		Special Code for various pages                         		*/
/*********************************************************************/


table.semiconduct, table.semiconduct table {
	margin:0px;
	padding:0px;
}
#Front #layout_wrapper_wide_front #layout_main_content_wide_2 #main_front #announce_top #announce_text #announce_delay {
	font-size: 1.27em;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
#Front #layout_wrapper_wide_front #layout_main_content_wide_2 #main_front #announce_top #announce_text .inside {
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
}
#announce_text_big #announce_flash .inside {
	padding-right: 5px;
}

