/*
 * MAIN STYLE SHEET
 * @author		andreas.lanjerud@cloudnine.se
 */
 
 /* GENERIC STYLE */
body 
{
    background: #949493 url(/img/bg.gif) repeat-y;
    background-position:left;
	color: #3c3c3c;
	font-family: arial;
	font-size: 12px;
	line-height: 18px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	
	left:0px; 
	top:0px; 

}
	body.main  
	{
	   background-position: -201px !important;
	}
	body.sub
	{
	    /*background-image: url(/img/bg-light.gif);*/
	}
ul,
li,
p,
h1,
h2,
h3,
h4
{
	margin: 0;
	padding: 0;
}
ul li  
{
    list-style-type: none;
}

#content .modules ul,
#content .article ul {
	margin: 10px 25px;
}
	#content .modules li,
	#content .article li {
		margin: 3px;
		list-style-type: disc;
	}

h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}

p  
{
    margin-bottom: 5px;
}

a  
{
    color: #000;
    padding:0 0 0 0;
    margin: 0 0 0 0;
}
a img.linkArrow 
{
    height: 10px;
    margin-bottom: -1px;
    padding-left: 4px;
    width: 10px;
}
img  
{
    border: 0;
    margin:0 0 0 0;
    padding:0 0 0 0;
}
label 
{
    display: block;
    font-weight: bold;
    color: #3c3c3c;
}

        .container {
	        margin: 0 auto 0 10px;
	        
	        padding: 0 0 0 0;
	        position: relative;
	        width: 952px;
	        left:0px; 
			top:0px; 

        }
	    .main .container  
	    {
	        /*background: url(/img/bg-main.gif)  no-repeat;*/
	        
	    }
	    .sub .container  
	    {	height: 886px;
}
	    .tab1 .container  
	    {
	       
	    }
	    .tab2 .container  
	    {
	        background: url(/img/bg-tab2.gif) top right no-repeat;
	    }
            #logo {
	            background: #fff url(/img/logo.gif) bottom left no-repeat;
	            display: block;
	            height: 44px;
	            margin: 0 0 3px 0;
	            padding: 35px 0 0 0;
	            text-indent: -9000px;
	            width: 153px;
            }


/* NAVIGATION */
/* GLOBAL MENU */
.topnav 
{
	color: #626364;
	display: block;
	font-size: 10px;
	position: absolute;
	right: 30px;
	top: 10px;
	z-index: 1000;
}
	.topnav li
	{
		background-repeat: no-repeat;
		background-position: center left;
		display: block;
		float: left;
		margin: 0 0 0 15px;
		padding: 8px 0;
	}
		.topnav li a
		{
		    color: #626364;
		    text-decoration: none;
	    }
	    .topnav li a:hover
	    {
		    text-decoration: underline;
	    }
		.topnav li.top-contact    
		{
		    background-image: url(/img/icon-phone.gif);
		    padding-left: 14px;
		}
		.topnav li.top-financial  
		{
		    background-image: url(/img/icon-graph.gif);
		    padding-left: 22px;
		}
		.topnav li.top-search  
		{
		    position: relative;
		}
		    .topnav li.top-search .quicksearch  
		    {
		        display: block;
		        width: 158px;
		    }
                .topnav li.top-search .quicksearch label {
                    display: none;
                }
                .topnav li.top-search .quicksearch .field {
                    border: 1px solid #afb0b1;
                    color: #626364;
                    display: block;
                    float: left;
                    font-size: 10px;
                    height: 13px;
                    margin: 0 4px 0 0;
                    padding-left: 6px;
                    width: 126px;
                }
		        .topnav li.top-search .quicksearch img 
		        {
		            float: left;
		            width: 19px;
		        }
		        .topnav li.top-country  
		        {
		            position: relative;
		        }
                    .topnav li.top-country .dropMenu
                    {
	                    background-color: #fff;
	                    margin-top: -3px;
	                    position: relative;
	                    z-index: 1000;
                    }
	                    .topnav li.top-country .dropMenu span
	                    {
		                    color: #3c3c3c;
		                    display: block;
		                    float: left;
		                    margin: 1px 5px 0 3px;
	                    }	
	                    .topnav li.top-country .dropMenu ul
	                    {
		                    background-color: #fff;
		                    border: 1px solid #fff;
		                    display: block;
		                    float: left;
		                    list-style-type: none;
		                    margin: 0;
		                    padding: 0;
		                    text-indent: 0;
	                    }
		                    .topnav li.top-country .dropMenu ul li
		                    {
			                    color: #3c3c3c;
			                    display: block;
			                    float: none;
			                    margin: 0;
			                    padding: 0;
		                    }
			                    .topnav li.top-country .dropMenu ul li .dropLabel
			                    {
				                    background: url(/img/country-arrow.gif) no-repeat left 5px;
				                    cursor: pointer;
				                    display: block;
				                    padding: 2px 4px 2px 15px;
			                    }
			                    .topnav li.top-country .dropMenu ul li .dropLabel:hover
			                    {
                                    text-decoration: none;
			                    }

	                        .topnav li.top-country .dropMenu ul .dropItem
	                        {
		                        display: none;
	                        }
			                    .topnav li.top-country .dropMenu ul .dropItem a
			                    {
        				            display: block;
        				            padding: 2px 4px;
        				            text-decoration: none;
        				            white-space: nowrap;
			                    }
			                    .topnav li.top-country .dropMenu ul .dropItem a:hover
			                    {
				                   background-color: #afb0b1;
				                   color: #fff;
			                    }

                        .topnav li.top-country .dropMenu .over 
                        {
                            border: 1px solid #afb0b1;
                        }
			                .topnav li.top-country .dropMenu .over li
			                {
				                display: block;
				                clear: both;
			                }
				                .topnav li.top-country .dropMenu .over li .dropLabel
				                {
        					        background: url(/img/country-arrow-open.gif) no-repeat 2px 5px;
        					        border-bottom: 1px solid #afb0b1;
				                }

		                    .topnav li.top-country .dropMenu .over a
		                    {
                				
		                    }
			                .topnav li.top-country .dropMenu .over a:hover
			                {
        				        
			                }

 /* SITE TOP MENU */
.mainmenu
{
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin: 20px 0 16px 0;
}
	.mainmenu li
	{
		float: left;
		margin-right: 20px;
		text-transform: uppercase;
	}
		.mainmenu li.current,
		.mainmenu li.current a,
		.mainmenu li a:hover
		{
		    color: #ff7300;
		}
		.mainmenu li a
		{ 
			color: #000;
			text-decoration: none;
		}

 /* SITE SUB MENU */
.sidenav
{
	float: left;
	height: 100%;
	margin: 3px 20px 20px 0;
	width: 180px;
	
}
.bottomline 
{
	/* border-bottom: 2px dotted #afb0b1; */
}
	.sidenav a
	{ 
		color: #000; 
		text-decoration: none;
	}
	.sidenav li
	{
		border-bottom: 2px dotted #afb0b1;
		font-size: 12px;
		font-weight: bold;
		padding: 5px 0;
	}
	.sidenav li.current
	{
		border-bottom: 2px dotted #ff7300;
		border-top: 2px dotted #ff7300;
	}
	.sidenav li.pre
	{
		border-bottom: 0;
		border-top: 2px dotted #afb0b1;
	}
	.sidenav li.post
	{
		border-top: 0;
		border-bottom: 2px dotted #afb0b1;
	}
		.sidenav li a:hover,
		.sidenav li a.current
		{ 
		    color: #ff7300;
		}
		.sidenav li ul
		{
		    margin-top: 5px;
		}
			.sidenav li ul li
			{ 
				border-bottom: none;
				font-size: 11px;
				font-weight: normal;
				padding: 3px 0;
				padding-left: 20px;
			}
			    .sidenav li ul li a
			    {
			        color: #000;
			    }
			    .sidenav li ul li a.current
			    {
			        color: #ff7300;
			    }

/* CONTENT */
#content 
{
    padding-bottom: 20px;
}
.main #content
{ 
	clear: left;
    padding-bottom: 13px;
	width: 903px;
}
.sub #content
{
	border-top: 1px solid #afb0b1;
	clear: left;
	padding-top: 32px;
	width: 903px;
}
.tab1 #content,
.tab2 #content
{
	clear: left;
	padding-top: 32px;
	width: 903px;
}
#content .ingress
{
	color: #3c3c3c;
	font-size: 13px;
	line-height: 18px;
}
#content .pushdown 
{
    margin-top:45px;
}

#content .article { 
	float: left;
	width: 703px;
}
	#content .article .article-content { 
		float: left;
		margin: 0 15px 0 0;
		width: 463px;
	}
	    #content .article .article-content .module-spacer { 
            clear: both;
            height: 8px;
	    }
	#content .article .article-content .article-listing
	{ 
        float: left;
        margin-top: 15px;
        width: 463px;
	}
		#content .article .article-content .article-listing h2
	    { 
            margin-bottom: 14px;
	    }
	    #content .article .article-content .article-listing a.heading  
	    {
	        background: url(/img/article-listing-arrow.gif) no-repeat 0 3px;
            color: #000;
            display: block;
            font-size: 12px;
            font-weight: bold;
            margin-bottom: 2px;
            padding-left:12px;
            text-decoration: none;
	    }
	    #content .article .article-content .article-listing a.open
	    { 
            background-image: url(/img/article-listing-arrow-open.gif);
            color: #ff7300;
	    }
	    #content .article .article-content .article-listing div
	    { 
            display: none;
            margin-bottom: 20px;
	    }
	    #content .article .article-content .article-listing div.over
	    { 
            display: block;
	    }

#content .aside
{ 
    float: right;
    margin: 0;
    width: 224px;
}
	#content .article p
	{
	    margin-bottom: 10px;
	}
        #content .article .article-content .genericlist
        { 
            
        }
	        #content .article .article-content .genericlist .date
	        { 
                color: #3c3c3c;
                font-weight: bold;
	        }
	        #content .article .article-content .genericlist a.heading
	        { 
                font-weight: bold;
                margin-bottom: 2px;
                padding-right: 12px;
                text-decoration: none;
	        }
	        #content .article .article-content .genericlist .preview
	        { 
                display: block;
	        }
	            #content .article .article-content .genericlist .preview a
	            { 
                    display: block;
	            }
	            
#content .searchBox
{
    margin-bottom: 60px;
    text-align: center;
}
    #content .searchBox label
    {
        display: none;
    }
    #content .searchBox .searchText
    {
        border: 1px solid #afb0b1;
        float: left;
        font-size: 10px;
        height: 15px;
        margin: 0;
        padding: 0 3px;
        width: 132px;
    }
    #content .searchBox .searchButton
    {
        background-color: #000;
        border:1px solid #4f4c4c;
        color: #fff;
        float: left;
        font-size: 10px;
        height: 17px;
        margin: 0;
    }

#content .searchListing 
{
    
}
    #content .searchListing .searchHeading,
    #content .searchListing .searchPager
    {
        background-color: #fff1e5;
        height: 25px;
        text-align: center;
    }
    #content .searchListing .searchHeading 
    {
        height: 21px;
        padding-top:4px;
    }
        #content .searchListing td h3
        {
            margin: 0;
            padding: 0;
        }
            #content .searchListing td h3 a
            {
                text-decoration: none;
            }
        
        #content .searchListing .searchPager a,
        #content .searchListing .searchPager span
        {
            font-weight: bold;
            padding-right: 8px;
            text-decoration: none;
        }
        #content .searchListing .searchPager span.activePage
        {
            color: #ff7300;
        }

#content .calendar 
{
    float: left;
    margin-top: -9px;
    width: 660px;
}
    #content .calendar hr 
    {
        background-color: transparent;
        border: 0;
        border-bottom: 1px solid #afb0b1;
        clear: both;
        display: block;
        height: 0px;
        margin: 20px 0;
        overflow: hidden;
        padding: 0;
    }
    #content .calendar .calendarItem 
    {

    }
        #content .calendar h2
        {
            clear: both;
            display: block;
        }
        
        #content .calendar strong
        {
            display: block;
            font-size: 12px;
            clear:both;
        }
        
        #content .calendar .date
        {
            clear: both;
            color: #3c3c3c;
            display: block;
            font-weight: bold;
            font-size: 12px;
            margin-bottom: 12px;
        }
        #content .calendar .calendarItem img
        {
            display: block;
            float: left;
            margin-bottom: 19px;
            margin-right: 15px;
            width: 180px;
        }
        #content .calendar .calendarItem .calendarInfo 
        {
            float: left;
            width: 465px;
        }
        #content .calendar .calendarItem .narrow 
        {
            width: 465px;
        }
            #content .calendar .calendarItem .calendarInfo a.register
            {
                display: block;
                font-size: 11px;
                margin-top: 12px;
            }
            #content .calendar .calendarItem .calendarInfo a.heading
            {
                clear: both;
                color: #000;
                display: block;
                font-weight: bold;
                margin: -3px 0 0 0;
                text-decoration: none;
            }
                #content .calendar .calendarItem .calendarInfo a.heading img
                {
                    display: inline;
                    float: none;
                    height: 10px;
                    margin-bottom: -1px;
                    margin-right: 0;
                    padding-left: 4px;
                    width: 10px;
                }

            #content .calendar .calendarItem .calendarInfo p
            {
                clear: both;
                display: block;
                margin-bottom: 13px;
            }

        #content .calendar .label
        {
            clear: both;
            color: #3c3c3c;
            display: block;
            font-weight: bold;
        }
        #content .calendar .registerLink
        {
            display: block;
            margin: 20px 0;
        }
    
#content .overview 
{
    background: url(/img/box-overview-bg.gif) repeat-y;
    float: right;
    font-size: 11px;
    line-height: 15px;
    margin-top: 21px;
    overflow: hidden;
    width: 231px;
}
    #content .overview .top
    {
        background: url(/img/box-overview-top.gif) no-repeat top left;
        height: 15px;
    }
    #content .overview .bottom
    {
        background: url(/img/box-overview-bottom.gif) no-repeat top left;
        height: 15px;
    }
    #content .overview .items
    {
        margin: 0;
        padding: 0 16px;
    }
        #content .overview .items strong
        {
            display: block;
            font-size: 12px;
            margin-bottom: 19px;
        }
        #content .overview .items .date
        {
            color: #3c3c3c;
            display: block;
        }
        #content .overview .items a
        {
            display: block;
            margin-bottom: 19px;
        }

#content .newslist 
{
    float: left;
    width: 480px;
}
    #content .newslist .date
    {
        color: #3c3c3c;
        font-weight: bold;
    }
    #content .newslist a
    {
        font-weight: bold;
        text-decoration: none;
    }
    #content .newslist .preview
    {
        clear: both;
        display: block;
        margin-bottom: 30px;
    }

#content .archivelist
{
    float: right;
    margin-top: -30px;
    overflow: hidden;
    width: 231px;
}
    #content .archivelist strong
    {
        display: block;
        margin-bottom: 16px;
    }
    #content .archivelist a
    {
        display: block;
        font-size: 11px;
    }


#branding
{ 
    margin-bottom: 0px;
    position: relative;
    width:903px;
}
#pushes 
{
    
    height: 154px;
    width: 903px;
    padding: 10px 20px 10px 10px;
    margin: 15px;
}
    #pushes .box 
    {
        background: url(/img/pushes-box-top.gif) no-repeat top left;
        float:left;
        height: 144px;
        overflow: hidden;
        padding-top: 10px;
        margin-left: 5px;
        width: 220px;
    }
        #pushes .box .content
        {
            background: url(/img/pushes-box-bg_184.gif) repeat-y;
            padding: 0 10px 0 10px;
            height: 128px;
            overflow: hidden;
        }
            #pushes .box .content h3
            {
                margin-bottom: 15px;
            }
                #pushes .box .content h3 a
                {
                    text-decoration: none;
                }

            #pushes .box .content p
            {
                font-size: 11px;
			    line-height: 15px;
			    margin: 0;
            }

        #pushes .box .bottom
        {
            background: url(/img/pushes-box-bottom.gif) no-repeat top left;
            height: 9px;
        }

.caselist 
{
    float: left; 
	margin-right: 15px;
	width: 463px;
}
    .caselist p
    {
        margin-bottom: 25px;
    }
        .caselist p .name
        {
            color: #3c3c3c;
            display: inline;
            font-weight: bold;
        }
        .caselist p a
        {
            font-weight: bold;
            text-decoration: none;
        }
        .caselist p span
        {
            display: block;
        }

.solutionlist 
{
    float: left; 
	width: 224px;
}
    .solutionlist p
    {
        margin-bottom: 25px;
    }
        .solutionlist p a
        {
            font-weight: bold;
            text-decoration: none;
        }
        .solutionlist p span
        {
            display: block;
        }
        
/* COLUMNS / MODULES */

.modules
{ 
	float: left; 
	padding-bottom: 32px;
	width: 703px;
}
    .cols-2 
    {
	    clear: both;
	    display: block;
        width: 703px;
    }
	    .cols-2 .medium
	    {
		    float: left;
		    margin-right: 15px;
		    width: 463px;
	    }
	        .cols-2 .medium .rightImage
	        {
	            position: absolute;
	            right: 0;
	            top: 0;
	            z-index: 1;
	        }
	        .cols-2 .medium .leftText
	        {
	            height: 230px;
	            padding-top: 40px;
	            position: relative;
	            overflow: hidden;
	            width: 228px;
	        }
    	
	    .cols-2 .small
	    {
		    float: right;
		    width: 224px;
	    }

    .cols-3 
    {
   	    clear: both;
   	    display: block;
	    margin-right: -15px;
	    overflow: hidden;
	    padding-bottom: 10px;
	    width: 718px;
    }
	    .cols-3 .small
	    {
		    float: left;
		    margin-right: 15px;
		    width: 224px;
	    }
            .box-blue,
            .box-orange,
            .box-grey 
            {
                height: 270px;
                margin-bottom: 15px;
                position: relative;
                overflow: hidden;
            }
                .box-blue h2,
                .box-orange h2,
                .box-grey h2
                {
	                color: #000;
	                /*filter: alpha(opacity=80);*/
	                font-size: 13px;
	                left: 0;
	                line-height: 14px;
	                /*opacity: .80;*/
	                padding: 6px 10px;
	                position: absolute;
   	                top: 0;
	                width: 214px;
	                z-index: 300;
	                -moz-opacity: .80;
                }
                .medium .box-blue h2,
                .medium .box-orange h2,
                .medium .box-grey h2
                {
	                width: 453px;
                }
            .box-blue p,
            .box-orange p,
            .box-grey p
            {
                font-size: 11px;
                line-height: 15px;
                margin-top: 21px;
                padding: 0 10px;
            }

        .box-blue
	    {
	        background-color: #e5eff4;
	    }
		    .box-blue h2
		    {
		        background-color: #8fbad0;
		    }

	    .box-grey
	    {
	        background-color: #ebebeb;
	    }
		    .box-grey h2
		    {
		        background-color: #afb0b1;
		    }

	    .box-orange
	    {
	        background-color: #ffead9;
	    }
		    .box-orange h2
		    {
		        background-color: #ff7300;
		    }
            .box-blue .readMoreLink,
            .box-orange .readMoreLink,
            .box-grey .readMoreLink  
            {
                bottom: 12px;
                left: 10px;
                position: absolute;
                z-index: 1;
                font-size: 11px;
            }


/* FORMS */
.inputText,
input[type=text]
{
    border: 1px solid #afb0b1;
    height: 19px;
    width: 142px;
}
textarea
{
    border: 1px solid #afb0b1;
    color: #3c3c3c;
	font-family: Arial;
	font-size: 12px;
    height: 90px;
	line-height: 18px;
    width: 282px;
}
.inputButton,
input[type=button],
input[type=submit] 
{
    background-color: #afb0b1;
    color: #000;
    font-weight: bold;
    height: 21px;
}
select 
{
    border: 1px solid #afb0b1;
    min-height: 19px;
}

/* TABS */
.tab 
{
    height: 240px;
   	left: 757px;
   	overflow: hidden;
    position: absolute;
    width: 209px;
   	z-index: 100;
}
.tab-collapsed 
{
    left: 943px;
    width: 23px;
}
#tab-calendar
{
    top: 163px;
}
#tab-news
{
    top: 447px;
}
    .tab .tabButton,
    .tab .tabButtonActive
    {
	    display: block;
	    float: right;
        height: 240px;
	    text-indent: -9000px;
	    width: 23px;
    }
    .tab .entries 
    {
        font-size: 11px;
        line-height: 15px;
        height: 240px;
        width: 186px;
    }
        .tab .entries .entry
        {
            display: block;
            font-size: 12px;
            font-weight: bold;
            margin-bottom: 20px;
            text-decoration: none;
        }
            .tab .entries .entry .heading,
            .tab .entries .entry .date
            {
                display: block;
            }

        .tab .entries .register
        {
            bottom: 0;
            display: block;
            position: absolute;
        }

/* FOOTER */
.main ul.footer /* START PAGE ONLY */
{
    width: 702px;
}
    ul.footer
    {
        border-top: 1px solid #aeafb0;
        bottom: 1px;
        clear: both;
        margin: 0;
        padding-top: 1px;
        width: 903px;
        position:absolute;
        
    }
        .footer li
        {
	        background: url(/img/footer-separator.gif) center right no-repeat;
	        float: left;
	        font-size: 10px;
	        font-weight: bold;
	        margin: 0 0 0 10px;
	        padding: 0 14px 0 0;
	        position: relative;
        }
	        .footer li.tagline
	        {
		        color: #ff7300;
		        font-weight: bold;
		        letter-spacing: 0px;
		        margin: 0;
		        text-transform: uppercase;
	        }
	        .footer li.last {
                background-image: none;
	        }

	        .footer li a {
		        color: #3c3c3c;
		        text-decoration: none;
	        }

/* MISCELLANEOUS */

#banner-financial {
	
	background: url(/img/banner-financial-903.gif) no-repeat;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0px 10px 0;
	padding: 8px 10px;
	height: 17px;
}
	#banner-financial a {
		color: #474646;
		text-decoration: none;
	}

/* DOCUMENT LINKS */
a.pdf,
a.doc,
a.xls,
a.ppt,
a.genericfile
{
    background-repeat: no-repeat;
    background-position: left 2px;
    padding-left: 25px;
    background-image: url(/img/genericfile.gif);
    min-height: 15px;
}
a.pdf 
{
    background-image: url(/img/pdf.gif);
}
a.doc 
{
    background-image: url(/img/doc.gif);
}
a.xls 
{
    background-image: url(/img/xls.gif);
}
a.ppt 
{
    background-image: url(/img/ppt.gif);
}

/* SITEMAP */

.sitemap 
{
    margin:0 -18px 0 0
}
    .sitemap ul 
    {
        list-style-type: none;
        text-indent: none;
        padding:0;
        overflow:hidden;
    }
        .sitemap ul li 
        {
            float:left;
            width:214px;
            margin:0 16px 16px 0;
            padding:0 0 10px 0;
            background:#efefef;
        }
            .sitemap ul li a
            {
		        display: block;
                font-size: 16px;
                font-weight: bold;
		        margin: 10px 12px;
                text-decoration: none;
            }
            .sitemap ul li ul
            {
                list-style-type: none;
            }
                .sitemap ul li ul li
                {
                    display:block;
                    margin:0;
                    padding:0;
										margin:0
                }
                    .sitemap ul li ul li a
                    {
                        display: block;
                        font-size: 14px;
                        font-weight: bold;
		        margin: 3px 12px;
                        padding:0
                    }
                    .sitemap ul li ul li ul
                    {
                        list-style-type: none;
                    }
                        .sitemap ul li ul li ul li
                        {
                            padding: 0 0 0 9px;
                        }
                            .sitemap ul li ul li ul li a
                            {
                                font-size: 12px;
                                font-weight: normal;
                            }

/* HACKS & FIXES */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
