.auth-module h1 {
    margin: 0 0 30px;
}

.auth-module h3 {
    line-height: 100%;
}

.auth-module small {
    color: #888;
}

.auth-module .title-row .btn-group {
    margin-bottom: 12px;
}

.auth-module .detail-view .null {
    color: #888;
}

.auth-module .disabled {
    color: #888;
}

.auth-module .item-description-column {
    width: 65%;
}

.auth-module .actions-column {
    width: 30px;
}

.auth-module .assignment-items-column {
    width: 580px;
}

.icon-large
{
	padding: 10px;
}

#advancedResearchWell
{
	margin-top: 10px;
	margin-bottom: 2px;
	width: 94%;
}

#inlineForm{
    margin:0;
}

#overlay-loading{
	width: 100%;
	height: 100%;
	margin-right:200px;
	position: fixed;
	background-color: #FFFFFF;
	/*-moz-opacity: .20;*/
	opacity: .80;
	/*filter: alpha(opacity = 80);*/
	z-index: 10000;
	display: none;
	text-align: center;
	vertical-align: middle;
}