@charset "UTF-8";
* { margin: 0; padding: 0; }

input[type=checkbox],
input[type=radio]
{
	vertical-align:middle;
	margin-left:3px;
	margin-right:3px;
}

img
{vertical-align:middle;}

input
{
	vertical-align:middle;
}

label
{
	vertical-align:middle;
}

html{overflow-x:hidden;}

body  
{
       font: 62.5%/1.8em Arial;
       background:black; color:#6f6f6f;
       background-color:#ededed; 
       height:100%;
}
       
a
{
	color:#6f6f6f;
	text-decoration:none;
}

a img {
	border:none;
}

#wrapper
{
	width:1024px;
	background-color:#ededed;
	margin: 0px auto;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:20px;
	/*\w:hidden;*/
	clear:both;
	height:100%;	
	
}

#headerAndContentWrapper
{
	overflow:hidden;
	height:100%;	
	margin-bottom:10px;
}

#header
{
width:100%;
height:73px;
	background-color:#000;
}

.loginWrapper
{
	width:1024px;
	margin-left:auto;
	margin-right:auto;
}

#footer
{    
    padding-top:5px;        
    background-color:#000;
    position:inherit;
    margin:0px auto 0px auto;
    width:100%;
}

#footerSeparator
{
    height:1px;
    width:974px;
    border-bottom:dotted 1px #6f6f6f;
    }

.footerLinks
{
    text-align:center;    
    height:107px;
}

.footerLinkGroup
{
    vertical-align:top;
    text-align:left;
    padding-left:70px;
    padding-right:70px;
}

.footerLinkGroup h1
{
    color:#E63993;
    padding-bottom:15px;
    font-size:12px;
    }
    
.footerLinkGroup a
{
    color:#838383;
}    

.footerLinkGroup a:hover
{
    color:#FFFFFF;
}     

.footerLinkGroup div
{
    height:13px;
    }

.footerLogos
{
    text-align:center;
    width:560px;
    height:35px;
    padding-top:10px;
    padding-bottom:10px;
}

.logoItem
{
    width:120px;
    height:35px;
    padding-left:10px;
    padding-right:10px;
    float:left;
}

/* logos */

#parco
{    
    height:46px;
    width:105px;
    display:block;
    margin-top:-4px;
    background-image:url('/images/footerLogos/parcoBW.png');
    background-repeat:no-repeat;
}

#parco:hover
{
    height:46px;
    width:105px;
    display:block;
    background-image:url('/images/footerLogos/parcoColor.png');
    background-repeat:no-repeat;
}

#concilo
{
    height:29px;
    width:108px;
    display:block;
    background-image:url('/images/footerLogos/consiloBW.png');
    background-repeat:no-repeat;
}

#concilo:hover
{    
    height:29px;
    width:108px;
    display:block;
    background-image:url('/images/footerLogos/consiloColor.png');
    background-repeat:no-repeat;
}

#redfive
{ 
    height:33px;
    width:100px;
    display:block;
    background-image:url('/images/footerLogos/redfiveBW.png');
    background-repeat:no-repeat;
}

#redfive:hover
{    
    height:33px;
    width:100px;
    display:block;
    background-image:url('/images/footerLogos/redfiveColor.png');
    background-repeat:no-repeat;
}

#baantje
{ 
    height:25px;
    width:100px;
    display:block;
    margin-top:4px;
    background-image:url('/images/footerLogos/baantjeBW.png');
    background-repeat:no-repeat;
}

#baantje:hover
{    
    height:25px;
    width:100px;
    display:block;    
    margin-top:4px;
    background-image:url('/images/footerLogos/baantjeColor.png');
    background-repeat:no-repeat;
}

/* end of logos */

#header input[type="text"] ,#header input[type="password"]
{
    border-width:1px;
    border-color:#AEAEAE;
    border-style:dotted;
    border-right:none;
    color:#FEFEFE;
    padding-left:3px;
    height:17px;
    background-color:Transparent;
    width: 87px;    
}
    
#header input[type="submit"]
{
    border:solid 2px #FFFEFF;   
    background-color:#FFFEFF;
    color:#DB348E;
    margin-left:-4px;
    width : 41px;
    height : 19px;    
    padding: 0px 0px;
}

#header input[type="checkbox"]
{
    padding-left:0px;
    margin-right:-2px;    
}

#leftPane	
{
	width: 215px;
	margin-top:-73px;
	margin-left:25px;
	float:left;	    
	
	margin-bottom:-3000px; 
    padding-bottom:3000px;    
}

#leftPaneSubSearch
{
    margin-bottom:-3000px; 
    padding-bottom:3000px;    
    background-color:#fff;
    }

#contentLeftPane
{
/*margin-top:82px;*/
}

#mainWrapper
{
    margin-left:10px;
	margin-top:10px;
	width:523px;
	float:left;
	
	margin-bottom:-3000px; 
    padding-bottom:3000px;
    background-color:#fff;
}

#agendaMainWrapper
{
    margin-left:10px;
	margin-top:10px;
	width:748px;
	float:left;
	
	margin-bottom:-3000px; 
    padding-bottom:3000px;
    background-color:#fff;
}


#homePageBanner
{
    background: #fff no-repeat center;        
    width:749px;
    height:243px;
    margin-left:-225px;
    overflow:hidden;
    display:block;
    float:left;
}

#mainContent
{	
	width:523px;
	background-color:#fff;
	/*min-height:681px;*/
	float:left;
}

.homeRight
{
	min-height:317px;
}

.agendaMainContent
{	
	width:748px;
	background-color:#fff;
	min-height:700px;
	float:left;
}

.agendaMainContent .titleBar
{
	width:744px;
}

#staticText
{
	padding: 20px 20px 0px 20px;
	font-size:12px;
}

#staticText .title
{
	font-size:19px;
	margin-bottom:10px;
	padding-bottom: 5px;
	border-bottom:solid 1px;
}

#staticText .subTitle
{
	font-size:15px;
	margin-bottom:5px;
	margin-top:10px;
}

#staticText .indented
{
	padding-left:10px;
}

#staticText p
{
	padding-top:5px;
	padding-bottom:5px;
}

#staticText a
{
	color:#d9338c; 
}

/* Inbox */
#inbox
{
	font-size:12px;
}

#inbox .new
{
	text-align:right;
	padding-right: 20px;
	font-weight:bold;
	font-size:12px;
	margin: 20px 0px 20px 0px;
}

#inbox .messages td.checkbox
{
	vertical-align:middle;
	text-align:center;
	width:40px;
}

#inbox .messages .name
{
	margin-bottom:5px;
}

#inbox .messages td.image
{
	width:60px;
	padding: 2px 0px 1px 0px;
}

#inbox .messages td.messageInfo
{
	vertical-align:top;
	
	width:250px;
}

#inbox .messages td.messageInfo h3
{
	font-size:13px;
}

#inbox .messages td.messageInfo .content
{
	max-height:40px;
	overflow:hidden;
}

#inbox .messages td.actions
{
	vertical-align:top;
	padding-top:5px;
	padding-left:10px;
}

#inbox .read
{
	background-color:#EBEBEB;
}

#inbox .hover
{
	color: #d9338c;
}

#inbox .hover a
{
	color: #d9338c;
}

/* menu */
.menu
{
	background-image: none !important;	
	overflow:visible;
	font-weight:normal;
}

.menu ul
{
	margin-left:10px;
}

.menu li
{
	display:inline;
	list-style-type:none;
	vertical-align:middle;
	height:100%;
	margin-right: 10px;
	cursor: pointer;
}

.menu li input
{
	position:relative;
	vertical-align:middle;
	bottom: 1px;
	margin-right:2px;
}

.menu a
{
	color:White;
	text-decoration:none;
}

/* message */
#message
{
	font-size:12px;
}

#message td.image
{
	width:70px;
	text-align:center;
	vertical-align:middle;
}

#message td.image img
{
	vertical-align:middle;
}

#message td.messageInfo
{
	width:250px;
	text-align:left;
	vertical-align:top;
	padding-left:10px;
}

#message td.date
{
	vertical-align:top;
}

#message .content
{
	padding: 10px 10px 10px 20px;	
}

#message .content a
{
	color:#d9338c; 
}

#message .requestDetails
{    
    text-align:left;
	margin-top:10px;
	padding-left:20px;
}

/* messageCompose */
#messageCompose
{
	font-size:12px;
}

#messageCompose .contentWrapper
{
	padding:0px 10px 10px 10px;
	height:283px;
}

#messageCompose .subject
{
	font-weight:bold;
}

#messageCompose .subject input
{
	width:80%;
	margin-left:2px;
}

#messageCompose .receiversWrapper td
{
	vertical-align:text-bottom; 
}

#messageCompose .contentWrapper .editor
{
	margin-right:10px;
	width:300px;
	height:100%;
	float:left;
}

.editor a
{
	color:#d9338c;
}

#messageCompose .contentWrapper .editor .actions
{
	margin-top:10px;
	text-align:right;
}

#messageCompose .contentWrapper .friendsList
{
	width:190px;
	height:253px;
	float:left;
}

#messageCompose .quickSearchBoxWrapper
{
	width:190px;
}

#messageCompose table.receivers
{
	width:100%;
	overflow:hidden;
	display:inline;
	clear:both;
	vertical-align:middle;
}

table.receivers
{
	vertical-align:middle;
	margin-bottom:1px;
}

#messageCompose table.receivers td
{
	padding-left:10px;
	padding-right:0px;
}

table.receivers td
{
	padding-left:0px;
	padding-right:10px;
}

table.receivers input[type=image]
{
	width:18px;
	cursor:pointer;
}

ul.connectionSelectorList 
{
	padding:10px;
}

#messageCompose .contentWrapper .friendsList .titleBar
{
	width:186px;
	background-image:none;
}

/* Paging */
.paging
{
	text-align:center;
	margin-top:10px;
}

.paging .currentPage
{
	font-weight:bold;
}

/* Top Level Search */

#searchBox
{
	color:white; 	
	position:relative; 
	overflow:hidden;
	background-color:Transparent;
	text-align:left; 
	min-height:73px;
	overflow:inherit;	
}

#searchBox .topTitle
{
	padding-top:30px; 
	margin-left:0px;
	z-index:5;
	position:relative;
	font-size:18px; 
	font-weight:bold;
	cursor:pointer;
	width:100%;
	text-align:center;
}

#searchBox .background
{
	height:253px;
	width:100%;
	background-color:#848486; 
	opacity:0.4;
	filter:alpha(opacity=40);
	margin-top:0px;
	position:relative;
	display:none;
}

#searchBox .visibleBackground
{
	height:73px;
	width:100%;
	background-color:#848486; 
	opacity:0.4;
	filter:alpha(opacity=40);
	margin-top:-48px;
	position:relative;
}

#searchBox .filters
{
	top:70px;
	position:absolute; 
	color:White;
	display:none;
}

#topLevelSearch
{
	padding-left:20px;
}

#topLevelSearch .title
{
	margin-top:13px;
	margin-bottom:0px;
	font-size:16px;
	font-weight:bold;
}

#topLevelSearch ul,
#topLevelSearch span
{
	vertical-align:middle;
}

#topLevelSearch li
{
	vertical-align:middle;
	font-weight:bold;
}

#resultButtonWrapper
{
	text-align:left;
	margin-top:10px;
}

#resultButtonWrapper .result
{
	background-color:White;
	color: #d9338c;
	font-weight:bold;
}

#rightPane
{
    width:215px;
    margin: 10px 10px 0px 10px;
    float:left;
    height:100%;
    margin-bottom:-3000px; 
    padding-bottom:3000px;
    background-color:#fff;
}

.grayBlock
{
    width:100%;
    height:10px;
    background-color:#ededed;
    clear:both;
    margin:0;
    padding:0;
}

.grayLine
{
    width:8px;    
    background-color:#ededed;    
    margin:0;
    padding:0;
    float:left;
    
    margin-left:3px;
    
    margin-bottom:-3000px;
    padding-bottom:3000px;
}

#logo
{			
	background: #fff url(/images/logo.png) no-repeat center;
	width:215px;
	height:243px;
	cursor:pointer;
}

#logo:hover
{			
	background: #fff url(/images/logoHome.png) no-repeat center;	
	width:215px;
	height:243px;
	cursor:pointer;
}

.sideSection
{
     width: 210px;     
     background: #d9338c;              
}

.middleSection
{
    width:254px;    
    float:left;               
    margin-bottom:-3000px; 
    padding-bottom:3000px;    
}

.middleSection  .tableContainer
{
    margin-left:20px;    
    width:230px;    
}

.middleSection .tableContainer td
{
    padding-left:20px;      
}
    
.middleSection .sideSectionContent .tableContainer .item
{    
    height:90px;
    padding-left:20px;      
    overflow:visible;
    margin:0px;
    padding-top:0px;
}    

.middleSection h1
{
    text-transform:uppercase;
    font-size:18px;
    color:#d9338c;
    padding:20px 0px 10px 25px;    
    }
    
.middleSection ul
{
    padding-left:25px;
    font-size:12px;    
    list-style-type:none;
}

.homePageProfiles
{
    background-color:#fffff;    
    width:100%;
    height:335px;
    margin-bottom:-3000px; 
    padding-bottom:3000px;       
}

.middleSectionWrapper
{
    margin-left:10px;
    float:left;
    
    margin-bottom:-3000px; 
    padding-bottom:3000px;    
    
    
}

.sideSection input
{
    border-width:1px;
    border-color:#6f6f6f;
    border-style:dotted;
    color:#bdbdbe;    
    padding-left:3px;
}

.sideSection input[type=submit]
{   
    height:19px; 
    border-width:0px;
    border-style:none;    
    background-color:#bdbdbe;    
    padding-bottom:2px;
    padding-left:5px;
    padding-right:5px;
    padding-top:0px;
    color:#fff;
    margin-left:-3px;    
}

.sideSectionHeader
{
    background: #d9338c url(/images/whiteArrow.png) no-repeat;	
    background-position: 98% 50%;
	color:#fff;
	font-size:12px;
	vertical-align:middle;
	font-weight: bold;	

	padding-left:5px;    
	padding-bottom:2px;
	padding-top:5px;		
	margin-right:-5px;	
	height: 17px;
	width: 100%;	
}

.sideSectionContent , .sideSectionMenu
{
   font-size:12px;
    background:#fff;
    padding-top:5px;
    padding-left:5px;   
    padding-bottom:10px;
    width:100%;
}

.sideSectionContent
{
	overflow:hidden;
}

.sideSectionContent ul
{
	list-style-type:none;
}

.sideSectionContent li a
{
	text-decoration:none;
}

.sideSectionContent .count
{
	color:#d9338c;
}

.sideSectionMenu
{	 
	 height:100%;
}

.section
{
    padding:30px 30px 20px 30px;            
    font-size:11px;
}

.section h1
{
    padding-bottom:10px;
    font-size:13px;
    padding-left:0px;
    }
    
.sectionHeader
{
	color:#d9338c;
	font-size:16px;
	font-weight:bold;
	padding-bottom:10px;
	border-bottom-style:dotted;
    border-bottom-width:1px;
    border-bottom-color:Gray;
}

.sideSection .listItem
{
	background-image:none;
}

#selectedSearchCriterias
{
	padding:5px 10px 5px 10px;
}

#selectedSearchCriterias ul li
{
	margin-right:10px;
	display:inline;
}

#selectedSearchCriterias ul li span,
#selectedSearchCriterias ul li input
{
	vertical-align: middle;
}

#searchResultList,
.vacanciesSearchResult,
.profiles
{
	font-size:12px;
}

.vacanciesSearchResult li,
.profiles li
{
	overflow:hidden;
	cursor:pointer;
}

.companySearchResultsWrapper .profiles li
{
	cursor:default;
}

ul li.hover
{
	background-color:#f2f2f2;
	color:#d9338c;
}

ul li.hover a
{
	color:#d9338c;
}

ul.smallList
{
	border-top:dotted 1px #6f6f6f;
	padding:0px;
	margin:1px 15px 0px 15px;
}

ul.smallList li
{
	clear:both;
	border-bottom:dotted 1px #6f6f6f;
	overflow:hidden;
	cursor:pointer;
}

ul.smallList li.hover
{
	background-color:#f2f2f2;
}

ul.smallList .mainInfo
{
	width:170px;
}

ul.smallList .photo
{
	padding:13.5px 0px;
}

ul li div.photo,
.vacanciesSearchResult .photo,
.profiles .photo
{
	float: left;
	padding:5px 15px 5px 15px;
}

ul li div.mainInfo,
.vacanciesSearchResult .mainInfo,
.profiles .mainInfo
{
	width:230px;
	float: left;
	padding-top:5px;
	height:100%;
}

.vacanciesSearchResult .mainInfo
{
	width:220px;
}

.vacanciesSearchResult .additionalInfo,
.profiles .additionalInfo
{
	float: left;
	padding-top:5px;
	padding-left:15px;
	padding-bottom:5px;
}

.listItem
{    
    padding-top:5px;
    width:100%;    
    font-size:12px;
    border-bottom-style:dotted;
    border-bottom-width:1px;
    border-bottom-color:Gray;
    vertical-align:middle;
}

.arrowDiv
{
    background:#fff url(/images/pinkArrow.png) no-repeat;
    background-position: 95% 90%;
    }

.arrowDiv .content
{
    font-size:11px;    
    line-height:1.3;    
}

.listItemMedia
{
    background:#fff url(/images/pinkArrow.png) no-repeat;
    background-position: 95% 50%;
}

.decorated
{
	border-bottom-style:dotted;
    border-bottom-width:1px;
    border-bottom-color:Gray;
}

.decoratedSection
{
	border-bottom-style:dotted;
    border-bottom-width:1px;
    border-bottom-color:Gray;
    border-top-style:dotted;
    border-top-width:1px;
    border-top-color:Gray;
    padding:20px;
    margin: 20px 0px 20px 0px;
}

.section .listItem
{
	overflow:hidden;
}

.listItem a
{
    text-decoration:none;
}

.listItem .title
{
    font-weight:bold;
    }

.listItem .date
{
    color:#d9338c;
    padding-right:10px;        
}

.listItem .content .readMore
{
    padding-left:2px;        
    color:#d9338c;
}

.listItem .image
{
    padding-top:5px;
    float:left;
    width:55px; 
    heght:70px;
    }

.listItem .content
{
    padding:2px 0px 5px 0px;
    }

.listItemMedia .mediaLogo
{
	 background:#fff url(/images/mediaIcon.png) no-repeat;
	 padding-right:16px;
	 padding-top:1px; 
	 background-position:center bottom;
}
.menuItems
{
	 line-height:20px;
	 padding-left:5px;
	 vertical-align:middle;
	 font-size:12px;
}

.menuItems ul
{
	margin:10px;
}

.menuItems li.title
{
	font-weight:bold;
}

.latestNewsItem
{
    /*background:#fff url(/images/pinkArrow.png) no-repeat;*/
    margin-left:-5px;
    background-position: 5px 50%;            
    height:75px;    
    border-bottom-style:dotted;
    border-bottom-width:1px;
    border-bottom-color:Gray;
    vertical-align:middle;
    overflow:hidden;    
    padding:8px;
    font-size:12px;
}

.latestNewsItem .readMore
{
    padding-left:2px;        
    color:#d9338c;
}

.latestNewsItem .title
{
    font-weight:bold;
    }

.latestNewsItem .date
{
    color:#d9338c;
    padding-right:3px;        
    }

.mediaDetails
{
	padding: 15px 15px 15px 15px;
	font-size:12px;
}

.mediaDetails .title
{
	font-size:19px;
	margin-bottom:10px;
}

.mediaDetails .date
{
	color:#d9338c;
	font-weight:bold;
}

.mediaDetails .description
{
	margin-top:10px;
}

.latestNewsItem a
{
    text-decoration:none;
}

.latestNewsTitle
{
   padding-left:25px;
   font-size:12px;
   margin-top:12px;
}

.horizontal
{   
    margin-left:-5px; 
    background:#fff;        
    height:1px;
    border-bottom-style:dotted;
    border-bottom-width:1px;
    border-bottom-color:Gray;        
}

#newsItemDetails
{
    padding-left:20px;
    padding-top:20px;
    padding-right:20px;
    font-size:12px;
    color:#6f6f6f;
}

#newsItemDetails .title
{
    font-size:19px;
    color:#6f6f6f;            
}

#newsItemDetails .date
{
    margin-top:10px;
    margin-bottom:10px;
    font-size:12px;   
    font-weight:bold; 
    color:#d9338c;    
}

#newsItemDetails .content
{
    margin-right:20px;
    text-align:justify;    
}

#newsItemDetails .image
{
    padding-top:5px;
    float:left;
    width:120px; 
    heght:150px;
}

.login
{
    color:#989898;
    float:right; 
    padding-top:1px; 
    padding-right:25px;
}

.loginOptions
{
    padding-top:10px; 
    }
    
.login a
{
    color:#989898;
    text-decoration:none;  
}

.login a:hover
{
    color:#870148;
    }
    
.logout
{
    vertical-align:middle;
    padding-top:1px;    
    height:72px;
}    

.logout img
{
    padding-left:5px;
    }

.logoutStatus
{
    margin-top:-5px;
    margin-left:-5px;
}

.logoutStatus a:hover
{
    color:#fff;
    }

.registrationoption
{
    font-size:13px;    
    color:#d9338c;   
    padding:30px 30px 30px 30px; 
    background-color:#fff;  
}

.registrationoption a
{
    font-size:14px;    
    color:#d9338c;   
    text-decoration:none;    
}

.registrationOptionLink
{
    padding:3px 0px 3px 0px;
    }
    
#extendedLogin
{
	padding: 0px 20px 0px 20px;
}

#extendedLogin .title
{
	font-size:19px;
	color:#d9338c;
	margin-top:30px;
	padding-bottom:10px;
	border-bottom:dotted 1px #6f6f6f;
}

#extendedLogin table.section
{
	width:100%;
	margin-bottom:10px;
	padding:0px;
}

#extendedLogin table.section td.first
{
	width:200px;
}

#extendedLogin .section td
{
	border-bottom:dotted 1px #6f6f6f;
	padding: 2px 0px 2px 0px;
}

#extendedLogin a
{
	color:#d9338c; 
}

#changePassword
{
	padding: 0px 20px 0px 20px;
}

#changePassword .title
{
	font-size:19px;
	color:#d9338c;
	margin-top:30px;
	padding-bottom:10px;
	border-bottom:dotted 1px #6f6f6f;
}

#changePassword table.section
{
	width:100%;
	margin-bottom:10px;
	padding:0px;
}

#changePassword table.section td.first
{
	width:200px;
}

#changePassword .section td
{
	border-bottom:dotted 1px #6f6f6f;
	padding: 2px 0px 2px 0px;
}

#changePassword a
{
	color:#d9338c; 
}

.section div
{
    padding:10px 10x 10px 10px;
}

.generatedCV
{
    align:center;
    width:450px;
    font-style:italic;    
    padding-top:10px;
    padding-bottom:20px;
    margin-right:20px;
}

.submitButton
{
	border-style:none;
    height:22px;
    background-color:#bdbdbe;
    color:#fff;
    width:80px;
    cursor:pointer;
}

.titleBar
{
    background: #d9338c url(/images/whiteArrow.png) no-repeat;	
    background-position: 97% 50%;
	color:#fff;
	font-size:12px;
	vertical-align:middle;
	font-weight: bold;	
	padding-left:4px;    
	padding-bottom:2px;
	padding-top:5px;		
	width:519px;
	height: 17px;		    
}

.titleBar.small
{
	width: 254px;
}


.subTitleBar
{
	margin-top:30px;
	padding-bottom:10px;
	border-bottom:dotted 1px #6f6f6f;
}

.subTitleBar,
.subTitleBar a
{
	font-size:19px;
	color:#d9338c;	
}

.wizard
{
    width:100%;
    margin-top:-20px;
}

.wizardStep
{
    width:100%;
    }

.wizardNavigation
{
    text-align:right;   
    margin-bottom:10px;
    margin-top:10px; 
}
    
.wizardButton
{    
	border-style:none;
    height:22px;
    background-color:#bdbdbe;
    color:#fff;
    min-width:80px;    
    padding:0px 5px px 5px;
    float:right;
    cursor:pointer;
    display:none;
}

.wizardNavigation input
{    
	border-style:none;
    height:22px;
    background-color:#bdbdbe;
    color:#fff;    
    margin:0px 5px px 5px;        
    width:80px;    
}

.wizardError
{
	padding-left:5px;
}

.wizardButton:hover
{
    color:#d9338c;
}

.sectionTable
{
	width:100%;
	margin-bottom:10px;
	padding:0px;	
}

.sectionTable td.first
{
	width:200px;
}

.sectionTable td
{
	border-bottom:dotted 1px #6f6f6f;
	padding: 2px 0px 2px 0px;
}

.sectionTable p
{
    padding-bottom:10px;
    padding-top:10px;
}

.plainTable td
{
    border:none;
    }

.sectionTableNoDecoration
{
    width:100%;	
	padding:0px;	
}
    
.sectionTableNoDecoration td.first
{
	width:200px;
}

.sectionTableNoDecoration td
{
	border:none;
	padding: 2px 0px 2px 0px;
}
    

.sectionTable a
{
    font-weight:bold;
    text-decoration:underline;
    }

.textBox
{
    width:200px;
}

.textBoxInvalid
{
    width:200px;
    background-color:#ffe3e7;
    }

.textBoxValid
{
    width:200px;
    background-color:#deffde;
}

.tinyTextBox
{
    width:60px;
    }

textarea
{
    height:60px;
    border: #bdbdbe 1px solid;
}

.textBox input[type="password"]
{
    width:200px;
    }


.dropDownList
{
    width:200px;
    }

.paragraph
{ padding:10px 10px 10px 10px;}

#separator
{
    width:100%;
    border-bottom:dotted 1px #6f6f6f;
}

#lowSeparator
{
    height:1px;
    width:100%;
    border-bottom:dotted 1px #6f6f6f;
}

.tabs
{
    float:left;
    }


.linkButton
{
    font-weight:bold;
    text-decoration:none;
    }

.popupMenu
{
    background-color:#bdbdbe;
    padding:10px 10px 10px 10px;
    border:solid 1px #6f6f6f;
    filter: alpha(opacity=60); 
	opacity: 0.60;
}

.popupMenu a
{
    text-decoration:none;
    color:#fff;
}

.popupMenu a:hover
{
    font-weight:bold;
}

/* Modal popup */

.hidelbl
{
    display:none;
    }

.popupbg{
	background-color: gray; 
	filter: alpha(opacity=60); 	
	opacity: 0.60;
}

.popupbg70{
	background-color: gray; 
	filter: alpha(opacity=60); 	
	opacity: 0.60;
}


.popupdivHome
{    
	font-size:11px;		
	width: 422px;
	height:302px;
	background:url(/images/overlayBoxBg.png);
	display: block;
	text-align:center;
	color:#fff;
	cursor:default;
 }

.popupdivHome input[type=submit]
{   
    height:19px; 
    border-width:0px;
    border-style:none;    
    background-color:#bdbdbe;    
    padding-bottom:2px;
    padding-left:5px;
    padding-right:5px;
    padding-top:0px;
    color:#fff;
    margin-left:3px;    
}


.popupbgWhite
{
	background-color: white; 
	filter: alpha(opacity=60); 	
	opacity: 0.60;
}
.popupdiv2
{
    font-size:11px;
	background-color: WhiteSmoke;
	border: solid 1px #faf4df;
	width: 450px;
	display: block;
	text-align:center;
	color:#6f6f6f;
	cursor:default;
}

.popupdiv2 table
{
	text-align:left;
}

.popupOverlay
{
    background-color:Transparent;
    width:100%;
    height:100px;    
    position:absolute;
}

.popupbgOverlay
{
    background-color: White; 
	filter: alpha(opacity=80); 
	opacity: 0.80; 	
}

.closeX
{
    float:right;
    padding-right:5px;
    font-size:14px;
    color:#d9338c;
    font-weight:bold;
    }

.registrationChoicePanel
{
    font-size:11px;
    color:White;
	background-color: black;
	filter: alpha(opacity=60); 	
	opacity: 0.60;	
	width: 400px;
	display: block;
	text-align:center;
	font-size:14px;
    }

.registrationChoicePanel a
{
    font-size:14px;
    color:#d9338c;
    font-weight:bold;
    
    }

.popupHeader
{
	font-weight: bold; 
	height: 25px; 
	background: #d9338c;
	color:#ffffff;
}

.watermark
{
    font-style:italic;
    color:gray;
    width:200px;
}

.connections, 
.vacancies,
.projects
{
    border-bottom:dotted 1px #6f6f6f;
    padding:5px 10px 5px 10px;
}

.connections .image, 
.connectionsHover .image
{
    width:90px;    
}

.connectionsHover .vacanciesCount,
.connections .vacanciesCount
{
	text-align:right;	
}

.connections .additionalInfo,
.connectionsHover .additionalInfo
{
	width:300px;
	padding-left:10px;
}

.connections .companySummary,
.connectionsHover .companySummary
{
	padding-right:50px;
}

.connectionInfo
{
    vertical-align:middle;
}

.connectionInfo h3
{
    font-size:13px;
    }
    
.vacancies h3, .projects h3, .vacancyHover h3, .projectHover h3
{
    font-size:13px;
    padding-left:20px;
    }    

.connectionsHover, 
.vacancyHover,
.projectHover
{
    border-bottom:dotted 1px #6f6f6f;
    padding:5px 10px 5px 10px;
    
}

#searchResultList .hover,
.profiles .hover,
.vacanciesSearchResult .hover
{
	background-color:#f2f2f2;
	color:#d9338c;
}

.connectionMenu
{    
    color:#000;
    font-weight:bold;
    vertical-align:middle;
}

.companySearchResultsWrapper .menu,
.vacancyMenu, .projectMenu
{    
    color:#000;
    font-weight:bold;
    vertical-align:middle;
    width:200px;
    text-align:right;
}


.companySearchResultsWrapper .menu a
{ color:#d9338c; }

.projectHover a,
.vacancyHover a,
.connectionsHover a,
#searchResultList .hover a,
.profiles .hover a,
.vacanciesSearchResult .hover a
.companiesHover a
{
    color:#d9338c;
}

.connectionOverview
{
    padding-top:5px;
    float:left;
    width: 83px;
}

.eventAttendants
{
    padding:0px 10px 45px 10px;        
    margin-bottom:25px;    
}

.eventAttendant
{
    display: inline;
    padding-top:5px;
    float:left;
    width: 83px;
    height:65px;
    padding-bottom:5px;
}

.dxscAppointmentForm .eventAttendants
{
	padding:0px;	
}

.dxscAppointmentForm .eventAttendant
{
	height:auto;
	width:auto;
}

.dxpcContent_RedWine .titleBar
{
	width:100%;
}

.valueCell
{
    text-align:right;
    }


.itemWrapper
{
	padding:10px 0px 10px 0px;
}

.seeAllLink,
.archiveLink
{
    text-align:right;   
    padding-right:20px;
    padding-top:5px;
}

.seeAllLink a,    
.archiveLink a
{
    color:#d9338c;
	font-size:11px;    
}    
    
.boxLink
{
    cursor:pointer;
    height:100%;
    width:100%;
    display:block;
    }    
    
.boxLink:hover
{
    background-color:#f2f2f2;
    padding:0px;
    margin:0px;    
}        

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */


.error
{
	border:solid 2px red;
}

.addConnection
{
	max-width:150px;
	text-align:left;
	margin-top:5px;
}

.addConnection a
{
	color:#d9338c;	
}

.editLinkContainer
{
	clear:both;
	padding-top:10px;
	padding-bottom:5px;
	padding-right:5px;
	text-align:right;
}

.editLinkContainer a
{
	color:#d9338c;
}

.hiddenPanel
{
	position:relative;
	overflow:hidden;
}

.overlayPanel
{
	position: absolute;
	top: 0;
	left: 0; 
	width: 100%; 
	height: 100%;
	background-color: White; 
	filter: alpha(opacity=90); 
	opacity: 0.90; 
	z-index: 1000;
}

.yesNoRadio td,
.genderSelector td
{
	border: none;
	vertical-align:middle;
	padding-bottom:0px;
	padding-right:5px;
}

.yesNoRadio td input,
.genderSelector td input
{
	vertical-align:middle;
	margin-right:3px;
	margin-left: 3px;
}

.yesNoRadio td label,
.genderSelector td label
{
	vertical-align:middle;
}

.watermarked_psw
{                    
    background-image:url(/images/watchwoord.gif);
    background-repeat:no-repeat;
    background-position: 2px 3px;
    margin-left:0px;	
}

.watermarked_pswInput
{
    background:black;
    margin-left:0px;	
}

.reactOnVacancy
{
    font-weight:bold;
    color:#d9338c;
 }

.commentsHeader
{
    color:#d9338c;
}
.commentsHeader h1 
{
    color:#d9338c;
    font-weight:bold;
    font-size:12px;
    padding:0px;
}

.commentsHeader .linkButton
{
    color:#d9338c;
    font-weight:normal;
    }

.comment
{
    padding-top:5px;
    }
    
.commentUser
{   
    padding-top:5px; 
    font-weight:bold;
}

.actionsWrapper
{
	text-align:right;
	margin:20px 0px;
	padding-right:20px;
}

.profileSectionWrapper
{
	float: left; 	
	margin-top: 10px; 	
	min-height: 100px;	
	overflow:hidden;
	width: 258px;
}

.profileSection
{    
	width: 524px;			
	margin-top: 10px; 	
	min-height: 100px;	
	overflow:hidden;	
	clear:both;
}

.profileSection .inner
{
	margin:10px;
}

.profileSection.small
{
	width: 258px;
	float: left;
	clear:none;
}

.profileSection a
{
    cursor:pointer;
    height:100%;
    width:100%;
    display:block;
}

.profileIsNotOkWrapper
{
	text-align:right;
	margin-right:10px;
	margin-top:15px;
}
.searchResultCount
{
	margin-left:5px;
	margin-top:15px;
	font-size:12px;
}

.searchResultCount .numbers
{
	color:#d9338c;
}

.profileSection.left
{
	margin-right:7px;
}

.defaultlink a
{
    color:#d9338c;    
    text-decoration:none;    
}

.sortOptions
{
	width:200px;
	color: #6f6f6f;
}

.searchPaneWrapper
{
	text-align:left;
	margin-top:20px;
	margin-bottom:10px;
	margin-right:20px;
	padding-left:10px;
	clear:both;
	overflow:hidden;
}

.searchPaneWrapper .filter
{
	float:right;
	margin-right:20px;
}

.searchPane
{
	border:#ccc 1px solid;
	background-color:White;
	width:180px;
	float:right;
	text-align:left;
}

.searchPane input
{
	border:none 0px;
	vertical-align:middle;
}

.searchPane .magnifier
{
	margin:0px 5px;
}

.autocomplete_completionListElement
{
	border-left: solid 1px #bdbdbe;
	border-right: solid 1px #bdbdbe;
	border-bottom: solid 1px #bdbdbe;
	background:white;
	margin-left:-26px;
	width:180px !important;
}

.autocomplete_listItem
{
	text-align:left;
	margin-left:25px;
}

.autocomplete_highlightedListItem
{
	background-color:#bdbdbe;
	color:White;
	text-align:left;
	padding-left:25px;
}

.activateAccount
{
	margin: 20px;
	font-size:12px;
}

.activateAccount a
{
	color:#d9338c;	
}

.validationError
{
	color:Red;
	text-align:left;
	font-weight:normal;
	font-size:10px;
}

.failedValidatedControl
{
	background-color:#ffe3e7;
}

.license
{
    float:left;
}

.license .popupWrapper
{
	position:relative;
	z-index:100;
}

.licenseIconText
{
    float:left;
    cursor:pointer;
    padding-left:1px;            
}


.licenseIconText a
{
    font-weight:bold;
    cursor:pointer;
    text-decoration:none;
}

.popupLicenseImage,
.popupProfileCompleteness
{     	
	background-color:#FFFFFF;	
	border: solid 1px #E63993;
	padding:10px 10px 10px 10px;	
	min-width:250px;
}

.popupProfileCompleteness
{
	min-width:260px;
}

.popupLicenseImage div,
.popupProfileCompleteness div
{
    padding-top:5px;
    }
        
.amoutnTextBox
{
    width:60px;
    margin-left:5px;
}

.siteSearchFilter
{
	margin: 20px 20px 0px 20px;
}

.siteSearchFilter input
{
	margin-left:20px;
	cursor:pointer;
}

.siteSearchFilter label
{
	cursor:pointer;
}

.siteSearchBodyWrapper
{
	padding-left:10px;
	padding-right:10px;
}

.advancedSearch td
{
	padding-bottom:5px;
}

.advancedSearch .searchButton
{
	padding-top:10px;
	text-align:right;
}

.advancedSearch .title
{
	width:130px;
}

.siteSearchBodyWrapper .section
{
	padding-top:20px;
	padding-bottom:10px;
	padding-left:0px;
	padding-right:0px;
}

.loginPanelActions,
.loginPanelActions td
{
	text-align:center;
}

.menuActionsWrapper
{
	margin:10px;
}

.menuActionsWrapper .title
{
	font-weight:bold;
}

ul.menuActions li
{
    
}

ul.menuActions li a
{
    color:#6f6f6f;
}

ul.menuActions li input[type=submit]
{
    margin-left:0px;    
}

ul.menuActions li input
{
    border-width:0px;
}

 
.welcome a
{
    color:#E63993;
}
td.drivingLicences div
{
	float:none;
	display:inline;
}

.coloredLink
{
	color:#d9338c;
}

div.paragraph
{
	margin:10px;
}

.quickSearchBox
{
	border:#ccc 1px solid;
	background: url('/images/magnifier-small.png') 5px center no-repeat;
	background-color:White;
}

.quickSearchBox input
{
	margin-left:20px;
	width:auto;
	border:none 0px;
}

.connectionsSelectorInsideContent
{
	overflow:auto;
	border:#ccc 1px solid;
	border-top:none 0px;
}

#messageCompose .connectionsSelectorInsideContent
{
	height:230px;
}

.quickSearchBoxWrapper
{
	margin-bottom:10px;
}

.dxpcControl_RedWine .connectionsSelectorInsideContent
{
	border-color:#BC758E;
}

.dxpcControl_RedWine .quickSearchBox
{
	border-color:#BC758E;
}

.pointer
{
    cursor:pointer;
}

.userConnectionTypes td
{
	white-space:nowrap;	
}

.anchorWrapper
{
	display:block;float:left;cursor:pointer;
	width:445px;
}

.siteSearchResult .anchorWrapper
{
	width:425px;
}

.homePageRegisterButton
{
    margin-top:10px;
    margin-left:20px;
    width:225px;
    height:27px;
    padding:5px 0px 5px 0px;    
    text-align:center;    
    background-image:url('/images/homeRegister.png');
    background-repeat:no-repeat;
    font-size:17px;
    color:White;
    cursor:pointer;    
}

.inboxOverview
{
	clear:both;
}

.inboxOverview ul
{
	border-top: dotted 1px #6f6f6f;
	clear:both;
	margin:10px;
}

.inboxOverview li
{
	border-bottom: dotted 1px #6f6f6f;
	vertical-align:top;
	overflow:hidden;
}

.inboxOverview li .status
{
	float:left;
	width:30px;
	overflow:hidden;
}

.inboxOverview li .message
{
	float:left;
	width:320px;
}

.inboxOverview li .title
{
	font-weight:bold;
}

.inboxOverview li .sender
{
	float:left;
	width:130px;
	padding-top:2px;
}

.inboxOverview li .delete
{
	float:left;
	width:20px;
	padding-top:2px;
}

.weekDays 
{
    padding-left:74px ;
    width: 183px;
    padding-top:10px;
    font-size:12px;
    font-weight:bold;
    }

.weekDays .item
{
    float:left;
    width:23px;
    /*padding-right:7px;*/
    }
    
.dayParts
{
    float:left;
    width:55px;
    text-align:left;
    font-size:12px;
    margin-left:10px;
    margin-top:17px;
}    

.dayParts .item
{
     margin-bottom:4px;
    }

.availabilityItems
{
    width:165px;
    padding:8px;
    background-color:#f4f4f4;
    margin-right:10px;
    margin-top:5px;
    float:left; 
}

.availabilityItems .item
{
   
    }

.availabilityMatrix
{
	overflow:hidden;
	margin-bottom:10px;
}

.availabilityMatrix .available, .availabilityExplanation .available
{
    margin:4px;
    width: 15px;
    height:15px;
    background-color:#d9338c;
    float:left;
}    

.availableText
{
    height:15px;
    color:#d9338c;
}

.occupiedText
{
    height:15px;
    color:#e0e0e0;
    }
    
.notAvailableText
{
    height:15px;
    color:#8a8a8a;
    }    

.availabilityExplanation
{
    background-color:#fff;
    padding-left:20px;
    padding-top:5px;
    padding-bottom:5px;    
}

.clear
{
    clear:both;
    }
    
.availabilityMatrix .occupied, .availabilityExplanation .occupied
{
    margin:4px;
    width: 15px;
    height:15px;
    background-color:#e0e0e0;
    float:left;
}    

    
.availabilityMatrix .notAvailable, .availabilityExplanation .notAvailable
{
    margin:4px;
    width: 15px;
    height:15px;
    background-color:#8a8a8a;
    float:left;
}    

.legend
{
    margin-top:10px;
    margin-left:5px;
    }

.legend .item
{
    float:left;
    }

.educationAutocomplete_completionListElement
{
	border-left: solid 1px #bdbdbe;
	border-right: solid 1px #bdbdbe;
	border-bottom: solid 1px #bdbdbe;
	background:white;	
	width:200px !important;
	cursor:pointer;
	max-height:250px;
	overflow-y:auto;
}

table.companySearch
{
	margin: 10px;
}

table.companySearch td
{
	padding:2px 0px;
}

table.companySearch td.first
{
	width:100px;
}

ul.address
{
	line-height:12px;
}

.profileOverview
{
	margin-bottom:20px;
}

.profileOverview .subTitleBar
{
	margin:20px 10px 0px 10px;
}

.profileOverview a.boxLink,
.profileOverview a.boxLink:hover
{
	background-color:Transparent;
}

.profileOverview .educations,
.profileOverview .workExperience,
.profileOverview .hobby
{
	margin: 0px 10px;
}

.profileOverview .hobby
{
	padding-top:5px;
	padding-left:10px;
}

.profileOverview .editLinkContainer
{
	padding-bottom:0px;
}

    
/* DO NOT DELETE - THIS IS THE PURPLE COLOR */
/* 
color:#d9338c;
#6f6f6f - gray
#bdbdbe - lite gray 
*/

