#profileEditDiv {
	width: 400px;
	background-image: url(../images/profile/profileEditDivTopBG.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-color: #333333;
	font-size: 10px;
}

.profileAvarat {
	float: right;
	margin: 10px 10px 10px 0px;
}

.profileEditTop {
	width: 380px;
	padding: 15px 10px 15px 10px;
}

.profileEditLogin {
	float: left;
}

#formProfileEdit { /* dla IE !! */
	margin: 0px;
	paddin: 0px;
}

.profileEditBottom {
	width: 380px;
	padding: 0px 10px 0px 10px;
	min-height: 15px;

	background-image: url(../images/profile/profileEditDivBottomBG.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #333333;
	font-size: 10px;
}

.profileEditBottomBottom {
	width: 400px;
	min-height: 10px;
	background-image: url(../images/profile/profileEditDivBottomBottomBG.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-color: #333333;
	font-size: 10px;
}

.profileEditBottom .moreprofileEditOptionsLinkDiv {
	text-align: center;
}

.profileEditBottom .moreprofileEditOptionsDiv {
	display: none;
}



a.goProfileEdit {
	display: block;
	float: right;
	margin: 0px 0px 0px 0xp;
	width: 68px;
	height: 17px;
	background-image: url(../images/goConfirm.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	cursor: pointer;
	
}

a.goProfileEdit:hover {
	background-position: 0px -17px;
	background-repeat: no-repeat;
}

.profileTable {
	color: #8E8E8E;
}

.profileTable input{
	width: 220px;
}

.profileTable textarea {
	width: 220px;
	height: 60px;
}

.profileTable tr {
	height: 22px;
}

.profileTable td {
	vertical-align: top;
}

.profileTable td.toRight {
	text-align: right;
	width: 130px;
}

.profileTable td.onRight {
	text-align: left;
	width: 220px;
	padding: 0px 0px 0px 20px;
}


/*** PROFILE PREVIEW ***/

.profilePreview {

}

.profilePreview h1 {
	margin: 20px 0px 20px 0px;
}

.profileStatus {
	font-size: 11px;
	display: block;
	width: 230px;
}

.bd {
	font-style: italic;
	color: #8E8E8E;
}

.profilePreview .profileTable .onRight {
	color: #FFFFFF;
}


.profilePreview .centerFormBoxBottom {
	padding: 5px 20px 0px 0px;
}

.profilePreview .profileCommunity {
	font-size: 12px;
	padding: 0px 15px 15px 15px;
}

.profilePreview .profileArticles {
	font-size: 12px;
	padding: 0px 15px 15px 15px;
}

.profilePreview .profileCareer {
	font-size: 12px;
	padding: 0px 5px 15px 5px;
}

.profilePreview h2 {
	font-size: 14px;
	margin: 6px 0px 6px 0px;
}




/*** END PROFILE PREVIEW ***/


/*** MESSAGES ***/

.messagesListTable {
	color: #8E8E8E;
}

.messagesListTable td {
	font-size: 12px;
}

.messagesListTable .messageFrom {
	width: 125px;
	text-align: left;
}

.messagesListTable .messageTopic {
	width: 172px;
	text-align: left;
}

.messagesListTable .messageUnread {
	color: #FFFFFF;
}

.messagesListTable .messageUnread a {
	color: #FFFFFF;
}

.messagesListTable .messageOperations {
	width: 70px;
	text-align: left;
}

.messagesListTable .messageCheckboxes {
	font-size: 10px;
}

.messagesListTable .messageCheckboxes input {
	width: 13px;
	height: 13px;
}

.messagesListTable .noMessages {
	text-align: center;
}

.messageDate {
	font-size: 10px;
}


.messageShortContent {
	font-size: 10px;
}


/*** END MESSAGES ***/






