/*      ..:: Free Radical ::...       */

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

#linkTargetDisplay {
        padding: 4px 0 4px 24px !important;
	direction: rtl !important;
	width: auto !important;
	-moz-border-radius: 16px 0 0 0 !important;
}

#linkTargetDisplay > hbox {
	direction: ltr !important;
}

label[id*="linkTarget"] {
        font-family: Segoe UI Semibold !important;
        text-shadow: 0 1px 1px grey, 0 -1px 2px white, 0px 0px 8px  white, 0px 0px 8px white, 0px 0px 16px white !important;

}

#linkTargetDisplay-scheme[value="http://"] {
        color: slategrey !important;
}

#linkTargetDisplay-scheme[value="https://"] {
        color: darkslategrey !important;
}

#linkTargetDisplay-scheme[value="ftp://"] {
        color: darkgreen !important;
}

#linkTargetDisplay-scheme[value="file://"] {
        color: olive !important;
}

#linkTargetDisplay-domain {
        padding: 0 4px 0 4px !important;
        font-family: Segoe UI Bold !important;
        font-weight: bold !important;
        color: black !important;
}

#linkTargetDisplay-path {
        padding: 0 4px 0 4px !important;
        color: navy !important;
}

#linkTargetDisplay-misc {
        padding: 0 4px 0 4px !important;
        color: purple !important;
}