@charset "utf-8";
/* CSS Document */

.profile form {
	width:236px;
}
.profile .holder {
	width:236px;
	margin-bottom:5px;
}
.profile .holder label {
	padding-top:0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	
}
.profile  .holder input {
	border:1px solid #999999;
	height:18px;
	margin:5px 0 8px;
	width:224px;
}
.profile .holder select {
	width:236px;
	margin:5px 0px;
}
* html .profile  .holder select {
	width:232px;
}
.profile .holder input.button {
	width:70px;
	height:20px;
	cursor:pointer;
	font-size:12px;
	color:#FFFFFF;
	background:url(/img/buttons/okBgrd.gif) left top no-repeat;
	border:none;
	padding-bottom:5px;
}

.userMainContent h2 {
	color:#999999; 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;

}
.userMainContent h2.fullName { padding-bottom:20px; font-style:normal;background:transparent url(/img/bgrdHor.gif) repeat-x scroll left bottom;	margin:0;}
.userInformation {
	padding:20px 0px;
	background:transparent url(/img/bgrdHor.gif) repeat-x scroll left bottom;
}
.userMainContent .avatarDiv  {margin-bottom:10px;}
.avatar_name {}

.userInformation .boxBorder {
	background:transparent url(/img/bgrdHor.gif) repeat-x scroll left bottom;
	margin-bottom:10px;
	padding-bottom:10px;
	width:300px;
}
.userInformation .userGroup p {
	padding-bottom:10px;
}

/***********************    Info board posts   ********************************/

.userInformation .comOdd, .userInformation .comEven {
	background-color:#ededed; 
	margin:10px 0px; 
	padding:10px 5px;
}
.userInformation .archiveLink {text-align:center;}


.userInformation .blogPostList {
	padding:10px 5px;
	margin-bottom:10px;
	background-color:#f4f4f4;
}
