@charset "utf-8";

/*
	Novartis.fi print media styles
	Notes:
		- Uses relative font sizes defined in ems.
		- This file is structurally similar to the screen.css stylsheet.
*/



/* Generic styles (selected using type selectors) */

body
{
	background-color: #fff;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: .7em;
	font-family: verdana, sans-serif;
}

a,
a:link,
a:visited
{
	color: #c30;
	outline: none;
}

a:hover,
a:active
{
	color: #333;
	outline: none;
}

h1
{
	font-size: 1.3em;
	color: #923222;
}

h2
{
	font-size: 1.2em;
	font-weight: bold;
}

h3
{
	font-size: 1em;
	font-weight: bold;
}








/* Common styles for all layouts */

#wrapper
{
	width: 597px;
	margin: 0;
	padding: 0;
	text-align: left;
}

#utility_menu
{
	display: none;
}


#head
{
	padding-bottom: 7px;
	margin: 0 0 3px;
}

#head h1,
#head h2
{
	display: none;
}


#navbar
{
	display: none;
}

#content
{
	width: 100%;
}

#body
{
	margin: 0;
	padding: 0;
}

#main_image
{
	margin-bottom: 9px;
}

#main_image img
{
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

#main,
#prod_main
{
	width: 100%;
}

#content_head
{
	border-bottom: 2px solid #e0dad4;
	font-size: 1.3em;
	color: #923222;
	margin: 0 0 1em;
	padding: 0 0 .3em;
}

#subnavi
{
	display: none;
}


#sidebar
{
	display: none;
}


div.clearer
{
	width: 100%;
	clear: both;
}


div.teaser
{
	width: 170px;
	margin: 3px 0;
	padding: 0;
}

h2.teaser_title
{
	background-color: #a28f7f;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	padding: 3px 9px 4px;
	font-size: .9em;
}

div.teaser_image
{
	margin: 0;
	padding: 0;
}

div.teaser_image img
{
	vertical-align: top;
	margin: 0;
	padding: 0;
}

div.teaser_body
{
	border: 1px solid #e1e1e1;
	padding: 0 7px 0 9px;
}

div.teaser_text
{
	margin: 10px 0 9px;
}

div.teaser_link
{
	margin: 9px 0 15px;
	padding-left: 20px;
	background: transparent url(../images/blt_arrow_right.gif) no-repeat left 2px;
}




/* Featured story */

div.feat_story
{
	margin: 0;
	padding: 0 0 15px;
	border-bottom: 1px dotted #ccc;
}

h2.feat_title
{
	color: #333;
	font-size: 1.2em;
	margin: 15px 0 .6em;
	padding: 0;
}

div.feat_image
{
	width: 115px;
	float: left;
	margin: 0;
	padding: 0;
}

div.feat_image img
{
	vertical-align: top;
	margin: 0 0 10px 0;
	padding: 0;
	border: 2px solid #dbd2bc;
}

div.feat_body
{
	width: 300px;
	float: left;
}

div.feat_link
{
	clear: both;
	margin: 9px 0 15px;
	padding-left: 0;
}








#footer
{
	margin: 0;
	border-top: 1px dotted #ccc;
	padding: .3em 0;
	color: #999;
}

#footer p
{
	margin: .6em 0;
}

#footer a,
#footer a:link,
#footer a:visited
{
	color: #999;
}

#footer a:hover,
#footer a:active
{
	color: #666;
}


#sub_utilities
{
	display: none;
}





/* Hilite content element */

div.hilite
{
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
}


div.hilite_image
{
	margin: 0;
	padding: 0;
}

div.hilite_image img
{
	vertical-align: top;
	margin: 0;
	padding: 0;
}

div.hilite_body
{
	background-color: #f7f3e8;
	border: 1px solid #e5deab;
	padding: 0 7px 0 9px;
}

div.hilite_text
{
	margin: 10px 0 9px;
}

div.hilite_text p
{
	margin: 0;
	padding: 0;
}

div.hilite_link
{
	font-size: 1.2em;
	color: #c30;
	margin: 9px 0 0;
	font-weight: bold;
}

div.hilite_link a,
div.hilite_link a:link,
div.hilite_link a:visited
{
	color: #c30;
	text-decoration: underline;
}

div.hilite_link a:hover,
div.hilite_link a:active
{
	color: #333;
	text-decoration: underline;
}


/* News list */
ul.newslist
{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.newslist li
{
	margin: 1.4em 0;
	padding: 0;
}

ul.newslist li div.date
{
	color: #666;
}

ul.newslist li a,
ul.newslist li a:link,
ul.newslist li a:visited
{
	font-weight: bold;
	text-decoration: underline;
}

ul.newslist li a:hover,
ul.newslist li a:active
{
	text-decoration: none;
}






/* Layout specific styles */

/* Standard wide */
#standard_wide #main
{
	width: 100%;
	margin: 0;
}

/* Product */
#prod_main #main
{
	float: none;
	margin: 0;
}

#product #content_body
{
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}

#product a.tab,
#product a.tab:link,
#product a.tab:visited,
#product a.tab:hover,
#product a.tab:active,
#product a.tab_active,
#product a.tab_active:link,
#product a.tab_active:visited,
#product a.tab_active:hover,
#product a.tab_active:active
{
	display: none;
}


#product #productLists
{
	display: none;
}





/* Home */
#home #main
{
	margin: 0;
	width: 100%;
}

#home #newslist
{
	width: 45%;
	height: 245px;
	float: left;
	overflow: auto;
	padding: 10px;
	border: 1px solid #dbd2bc;
	margin: 0 0 7px 0;
}

#home #newslist h2
{
	font-size: 1.2em;
	font-weight: bold;
	color: #634329;
	width: 200px;
	float: left;
	margin: 0 0 .6em 0;
}

#home #newslist a#newsarchive,
#home #newslist a#newsarchive:link,
#home #newslist a#newsarchive:visited
{
	display: block;
	width: 90px;
	padding-right: 10px;
	float: right;
	text-align: right;
	color: #c30;
	text-decoration: none;
}

#home #newslist a#newsarchive:hover,
#home #newslist a#newsarchive:active
{
	color: #c30;
	text-decoration: underline;
}


#home #teaser
{
	width: 45%;
	height: 251px;
	overflow: auto;
	padding: 7px 6px 7px 7px;
	background-color: #fff7e8;
	border: 1px solid #dbd2bc;
	float: left;
	margin: 0 0 7px 12px;
}

#home #teaser_content
{
	padding: 0 4px;
}

#home #teaser p,
#home #teaser h2,
#home #teaser h3
{
	margin: .8em 0;
	padding: 0;
}

#home #bottom_banner,
#home #worldwide
{
	display: none;
}









/* Page type specific styles */

/* Landing page */
#landing_sections
{
	display: inline;
	width: 45%;
	float: left;
	margin: 5px 0 0 0;
}

#landing_sections h1,
#landing_hilites h1
{
	font-size: 1.2em;
	color: #c30;
	margin: 0 0 .6em;
	padding: 0;
}

#landing_sections p,
#landing_hilites p
{
	margin: .6em 0 1.6em;
	padding: 0;
}

#landing_sections div.hilite p,
#landing_hilites div.hilite p
{
	margin: 0;
}

#landing_hilites
{
	display: inline;
	width: 45%;
	float: right;
	margin: 5px 0 0 0; 
}



/* Product page */
#product_foot
{
	padding: 4px 0 12px;
	border-bottom: 1px dotted #ccc;
	line-height: 1.6;
}

#product_foot a,
#product_foot a:link,
#product_foot a:visited,
#product_foot a:hover,
#product_foot a:active
{
	padding-left: 0;
}






/* Navigo specific styles */

/* NAVIGO DEFAULT TABLE */

.u4-table-default
{
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

.u4-table-default-header
{
	background-color: #a28f7f;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	color: #fff;
	padding: 2px 10px;
	border: none;
	border-left: 1px solid #fff;
}

.u4-table-default-header2,
.u4-table-default-even,
.u4-table-default-odd
{
	background-color: #fff;
	vertical-align: top;
	text-align: left;	
	border-bottom: 1px solid #e5deab;
	border-left: 1px solid #fff;
	padding: 2px 10px;
}

.u4-table-default-odd
{
	background-color: #f7f3e8;
}





/* Table with no header rows */

.u4-table-noheader
{
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

.u4-table-noheader-header,
.u4-table-noheader-header2,
.u4-table-noheader-even,
.u4-table-noheader-odd
{
	background-color: #fff;
	vertical-align: top;
	text-align: left;	
	border-bottom: 1px solid #e5deab;
	border-left: 1px solid #fff;
	padding: 2px 10px;
}

.u4-table-noheader-header,
.u4-table-noheader-odd
{
	background-color: #f7f3e8;
}

.u4-table-noheader-header
{
	border-top: 1px solid #e5deab;
}




/* UNSTYLED TABLE */

.u4-table-unstyled-header,
.u4-table-unstyled-header2,
.u4-table-unstyled-even,
.u4-table-unstyled-odd
{
	vertical-align: top;
	text-align: left;
}

/* TABLE CELL STYLES */

.u4-table-default-left
{
	text-align: left;
	padding: 4px 8px;
	border-top: 1px solid #fff;
}

.u4-table-unstyled-left
{
	text-align: left;
}

.u4-table-default-right
{
	text-align: right;
	padding: 4px 8px;
	border-top: 1px solid #fff;
}

.u4-table-unstyled-right
{
	text-align: right;
}

/*  bullet-listakohtien valeista ylimaaraiset marginaalit pois */

ul p.MsoNormal { margin-top:2px; margin-bottom: 2px; }
ul p { margin-top:2px; margin-bottom: 2px; }

.textInputTd, .selectInputTd, .senderInputTd{
    width : 183px;
}



/* Additional block styles */

p.quote
{
	border-bottom: 1px solid #E44C16;
	border-top: 1px solid #E44C16;
	color: #E44C16;
	font-size: 1.4em;
	margin-bottom: 10px;
	padding: 10px 0;
}




/* Overlay styles */

div.vj_fader
{
	width: 100%;
	height: 100%;
	z-index: 998;
	background-color: #000;
	filter:alpha(opacity=20); 
	-moz-opacity: 0.2; 
	opacity: 0.2;
	position: absolute;
	left: 0;
	top: 0;
}

div.vj_overlay
{
	background-color: #fff;
	z-index: 999;
}