html { overflow: -moz-scrollbars-vertical; 
overflow-y: scroll;}


a em {
	position:absolute;
	left:-9999em;
	color:#46A748;
	
	}
a, a:visited {
	font-size: 16px;
	color:#46A748;
	text-decoration:none;
	}
a:hover, a:focus {
	text-decoration:underline;
	}
	
.clearfix {
	clear:both;
	height:0px;
	overflow:hidden;
	font-size:0px;
	line-height:0px;
	}

*html .maincontent {
	overflow-x:auto; overflow-y:hidden;
	}

#search {
	width:900px;
	position:relative;
	padding:0px 0px;
	height:105px;
	}
#search_form {
	margin-top:0px;
	color:#1144DD;
	}
#search_val {
	width:590px;
	height: 40px;
	color:#1144DD;
	font-size:15px;
	font-weight: bold;
	border:1px solid #D1D1D1;
	margin:0 auto;
	}
*html #search_val {
	margin:-1px 0;
	}
#livesearch {
	position:absolute;
	width:720px;
	top:115px !	important;
	margin:0 -25px;
	text-align:center;
	}

.noresults {
	font-size:25px;	
}	
/* Start livesearch drop-down loading spinner overlay */
/* The loading spinner for the drop-down will need to use dynamic dimensions for positioning. */
.loader {
	position:absolute;
	top:0;
	left:27px;
	width:665px;
	text-align:center;
	background-color:#ebf7ff;/* url(../images/search_spin1.gif) no-repeat 50% 50%;
	filter:alpha(opacity=50);
	-moz-opacity: 0.6;
	opacity: 0.6;  */
	}
*html .loader {
	background-position:50% 43%
	}
.loader p {
	display:block;
	margin:240px 0;
	font-size:16px;
	font-weight:bold;
	color:#000;
	}
/* End livesearch drop-down loading spinner overlay */

.livesearch_subnav {
	width:120px;
	float:right;
	margin:0 10px;
	background:#fafdff;
	border:1px solid #deeaf7;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	height:25px;
	overflow:hidden;
	}
.livesearch_subnav b {
	margin:3px 10px;
	display:block;
	float:left;
	padding:3px 0 0;
	}
.livesearch_subnav label {
	display:block;
	float:left;
	margin:3px 10px;
	line-height:200%;
	}
.livesearch_subnav label input {
	display:block;
	float:left;
	}

a.livesearch_close {
	display:block;
	float:right;
	margin:3px 10px;
	padding:3px 0 3px 15px;
	color:#999;
	background:url(../images/kb_sprites.png) no-repeat -150px -746px;
	}

.livesearch_body {
	width:100%;
	background:url(../images/livesearch_bg.png) repeat-y center top;
	}
.livesearch_nav {
	width:100%;
	padding:0 0 17px;
	background:url(../images/livesearch_bg2.png) no-repeat center bottom;
	}
.livesearch_navbody {
	width:665px;
	margin:0 auto;
	text-align:left;
	padding:5px 0;
	background-color:#ebf7ff;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	}
.livesearch_legend {
	display:block;
	float:left;
	margin:0 10px;
	color:#7c838d;
	}
#livesearch dl {
	margin:0;
	padding:0;
	width:665px;
	margin:0 auto;
	text-align:left;
	}
#livesearch dt {
	margin:0;
	padding:13px 0 0;
	font: normal 10px "Lucida Grande", Arial, Helvetica, sans-serif;
	background:#f2faff url(../images/livesearch_bg3.png) repeat-x center top;
	color:#888;
	}
#livesearch dt span {
	position:absolute;
	left:-9999em;
	}
#livesearch dd {
	float:none;
	width:100%;
	padding:0;
	background-color:#f2faff;
	border-bottom:1px solid #d3dee5;
	}
#livesearch dd.even {
	background-color:#f8fcff;
	}
#livesearch dd a {
	margin:0;
	padding:10px 0;
	border:none;
	}
#livesearch dd a:hover, #livesearch dd a:focus {
	background-color:#ebf7ff;
	}
#livesearch dd p {
	font-size:10px;
	}
#livesearch dd p b {
	font-size:15px;
	font-weight:normal;
	padding:0;
    margin:0 0 5px 0;
	}
a.livesearch_prev, a.livesearch_next {
	display:block;
	float:right;
	width:57px;
	height:20px;
	margin-right:10px;
	}
a.livesearch_prev { background:url(../images/kb_sprites.png) no-repeat -543px -300px; }
a.livesearch_next { background:url(../images/kb_sprites.png) no-repeat -543px -400px; }
a.livesearch_prev:hover { background-position: -600px -300px; }
a.livesearch_next:hover { background-position: -600px -400px; }

#ajaxloader {
	display:block;
	position:absolute;
	top:25px;
	right:30px;
	}
	
/* end livesearch */

.maincontent dl {
	display:block;
	margin:20px 5px 0;
	}
.maincontent dt {
	display:block;
	padding:7px 15px;
	font: normal 13px "Lucida Grande", Arial, Helvetica, sans-serif;
	color:#8d1c1c;
	background:url(../images/kb_h3bg.gif) no-repeat center top;
	}

a.kb_rss {
	display:block;
	width:17px;
	height:16px;
	background:url(../images/kb_sprites.png) no-repeat 0px -700px;
	float:right;
	}
a.kb_rss:hover, a.kb_rss:focus {
	background-position: 0px -716px;
	}
.maincontent dd {
	display:block;
	float:left;
	width:33%;
	padding:17px 0;
	border-bottom:1px solid #ededed;
	}
.maincontent dd a {
	display:block;
	margin:0;
	border-left:1px solid #ededed;
	}
.default .maincontent dd a {
	height:63px;
	overflow:visible;
	}
*html .default .maincontent dd a {
        width:100%;
        height:65px;
        overflow:hidden;
	text-overflow:ellipsis;
        background-position: 20px 15px;
        }
.maincontent dd a:hover, .maincontent dd a:focus {
	text-decoration:none;
	background-color:#f9f9f9;
	}
.maincontent dd p {
	display:block;
	padding:10px 0;
	margin:0 10px 0 10px;
	color:#777;
	}
.maincontent dd p b {
	display:block;
	font-size:12px;
	line-height:14px;
	color:#414452;
	}
	
.results_browse dt {
	color:#777;
	}
.results_browse dt b {
	font-weight:bold;
	color:#555;
	}
.results_browse dd {
	float:none;
	width:100%;
	padding:0;
	border:none;
	}
.results_browse dd a {
	margin:0;
	padding:20px 0;
	border-left:none;
	margin:0 5px;
	}
.results_browse dd p {
	font-size:10px;
	}
.results_browse dd p b {
	font-size:15px;
	font-weight:normal;
	padding:0;
        margin: 0 0 5px 0;
	}
	
.results_paging {
	display:block;
	width:40%;
	float:right;
	}
.results_paging a.livesearch_next, .results_paging a.livesearch_prev {
	float:right;
	margin-right:0;
	}

ul.pagelist {
	display:block;
	float:right;
	margin:2px 10px 0;
	border-right:1px solid #ddd;
	}
ul.pagelist li {
	display:inline;
	font-size:14px;
	border-left:1px solid #ddd;
	}
ul.pagelist li a, ul.pagelist li a:visited {
	padding:0 5px;
	color:#005ee5;
	background:none;
	}
ul.pagelist li a:hover, ul.pagelist li a:focus, ul.pagelist li a.active {
	color:#000;
	}

#livesearch .highlight, #search_results .highlight { 
	background-color:#bcd9ed !important; 
	font-weight:bold !important; 
	font-size:100% !important; 
	margin:0 !important; 
}


#oviLogo  {
margin-left:18px;
margin-top:29px;
}

#oviLogo {

}
#nokiaLogo, #oviLogo {
position:absolute;
z-index:1;
}



.bridge_nav_divider
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -1018px no-repeat;
	width:2px;
	height:38px;
}

.bridge_ovi
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -1105px no-repeat;
	width:85px;
	height:49px;
}

.search_inputMask
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -1056px no-repeat;
	width:144px;
	height:21px;

	position:absolute;
}

.btn_type1_bgLeft
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -1077px no-repeat;
	width:350px;
	height:21px;
}

.btn_type2_shell
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -1098px no-repeat;
	width:24px;
	height:24px;

	position:absolute;
}

a:hover .btn_type1_bgLeft, button:hover .btn_type1_bgLeft, a:focus .btn_type1_bgLeft, button:focus .btn_type1_bgLeft
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -1122px no-repeat;
	width:350px;
	height:21px;
}

.btn_type1_wgLeft
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -1143px no-repeat;
	width:300px;
	height:21px;
}

.btn_type1_bgRight
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -1164px no-repeat;
	width:4px;
	height:21px;
}

.btn_type1_wgRight
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -1185px no-repeat;
	width:4px;
	height:21px;
}

.box_type1_black_borderBottomLeft
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -1206px no-repeat;
	width:13px;
	height:13px;
}

.box_type1_black_borderBottomRight
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -1219px no-repeat;
	width:13px;
	height:13px;
}

.box_type1_black_borderTopLeft
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -1232px no-repeat;
	width:13px;
	height:12px;
}

.box_type1_black_borderTopRight
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -1244px no-repeat;
	width:13px;
	height:12px;
}

.box_type1_green_topLeft
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -1256px no-repeat;
	width:12px;
	height:29px;
}

.box_type1_green_topRight
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -1285px no-repeat;
	width:12px;
	height:29px;
}

.bdayIcon
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -1314px no-repeat;
	width:50px;
	height:64px;

	position:absolute;
}

.clockIcon
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -1378px no-repeat;
	width:16px;
	height:16px;

	position:absolute;
}

.calendarIconGray
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -1394px no-repeat;
	width:16px;
	height:16px;

	position:absolute;
}

.calendarIconGreen
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -1410px no-repeat;
	width:16px;
	height:16px;

	position:absolute;
}

.contactIcon
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -1426px no-repeat;
	width:20px;
	height:42px;
}

.contactGroupIcon
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -1468px no-repeat;
	width:106px;
	height:101px;
}

.searchQueryGlass
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -1569px no-repeat;
	width:15px;
	height:15px;

	position:absolute;
}

.searchQueryLeft
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -1584px no-repeat;
	width:500px;
	height:21px;
}

.searchQueryRight
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -1605px no-repeat;
	width:6px;
	height:21px;
}

div.popup_type1_ie6RoundMask
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -1626px no-repeat;
	width:8px;
	height:25px;
}

.srch_options-btn
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -1651px no-repeat;
	width:13px;
	height:17px;

	position:absolute;
}

.srch_btn-hover
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -1668px no-repeat;
	width:57px;
	height:17px;

	position:absolute;
}

.srch_options-btn-active
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -1685px no-repeat;
	width:11px;
	height:15px;

	position:absolute;
}

.srch_options_btn-hover
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -1700px no-repeat;
	width:13px;
	height:17px;

	position:absolute;
}

.srch_options-menu-bottom
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -1717px no-repeat;
	width:130px;
	height:13px;

	position:absolute;
}

a.srch_options-selection:hover
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -1730px no-repeat;
	width:118px;
	height:21px;
}

.syncIconSmall
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -1751px no-repeat;
	width:30px;
	height:38px;
}

.contacts_default-tile-icon
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -1789px no-repeat;
	width:65px;
	height:78px;
}

.calendar-icon-large
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -1965px no-repeat;
	width:42px;
	height:85px;
}

.notes-icon-large
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -2050px no-repeat;
	width:41px;
	height:77px;
}

.tasks-icon-large
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -2127px no-repeat;
	width:41px;
	height:72px;
}

.box_type3 .box_type2_bottomLeft
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -1867px no-repeat;
	width:15px;
	height:20px;
}

.box_type3 .box_type2_bottomRight
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -1887px no-repeat;
	width:20px;
	height:20px;
}

.box_close_btn
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -1907px no-repeat;
	width:14px;
	height:14px;

	position:absolute;
}

.box_collapse_btn
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -1921px no-repeat;
	width:14px;
	height:14px;

	position:absolute;
}

.box_expand_btn
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -1935px no-repeat;
	width:14px;
	height:14px;

	position:absolute;
}

.box_type2_bottomRightCollapsed
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -1949px no-repeat;
	width:9px;
	height:9px;
}

.shine_black_close, .calendar-style .popup_type1_TitleBar .shine_grey_close, .contacts-style .popup_type1_TitleBar .shine_grey_close
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -1958px no-repeat;
	width:14px;
	height:15px;

	position:absolute;
}

.gbl_record-action-bkgd
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -1973px no-repeat;
	width:180px;
	height:23px;
}

.error_icon
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -1996px no-repeat;
	width:24px;
	height:25px;
}

.channel_calendarOff
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -2119px no-repeat;
	width:40px;
	height:36px;

	position:absolute;
}

.channel_calendarOn, a:hover .channel_calendarOn, .calendar-style .bridge_calendar .pngSpriteShowOnHover
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -2155px no-repeat;
	width:40px;
	height:36px;

	position:absolute;
}

.channel_contactsOff
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -2191px no-repeat;
	width:40px;
	height:36px;

	position:absolute;
}

.channel_contactsOn, a:hover .channel_contactsOn, .contacts-style .bridge_contacts .pngSpriteShowOnHover
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -2227px no-repeat;
	width:40px;
	height:36px;

	position:absolute;
}

.channel_filesOff
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -2263px no-repeat;
	width:40px;
	height:36px;

	position:absolute;
}

.channel_filesOn, a:hover .channel_filesOn
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -2299px no-repeat;
	width:40px;
	height:36px;

	position:absolute;
}

.channel_gamesOff
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -2335px no-repeat;
	width:40px;
	height:36px;

	position:absolute;
}

.channel_gamesOn, a:hover .channel_gamesOn
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -2371px no-repeat;
	width:40px;
	height:36px;

	position:absolute;
}

.channel_mapsOff
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -2407px no-repeat;
	width:40px;
	height:36px;

	position:absolute;
}

.channel_mapsOn, a:hover .channel_mapsOn
{
	background: url('../images/ovi_sprite.png') -0px -2443px no-repeat;
	width:40px;
	height:36px;

	position:absolute;
}

.channel_musicOff
{
	background: url('../images/ovi_sprite.png') -0px -2479px no-repeat;
	width:40px;
	height:36px;

	position:absolute;
}

.channel_musicOn, a:hover .channel_musicOn
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -2515px no-repeat;
	width:40px;
	height:36px;

	position:absolute;
}

.channel_photosOff
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -2551px no-repeat;
	width:40px;
	height:36px;

	position:absolute;
}

.channel_photosOn, a:hover .channel_photosOn
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -2587px no-repeat;
	width:40px;
	height:36px;

	position:absolute;
}

a:hover .btn_type1_wgLeft, button:hover .btn_type1_wgLeft, a:focus .btn_type1_wgLeft, button:focus .btn_type1_wgLeft
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -2021px no-repeat;
	width:300px;
	height:21px;
}

a:hover .btn_type1_wgRight, button:hover .btn_type1_wgRight, a:focus .btn_type1_wgRight, button:focus .btn_type1_wgRight
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -2042px no-repeat;
	width:4px;
	height:21px;
}

a:active .btn_type1_wgLeft, button:active .btn_type1_wgLeft
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -2063px no-repeat;
	width:300px;
	height:21px;
}

a:active .btn_type1_wgRight, button:active .btn_type1_wgRight
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -2084px no-repeat;
	width:4px;
	height:21px;
}

a:active .btn_type1_bgLeft, button:active .btn_type1_bgLeft
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -2105px no-repeat;
	width:350px;
	height:21px;
}

a:active .btn_type1_bgRight, button:active .btn_type1_bgRight
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -2126px no-repeat;
	width:4px;
	height:21px;
}

a.contacts_tile-delete:hover .shine_grey_close
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -2147px no-repeat;
	width:14px;
	height:15px;
}

.footer_left-corner
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -2162px no-repeat;
	width:7px;
	height:26px;
}

.footer_right-corner
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -2188px no-repeat;
	width:7px;
	height:26px;
}

.photostrip_rounded li.photostrip_item a:hover .photostrip_image-mask, .photostrip_rounded .gbl_selected .photostrip_image-mask
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -2214px no-repeat;
	width:78px;
	height:78px;

	position:absolute;
}

.contacts_has-image .contacts_default-tile-icon
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -2292px no-repeat;
	width:65px;
	height:78px;
}

.box_tabbed_bottomLeft
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -2370px no-repeat;
	width:15px;
	height:15px;
}

.box_tabbed_bottomRight
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -2385px no-repeat;
	width:15px;
	height:15px;
}

.tab-0-selected .tabs-shadowed .tab-0
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -2400px no-repeat;
	width:140px;
	height:30px;
}

.box_tabbed_selectedTab
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -2430px no-repeat;
	width:135px;
	height:28px;
}

.box_tabbed_topRight
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -2458px no-repeat;
	width:6px;
	height:4px;
}

.box_tabbed_tab
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -2462px no-repeat;
	width:135px;
	height:24px;
}

.calendar-events-icon
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -2486px no-repeat;
	width:20px;
	height:29px;

	position:absolute;
}

.calendar-notes-icon
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -2515px no-repeat;
	width:20px;
	height:29px;

	position:absolute;
}

.calendar-tasks-icon
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -2544px no-repeat;
	width:20px;
	height:29px;

	position:absolute;
}

.calendar-sync-icon
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -2573px no-repeat;
	width:16px;
	height:24px;
}

.calendar-legend-all-day-event
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -2597px no-repeat;
	width:35px;
	height:24px;
}

.calendar-legend-multi-day-event
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -2621px no-repeat;
	width:35px;
	height:24px;
}

.channel_calendar
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -2661px no-repeat;
	width:40px;
	height:37px;

	position:absolute;
}

.channel_contact
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -2698px no-repeat;
	width:46px;
	height:38px;

	position:absolute;
}

.channel_files
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -2736px no-repeat;
	width:42px;
	height:38px;

	position:absolute;
}

.channel_games
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -2774px no-repeat;
	width:43px;
	height:37px;

	position:absolute;
}

.channel_maps
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -2811px no-repeat;
	width:43px;
	height:38px;

	position:absolute;
}

.channel_music
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -2849px no-repeat;
	width:44px;
	height:39px;

	position:absolute;
}

.bridge_ovi_green
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -2888px no-repeat;
	width:82px;
	height:50px;
}

.channel_photos
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -2938px no-repeat;
	width:44px;
	height:38px;

	position:absolute;
}

.bridge_nokia
{
	background: url('../images/ovi_sprite.png?jcb=1268997145') -0px -2976px no-repeat;
	width:72px;
	height:50px;
}



.shine_white_fill
{
	background: url('../images/ovi_sprite_horizontal.png?jcb=1268997145') -0px -0px repeat-x;
	height:11px;

	position:absolute;
}

.shadow_type1_topFill
{
	background: url('../images/ovi_sprite_horizontal.png?jcb=1268997145') -0px -11px repeat-x;
	height:18px;

	position:absolute;
}

.shadow_type1_bottomFill
{
	background: url('../images/ovi_sprite_horizontal.png?jcb=1268997145') -0px -29px repeat-x;
	height:32px;

	position:absolute;
}

.box_type1_black_topFill
{
	background: url('../images/ovi_sprite_horizontal.png?jcb=1268997145') -0px -61px repeat-x;
	height:29px;

	position:absolute;
}

.box_type1_bottomFill
{
	background: url('../images/ovi_sprite_horizontal.png?jcb=1268997145') -0px -90px repeat-x;
	height:4px;

	position:absolute;
}

.box_type1_footerTopBorderFill, box_type2_footerTopBorderFill
{
	background: url('../images/ovi_sprite_horizontal.png?jcb=1268997145') -0px -94px repeat-x;
	height:20px;

	position:absolute;
}

.popup_type1_footerShade
{
	background: url('../images/ovi_sprite_horizontal.png?jcb=1268997145') -0px -114px repeat-x;
	height:15px;

	position:absolute;
}

.progBar_type1_pinkFill
{
	background: url('../images/ovi_sprite_horizontal.png?jcb=1268997145') -0px -129px repeat-x;
	height:9px;

	position:absolute;
}

.progBar_type1_whiteFill
{
	background: url('../images/ovi_sprite_horizontal.png?jcb=1268997145') -0px -138px repeat-x;
	height:9px;

	position:absolute;
}

.progBar_type1_greyFill
{
	background: url('../images/ovi_sprite_horizontal.png?jcb=1268997145') -0px -147px repeat-x;
	height:9px;

	position:absolute;
}

.box_type2_topFill
{
	background: url('../images/ovi_sprite_horizontal.png?jcb=1268997145') -0px -156px repeat-x;
	height:20px;

	position:absolute;
}

.box_type2_bottomFill
{
	background: url('../images/ovi_sprite_horizontal.png?jcb=1268997145') -0px -176px repeat-x;
	height:20px;

	position:absolute;
}

.bridge_fill
{
	background: url('../images/ovi_sprite_horizontal.png?jcb=1268997145') -0px -196px repeat-x;
	height:49px;
}

.box_type1_green_topFill
{
	background: url('../images/ovi_sprite_horizontal.png?jcb=1268997145') -0px -245px repeat-x;
	height:29px;

	position:absolute;
}

.upevt_headerDayHeader
{
	background: url('../images/ovi_sprite_horizontal.png?jcb=1268997145') -0px -274px repeat-x;
	height:23px;
}

.list-header
{
	background: url('../images/ovi_sprite_horizontal.png?jcb=1268997145') -0px -297px repeat-x;
	height:24px;
}

.box_content-back-shadow
{
	background: url('../images/ovi_sprite_horizontal.png?jcb=1268997145') -0px -321px repeat-x;
	height:100px;
}

li.mincal_active a
{
	background: url('../images/ovi_sprite_horizontal.png?jcb=1268997145') -0px -421px repeat-x;
	height:25px;
}

.mincal_wknd a
{
	background: url('../images/ovi_sprite_horizontal.png?jcb=1268997145') -0px -446px repeat-x;
	height:26px;
}

.box_gettingStarted
{
	background: url('../images/ovi_sprite_horizontal.png?jcb=1268997145') -0px -472px repeat-x;
	height:199px;
}

.box_gettingStarted2
{
	background: url('../images/ovi_sprite_horizontal.png?jcb=1268997145') -0px -671px repeat-x;
	height:157px;
}

.footer_content
{
	background: url('../images/ovi_sprite_horizontal.png?jcb=1268997145') -0px -828px repeat-x;
	height:26px;
}

.box_tabbed_bottomFill
{
	background: url('../images/ovi_sprite_horizontal.png?jcb=1268997145') -0px -854px repeat-x;
	height:8px;
}

.box_tabbed_topFill
{
	background: url('../images/ovi_sprite_horizontal.png?jcb=1268997145') -0px -862px repeat-x;
	height:4px;
}

.bridge_channels a:hover
{
	background: url('../images/ovi_sprite_horizontal.png?jcb=1268997145') -0px -866px repeat-x;
	height:38px;
}

.nlh_mfn_reflect
{
	background: url('../images/ovi_sprite_horizontal.png?jcb=1268997145') -0px -904px repeat-x;
	height:16px;

	position:absolute;
}

.horzGrad
{
	background: url('../images/ovi_sprite_horizontal.png?jcb=1268997145') -0px -920px repeat-x;
	height:63px;
}



.box_type1_leftFill
{
	background: url('../images/ovi_sprite_vertical.png?jcb=1268997145') -0px -0px repeat-y;
	width:4px;
}

.box_type1_rightFill
{
	background: url('../images/ovi_sprite_vertical.png?jcb=1268997145') -4px -0px repeat-y;
	width:4px;
}

.layout_C768-180_DividerFill
{
	background: url('../images/ovi_sprite_vertical.png?jcb=1268997145') -8px -0px repeat-y;
	width:20px;
}

div.popup_type1_leftFill,
div.hover_type1_leftFill
{
	background: url('../images/ovi_sprite_vertical.png?jcb=1268997145') -28px -0px repeat-y;
	width:23px;

	position:absolute;
}

div.popup_type1_rightFill,
div.hover_type1_rightFill
{
	background: url('../images/ovi_sprite_vertical.png?jcb=1268997145') -51px -0px repeat-y;
	width:29px;

	position:absolute;
}

.box_type2_leftFill
{
	background: url('../images/ovi_sprite_vertical.png?jcb=1268997145') -80px -0px repeat-y;
	width:4px;
}

.box_type2_rightFill
{
	background: url('../images/ovi_sprite_vertical.png?jcb=1268997145') -84px -0px repeat-y;
	width:7px;
}

.box_tabbed_leftFill
{
	background: url('../images/ovi_sprite_vertical.png?jcb=1268997145') -91px -0px repeat-y;
	width:6px;
}

.box_tabbed_rightFill
{
	background: url('../images/ovi_sprite_vertical.png?jcb=1268997145') -97px -0px repeat-y;
	width:6px;
}
