@charset "utf-8";
/* CSS Document */

Body, HTML {
	background-color: #FFF;
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}

.wrapper {
	margin: 0 auto 10px auto;
	width: 874px;
}

a {
	color: #e2007a;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 12px;
	color: #FFF;
}

h2 {
	font-size: 12px;
	color: #e2007a;
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: normal
}

h3	 {
	font-size: 12px;
	color: #e2007a;
	margin: 0 0 5px 0;
	padding: 0;
}

h4	 {
	font-size: 12px;
	color: #e2007a;
	margin: 0;
	padding: 0;
}

h5	 {
	font-size: 12px;
	color: #e2007a;
	margin: 13px 0 0 0;
	padding: 0;
}

.size {
	font-size: 14px;
}

.clear {
	clear: both;
}

/*header + navigatie*/

.fogHeader {
	width: 860px;
	height: 121px;
	background: transparent url(../img/fogHeader.jpg) no-repeat;
	margin-left: 7px;
}

.nordicheader {
	width: 860px;
	height: 121px;
	background: transparent url(../img/nordic.jpg) no-repeat;
	margin-left: 7px;
}

.header {
	width: inherit;
	height: 40px;
	background: transparent url(../img/logoPitchmatch.gif) no-repeat left center;
	margin: 10px 0 0 40px;
}

.header a {
	display: block;
	height: 40px;
	width: 150px;
}

.headerMenu {
	width: inherit;
	height: 35px;
}

.headerMenu2 {
	width: inherit;
	height: 15px;
}

.mainMenu {
	width: 500px;
	float: left;
	position: relative;
	bottom: -6px;
}

.menuItem {
	float: left;
	font-weight: bold;
	height: 35px;
}

.menuItem .menuLeftside {
	width: 6px;
	height: 30px;
	padding-top: 5px;
	background-image: url(../img/shadowLeftside.gif);
	background-repeat: repeat-y;
	float: left;
}

.menuItem .menuLeft {
	width: 5px;
	height: 30px;
	padding-top: 5px;
	background-image: url(../img/shadowLeft.gif);
	background-repeat: repeat-y;
	float: left;
}

.menuItem .menuRight {
	width: 5px;
	height: 35px;
	background-image: url(../img/shadowRight.gif);
	background-repeat: repeat-y;
	float: right;
}

.menuItem a {
	color: #706e6e;
	padding: 12px 10px 0px 10px;
	background-image: url(../img/menuTab-inactive.gif);
	background-repeat: repeat-x;
	display: inline-block;
	height: 33px;
	float: left;
}

.menuItem a:hover, .menuItem a.active {
	background-image: url(../img/menuTab-active.gif);
	color: #e2007a;
	text-decoration: none;
}

.mainMenu .failed {
	float: right;
	margin: 10px 10px 0 0;
	color: #F00;
}

.itemLast .failed {
	color: #F00;
	margin: 10px 0 -10px 0;
}

 .login, .pm .wide .login {
	width: 369px;
	float: right;
	text-align: right;
	margin: 10px 0px 0 0;
	padding: 0px 5px 0 0;
	font-size: 11px;
}

.extraInfo {
	
	float: right;
	text-align: right;
	margin: 10px 0px 0 0;
	padding: 0px 0px 0 0;
	font-size: 10px;
	border: 0px solid #888888;
}


.loginLeft {
	float: left;
}

.loginRight {
	float: right;
	width: 30px;
}

.loginRight a.login {
	display: inline-block;
	font-size: 12px;
	margin-top: 2px;
	float: right;
	width: 30px;
}

.extraInfo .left {
	width: 240px;
	
	margin: 0px 0px 0 0;
	padding: 0px 5px 0px 0px;
	text-align: right;
	vertical-align: top;
	border: 0px solid #888888;
}

.extraInfo .middle { vertical-align: top;
	text-align: right;

	padding: 0px 5px 0px 0px;
	border: 0px solid #888888;
	padding: 0px 5px 0px 5px;
}

.extraInfo .right { vertical-align: top;
	text-align: right;
	padding: 0px 5px 0px 5px;
	border: 0px solid #888888;
}

.extraInfo a.logout {
	color: #e2007a;
	margin-right: 0px;
}

.extraInfo a.buycredits {
	color: #e2007a;
}

.breadCrumb {
	height: 22px;
	padding-top: 8px;
}

/*bkgrnd contentWrapper + shadows*/

.shadowTop, .shadowBottom {
	width: 866px;
	height: 6px;
	background-repeat: repeat-x;
	margin: 0 auto;
}

.shadowTop {
	background-image: url(../img/shadowTop.gif);
	background-position: bottom;
}

.shadowBottom {
	background-image: url(../img/shadowBottom.gif);
}

.contentWrapper {
	background-image: url(../img/shadowCenter.gif);
	background-repeat: repeat-y;
	width: 820px;
	height: auto;
	padding: 27px 27px 7px 27px;
}

.contentLeft {
	width: 520px;
	float: left;
	margin: 0 10px 0 0;
}

.contentRight {
	width: 280px;
	float: right;
	margin: 0 0 0 10px;
}

/*Item algemene styles*/

.contentWrapper .item, .contentWrapper .itemLast, .contentWrapper .itemFixed, .contentWrapper .itemDetails {
	display: block;
	height: auto;
	border-bottom: 1px solid #cdd9e6;
	vertical-align: middle;
	padding-bottom: 10px;
}

.contentWrapper .itemFixed, .contentWrapper .itemFixedLast {
	height: 40px;
	padding-bottom: 0px;
}

.contentWrapper .itemLast, .contentWrapper .itemFixedLast {
	border-bottom: 0px;
}

.itemTitle {
	background-image: url(../img/bkgrndItemtitle.gif);
	background-repeat: repeat-x;
	height: 21px;
	border: solid 1px #2c5b9c;
	padding: 7px 10px 0 10px;
	color: #FFF;
}

.itemBkrgnd {
	background-color:#FFF;
	border: solid 1px #cdd9e6;
	padding: 0 10px;
	position: relative;
	margin-bottom: 20px;
}

.titleLeft {
	width: 60%;
	float: left;
	font-weight: bold;
	padding: 0 0 0 25px;
	
}

.titleRight {
	width: 30%;
	float: right;
	text-align: right;
	margin-top: -2px;
	
}

.titleWide {
	width: 90%;
	float: left;
	font-weight: bold;
	padding: 0 0 0 25px;
}

.titleWide a, .titleLeft a {
	color:  #FFF;
	text-decoration: none;
}

.titleWide a:hover, .titleLeft a:hover {
	text-decoration: underline;
}

.item .left, .itemLast .left, .itemFixed .left, .itemFixedLast .left {
	float: left;
	width: 70%;
	padding-top: 13px;
}

.item .right, .itemLast .right, .itemFixed .right, .itemFixedLast .right  {
	float: right;
	width: 30%;
	text-align: right;
}

.item .right a, .itemLast .right a, .itemFixed .right a, .itemFixedLast .right a  {
	font-size: 9px;
	color: #097ce8;
	display: inline-block;
	height: 25px;
	padding-top: 15px;
}

.itemLink {
	background: transparent url(../img/icons/next.gif) no-repeat right center;
	padding: 15px 20px 0 0;
	display: block;
	height: 25px;
	width: 150px;
	font-size: 10px;
	color: #097ce8;
	text-align: right;
	float: right;
}

.icons {
	display: block;
	height: 24px;
	padding: 15px 0 0 40px;
	color: #e2007a;
	font-size: 12px;
}

.pageNav {
	width: 100%;
	text-align: center;
}

.pageNav ul {
	margin: 0;
	padding: 0;
}

.pageNav ul li {
	display: inline;
}

.pageNav ul li a {
	font-size: 12px;
	color: #097ce8;
	padding-top: 10px;
}

.pageNav ul li a.active {
	text-decoration: underline;
	background: none;
}

a.previousPage {
	background: transparent url(../img/icons/previous.gif) no-repeat left center;
	padding: 0 0 0 10px;
	display: inline-block;
	height: 23px;
	width: 85px;
}

a.nextPage {
	background: transparent url(../img/icons/nextPage.gif) no-repeat right center;
	padding: 0 10px 0 0px;
	display: inline-block;
	height: 24px;
	width: 85px;
}

/*input text + buttons*/
input.button, input.searchButton, input.buttonNomargin, input.signupButton, input.searchHome, input.buttonRight  {
	color: #FFF;
	background-color: #e2007a;
	border-color: #d25398 #da3b91 #da3b91 #d25398;
	padding: 3px 15px;
	margin-top: 7px;
	cursor: pointer;
}

a.button {
	color: #FFF;
	background-color: #e2007a;
	border-style: solid solid solid solid;
	border: 2px 2px 2px 2px;
	border-color: #ebb3d1 #8e275f #8e275f #ebb3d1;
	display: block;
	padding: 4px;
	width: 150px;
	float: right;
	text-align: center;
	margin-right: 10px;
}

a.button:hover {
	text-decoration: none;
}

input.signupButton { 
	width: 500px;
	font-weight: bold;
	font-size: 18px;
}

input.searchButton {
	float: right;
	margin-top: -4px;
}

input.buttonRight {
	float: right;
	margin-bottom: 30px;
	margin-top: -10px;
}

input.searchHome {
	float: right;
	margin-top: 5px;
}

input.buttonNomargin {
	margin-top: -8px;
	float: left;
}

input.text, input.textSmall, input.search, input.signin, input.textleft, input.profile,  {
	float: right;
	border: solid 1px #cdd9e6;
	height: 21px;
	width: 385px;
	margin-top: -8px;
	margin-right: 5px;
	padding: 4px 0 0 5px;
	color: #717171;
}

input.profile {
	width: auto;
	float: left;
	margin-top: -4px;
	margin-right: 5px;
	color: #000;
	font-size: 14px;
}

textarea.profile, select.profile {
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

input.textleft { 
	float: left;
	margin-top: -4px;
}

input.textSmall {
	height: 15px;
	width: 150px;
	margin: 0 6px 0 0;
	padding: 0 0 0 5px;
	float: left;
	font-size: 10px;
}

input.signin {
	float: left;
	width: 230px;
	margin: 0 10px 0 0;
	padding: 4px 0 0 5px;
}

input.search {
	width: 160px;
	float: left;
	margin-top: 8px;
}

.textArea {
	width: 633px;
	margin-bottom: 10px;
}

.check {
	font-size: 10px;
	margin: 0;
	text-align: left;
}

.checkbox {
	width: 180px;
	float: left;
	color: #000;
	margin-right: 10px;
}

.charsLeft	{
	padding: 3px;
	font-weight: bold;
	font-size: 15px;
}

.charsLeft.red	{
	color: #930;
}

.charsLeft.green	{
	color:#090;
}


/*homepage*/
.pm .titleWide {
	background: transparent url(../img/icons/pm.gif) no-repeat left center;
}

.pm .wide {
	margin-top: 10px;
	position: relative;
	line-height: 18px;
}

.moreInfo {
	background: transparent url(../img/icons/moreInfo.gif) no-repeat left center;
	padding: 7px 0 0 20px;
	height: 27px;
	width: 55px;
	position: absolute;
	top: -7px;
	right: 0;
	font-size: 11px;
	color: #097ce8;
}

.signIn .titleWide {
	background: transparent url(../img/icons/signIn.gif) no-repeat left center;
}

.searchAttendees .item, .searchAttendees .itemLast {
	padding: 10px 0;
}

.lastAttendees-home .item .attendeeLogo, .lastAttendees-home .itemLast .attendeeLogo {
	width: 27%;
	padding-top: 11px;
}

.lastAttendees-home .item .right, .lastAttendees-home .itemLast .right {
	font-weight: bold;
	color: #e2007a;
	width: 65%;
	font-size: 11px;
	padding-top: 13px;
}

/*messages*/
.messages .titleLeft, .messages .titleWide {
	background: transparent url(../img/icons/messagesTitle.gif) no-repeat left center;
	color: #FFF;
}

.itemBkrgnd.messages {
	color: #666;
}

.messages .itemFixed .wide {
	padding-top: 13px;
}

.messages .itemFixed .left {
	overflow: hidden;
	height: 16px;
}

.date {
	display: inline-block;
	font-size: 9px;
	width: 70px;
	color: #666;
}

.archive {
	background: transparent url(../img/icons/archive.gif) no-repeat left center;
	height: 15px;
	width: 49px;
	display: inline-block;
	padding: 0 3px 0 19px;
	margin-right: 5px;
}

.delete {
	background: transparent url(../img/icons/delete.gif) no-repeat left center;
	display: inline-block;
	height: 18px;
	width: 37px;
	padding: 0 3px 0 15px;
}

.movetoInbox {
	background: transparent url(../img/icons/movetoInbox.gif) no-repeat left center;
	height: 15px;
	width: 75px;
	display: inline-block;
	padding: 0 4px 0 13px;
	margin-right: 5px;
}

/*pending meeting requests*/
.pendingRequests .titleLeft {
	background: transparent url(../img/icons/pendingRequests.gif) no-repeat left center;
}

.pendingRequests .titleRight a {
	background: transparent url(../img/icons/nextBlue.gif) no-repeat right center;
	color: #FFF;
	font-size: 11px;
	display: block;
	padding-right: 20px;
	margin-top: 2px;
}

.pendingRequests .item, .pendingRequests .itemLast, .pendingRequests .itemFixed {
	padding-bottom: 0px;
	border-bottom: 0px;
}

.meetingRequests .itemLast .right a {
	font-size: 11px;
	padding-top: 0px;
	color: #e2007a;
}

.meetingRequests .itemLast .left  {
	padding-top: 0px;
	width: 18%;
	font-size: 10px;
	color: #666;
	padding-right: 5px;
}

.meetingRequests .itemLast .right  {
	width: 80%;
	text-align: left;
	font-size: 11px;
}

.meetingRequests .pageNav {
	border-bottom: solid 1px #cdd9e6;
}

.meetingRequests .pageNav a {
	font-size: 11px;
}

.line {
	clear: both;
	border-bottom: 1px solid #cdd9e6;
	width: 100%;
}

.pendingRequests .item, .pendingRequests .itemLast, .approvedRequests .item .left, .approvedRequests .itemLast .left {
	font-size: 12px;
}

.pendingRequests .item .left, .pendingRequests .itemLast .left, .pendingRequests .itemFixed .left, .approvedRequests .item .left, .approvedRequests .itemLast .left {
	color: #666;
}

.pendingRequests .item .left a, .pendingRequests .itemLast .left a, .approvedRequests .item .left a, .approvedRequests .itemLast .left a {
	color: #000;
}

.pendingRequests .item .left, .pendingRequests .itemLast .left {
	width: 100% !important;
	line-height: 16px;
}

.pendingRequests .item .right, .pendingRequests .itemLast .right {
	width: 100%;
}

.pendingMeetings {
	background: transparent url(../img/icons/pendingMeetings.gif) no-repeat left center;
}

.requestedMeetings {
	background: transparent url(../img/icons/requestedMeetings.gif) no-repeat left center;
}

.pendingMeetingsBlue .titleWide {
	background: transparent url(../img/icons/pendingMeetings-blue.gif) no-repeat left center;
	font-weight: normal;
	height: 19px;
	margin: -2px 0 0 0;
	padding-left: 30px;
}

.requestDetails .itemLast .centerRight {
	width: 80%;
	float: right;
	text-align: right;
	padding: 13px 0 0 0;
	/* border: 1px solid #888888; */
}

.requestDetails .itemLast .centerRight .opmerking{
font-size: 9px;
text-align: left;
}

.requestDetails .titleWide, .requestDetails .titleLeft {
	background: transparent url(../img/icons/requestDetails.gif) no-repeat left center;
}

.requestDetails .item .left, .requestDetails .itemFixed .left, .requestDetails .itemFixedLast .left, .requestDetails .itemLast .left  {
	width: 20%;
	float: left;
}

.requestDetails .item .center, .requestDetails .itemFixedLast .center, .requestDetails .itemFixed .center, .requestDetails .itemLast .center {
	width: 60%;
	float: left;
	padding-top: 13px;
}

.requestDetails .item .right, .requestDetails .itemFixedLast .right, .requestDetails .itemFixed .right, .requestDetails .itemLast .right {
	width: 20%;
	float: right;
	margin-top: -5px;
}

.requestDetails .itemLast .right {
	padding-top: 10px;
}

.accept {
	background: transparent url(../img/icons/acceptButton.gif) no-repeat left center;
	height: 23px;
	width: 133px;
	padding: 0px 7px 0 15px;
	color: #FFF !important;
	margin-right: 5px;
}

input.approve {
	height: 36px;
	padding-top: 0;
}

.approve {
	background: transparent url(../img/icons/approveButton.gif) no-repeat left center;
	height: 28px;
	width: 475px;
	display: inline-block;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	float: left;
	border: 0;
	padding-top: 8px;
}

.approve:hover {
	text-decoration: none;
}

.otherTimeblock {
	background: transparent url(../img/icons/otherTimeblock.gif) no-repeat left center;
	height: 23px;
	width: 128px;
	display: inline-block;
	padding: 0px 4px 0 18px;
	margin-right: 5px;
	margin-top: 5px;
}

.reschedule {
	background: transparent url(../img/icons/reschedule.gif) no-repeat left center;
	height: 23px;
	width: 62px;
	display: inline-block;
	padding: 0 4px 0 18px;
	margin-right: 5px;
}

.reject {
	background: transparent url(../img/icons/reject.gif) no-repeat left center;
	height: 23px;
	width: 35px;
	display: inline-block;
	padding: 0px 4px 0 18px;
	margin-top: 5px;
}

.withdraw {
	background: transparent url(../img/icons/withdraw.gif) no-repeat left center;
	height: 23px;
	width: 53px;
	display: inline-block;
	padding: 0 4px 0 18px;
	margin-right: 5px;
}

.requestMeeting {
	background: transparent url(../img/icons/requestMeeting.gif) no-repeat left center;
	display: block;
	height: 18px;
	width: 95px;
	padding: 0 6px 0 12px;
}

#flashMessage {
	margin-bottom: 10px;
	height: 24px;
	padding-top: 10px;
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
}

#flashMessage a	{
	color: #FFF;
	text-decoration: underline;
}

.success {
	border: solid 2px #4a7808;
	background: transparent url(../img/icons/notificationGreen.gif) no-repeat 1% center;
	background-color: #70a012;
	padding: 0 0 0 40px;
}

.fail {
	border: solid 2px #9d0000;
	color: #FFF;
	background: transparent url(../img/icons/notificationRed.gif) no-repeat 2% center;
	background-color: #c30000;
	padding: 0 0 0 35px;
}

/*approved meeting requestst*/
.approvedRequests .titleLeft {
	background: transparent url(../img/icons/approvedRequests.gif) no-repeat left center;
}

.confirmedRequests {
	background: transparent url(../img/icons/confirmedRequests.gif) no-repeat left center;
}

.confirmedAttendees {
	background: transparent url(../img/icons/confirmedAttendees.gif) no-repeat left center;
}

.confirmedMeetings {
	background: transparent url(../img/icons/confirmedMeetings.gif) no-repeat left center;
}

.approvedRequests .item .left {
	width: 65%;
	line-height: 16px;
}

.approvedRequests .item .right {
	width: 35%;
}

.cancel {
	background: transparent url(../img/icons/cancel.gif) no-repeat left center;
	height: 23px;
	width: 38px;
	display: inline-block;
	padding: 0 4px 0 18px;
}

/*favourites + registered + favorite attendees*/
.favourites .titleLeft {
	background: transparent url(../img/icons/favourites.gif) no-repeat left center;
}

.registeredAttendees .titleLeft {
	background: transparent url(../img/icons/registeredAttendees.gif) no-repeat left center;
	height: 18px;
}

.favoriteAttendees .titleLeft {
	background: transparent url(../img/icons/favoriteAttendees.gif) no-repeat left center;
	height: 18px;
}

.lastAttendees .titleWide {
	background: transparent url(../img/icons/lastAttendees.gif) no-repeat left center;
	height: 18px;
}

.companyDetailsblue .titleWide {
	background: transparent url(../img/icons/companyDetails-blue.gif) no-repeat left center;
	height: 20px;
}

.companyDetailsblue .line {
	padding-top: 13px;
}

.companyDetailsblue .itemSmall {
	padding-top: 5px;
}

.companyDetailsblue .item {
	border-bottom: 0px;
}

.companyDetailsblue .item h2 {
	margin-bottom: 10px;
}

.companyDetailsblue .item h3 {
	font-size: 32px;
	font-weight: normal;
	display: inline-block;
	margin: 0 10px 5px 0;
}

.companyDetailsblue .item h4 {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: normal;
}

.companyDetailsblue .item .profilePicture {
	width: 82px;
	float: left;
	margin-right: 10px;
}

.companyDetailsblue .item .left, .companyDetailsblue .item .attendeeLogo, .companyDetailsblue .itemSmall .left {
	width: 25%;
	font-size: 11px;
	font-weight: bold;
	float: left;
}

.companyDetailsblue .item .attendeeLogo img {
	width: 180px;
}

.companyDetailsblue .item .center, .companyDetailsblue .itemSmall .center {
	width: 55%;
	float: left;
	padding-top: 13px;
}

.companyDetailsblue .item .centerRight, .companyDetailsblue .itemSmall .centerRight {
	width: 70%;
	float: left;
	text-align: left;
	padding-top: 13px;
	
}

.companyDetailsblue .itemSmall .centerRight {
	padding-top: 0px;
}

.companyDetailsblue .item .right, .companyDetailsblue .itemSmall .right {
	width: 18%;
	float: right;
}

.attendees .item .left, .lastAttendees .item .left, .lastAttendees .itemLast .left, .lastAttendees .itemFixed .center, .lastAttendees .itemFixedLast .center {
	width: 55%;
	font-size: 11px;
	line-height: 16px;
	float: left;
}

.attendees .left a, .lastAttendees .left a, .lastAttendeesPM .left a  {
	font-size: 12px;
	display: block;
	height: 15px;
	margin-bottom: 5px;
}

.lastAttendees .itemFixed .center, .lastAttendees .itemFixedLast .center {
	padding-top: 10px;
}

.lastAttendees .itemFixed .left, .lastAttendees .itemFixedLast .left {
	width: 20%;
	float: left;
	padding-top: 12px;
}

.lastAttendees .itemFixed .right, .lastAttendees .itemFixedLast .right {
	width: 20%;
	float: right;
}

.lastAttendeesPM .attendeeLogo {
	width: 15%;
}

.lastAttendeesPM .item .left, .lastAttendeesPM .itemLast .left {
	width: 55%;
	float: left;
	font-size: 11px;
}

.lastAttendeesPM .item .right, .lastAttendeePMs .itemLast .right {
	width: 30%;
	float: right;
}

.lastAttendees .item .wide {
	width: 100%;
	font-weight: bold;
	margin-top: 10px;
}

.attendees .itemFixedLast {
	font-size: 10px;
	color: #097ce8;
}

.attendees .item .wide {
	width: 100%;
	float: left;
	padding-top: 13px;
}

.attendees .item .right, .attendees .itemFixedLast .right, .lastAttendees .item .right, .lastAttendees .itemLast .right {
	width: 25%;
	float: right;
	padding-top: 5px;
}

.attendeeLogo {
	width: 20%;
	float: left;
	padding-top: 20px;
}

.attendeeLogo img {
	width: 60px;
}

.companyDetails {
	background: transparent url(../img/icons/companyDetails.gif) no-repeat left center;
	display: block;
	height: 18px;
	width: 92px;
	padding: 0 3px 0 15px;
}

.remove {
	background: transparent url(../img/icons/remove.gif) no-repeat left center;
	display: block;
	height: 18px;
	width: 122px;
	padding: 0 6px 0 12px;
}

.addFavorites {
	background: transparent url(../img/icons/addtoFavorites.gif) no-repeat left center;
	display: block;
	height: 18px;
	width: 94px;
	padding: 0 6px 0 12px;
}

.viewAvailability {
	background: transparent url(../img/icons/viewAvailability.gif) no-repeat left center;
	display: block;
	height: 18px;
	width: 94px;
	padding: 0 6px 0 12px;
}

/*matchMaker*/
.myProfile .itemFixed {
	height: 25px;
	padding-top: 15px;
}

.matchMaker .titleWide {
	background: transparent url(../img/icons/matchMaker.gif) no-repeat left center;
	height: 20px;
	width: 80%;
	padding-left: 30px;
}

.itemBkrgnd.matchMaker {
	line-height: 24px;
	height: 80px;
	padding-top: 5px;
}

.pictureMatchmaker {
	float: left;
	border: solid 1px #dbe3ee;
	margin: 5px 10px 0 0;
	background-color: #FFF;
}

/*credits*/
.credits .titleLeft {
	background: transparent url(../img/icons/credits.gif) no-repeat left center;
	height: 18px;
}

.creditAmount {
	background: transparent url(../img/icons/creditAmount.gif) no-repeat left center;
	color: #000;
}

.pendingCredits {
	background: transparent url(../img/icons/pendingCredits.gif) no-repeat left center;
	color: #000;
}

.buyCredits {
	background: transparent url(../img/icons/buyCredits.gif) no-repeat left center;
	height: 24px;
	width: 20px;
	float: left;
	margin: 10px 20px 0 0;
}

/*myProfile*/
.myProfile .titleWide, .myProfileWide .titleLeft {
	background: transparent url(../img/icons/myProfile.gif) no-repeat left center;
	height: 18px;
	width: 45%;
}

.myProfile .titleWide {
	width: 90%;
}

.myProfile .titleRight, .myProfileWide .titleRight {
	width: 45%;
}

.myProfile .item {
	position: relative;
}

.myProfile .itemDetails {
	border-bottom: 0px;
	padding-bottom: 0px;
}

.space {
	height: 10px;
}

.myProfile .wide {
	padding-top: 5px;
}

.myProfile .left {
	width: 35%;
	float: left;
	padding: 10px 10px 0 0;
}

.myProfile .center {
	width: 50%;
	padding-top: 10px;
	float: left;
	color: #e2007a;
}

.myProfile .right {
	width: 10%;
}

.profileMeter {
	width: 210px;
	height: 14px;
	border: solid 1px #005b8e;
	float: left;
	background-color: #FFF;
}

.profileMeter .meter {
	height: 14px;
	background-image: url(../img/profileMeter.gif);
	background-repeat: repeat-x;
}

.profilePercentage {
	width: 42px;
	float: right;
	text-align: right;
	font-weight: bold;
}

.edit {
	background: transparent url(../img/icons/edit.gif) no-repeat left center;
	height: 22px;
	width: 35px;
	display: inline-block;
	padding: 0 13px 0 16px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.logo {
	border: 1px solid #d5deeb;
}

.notVisible {
	color: #000;
	padding-left: 30px;
	font-size: 10px;
}

/*friends*/
.friends .titleWide {
	background: transparent url(../img/icons/friends.gif) no-repeat left center;
}

.friends .item {
	text-align: center;
	padding: 15px 0;
	height: auto;
	border: 0px;
}

/*agenda*/

.alert {
	border: solid 2px #e2007a;
	margin-bottom: 10px;
}

.alert a {
	background: transparent url(../img/icons/alert.gif) no-repeat left top;
	text-decoration: underline;
	padding: 2px 0 0 25px;
	margin-top: -3px;
	font-weight: bold;
	height: 20px;
	font-size: 13px;
}

.alert a:hover {
	text-decoration: none;
}

.meetingButtons {
	margin-bottom: 10px;
}

.meetingButtons a {
	display: inline-block;
	color: #097ce8;
	font-size: 11px;
}

.meetingButtons a:hover {
	text-decoration: none;
}

.buttonMeetyou {
	background: transparent url(../img/icons/buttonMeetyou.gif) no-repeat left center;
	height: 23px;
	width: 220px;
	padding: 10px 12px 0 38px;
}

a.buttonMeetyou:hover, a.buttonMeetyou.active {
	background: transparent url(../img/icons/buttonMeetyou-hover.gif) no-repeat left center;
}

.buttonApprovedrequests {
	background: transparent url(../img/icons/buttonApprovedrequests.gif) no-repeat left center;
	height: 23px;
	width: 242px;
	padding: 10px 0 0 30px;
}

a.buttonApprovedrequests:hover, a.buttonApprovedrequests.active {
	background: transparent url(../img/icons/buttonApprovedrequests-hover.gif) no-repeat left center;
}

.buttonMeetingrequests {
	background: transparent url(../img/icons/buttonMeetingrequests.gif) no-repeat left center;
	height: 23px;
	width: 219px;
	padding: 10px 12px 0 38px;
}

a.buttonMeetingrequests:hover, a.buttonMeetingrequests.active {
	background: transparent url(../img/icons/buttonMeetingrequests-hover.gif) no-repeat left center;
}

.agendaBkgrnd {
	padding: 0;
}

.agenda .titleLeft {
	background: transparent url(../img/icons/agenda.gif) no-repeat left center;
}

.agendaBkgrnd .itemLast  {
	text-align: right;
	padding-right: 10px;
}

#agenda_container { 
	position: relative;
	width: 710px;
	overflow: hidden;
	top: 41px;
	left: 44px;
}

#inner_block { 
	position:relative;
	width:818px;
	overflow: hidden;
}

#agenda_block { 
	position:absolute;
	width:798px;
	top:10px;
	left:10px;
}

#agenda_navigation { 
	position:absolute;
	background-color:#f0f7ff;
	border-color:#ccc;
	border-style:solid;
	border-width:1px 1px 1px 1px;
	width:710px;
	top:0px;
	left:43px;
}

#agenda_navigation a { 
	font-size: 12px;
	color: #097ce8;
	margin: 0 10px;
	height: 24px;
	width: 85px;
}

#agenda_navigation a.previousPage {
	background: transparent url(../img/icons/previous.gif) no-repeat left center;
	padding: 10px 0 0 25px;
	float: left;
}

#agenda_navigation a.nextPage {
	background: transparent url(../img/icons/nextPage.gif) no-repeat right center;
	padding: 10px 10px 0 0px;
	float: right;
	text-align: center;
}

#agenda_timeplot { 
	position:absolute;
	width:798px;
	top:62px;
	left:0px;
}

DIV .time_notation_left {		
	position:absolute;
	text-align:right;
	height:12px;
	width:30px;
	left:2px;
	font-family:Arial;
	font-size:12px;
	overflow:hidden;
}
DIV .time_notation_right {		
	position:absolute;
	text-align:right;
	height:12px;
	width:30px;
	right:2px;
	font-family:Arial;
	font-size:12px;
	overflow:hidden;
}

DIV .time_line_full {
	position:absolute;
	height:12px;
	width:732px;
	left:33px;
	font-family:Arial;
	font-size:12px;
	border-top:#ccc solid 1px;
}	

DIV .time_line_half {
	position:absolute;
	height:12px;
	width:758px;
	left:20px;
	font-family:Arial;
	font-size:12px;
	border-top:#ddd dotted 1px;
}

#agenda_days {
	position:absolute;
	border-color:#ccc;
	border-style:solid;
	border-width:0px 0px 0px 0px;
}

DIV .agenda_day {
	position:
	relative;
	float:left;
	border-color:#ccc;
	border-style:solid;
	border-width:1px 1px 1px 0px;
	width:236px;
	height:900px;
}

DIV .agenda_day_head {
	position:absolute;
	border-color:#ccc;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	padding:7px;
	width:236px;
	height:16px;
	font-size:14px; 
	font-family:Arial; 
	color:#444; 
	text-align:center;
}

DIV .agenda_day_part {
	position:absolute;
	border:#fff solid 0px;
	width:234px;
	left:1px;
	color: #FFF;
}

.selected {
	border: solid 1px #FFF;
	outline: solid 1px #000;
}

.status {
	font-size: 10px;
	font-weight: normal;
	margin-top: 5px;
}

.time {
	height: 14px;
	width: 92%;
	font-size: 10px;
	font-weight: bold;
	padding: 2px 9px 0 9px;
}

.right a {
	color: #999;
}

.right .unlock {
	background: transparent url(../img/icons/lock.png) no-repeat right center;
	padding: 0 10px 0 0;
	font-weight: normal;
	cursor:pointer;
}

 .right .lock:hover {
	background: transparent url(../img/icons/lock.png) no-repeat right center;
	padding: 0 10px 0 0;
	font-weight: normal;
	text-decoration: underline;
	
	cursor:pointer;
}

.right .lock, .right .unlock:hover {
	background: transparent url(../img/icons/unlock.png) no-repeat right center;
	padding: 0 10px 0 0;
	font-weight: normal;
	cursor:pointer;
}

.details {
	display:block;
	text-decoration: none;
	padding: 5px 10px 5px 30px;
	font-weight: bold;
	font-size: 10px;
}

.details:hover {
	text-decoration: none;
	cursor: pointer;
}

.pendingBlock {
	background-color: #e2007a;
}

.pendingBlock .details, .approvedBlock .details, .waitingBlock .details	{ color: #FFF; }

.pendingBlock .time {
	background-color: #c7006c;
}

.pendingBlock .time .left {
	float: left;
}

.pendingBlock .time .right {
	float: right;
}

.pendingBlock .time .right a.unlock, .pendingBlock .time .right a.lock:hover {
	background: transparent url(../img/icons/lockWhite.png) no-repeat right center;
	color: #FFF;
}

.pendingBlock .time .right a.lock, .pendingBlock .time .right a.unlock:hover {
	background: transparent url(../img/icons/unlockWhite.png) no-repeat right center;
	color: #FFF;
}

.pendingBlock .details {
	background: transparent url(../img/icons/pendingBlock.png) no-repeat 5% 30%;
}

.pendingBlock .details:hover {
	background-color: #f93ea3;
}

.approvedBlock {
	background-color: #97b100;
}

.approvedBlock .time {
	background-color: #869d00;
}

.approvedBlock .time .left {
	float: left;
}

.approvedBlock .time .right {
	float: right;
}

.approvedBlock .details {
	background: transparent url(../img/icons/approvedBlock.png) no-repeat 5% 30%;
}

.approvedBlock .details:hover {
	background-color: #b9d227;
}

.freeBlock {
	background-color: #fff;
}

.freeBlock .time {
	background-color: #d7d7d7;
	color: #909090;
}

.freeBlock .time .left {
	float: left;
}

.freeBlock .time .right {
	float: right;
}

.freeBlock .details {
	background: transparent url(../img/icons/freeBlock.png) no-repeat 5% 30%;
	color: #097ce8;
}

.freeBlock .details:hover {
	background-color: #ebebeb;
}

.freeBlock .details .status {
	color: #909090;
}

.unavailableBlock {
	background-image: url(../img/unavailableBlock.gif);
	background-repeat: repeat;
}

.unavailableBlock .time {
	background-image: url(../img/unavailableTitle.gif);
	background-repeat: repeat;
	color: #909090;
}

.unavailableBlock .time .left {
	float: left;
}

.unavailableBlock .time .right {
	float: right;
}

.unavailableBlock .details {
	background: transparent url(../img/icons/unavailableBlock.png) no-repeat 5% 30%;
	color: #909090;
}

.unavailableBlock .details:hover {
	background-color: #CCC;
}

.waitingBlock {
	background-color: #2053a4;
}

.waitingBlock .time {
	background-color: #1c4a90;
}

.waitingBlock .time .left {
	float: left;
}

.waitingBlock .time .right {
	float: right;
}

.waitingBlock .details {
	background: transparent url(../img/icons/waitingBlock.png) no-repeat 5% 30%;
}

.waitingBlock .details:hover {
	background-color: #447acf;
}

/*Attendees*/
.searchAttendees .titleWide, .searchAttendees .titleLeft {
	background: transparent url(../img/icons/searchAttendees.gif) no-repeat left center;
	height: 18px;
}

