.noScroll {
	overflow: hidden;
}

.alt-text {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

.hidden {
	display: none;
}

.waQBox .title .detailsLink.expand._aytIcon {
	background-position-y: 3px;
	text-align: left;
}

.ayt-icon {
}

.ayt-icon.sent,
.ayt-icon.received {
	position: relative;
	display: inline-block;
	margin-bottom: -5px;
	padding-left: 30px;
	margin-left: 30px;
	height: 30px;
}

.ayt-icon.sent {
	background: url('/static/img/common/msg_empty.png') no-repeat left top transparent;
	margin-top: -5px;
}

.ayt-icon.received {
	background: url('/static/img/common/msg_in_red.png') no-repeat left top transparent;
	margin-top: 0;
}

.ayt-icon .ayt-notify {
	float: right;
	margin-top: 8px;
	color: #000;
	font-size: 13px;
	font-weight: bold;
}

.ayt-icon-mini {
	background: url('/static/img/common/ayt_small.png') no-repeat left top transparent;
	padding: 8px;
	margin-bottom: -3px;
	margin-left: 5px;
	position: relative;
	display: inline-block;
}

.heading-row {
	display: inline-block;
}

.ayt-wrapper {
	position: relative;
	display: block;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #e3e3e3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}

.ayt-messages {
	display: block;
	max-height: 270px;
	overflow-y: auto;
	padding-bottom: 10px;
}

.bottom-border {
	border-bottom:	1px solid #CCC;
}

.ayt-message {
	margin: 10px;
	padding: 10px;
	border: 1px solid #CCC;
	border-radius: 5px;
}

.ayt-message .ayt-header {
	margin-bottom: 5px;
	font-size: 12px;
}

.ayt-message .ayt-header .ayt-name {
	font-weight: bold;
}

.ayt-message .ayt-header .ayt-timestamp {
	float: right;
}

.ayt-message .ayt-body {
    white-space: pre-wrap;
    word-wrap: break-word;
}

.ayt-message.faculty {
	margin-right: 30px;
	background-color: #FFF;
	color:	#333;
}

.ayt-message.student {
	margin-left: 30px;
	background-color: #369;
	color:	#FFF;
	text-shadow: 1px 1px #333;
}

.ayt-no-response {
	margin-left: 30px;
	font-size: 12px;
	font-weight: bold;
}

.ayt-controls {
	padding: 10px 0 5px;
}

.ayt-status-error {
    margin: 10px;
    padding: 10px;
    border: 1px solid #d2a982;
    background-color: #faea9d;
}

.ayt-label {
	display: inline-block;
	width: 150px;
	margin-top: -8px;
	vertical-align: top;
	text-align: center;
}

.ayt-label-icon {

}

.ayt-label-text {
	margin-left: 5px;
	vertical-align: bottom;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
}

.ayt-text {
	display: inline-block;
	width: -webkit-calc(100% - 235px);
	width: calc(100% - 235px);
}

.ayt-textarea {
	width: 100%
}

.ayt-submit {
	display: inline-block;
	width: 75px;
	vertical-align: 7px;
	text-align: center;
}

.ayt-button {
	margin: 0 auto;
	float: none;
}
