.ass-default {
	font-size:14px
}

.ass-highlight {
	color: #1ABB9C;
	font-weight: bold;
}

.ass-value {
	color: #49a9ea;
}
.ass-mandatory {
	color: #e74c3c;
}

.ass-group {
	margin-top:16px;
	margin-left:30px
}

.ass-group-left {
	margin-left:30px
}

.ass-title {
	font-weight: bold;
	margin-bottom:22px;
	color:#585858;
}

.ass-folder {
	color:#676767;
}

.ass-folder-user {
	color:#1ABB9C;
}

.ass-folder-desc {
	color:#bbbbbb;
	font-style: italic;
}

.ass-small-title {
	color: #49a9ea;
}

.ass-paragraph {
	margin-top:14px;
}

.ass-paragraph-large {
	margin-top:12px;
}

.ass-info {
	margin-top:12px;
	width:50%;
}

.ass-li {
	margin-bottom:4px;
}

.ass-li-large {
	margin-bottom:8px;
}

.ass-link {
	text-decoration:underline;
}

.ass-link-highlight {
	color: #1ABB9C;
	text-decoration:underline;
}

.ass-keyword {
	color: #242424;
	font-style: italic;
}

.ass-format-layout {
	color: #49a9ea;
	font-style: italic;
}

.ass-definition {
	font-weight: bold;
}

.ass-underline {
	background-color:#ffffdf;
}

.ass-underline-plus {
	background-color:#ffffa0;
}

.ass-ui {
	margin-top:32px;
	margin-bottom:16px;
}


.highlight .c { color: #408090; font-style: italic } /* Comment */
.highlight .nt { color: #062873; font-weight: bold } /* Name.Tag */
.highlight .s { color: #4070a0 } /* Literal.String */