/* --------------------------------------------------------------------------- */

@import "layout.css";
@import "forms.css";

/* -------------------------------------------------------------------------- */
/* Typography                                                                 */

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}
h2 {
	font-size: 1.6em;
	color: #176096;
	margin-bottom: 10px;
}
h3 {
	color: #176096;
}

.cmsgenerated div  {
	background-color: #c7d6f5;
	padding: 10px;
	margin: 20px 0;
	border: 1px solid #fff;
}
.cmsgenerated div div  {
	padding: 0; /* prevent style cascading */
	margin-bottom: 0;
}
.cmsgenerated .align-center {
  text-align: center;
}

.cmsgenerated ul  {
	margin-bottom: 15px;
}
	.cmsgenerated ul li {
		margin-left: 20px;
	}
	.websitelinkcolor {
		color: #176096;
	}

.cmsgenerated div p, .cmsgenerated div ul {
	margin: 5px 0 !important;
	padding: 0 !important;
}
.cmsgenerated p, .cmsgenerated ul {
	margin: 8px 0 !important;
	padding: 0 !important;
}


  #main h3 {
    border-top: 1px solid #67707F;
    font-size: 1.1em;
    padding: 2px 5px;
    background-color: #C7DEEC;
		color: #4F5359;
  }
	h4 {
		margin: 5px 0;
	}
#main p {
  line-height: 150%;
  margin: 10px 0;
}

/* -------------------------------------------------------------------------- */
/* General styles                                                             */
.confirm {
  border: 1px solid #59d153;
  padding: 2px;
  margin: 10px 0;
  background-color: #d2f3d0;
}
.error {
  border: 1px solid red;
  padding: 10px;
  margin: 10px 0;
	background-color: #ffbaba;
}
.debug {
  font-family: Courier New, sans-serif;
  font-size: 0.9em;
  font-weight: normal;
}
br.clear {
  clear: left;
}
.settingGroup {
	border: 1px solid #CCDDEE;
	background-color: #ECF3F9;
	margin: 5px 0;
	padding: 5px 10px;
}
.settingGroup form {
	background-color: #ECF3F9;
}

/* -------------------------------------------------------------------------- */
/* Links                                                                      */
a,
a:link,
a:visited {
 text-decoration: none;
 color: #176096;
}
a:focus,
a:active,
a:hover {
 color: #0448A7;
 text-decoration: none;
}

#content a.link,
#content a:link.link,
#content a:visited.link {
 border-bottom: 1px dotted #176096;
}
#content a:focus.link,
#content a:active.link,
#content a:hover.link {
 border-bottom: 1px solid white;
}

#content p {
margin-bottom: 20px;
}

#content ul.contentlist {
	list-style: square;
	margin-left: 25px;
}
#content ol.contentlist {
	margin-left: 25px;
}
#content ul.contentlist li, #content ol.contentlist li {
	margin-bottom: 5px;
}

a img,
a:link img,
a:visited img {
  border: none;
}


/* -------------------------------------------------------------------------- */
/* confirm messages, errors etc                                               */
p.messageBox,
div.messageBox {
  padding: 4px 5px 4px 40px;
  margin: 20px 0 auto;
  color: #000;
  font-size: 1.1em;
  font-weight: bold;
  background: url('../img/button_ok.png') no-repeat 5px 5px;
  cursor: pointer;
  margin-bottom: 20px !important;
}
p.ok,
div.ok {
  border: 2px solid #54cc63;
  background: #d1f0d4 url('../img/button_ok.png') no-repeat 5px 5px;
}
p.ko,
div.ko {
  background: #faff85 url('../img/messagebox_warning.png') no-repeat 5px 5px;
  border: 2px solid #ffd006;
}
  div.messageBox ul {
    margin-left: 15px;
  }
    div.messageBox ul li {
      list-style: disc;
      font-weight: normal;
    }

  p.messageBox .hideMessage {
    padding: 2px 5px 0 0;
  }


.profileContactList {
  border-bottom: 1px solid grey;
}
.profileContactList span {
  float: right;
}

/* -------------------------------------------------------------------------- */
/* Payment box                                                                */
#paymentinstructions {
	background-color: #fff;
	border: 5px solid #5a83d8;
	padding: 10px;
  margin-bottom: 10px;
}

/* -------------------------------------------------------------------------- */
/* Profile page                                                               */
.sponsormacroarea {
	width: 147px;
	height: 176px;
	margin-right: 20px;
	float: left;
	background: #fff url('../img/layout/randomusercompany.png') no-repeat;

}
	.sponsormacroarea h2 {
		margin: 0;
		border-bottom: none;
		color: #E7EDF7;
		text-transform: uppercase;
		font-size: 1em;
		margin: 15px 0 0 10px;
	}
		.sponsormacroarea h2 a,
		.sponsormacroarea h2 a:link,
		.sponsormacroarea h2 a:visited {
			color: #E7EDF7;
			vertical-align: center;
		}
		
	.sponsormacroarea p {
		padding: 20px 5px 0 5px;
		height: 105px;
		text-align: center;
	}
/* -------------------------------------------------------------------------- */
/* Profile page                                                               */
.profile-user-resume {
  width: 220px;
  float: left;
}
  .profile-user-resume div{
		padding: 10px;
		background-color: #c7d6f5;
  }
  .profile-user-resume ul {
    list-style: none;
  }
    .profile-user-resume ul li {
      border-bottom: 1px solid #e1e1e1;
      padding: 2px 0;
    }
		
.company-description {
  margin-left: 230px;
}
  .company-description p {
    margin: 0 0 10px 0;
  }
	
	
ul.record-details-box {
	list-style: none;
	background-color: #c7d6f5;
	margin-bottom: 10px;
}
	ul.record-details-box em {
		width: 125px;
		margin-right: 10px;
		padding: 0 2px;
		display: table-cell;
		float: left;
		height: 100%;
		background-color: #B1C8F9;
	}

.profile-avatar {
	float: right;
}
.profile-box {
	margin-top: 10px;
	padding: 10px;
	background-color: #c7d6f5;
}
	.profile-box h3 {
		margin-bottom: 10px;
	}
	.profile-box p {
		margin-bottom: 8px !important;
	}
	.profile-specific-menu a {
		margin-right: 10px;
		background-color: #5975AC !important;
		background-image: none !important;
	}
  .profile-specific-menu {
    margin-bottom: 20px
  }
/* ----------------------------------------------- */
.jobresume, .foresume {
	margin: 10px 0;
}
.jobresume ul, .foresume ul {
	list-style: none;
}
	.jobresume ul li p, .foresume ul li p {
		margin-left: 168px;
	}
	.foresume ul li em {
		width: 165px;
		margin-right: 10px;
		padding: 0 2px;
		display: table-cell;
		float: left;
		height: 100%;
		text-transform: uppercase;
		font-weight: bold;
		font-style: normal;
	}
	.jobresume ul li em {
		width: 155px;
		margin-right: 10px;
		padding: 0 2px;
		display: table-cell;
		float: left;
		height: 100%;
		text-transform: uppercase;
		font-weight: bold;
		font-style: normal;
	}
	
	
/* -------------------------------------------------------------------------- */
/* Edit Profile page                                                          */
#editprofilemenu {
  list-style: none;
	height: 22px;
	margin-top: 15px;
	margin-left: 20px;
}
#editprofilemenu li {
  display: block;
	margin-right: 2px;
	height: 22px;
	float: left;
	padding-top: 0px;
}
#editprofilemenu li a, #editprofilemenu li a:link, #editprofilemenu li a:visited {
  background-color: #a2bdef;
	padding: 5px 10px;
	font-weight: bold;
	height: 12px;
}
#editprofilemenu li.activetab a, #editprofilemenu li.activetab a:visited, #editprofilemenu li.activetab a:link {
  background-color: #c7d6f5;
}


.quote-random {
	text-align: center;
	background-color: #c7d6f5;
	font-size: 1.2em;
	font-weight: bold;
	padding: 10px;
}
.quote-random em {
	font-weight: normal;
}

/* -------------------------------------------------------------------------- */
/* Search page                                                                */
.result-resume {
  margin-bottom: 20px;
	padding: 10px 10px 10px 38px;
}

.profile-resume {
	background: #c7d6f5 url('../img/profile-synopsis.png') no-repeat center left;
}

.introduction-box {
  background: #c7d6f5 url('../img/profile-box-introduction.gif') no-repeat 0 49.70%;
  min-height: 95px;
	height: auto !important;
  height: 95px;
}
.work-box {
	background: #c7d6f5 url('../img/profile-box-work.gif') no-repeat center left;

}
.mediagallery-box {
	background: #c7d6f5 url('../img/profile-box-medialibrary.gif') no-repeat 0% 49.93%;
	min-height: 85px;
	height:auto !important;
  height:85px;
	padding-left: 38px;
}
.statement-box {
	background: #c7d6f5 url('../img/profile-box-statement.gif') no-repeat 0% 49.90%;
	min-height: 70px;
	height:auto !important;
  height: 70px;
}
.fosummary-box {
	background: #c7d6f5 url('../img/funding-summary.png') no-repeat center left;
	min-height: 100px !important;
	height:auto !important;
  height: 100px;
}
.folimit-box {
	background: #c7d6f5 url('../img/funding-requirements.png') no-repeat 0% 50.30%;
	min-height: 110px !important;
	height:auto !important;
  height:110px;
}
.publishedwork-box {
	background: #c7d6f5 url('../img/profile-publications.png') no-repeat center left;
	padding-left: 38px;
	min-height: 105px;
	height:auto !important;
  height: 105px;
}
.profileconference-box {
	background: #c7d6f5 url('../img/profile-conferences.png') no-repeat 0% 49.8%;
	_background: #c7d6f5 url('../img/profile-conferences.png') no-repeat 0% 50%;
	padding-left: 38px;
	min-height: 105px;
	height:auto !important;
  height: 105px;
}
.green-border-box {
	background: #c7d6f5 url('../img/profile-conferences.png') no-repeat 0% 0%;
	padding-left: 38px;
}
.fopportunity {
	background: #c7d6f5 url('../img/funding-bg.png') no-repeat center left;
}
.jobresume {
	background: #c7d6f5 url('../img/jobdet-bg.png') no-repeat center left;
}
	.result-resume h4 {
		margin: 0 !important;
		padding: 0 !important;
		display: inline;
	}
  .result-resume .result-logo {
    float: right;
    width: 150px;
  }
  .result-resume .result-info {
    margin-left: 0;
    list-style: none;
		width: 470px;
  }
  .result-info em {
    width: 135px;
		display: block;
		float: left;
		text-transform: uppercase;
		font-weight: bold;
		font-style: normal;
  }
  .result-resume .result-menu {
    list-style: none;
  }
    .result-resume .result-menu li {
      border-bottom: 1px solid #eee;
      margin-bottom: 2px;
      padding: 1px 3px;
    }
.result-info em {
	width: 155px;
	margin-right: 10px;
	padding: 0 2px;
	display: block;
	float: left;
}
/* -------------------------------------------------------------------------- */
/* sidebar					                                                          */
#account-buttons {
	padding-left: 10px;
}	
	#account-buttons a,
	#account-buttons a:link,
	#account-buttons a:visited {
		color: #fff;
	}
	#account-buttons a:active,
	#account-buttons a:focus,
	#account-buttons a:hover {
		text-decoration: underline;
	}

#sidebar h4 {
	font-size: 1.3em;
}
.events {
	background-color: #44535C;
	border: 1px solid #7C94A1;
	padding: 5px;
	width: 195px;
	color: #fff;
	margin: 0 auto;
}
.events a, .events a:link, .events a:visited {
	color: #fff;
}

.newsposts {
	background: url('../img/layout/bg-newspostbox.png') repeat-y top left;
	border: 1px solid #e8e8e8;
}
.newsposts h4 {
	margin: 0;
	background: url('../img/layout/bg-newsposttitle.png') no-repeat top left;
	height: 49px;
	padding-top: 18px;
	padding-left: 5px;
}
.newsposts ul {
	margin: 0 0 0 25px;
	list-style-image: url('../img/layout/list-icon.png');
}

.newsposts h4 a, .newsposts h4 a:link, .newsposts h4 a:visited{
	color: #000;
}


/* -------------------------------------------------------------------------- */
/* contacts                                                                   */
.company-contact {
  border-bottom: 1px solid grey;
}
  .company-contact p {
    margin: 1px 0 !important;
  }

    .company-contact p.email {
      background: #fff url('../img/contacts/mail.png') no-repeat left;
      padding-left: 26px;
    }
    .company-contact p.fax {
      background: #fff url('../img/contacts/phone.png') no-repeat left;
      padding-left: 26px;
    }
    .company-contact p.tel {
      background: #fff url('../img/contacts/phone.png') no-repeat left;
      padding-left: 26px;
    }
    .company-contact p.skype {
      background: #fff url('../img/contacts/skype.png') no-repeat left;
      padding-left: 26px;
    }
    .company-contact p.url {
      background: #fff url('../img/contacts/webexport.png') no-repeat left;
      padding-left: 26px;
    }
		
		
ul li.list-table {
	*margin-bottom: -5px !important;
	_margin-bottom: 0 !important;
}

/* -------------------------------------------------------------------------- */
/* Adverts                                                                    */
.adverts {
	margin-bottom: 10px;
}
/* -------------------------------------------------------------------------- */
/* footer                                                                     */
#footer a, #footer a:link, #footer a:visited {
	color: white;
}
#footer a:active, #footer a:focus, #footer a:hover {
	text-decoration: underline;
}
#footer .copyright {
	text-align: right;
	margin: 15px 0 10px 0;
}
#footer .nsdesign, #footer .nsdesign a, #footer .nsdesign a:link, #footer .nsdesign a:visited {
	color: #ECEFCF;
	text-align: right;
	font-size: small;
}

#footer ul {
	padding-top: 25px;
	list-style: none;
	text-align: right;
}

#footer ul li {
	display: inline;
	border-right: 1px solid #ddd;
	padding: 0 10px 0 10px;
}

#footer ul li a, #footer ul li a:link, #footer ul li a:visited {
	padding: 0 3px;
	font-size: 1.1em;
	font-weight: bold;
}

/* -------------------------------------------------------------------------- */
/* dashboard                                                                  */
.dashboard-profile-resume ul {
	list-style: none;
}

#dashboardbox h3 {
	margin-bottom: 10px;
}

/* -------------------------------------------------------------------------- */
/* pagination                                                                 */
.profile-size {
	width: 100px;
}
p.pagination {
  margin: 0;
  margin-top: 3px;
  font-size: .9em;
  text-align: right;
	margin-left: 20px;
}

p.pagination a {
  border: 1px solid #ccdbe4 ;
  margin-right: 2px;
  padding: 0px 4px;
  text-decoration: none;
  color: #0061de;
	height: 15px;
}

p.pagination a:hover, p.pagination a:active {
  border: 1px solid #2b55af !important;
  background-image:none;
  background-color:#3666d4;
  color: #fff;
}

p.pagination span.current {
	border: 1px solid #ccdbe4 !important;
	margin-right: 2px;
	padding: 0px 4px;
	font-weight: bold;
	color: #0061de;
	height: 15px;
	background-color: #fff;
}

p.pagination span.disabled {
  display: none;
}

p.pagination a.next{
  border: 2px solid #ccdbe4;
  margin: 0 0 0 10px;
}

p.pagination a.next:hover{
  border: 2px solid #2b55af;
}

p.pagination a.prev{
  border: 2px solid #ccdbe4;
  margin: 0 10px 0 0;
}

p.pagination a.prev:hover{
  border: 2px solid #2b55af;
}

#tour-sidebar {
  float: left;
  border: none;
  width: 208px;
  background-color: transparent;
  padding: 0;
  margin-top: 0;
}
  #tour-sidebar img {
    margin-top: 10px;
  }
  #tour-sidebar img:first-child {
    margin-top: 0;
  }
#tour-content {
  margin-left: 228px;
}

.bottom-link-expand {
	position: absolute;
	*position: static !important;
	left: 38px;
	bottom: 0;
	font-size: 1em;
}
