﻿body {
    color: #282828;
}

a.no-click
{
    color: #282828;
}

a.disabled {
    color: #cccccc;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Museo Sans Webfont';
}

select {
    padding: 8px 4px;    
}

.toolbar-warning {
    background: #f2af00;
}

.hint
{
	color: #333333;
    font-style: italic;
}

    .hint.light {
        color: #aaaaaa;
    }

.main-wrapper {
    background-color: #ffffff;
}

.company-logo
{
	background-image: url('images/company-logo.png');
	background-position: center center;
}

.product-logo {
	background-image: url('images/product-logo.png');
	background-position: left center;
}

ul.command-toolbar li.separator {
	color: #cccccc;
}

.balloon {
    background-color: #f2f2f2;
}

    .balloon .label {
        color: #666666;
    }

.category .link a {
    color: #282828;
}

.category .icon {
    background: url('images/icons/sectionGroup.png') no-repeat;
}

.browser-warning-panel {
    background-color: #ffffff;
}

    .browser-warning-panel .content .tip .icon {
        background: url('images/icons/warning.png');
    }

.success.popup .left {
    background: url('images/successPopup_left.png') no-repeat;
}

.success.popup .icon-wrapper,
.success.popup .text {
    background: url('images/successPopup_center.png');
    color: #868686;
}

.success.popup .right {
    background: url('images/successPopup_right.png') no-repeat;
}

.success.popup .icon {
    background: url('images/icons/check.png');
}

.notification.error .icon {
    background: url('images/icons/error.png');
    background-repeat: no-repeat;
}

.notification.warning .icon {
    background: url('images/icons/warning.png');
    background-repeat: no-repeat;
}

.error-small, .warning-small {
    color: #ff0000;
}

    .error-small .icon {
        background: url('images/icons/error-small.png') transparent center center no-repeat;
    }

    .warning-small .icon {
        background: url('images/icons/warning-small.png') transparent center center no-repeat;
    }
    
    .warning-small.black {
        color: #282828;
    }
    
.trace .error {
    color: red;
}

.trace .warning {
    color: orange;
}

.trace .section-content {
    margin-left: 20px;
}

.trace .section-header {
    margin-top: 10px;
}

.loading-overlay {
    background-color: #000000;
}

.control-slave-panel.disabled label,
.control-slave-panel.disabled .caption,
.control-slave-panel.disabled a {
	color: #cccccc;
}

.qa-pair-container {
    border-left: 4px solid #cccccc;
}
