@CHARSET "UTF-8";
.userTop .userDetailsContainer .userImage img {
	width: 80px;
	height: 80px;
}

.userTop .userDetailsContainer .userSummary {

}

.userTop .userDetailsContainer .userPopularity {
  border: 1px solid #000000;
  height: 80px;
  margin: 10px auto;
  text-align: center;
  width: 100px;
}

.userTop .userDetailsContainer .userPopularity span {
  display: block;
  font-size: 2.3em;
  margin: 5px 0 0;
}

.userTop .userMainInfo {
	margin-left: 15px;
	width: 600px;
}

.userTop .userMainInfo .name {
	font-size: 18pt;
    font-weight: bold;
}

.userTop .userMainInfo #belongto {
	margin-top: 10px;
}

.userTop .userMainInfo .userurl a {
	text-decoration: underline;
}

.userMainInfo .tagArea .ashtextcolor {
	float: left;
	margin-right: 5px;
}

.userMainInfo .userdescription {
	clear: left;
}
#userDataContainer .userLeftContainer {
	width: 700px;
}

#userDataContainer .userRightContainer {
	width: 250px;
}

.entity {
  display: block;
  float: left;
  height: 200px;
  margin: 9px;
  padding: 5px;
  position: relative;
  width: 200px;
}

.entity .enity_image {
	display: block;
	height: 120px;
	width: 120px;
	margin-bottom: 15px;
}

.entity img {
  max-height: 120px;
  margin: 5px 40px;
  max-width: 120px;
}

.entity a .entity_name {
  font-size: 1em;
  font-weight: bold;
}

.entity a span {
  font-size: 0.8em;
  word-wrap: break-word;
}

.entity a {
  color: #000000;
  display: block;
  font-weight: normal;
  height: 100%;
  line-height: 1.1em;
  text-align: center;
  width: 100%;
  -webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.entity a:hover {
	border: solid 1px #DDD;
	background: #EEE;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.loadingImageContainer {
	text-align:center;
}

/**
 login related css
**/

#setting {
  padding: 0 20px;
}

#setting h3 {
  font-size: 1.2em;
}

#setting p {
  color: #A0A0A0;
  font-size: 0.9em;
}

#setting fieldset {
  border: medium none;
  width: 800px;
  margin-top: 20px;
}

#setting fieldset, #setting dl, #setting dt, #setting dd {
  display: block;
}

#setting dt {
  clear: both;
  float: left;
  text-align: right;
  width: 150px;
  line-height: 2em;
}

#setting dd, #setting .button {
  float: right;
  width: 580px;
}

#loginRegistrationForm input[type="text"] {
  width: 400px;
}

#setting .btnAvailable {
  padding-top: 0;
  cursor: pointer;
}

#setting .button {
  cursor: pointer;
}

#setting .notAvailable {
	color: #FF0000;
}

#setting .available {
	color: #07C617;
}

#setting p {
  color: #A0A0A0;
  font-size: 0.9em;
}


#setting textarea#introduce {
    height: 5em;
}

#setting input.url, #setting input#mail, textarea#introduce {
    width: 400px;
}

#setting .register {
	text-align: center;
	width: 150px;
	margin: 20px 0 20px 220px;
}

.langParentEntity .langCodeEntity {
  vertical-align: bottom;
  width: 80px;
}

.row:after {
  clear: both;
  content: "";
  display: block;
}

#setting fieldset, #setting dl, #setting dt, #setting dd {
  display: block;
}

.row {
  padding: 3px 0;
}

/* #setting a:HOVER {
	color: #FFF;
	background: transparent url("../img/button.png") no-repeat bottom;
} */

div.userContainer {
	border: 1px solid #DDDDDD;
	border-radius: 4px;
	margin-bottom: 10px;
	padding: 12px 16px;
}

div.userContainer .img_margin {
	float: left;
	margin-right: 20px;
}

div.userContainer .username {
	color: #000000;
	font-size: 1.4em;
	font-weight: normal;
	text-decoration: underline;
}

div.userContainer .popularityContainer {
	border: 1px solid #000000;
	height: 64px;
	margin: 4px auto;
	text-align: center;
	width: 90px;
}

div.userContainer .count {
	display: block;
	font-size: 1.6em;
	margin: 5px 0 0;
}

#userList {
	margin-top: 10px;
}

.linkdata-follow {
  line-height: 10px;
  min-width: 50px;
}

.linkdata-follow span {
  font-size: 10px;
}

div.userContainer img {
	width: 80px;
}

.icon-mail {
 	background-image: url("../../img/mail.png");
 	display: inline-block;
	height: 14px;
	vertical-align: middle;
	width: 16px;
}

div.userDetailsContainer .message-sender {
  font-size: 10px;
}

/*
 * user messages css
 */
#sendMessageDialog .sendMessageErrorContainer .warningIcon {
  margin-left: 20px;
  vertical-align: top;
}

#sendMessageDialog .sendMessageErrorContainer .warningMessage {
  float: right;
  margin-top: 5px;
  width: 375px;
}

#sendMessageDialog .btnContainer {
  border-top: 4px solid #DDDDDD;
  margin-top: 10px;
  padding-top: 10px;
  text-align: center;
}

#sendMessageDialog .messageline {
  margin: 6px 0 0;
}

#sendMessageDialog dd {
  margin: 4px 0 0 15px;
}

#sendMessageDialog dd dt {
  float: left;
  width: 80px;
}

#sendMessageDialog dt em {
  margin: 0 5px;
}

#sendMessageDialog .message_from_name, #sendMessageDialog .message_from_mail {
  width: 356px;
}

#sendMessageDialog dd .message_text {
  max-width: 436px;
  min-width: 436px;
}

#sendMessageDialog textarea {
  height: 200px;
  width: 440px;
}

#sendMessageDialog dd input {
  width: 436px;
}

img.hint {
  float: left;
  margin: 0 10px 30px 20px;
}

p.hint {
  color: #666666;
  padding: 7px;
}

/* #sort {
  margin-left: 20px;
} */

#sort p {
	width: 70px;
	float: left;
	line-height: 25px;
	margin-left: 10px;
}

#sort li {
  float: left;
  margin: 0 4px;
}

#sort .selected {
  background: none repeat scroll 0 0 #6AB60B;
  color: #FFFFFF;
}

#sort a {
  display: block;
  padding: 2px 5px;
}

.works .appCountIndicator {
  height: 51px;
  left: 20px;
  position: absolute;
  top: 88px;
  width: 51px;
}

.works .appCountIndicator img.iconApp {
  height: 51px;
  left: 0;
  margin: 0;
  position: relative;
  top: 0;
  width: 51px;
}

.works .appCountIndicator span.appCount {
  color: #FFFFFF;
  display: block;
  font-size: 1.1em;
  font-weight: bold;
  left: 1px;
  position: absolute;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  top: 11px;
  width: 51px;
}

.works .appCountIndicator span.appCount b {
  font-size: 0.7em;
}

div.user_related_loading {
	text-align: center;
}

.user_entity_subheadings {
//  background-color: #E0E0E0;
//  border-bottom: 1px solid #AAAAAA;
//  border-left: 1px solid #AAAAAA;
//  border-right: 1px solid #AAAAAA;
  height: 40px;
}

.user_entity_subheadings .links {
	margin: 10px 5px;
}

.user_entity_subheadings .links div {
	float: left;
	padding-right: 20px;
}

.user_entity_subheadings .links div .selected {
	border-bottom: 2px solid #6AB60B;
	font-weight: bold;
	cursor: default;
}

.user_entity_subheadings .links div a {
	display: block;
	padding: 2px 5px;
	color: #6AB60B;
}

.user_entity_subheadings .links div a:hover {
	font-weight: bold;
}

.user_entity_content {
	margin-top: 5px;'
}

li.entity .security_level_indicator img {
	height: 51px;
	left: 122px;
	margin: 0;
	position: relative;
	top: 0;
	width: 51px;
}

li.entity .security_level_indicator {
	height: 51px;
	left: 20px;
	position: absolute;
	top: 88px;
	width: 51px;
}

/**
 * more button style
 */
.userItemsMoreBtnContainer {
	margin: 10px 0;
    text-align: center;
}
.userItemsMoreBtnContainer .btn {
	width : 200px;
}

/**
 * options styles in user registration page
 */
#loginRegistrationForm .optionsTitle span {
	font-size: 20px;
}

#loginRegistrationForm .optionsTitle {
	cursor: pointer;
}

#loginRegistrationForm .optionsContent dl dd div:nth-child(2) {
	margin-left: 5px;
}

#loginRegistrationForm .options {
	border-bottom: 2px solid;
	border-top: 2px solid;
}

#loginRegistrationForm .optionsContent .title {
	font-weight: bold;
	font-size: 13pt;
	margin-top: 10px;
}