.quiet,a.quiet:link,a.quiet:visited {
    color: #999 !important;;
    font-weight: normal !important;
}

.small {
    font-size: 80% !important;
}

.quiet strong {
    font-weight: bold !important;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.clear {
    clear: both;
}

.clear-none {
    clear: none;
}

.inline {
    display: inline;
}

.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.nowrap {
    white-space: nowrap;
}

.hidden {
    display: none;
}

/* mark external links */
/*a[href^="http"] {
    padding-left: 17px;
    background-image: url(../img/icons/external.gif);
    background-position: left center !important;
    background-repeat: no-repeat;
}
*/
/* protect img tags */
a[href^="http"] img {
	padding-left: 0;
	background-image: none;
}

/* protect links marked with 'nomark' */
a.nomark[href^="http"] {
	padding-left: 0;
	background-image: none;
}