@import url(profile.css);
@import url(discussion.css);
@import url(groups.css);
@import url(settings.css);
@import url(modtools.css);
@import url(email.css);

.muteBox {
	background-color: #EEEEEE;
	margin-left: 140px;
	margin-right:10px;
	
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 4px;
}

.muteMessage {
	font-family: Arial;
	font-size: 12px;
	color: #555555;
}

.muteTime {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #DC2B14
}

#portlet_user_WAR_userportlet {
	margin-top: 20px;
	border: none;
	box-shadow: none;

	.portlet-title {
		display: none;
	}
	
	.portlet-content {
		margin: 0;
		padding: 0;	
	}
}

#user-wrapper {
	width: 984px;
	display: inline-block;
	margin-top: 20px;
}

/* Top User Header */
#user-header {
	width: 100%;
	font-family: 'Museo300';
	font-size: 14px;
	line-height: 1.3em;
	
	a {
		text-decoration: none;
	}
	
	.red {
		font-size: 16px;
		color: #E03800;
		padding-right: 3px;
	}
}

/* Main Profile Top Panel */
#user-panel {
	display: block;
	line-height: 1em;
	width: 674px;
	float: left;
	-webkit-box-shadow: 0px 2.5px 5px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0px 2.5px 5px rgba(0, 0, 0, .2);
	box-shadow: 0px 2.5px 5px rgba(0, 0, 0, .2);
	
	/* for the standard profile view */
	.profile-header {
		height: 100px;
		background: #F6FDFF;			
		border: 1px solid #B7DBED;
		
		.user {
			font-size: 28px;
			font-family: Museo500;
			color: #0A6089;
			padding: 20px 110px 0 30px;
			display: block;
			line-height: 1em;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
		}
		
		.user-organization {
			font-size: 17px;
			font-family: Museo300;
			color: #0A6089;
			padding: 10px 0px 0px 30px;				
			line-height: 1em;
			width: 500px;
			word-wrap: break-word;
		}	
		
		.edit {
			position: relative;
			float: right;
			display: inline-block;
			margin-top: -42px;
			right: 20px;
		}
		
		input[type="button"], button {
			background: #f6fdff; /* Old browsers */
			background: -moz-linear-gradient(top, #f6fdff 0%, #b8dcea 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6fdff), color-stop(100%,#b8dcea)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, #f6fdff 0%,#b8dcea 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, #f6fdff 0%,#b8dcea 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, #f6fdff 0%,#b8dcea 100%); /* IE10+ */
			background: linear-gradient(to bottom, #f6fdff 0%,#b8dcea 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6fdff', endColorstr='#b8dcea',GradientType=0 ); /* IE6-9 */
			border: 1px solid #85C2E0;
			border-radius: 5px 5px 5px 5px;
			box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
			color: #4990B4 !important;
			cursor: pointer;
			font-family: Arial,Helvetica,sans-serif;
			font-size: 12px;
			font-weight: bold;
			line-height: 15px;
			margin: 0;
			margin-top: 5px;
			padding: 5px 12px;
		}
		
		input[type="button"]:hover, button:hover {
			background: #f6fdff; /* Old browsers */
			background: -moz-linear-gradient(top, #f6fdff 0%, #90cae1 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6fdff), color-stop(100%,#90cae1)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, #f6fdff 0%,#90cae1 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, #f6fdff 0%,#90cae1 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, #f6fdff 0%,#90cae1 100%); /* IE10+ */
			background: linear-gradient(to bottom, #f6fdff 0%,#90cae1 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6fdff', endColorstr='#90cae1',GradientType=0 ); /* IE6-9 */
		}
	}
}


/* Right User Panel */
#right-user-panel {
	float: right;
	width: 288px;
	background: #F6FDFF;
	border: 1px solid #B7DBED;
	-webkit-box-shadow: 0px 2.5px 5px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0px 2.5px 5px rgba(0, 0, 0, .2);
	box-shadow: 0px 2.5px 5px rgba(0, 0, 0, .2);
	
	.main {	
		width: 100%;
		min-height: 157px;
		border-bottom: 1px solid #B7DBED;
		
		.profile {
			margin: 20px;
			float: left;
			display: inline-block;
			
			.avatar-logo-wrap { 
				padding-bottom: 15px; 
			}
			
			.user-image-wrap {
				width: 93px;
				height: 93px;
				padding: 10px;
				background: #fff;
				box-shadow: 0px 0px 8px #ddecf1;
				text-align: center;
				position: relative;
				vertical-align: middle;

				.avatar, .user-image {
					display: table-cell;
					height: auto;
					width: auto;
					max-height: 93px;
					max-width: 93px;
				}

				.user-image {
					margin: 0 auto;
				}
				
				.staff-picks-icon {
					background: url("/user-portlet/images/profile-staff-picks-small.png");
					width: 20px;
					height: 29px;
					
					position:absolute;
					left: 1px;
					top: 89px;
				}
				
				.portrait-icons {
					display: none;
				}
				
				.lfr-change-logo {
					background: none;
					margin-bottom: 0px;
					
					.avatar-logo-text {
						margin-top: 10px;
						font-family: Arial;
						font-size: 12px;
						color: #555555;
					}
				}
				
				.lfr-change-logo:link, .lfr-change-logo:visited, .lfr-change-logo:active {
					text-decoration: none;
				}
				
				.lfr-change-logo:hover {
					text-decoration: underline;
				}
			}
		}
			
		.profile-name {
			font-family: Arial;
			font-weight: bold;
			font-size: 14px;
			color: #0A6089;
			margin-top: 45px;
			display: inline-block;
			max-width: 130px;
			text-overflow: ellipsis;
			overflow: hidden;
		}
		
		.featured-contributor {
			margin-top: 2px;
			font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
			font-size: 11px;
			color: #555;
		}
		
		.wolframid {
			font-size:12px;
			color: #666;
			display: inline-block;
			width: 130px;
			word-wrap: break-word;
		}
	}
}



#user-menu {	
	.aui-tab {
		width: 100%;
		border: none;
	}	
	
	.aui-tabview-list, .aui-tab-content {
		background: none;
		border: none;
		padding: 0;
		margin: 0;
		width: 100%;
		background-color:white;
	}
	
	.aui-tab-content {
		background: none;
		min-height: 40px;
	}
	
	.aui-state-default {
		border: none;
		background: none;
		-webkit-transition: background-color .4s;
        -moz-transition: background-color .4s;
        -o-transition: background-color .4s;
        -ms-transition: background-color .4s;
        transition: background-color .4s;
	}
	
	.aui-state-default:hover {
	background-color: #F9F9F9;
	}
	
	.aui-tab-active .aui-tab-content, .aui-tab-active .aui-tab-content:hover {
		position: relative;
		background: #71bce0;
		
		//background: #418fb5; /* Old browsers */
		//background: -moz-linear-gradient(top, #418fb5 0%, #74bfe3 100%); /* FF3.6+ */
		//background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#418fb5), color-stop(100%,#74bfe3)); /* Chrome,Safari4+ */
		//background: -webkit-linear-gradient(top, #418fb5 0%,#74bfe3 100%); /* Chrome10+,Safari5.1+ */
		//background: -o-linear-gradient(top, #418fb5 0%,#74bfe3 100%); /* Opera 11.10+ */
		//background: -ms-linear-gradient(top, #418fb5 0%,#74bfe3 100%); /* IE10+ */
		//background: linear-gradient(to bottom, #418fb5 0%,#74bfe3 100%); /* W3C */
		//filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#418fb5', endColorstr='#74bfe3',GradientType=0 ); /* IE6-9 */
			
		box-shadow: none;
	}
		
	.aui-tab-active strong {
		color: white;
		font-weight: bold;
		text-shadow: 0px 1px 2px #2f729b;
	}

	
	.aui-tab-label, .aui-tab-label a{
		padding: 13px 190px 11px 22px;
		font-weight: bold;
		font-family: 'Arial';
		font-size: 14px;
		text-decoration: none;
		color: #555;
		width:200px;
		-webkit-transition: color .4s;
  		-moz-transition: color .4s;
  		-o-transition: color .4s;
  		-ms-transition: color .4s;
  		transition: color .4s;
	}
	
	.aui-tab-label:hover {
	color: #E03800;
	}

	.aui-tab-active .aui-tab-content:after {
		right: 100%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}

	.aui-tab-active .aui-tab-content:after {
		border-color: rgba(113, 188, 224, 0);
		border-right-color: #71BCE0;
		border-width: 20px;
		top: 50%;
		margin-top: -20px;
	}

}

/* Buttons */
input[type="submit"] {
	background: #f6fdff; /* Old browsers */
	background: -moz-linear-gradient(top, #f6fdff 0%, #b8dcea 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6fdff), color-stop(100%,#b8dcea)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f6fdff 0%,#b8dcea 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f6fdff 0%,#b8dcea 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f6fdff 0%,#b8dcea 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f6fdff 0%,#b8dcea 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6fdff', endColorstr='#b8dcea',GradientType=0 ); /* IE6-9 */
	border: 1px solid #85C2E0;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	color: #4990B4 !important;
	cursor: pointer;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	margin: 0;
	padding: 5px 12px;
}
   
input[type="submit"]:hover {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #41BBE9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#41BBE9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#41BBE9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#41BBE9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#41BBE9 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#41BBE9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#41BBE9',GradientType=0 ); /* IE6-9 */
}
