/*
 * MAIN STYLE SHEET
 * @author		andreas.lanjerud@cloudnine.se
 */
 
 /* GENERIC STYLE */
body 
{
    background: #949493 url(/UI/images/bg.gif) repeat-y;
	color: #3c3c3c;
	font-family: arial;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	position: relative;
	height: 100%;
}
	body.main  
	{
	    background-position: -201px !important;
	}
	body.sub,
	body.tab1,
	body.tab2  
	{
	    background-image: url(/UI/images/bg-light.gif);
	}
ul,
li,
p,
h1,
h2,
h3,
h4
{
	margin: 0;
	padding: 0;
}
ul li  
{
    list-style-type: none;
}

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;
    outline: none white;
}
a img.linkArrow 
{
    height: 10px;
    margin-bottom: -1px;
    padding-left: 4px;
    width: 10px;
}
img  
{
    border: 0;
}
label 
{
    display: block;
    font-weight: bold;
    color: #3c3c3c;
}

        .container {
	        margin: 0;
	        min-height: 710px;
	        padding: 0 0 0 20px;
	        position: relative;
	        width: 952px;
        }
	    .main .container  
	    {
	        background: url(/UI/images/bg-main.gif) top right no-repeat;
	    }
	    .sub .container  
	    {
	        background: url(/UI/images/bg-sub.gif) top right no-repeat;
	    }
	    .tab1 .container  
	    {
	        background: url(/UI/images/bg-tab1.gif) top right no-repeat;
	    }
	    .tab2 .container  
	    {
	        background: url(/UI/images/bg-tab2.gif) top right no-repeat;
	    }
            #logo {
	            background: #fff url(/UI/images/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(/UI/images/icon-phone.gif);
		    padding-left: 14px;
		}
		.topnav li.top-financial  
		{
		    background-image: url(/UI/images/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(/UI/images/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(/UI/images/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,
		.sidenav li.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: 702px;
}
.sub #content
{
	border-top: 1px solid #afb0b1;
	clear: left;
	overflow:hidden;
	padding-top: 32px;
	width: 903px;
	height:auto;
}
.tab1 #content,
.tab2 #content
{
	clear: left;
	padding-top: 32px;
	width: 903px;
}
#content a:hover {color:#ff7300;}
#content .ingress
{
	color: #3c3c3c;
	font-size: 13px;
	line-height: 18px;
}
#content .pushdown 
{
    margin-top:45px;
}

#content .article { 
	float: left;
	overflow:hidden;
	width: 703px;
}
	#content .article img
	{
		margin-bottom:1px;
	}
	#content .article .article-content { 
		float: left;
		margin: 15px 14px 0 0;
		width: 459px;
	}
	    #content .article .article-content .module-spacer { 
            clear: both;
            height: 8px;
	    }
	#content .article .article-content .article-listing
	{ 
        float: left;
        margin-top: 15px;
        width: 459px;
	}
		#content .article .article-content .article-listing h2
	    { 
            margin-bottom: 14px;
	    }
	    #content .article .article-content .article-listing a.heading  
	    {
	        background: url(/UI/images/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.heading:hover {
			background: url(/UI/images/article-listing-arrow2.gif) no-repeat 0 3px;
			color:#FF7300;
		}
	    #content .article .article-content .article-listing a.open
	    { 
            background-image: url(/UI/images/article-listing-arrow-open.gif);
            color: #ff7300;
	    }
	    #content .article .article-content .article-listing a.heading.open:hover {background-image: url(/UI/images/article-listing-arrow-open.gif);}
	    #content .article .article-content .article-listing div
	    { 
            display: none;
            margin-bottom: 20px;
	    }
	    #content .article .article-content .article-listing div.over
	    { 
            display: block;
	    }
	    #content .article .article-content table.EasyCruitList td.service select {
	        width: 450px;
	    }
	    #content .article .article-content table.EasyCruitList td.city select {
	        width: 200px;
	    }
	    #content .article ul
	    {
			margin:10px 25px 10px 0;	
	    }
	    #content .article ul li
	    {
	    	list-style-position:inside !important;
	    	list-style: disc;
			margin:3px 3px 7px 0;	
	    }

#content .aside
{ 
    float: right;
    margin: 0;
    width: 225px;

}
	#content .article p
	{
	    margin-bottom: 10px;
	}
        #content .article .aside .filelist
        { 
          margin-top:15px;  
        }
	        #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
{
    border-bottom:1px solid #AFB0B1;
    margin-bottom: 30px;
    padding-bottom:20px;
    text-align: center;
}
    #content .searchBox label
    {
        display: none;
    }
    #content .searchBox .searchText,
    #content  .searchField .searchText 
    {
        border: 1px solid #afb0b1;
        float: left;
        font-size: 10px;
        height: 15px;
        margin: 0;
        padding: 0 3px;
        width: 132px;
    }
    #content .searchBox .searchButton,
    #content  .searchField .searchButton
    {
        background-color: #000;
        color: #fff;
        float: left;
        font-size: 10px;
        height: 17px;
        margin: 0 0 0 4px;
    }

#content .searchListing 
{
    
}
    #content .searchListing .searchHeading,
    #content .searchListing .searchPager
    {
        background-color:#DCDCDD;
		color:#000000;
		font-weight:normal;
		height:25px;
		padding-left:5px;
		text-align:left;
    }
    #content .searchListing .searchPager {
		text-align:center;
		padding-top:5px;
    }
    #content .searchListing .searchPager [disabled] {
		color: #aca899;
		text-shadow: 1px 1px 1px #fff;
    } 
    #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.active
        {
            color: #ff7300;
        }
        #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 {
		border-bottom:1px solid #AFB0B1;
		margin-bottom:15px;
		padding-bottom:15px;
    }
        #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 
        {
            
        }
        #content .calendar .calendarItem .peopleBox {
			margin-top:15px;
        }
        #content .calendar .calendarItem .peopleBox h3 {
			color:#000;
			margin-bottom:0;
        }
        #content .calendar .calendarItem .peopleBox a {
			display:block;
			text-decoration:none;
        }
        #content .calendar .calendarItem .narrow {
            width: 465px;
            float: left;
        }
           
            #content .calendar .calendarItem .calendarInfo a:hover {color:#FF7300 !important;}
            #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(/UI/images/box-overview-bg.gif) repeat-y;
    font-size: 11px;
    line-height: 15px;
	position: relative;	
	overflow: hidden;
}
    #content .overview .top
    {
        background: url(/UI/images/box-overview-top.gif) no-repeat top left;
        height: 15px;
    }
    #content .overview .bottom
    {
        background: url(/UI/images/box-overview-bottom.gif) no-repeat top left;
        height: 15px;
        width: 231px;
    }
    
    #content .overview p,
    #content .overview h3 { margin: 0 10px 12px 10px; }
    
    #content .overview .items
    {
        margin: 0;
        padding: 0 16px;
        width: 180px
    }
        #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;*/
    width: 460px /*make room for the archive*/
}
    #content .newslist .date
    {
        color: #3c3c3c;
        font-weight: bold;
    }
    #content .newslist a
    {
        font-weight: bold;
        text-decoration: none;
    }
    #content .newslist a:hover 
    {
		color:#FF7300;	
    }
    #content .newslist .preview
    {
        clear: both;
        display: block;
        margin-bottom: 30px;
    }


#content .archivelist
{
    float: right;
    margin-top: -30px;
    overflow: hidden;
    width: 224px;
}
    #content .archivelist strong
    {
        display: block;
        margin-bottom: 16px;
    }
    #content .archivelist a
    {
        display: block;
        font-size: 11px;
    }

	.tab2 #content .archivelist { margin-top: 0; }

#branding
{ 
    margin-bottom: 9px;
    position: relative;
}
#pushes 
{
    height: 154px;
    width: 720px;
    margin-right: -10px;
    margin-left: -3px;
}
    #pushes .box 
    {
        background: url(/UI/images/pushes-box-top.gif) no-repeat top left;
        float: left;
        height: 144px;
        margin-right: 10px;
        overflow: hidden;
        padding-top: 10px;
        width: 229px;
    }
        #pushes .box .content
        {
            background: url(/UI/images/pushes-box-bg.gif) repeat-y;
            padding: 0 18px 5px 18px;
            height: 128px;
            overflow: hidden;
        }
            #pushes .box .content h3
            {
                margin-bottom: 22px;
            }
                #pushes .box .content h3 a
                {
                    text-decoration: none;
                }
                #pushes .box .content h3 a:hover 
                {
					color:#FF7300;	
                }

            #pushes .box .content p
            {
                font-size: 11px;
			    line-height: 15px;
			    margin: 0;
            }

        #pushes .box .bottom
        {
            background: url(/UI/images/pushes-box-bottom.gif) no-repeat top left;
            height: 9px;
        }
#pushes .box .content embed {
	margin-top: 5px;
}

#content .modules .caselist {
    float: left; 
	width: 224px;
}
#content .article .article-content .caselist {
    float: left; 
	width: 443px;
}
    .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 a:hover 
        {
			color:#FF7300;
        }
        .caselist p span
        {
            display: block;
        }

.solutionlist 
{
    float:left;
	margin-right:35px;
	width:443px;
}
    .solutionlist p
    {
        margin-bottom: 25px;
    }
        .solutionlist p a
        {
            font-weight: bold;
            text-decoration: none;
        }
        .solutionlist p a:hover 
        {
			color:#FF7300;
        }
        .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: 14px;
		    padding-bottom: 15px;
		    overflow:hidden;
		    width: 460px;
	    }
	        .cols-2 .medium .rightImage
	        {
				float:left;	
	        }
	        .cols-2 .medium .leftText
	        {
	            float:left;
	            height: 230px;
	            padding-top: 15px;
	            position: relative;
	            overflow: hidden;
	            width: 245px;
	        }
    	
	    .cols-2 .small
	    {
		    float: right;
		    width: 225px;
	    }

    .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: 280px;
                margin-bottom: 15px;
                position: relative;
                overflow: hidden;
            }
				.box-blue img,
				.box-orange img,
				.box-grey img
				{
					margin-bottom: 10px;
				}
                .box-blue h2,
                .box-orange h2,
                .box-grey h2
                {
	                color: #000;
	                font-size: 13px;
	                line-height: 14px;
	                margin-bottom:0px;
	                padding: 6px 10px;
	                width: 205px;
                }
                .medium .box-blue h2,
                .medium .box-orange h2,
                .medium .box-grey h2
                {
	                width: 440px;
                }
					.medium .box-blue .leftText a.readMoreLink,
					.medium .box-orange .leftText a.readMoreLink,
					.medium .box-grey .leftText a.readMoreLink
					{
						bottom:0px;
					}
            .box-blue p,
            .box-orange p,
            .box-grey p
            {
                font-size: 11px;
                line-height: 15px;
                margin-top: 0px;
                padding: 0 10px 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: 8px;
                left: 10px;
                position: absolute;
                z-index: 1;
                font-size: 11px;
            }


/* CONTACT CARD */
    .vcard 
    {
        background: url(/UI/images/v-card.gif) no-repeat;        
        height: 158px;
        margin-bottom: 15px;
		/* margin-left:-2px; */ 
        overflow : hidden;
        position: relative;
        width: 228px;
    }
        .vcard .contact 
        {
            padding: 10px;
        }
            .vcard .contact .name
            {
                font-size: 12px;
                font-weight: bold;
                position: absolute;
                z-index: 4;
            }
            .vcard .contact .title
            {
                font-size: 10px;
                line-height: 12px;
                font-style: italic;
                margin-top: 23px;
                position: absolute;
                z-index: 5;
                width: 141px;
                clear: both;
            }
            .vcard .contact img
            {
                position: absolute;
                right: 10px;
                top: 31px;
                z-index: 1;
                width: 67px;
            }
            .vcard .contact table
            {
                border-top: 1px solid #afb0b1;
                font-size: 10px;
                font-weight: bold;
                margin-top: 100px;
                position: absolute;
                width: 208px;
            }
                .vcard .contact table td.header
                {
                    font-weight: bold;
                    text-transform: uppercase;
                    width: 45px;
                }
                .vcard .contact table td.text
                {
                    clear: right;
                    font-weight: bold;
                    text-decoration: none;
                    white-space: nowrap
                }
                #content .vcard a:hover {color:#000;}

/* 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: 447px;
}
#tab-news
{
    top: 163px;
}
    .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 a.entry:hover
        {
			color:#ff7300;
        }
            .tab .entries .entry .heading,
            .tab .entries .entry .date
            {
                display: block;
            }

        .tab .entries .register
        {
            bottom: 0;
            display: block;
            position: absolute;
        }

/* FOOTER */

.acandoFoot 
{
	overflow:hidden;
	height:25px;
	width:945px;
}
.main .acandoFoot ul.footer /* START PAGE ONLY */
{
    height:auto;
    width: 702px;
}
    ul.footer
    {
        border-top: 1px solid #aeafb0;
        margin: 0 0 0 20px;
        width: 903px;
        
    }
        .footer li
        {
	        background: url(/UI/images/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;
        }
	        .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(/UI/images/banner-financial.jpg) no-repeat;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 8px 10px;
	height: 17px;
}
	#banner-financial a {
		color: #474646;
		text-decoration: none;
	}
	#banner-financial a:hover {color:#474646;}

/* 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(/UI/images/Icons/genericfile.gif);
    min-height: 15px;
}
a.pdf 
{
    background-image: url(/UI/images/Icons/pdf.gif);
}
a.doc 
{
    background-image: url(/UI/images/Icons/doc.gif);
}
a.xls 
{
    background-image: url(/UI/images/Icons/xls.gif);
}
a.ppt 
{
    background-image: url(/UI/images/Icons/ppt.gif);
}

/* SITEMAP */

.sitemap 
{
    margin:0 -18px 0 0
}
    .sitemap ul 
    {
        list-style-type: 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;
                            }
          
/* Edited by PA */

.imageArchive .small 
{
	text-align:center;
}   
.imageArchive .small p 
{
	text-align:left;	
}    
.imageArchive .box-grey {
	height:230px;
	padding-top:15px;
	text-align:center;
}   
.imageArchive .box-grey p {
	bottom:10px;
	left:0px;
	position:absolute;
	text-align:left;
}   


.boardOfDirectors .box-grey 
{
	padding-top:0px;	
}
.boardOfDirectors .small
{
	text-align:left;	
}
.boardOfDirectors .small .box-grey img
{
	float:left;
	margin:10px 13px 0 10px;
}
.boardOfDirectors .small .box-grey p
{
	margin:10px 10px 0;
}

.imagesLogoTypes .small .box-grey 
{
	height:250px;
	padding:15px;
	text-align:center;	
}
.imagesLogoTypes .small .box-grey img
{
	margin-top:0px;
	margin-bottom:30px;
}
.imagesLogoTypes .small .box-grey p
{
	text-align:left;
}

.footer li.rss 
{
	background:transparent url(/UI/images/Icons/rss.gif) no-repeat right 4px;
}
.rssFeed a
{
	background:transparent url(/UI/images/Icons/rssfeed.gif) no-repeat right 3px;
	display:block;
}     
#ResultArea {
	overflow:hidden;
}     
#ResultArea .leftCol {
	float:left;
	padding-right: 65px;
	width:458px;
}
#ResultArea .rightCol {
	float:left;
	overflow:hidden;
	width:262px;
}
#ResultArea .rightCol .searchHeading {
	margin-top:1px;
}
#ResultArea .rightCol .noLine {
	border-bottom:0 !important;
	margin-top:5px !important;
}

#ResultArea .rightCol .personFound,
.peopleInfo .personFound {
	border-bottom:1px solid #AFB0B1;
	margin:15px 0 0;
	overflow:hidden;
	padding:0 0 15px;
}
#ResultArea .rightCol .personFound .left,
.peopleInfo .personFound .left {
	float:left;
	padding-right:15px;
	padding-top:5px;
	width:62px;
}
#ResultArea .rightCol .personFound .right,
.peopleInfo .personFound .right {
	overflow:hidden;
}
.peopleSearch {
	border-bottom:1px solid #AFB0B1;
	padding-bottom:15px;
	margin-bottom:15px;
}

.peopleSearch,
.peopleInfo .row {
	overflow:hidden;
	padding-bottom:15px;
}
.peopleSearch .areaOne {
	float:left;
	padding-right:30px;
	width:260px;
}
.peopleSearch .areaOne .searchField {
	background-color:#ebebeb;
	padding:15px;
	overflow:hidden;
}
#content .peopleSearch .areaOne .searchField .searchText {
	color:#626364;
	width:198px;
}
.peopleSearch .areaTwo {
	float:left;
	width:600px;
}
.peopleSearch .areaTwo a,
.peopleInfo .theInfo .peopleTags a,
.personFound .pForTags a {
	color:#3C3C3C;
	display:inline-block;
	font-size:11px;
	font-weight:bold;
	margin:1px 5px 1px 0;
	text-decoration:none;
	text-transform:uppercase;
}
.peopleSearch .areaTwo a:hover {
	color:#ff7300;
}
.peopleInfo .row {
	background:transparent url(/UI/images/line.gray.gif) repeat-y scroll left top;
	margin:15px 0;
}
.peopleInfo .row .personFound {
	border:0;
	float:left;
	margin-left:-1px; 
	padding:0 22px;
	width:256px;
}
.peopleInfo .row .personFound .right h4 {
	font-size:12px;
	font-weight:bold;
}
.peopleInfo .line {
	background-color:#afb0b1;
	height:1px;
	width:100%;
}
.peopleInfo .line hr {
	display:none;
}
.peoplePaging {
	margin:15px 0 0;
	text-align:center;
}

.peoplePaging .prev {
	padding:0 25px 0 20px;
}

.peoplePaging .next {
	padding:0 20px 0 25px;
}

.peoplePaging a.prev {
	background:#fff url(/UI/images/icon.paging.prev.gif) no-repeat left 3px;
}
.peoplePaging span.prev {
	background:#fff url(/UI/images/bg.arrow.prev.gif) no-repeat left 3px;
	display:none;
}

.peoplePaging a.prev:hover {
	background:#fff url(/UI/images/bg.arrow.prev2.gif) no-repeat left 3px;
}

.peoplePaging a.next {
	background:#fff url(/UI/images/icon.paging.next.gif) no-repeat right 3px;
}
.peoplePaging span.next {
	background:#fff url(/UI/images/bg.arrow.next.gif) no-repeat right 3px;
	display:none;
}

.peoplePaging a.next:hover {
	background:#fff url(/UI/images/bg.arrow.next2.gif) no-repeat right 3px;
}


.peoplePaging span.prev,
.peoplePaging span.next  {
	color:#aeafb0;
	cursor:text;
}


.peoplePaging a,
.peoplePaging span {
	font-weight:bold;
	text-decoration:none;
}

.peoplePaging .numbers {
	margin:0 8px;
}

.peoplePaging .active {
	color:#FF7300;
}


.peoplePaging .next img {
	margin-left:5px;
}
.peoplePaging ul {
	padding:0 60px 0 80px;
	text-align:center;
}
.peoplePaging li {
	display:inline;
	margin:0 8px;
} 
.peoplePaging li a {
	font-weight:bold;
	text-decoration:none;
}
.peoplePaging active a {
	cursor:pointer;
	color:#ff7300;
}
.peopleInfo .backMe {
	font-weight:bold;
	display:block;
	margin-bottom:10px;
	text-decoration:none;
}
.peopleInfo .theInfo {
	margin-bottom:20px;
	overflow:hidden;
	width:390px;
}
.peopleInfo .theInfo h2 {
	font-size:16px;
	margin-top:2px;
}
.peopleInfo .theInfo h3 {
	margin-top:20px;
	margin-bottom:0;
}
.peopleInfo a {
	color:#000;
}
.peopleInfo .feeds p {
	margin-bottom:0;
}
.peopleInfo .feeds {
	margin-bottom:25px;
}
.peopleInfo .theInfo .events a {
	color:#ff7300;
}
.peopleInfo .theInfo .feeds a,
.peopleInfo .row .personFound .right h4 a {
	background:#fff url(/UI/images/article-listing-arrow.gif) no-repeat right 3px;
	color:#000;
	font-weight:bold;
	padding:0 15px 0 0;
	text-decoration:none;
}
#ResultArea .rightCol .personFound .right h4 a {
	background:#fff url(/UI/images/article-listing-arrow.gif) no-repeat right 4px;
	font-size:12px;
	display:inline-block;
	padding:0 15px 0 0;
	text-decoration:none;
}
#ResultArea .rightCol .personFound .right h4 a:hover {
	background:#fff url(/UI/images/article-listing-arrow2.gif) no-repeat right 4px;
}
.peopleInfo .theInfo .feeds a:hover,
.peopleInfo .row .personFound .right h4 a:hover {
	background:#fff url(/UI/images/article-listing-arrow2.gif) no-repeat right 3px;
	color:#ff7300;
}
.peopleInfo .bigImg {
	float:left;
	margin-top:3px;
	padding-right:30px;
	width:260px;
}
a.spreadThis {
	font-size: 10px;
	font-weight: normal;
	color: #626364;
	padding: 1px 5px 5px 20px;
	margin: 10px 0;
	background: url(/UI/Images/Icons/spreadThis.gif) no-repeat top left;
	text-decoration: none;
}

.personFound .pForTags {
	margin-top:10px;
}
  

  
     
     
     
     
                            
/* CISION GRAPHS
 * ------------------------------------------------------------------ */
 
#cision-maincontent h3, 
#cision-maincontent h4, 
#cision-maincontent h5, 
#cision-maincontent h6, 
#cision-maincontent th, 
#cision-maincontent .inline-headline 
{
	color: #000;
}

#cision-maincontent a:hover 
{
	color:#FF7300;
	text-decoration:underline;
}

#cision-maincontent a 
{
	color:#000;
	text-decoration:none;
}

div#cision-maincontent 
{
	width: 520px !important;
}

#cision-maincontent #formWrapper {
	padding: 10px !important;
}
.secure img {
	margin: 0 0 0 -3px;
	float: left;
}
.secure {
	margin: 11px 0 0 0;
	float: left;
}

/* 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 */

/* styles for cision tables (among other things) */
.shareticker{margin-bottom:1em;width:100%;}
.shareticker td{color:#000;padding:0.3em 0.5em;}

#GraphWrapper{margin-top:1em;}

table.shares, table.sharesHistory{margin-bottom:2em;width:100%;}
table.shares .head *, table.sharesHistory .head *{font-weight:bold;}
table.shares .odd, table.sharesHistory .odd, table .evenCol{background:#ebebeb;}
table.shares td, table.sharesHistory td{padding:0.1em 0.5em;}

table .bluehead td{border-bottom:solid 1px #666;}

table.sharesHistory td{padding-right:2em;}




/* Language droplist in pressreleases page. */

.languageDrop { position:absolute; right:293px; top:0px; z-index:999; width:300px; height:70px; }
.languageDrop p { float:right; margin-top:170px; width:100px; text-align:right; }
.languageDrop #dropWrapper { position:relative; float:right; margin-top:170px; width:76px; height:20px; overflow:hidden; }
.languageDrop #dropWrapper #dropContents { position:relative; width:76px; height:48px; margin-top:-2px; background:url(/UI/images/languagedrop.bg.png); }
.languageDrop #dropWrapper #dropContents a { font-weight:bold; font-size:11px; font-family:arial; display:block; margin:0; padding:3px 0 0 10px; text-decoration:none; }
.languageDrop #dropWrapper #dropContents a.selected { color:#f28e33; background-image:url(/UI/images/languagedrop.arrow.gif); background-repeat:no-repeat; background-position:60px 9px;  }

/* differs from acando corp */
#releasesEN {display:none;}

/*overlay*/
#pPopOlay {
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10000;
}
#pPop {
    display: block;
    left: 50%;
    padding: 10px;
    position: absolute;
    text-align: center;
    z-index: 15000;
}
#pPopContainer {
    position: relative;
}
#pPopContainer #pPopClose {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer
}
#pPopContainer #pPopClose img {
    cursor: pointer
}
#pPopContainer #pPopBox {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 25px 10px 10px 10px
}
#pPopContainer #pPopBox #utubeMovie {
   width: 560px;
   height: 340px;
}
/*end overlay*/
