body {
	background-color: #fff;
}

#left-handle-container {
    background-image: url('../../img/sidebar-footer-bg-light.png');
	background-repeat: repeat-x;
}

.sidebar-footer {
	background-image: url('../../img/sidebar-footer-bg-light.png');
	background-repeat: repeat-x;
}

.sidebar-footer a {
	color: #6a6a6a;
}

.select {
	background-image: url('../../img/tool_select.png');
}

.favorited {
	background-image: url('../../img/tool_select_selected.png');
}

.shoppingCart {
	background-image: url('../../img/buy.png');
}

#xsiUserStatus {
    background-color: #f8f8f8;
    border-top: 1px solid #ccc;
}

/*** Result column ***/
#searchresult-header {
	color: #3e3e3e;
	background-color: #e6e6e6;
	border-bottom: 1px solid #858585;
}

.save_search a {
	color: #3e3e3e;
}

#breadcrumbs a {
    color: #000;
}

.breadcrumb {
    background-color: #d6d6d6;
    border: 1px solid #c1c1c1;
}

.breadcrumb:hover {
    background-color: #c6c6c6;
    border: 1px solid #b1b1b1;
}


.breadcrumb-divider {
	background-image: url('../../img/arrow_divider_dark.png');
}

#result-column {
	background-color: #fff;
}

.list_description {
	color: #000;
	background-color: #fff;
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease; /* Firefox 4 */
    -webkit-transition: all 0.7s ease; /* Safari and Chrome */
    -o-transition: all 0.7s ease; /* Opera */
}

.list_description.odd {
	background-color: #edf3fe;
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease; /* Firefox 4 */
    -webkit-transition: all 0.7s ease; /* Safari and Chrome */
    -o-transition: all 0.7s ease; /* Opera */
}

.list_description a {
	color: #000;
}

.list_description .meta_info_listview .contenttypePuff {
    background-color: #5D7EAC;
    color: #fff;
}

.resultitem.selected .list_description {
	color: #000;
	background-color: #9fc0fc;
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease; /* Firefox 4 */
    -webkit-transition: all 0.7s ease; /* Safari and Chrome */
    -o-transition: all 0.7s ease; /* Opera */
}

.grid_description .metadata {
	color: #000;
}

.actions-link {
	background-color: #5f7eaf;
	background-image: url('../../img/item-actions-light.png');
}

.actions-dropdown {
	background-color: #5f7eaf;	
	background-image: url('../../img/item-actions-light.png');	
}

.actions-dropdown a {
	color: #fff;
}

.actions-dropdown a:hover {
	background-color: #496187;
}

.actions-dropdown .copyLink .actions-open-link {
    background-image: url('../../img/go_arrow_light.png');
    background-repeat: no-repeat;
}

.dragLink {
    background-image: url('../../img/drag_light.png');
}

.dragLink.image {
	background-image: url('../../img/image-drag.png');	
}

.related-actions-link {
	background-color: #5f7eaf;
	background-image: url('../../img/item-actions-light.png');
}

.paging-navigation a {
	color: #5d7eac;
}

.paging-navigation .current-page {
	color: #000;
}

.paging-navigation .first-page {
	background-image: url('../../img/paging/first-light.png');
}

.paging-navigation .prev-page {
	background-image: url('../../img/paging/prev-light.png');
}

.paging-navigation .next-page {
	background-image: url('../../img/paging/next-light.png');
}

.paging-navigation .last-page {
	background-image: url('../../img/paging/last-light.png');
}

#breadcrumbs {
	color: #000;
}

.breadcrumb a {
	color: #5f7eaf;
}

.breadcrumb-divider {
	color: #343636;
}

.higlighted {
	background-color: #ff9933;
    border-radius: 5px 5px 5px 5px;
	color: #fff;
    padding: 0 3px;
}

/*** Sidebar-left ***/
#sidebar-left-wrapper {
	background-color: #e6e6e6;
	border-right: 1px solid #858585;
}

#user_box h3 {
	color: #6a6a6a;
}

#user_box h3 a {
	color: #6a6a6a;
}

#user_box li h3 a {
	color: #6a6a6a;
}

#sidebar-left .status-box {
    background-color: #e6e6e6;
}

.left-menu-favorites {
	background-image: url('../../img/menu-icons/favorites.png');
}

.left-menu-searches {
	background-image: url('../../img/menu-icons/searches.png');
}

.left-menu-session-searches {
	background-image: url('../../img/menu-icons/session-searches.png');
}

.left-menu-minimized {
	background-image: url('../../img/menu-icons/minimized.png');
}

.left-menu-reset {
    background-image: url('../../img/menu-icons/reset.png');
}

.left-menu-preferences {
	background-image: url('../../img/menu-icons/preferences.png');
}

.left-menu-help {
	background-image: url('../../img/menu-icons/help.png');
}

.left-menu-logout {
    background-image: url('../../img/menu-icons/logout.png');
}

#sidebar-left li a {
	color: #232323;
}

.saved_search_number {
	color: #fff;
	background-color: #5f7eaf;
}

.left-numberof {
	color: #fff;
	background-color: #bbbbbb;
}

.user_searches .search_item a {
	color: #232323;
}

.user_searches .search_item:hover {
	background-color: #c7c7c7;
}

.session_searches .search_item a {
	color: #232323;
}

.session_searches .search_item:hover {
	background-color: #c7c7c7;
}

.user_favorites .favorite_item {
	border-bottom: 1px solid #c7c7c7;
}

.user_favorites .favorite_item:hover {
	background-color: #c7c7c7;
}

.user_favorites .favorite_link {
	color: #000;
}

.user_minimized .minimized_item {
	border-bottom: 1px solid #c7c7c7;
}

.user_minimized .minimized_item:hover {
	background-color: #c7c7c7;
}

.user_settings {
	color: #000;
}

#searchdata h3 {
	color: #6a6a6a;
}

#faceting h3 {
	color: #6a6a6a;
}

#faceting li:hover {
	background-color: #a2b4cb;
}

#faceting li a.facetSelected {
    color: #898282;
}

.freq {
	color: #fff;
	background-color: #5f7eaf;
}

.user_favorites .favorite_item .delete-favorite-link {
	background-image: url('../../img/tool_select_selected.png');
}

.minimized_item .minimize-favorite-link {
	background-image: url('../../img/tool_select.png');
}

/*** Sidebar-right ***/
#sidebar-right {
	background-color: #e6e6e6;
}

#sidebar-right .metadata-section {
    background-color: #D1D1D1;
}

#sidebar-right .preview-table tr:nth-child(even) {
    background-color: #e6e6e6;
}

#sidebar-right .preview-table tr:nth-child(odd) {
    background-color:  #f1f1f1;
}

#sidebar-right .edit-table tr:nth-child(odd) {
    background-color:  #f1f1f1;
}

#sidebar-right .edit-table .nobg {
    background-color: #e6e6e6;
}

#sidebarRightSlider {
	background-image: -webkit-gradient(linear, left top, left bottom,	color-stop(1, #c1c0c0), color-stop(0.07, #e2e2e2));
	background-image: -moz-linear-gradient(center bottom, #c1c0c0 6%, #e2e2e2 93%);
    background-image: -ms-linear-gradient(bottom, #c1c0c0 6%, #e2e2e2 93%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#c1c0c0', EndColorStr='#e2e2e2')";
	width: 100px;
	height: 24px;
	position: absolute;
	border-radius: 3px;
	border: 1px solid #787878;
	z-index: 30;

}

#sidebar-right-wrapper {
	background-color: #e6e6e6;
	border-left: 1px solid #858585;
}

#sidebar-right-header {
	background-color: #e6e6e6;
}

#sidebar-right-tabs {
	background-color: #c1c1c1;
}

#sidebar-right-tabs a {
	color: #737373;
}

#sidebar-right-tabs a:hover {
	color: #010101;
}

#sidebar-right-tabs .active {
	color: #010101;
}

#sidebar-right-history .historydivider {
	background-image: url('../../img/arrow_divider_dark.png');
}

#sidebar-right-history a {
    color: #010101;
    background-color: #d6d6d6;
    border: 1px solid #c1c1c1;
}

#sidebar-right-history a:hover {
    background-color: #c6c6c6;
    border: 1px solid #b1b1b1;
}

#sidebar-right-content {
	color: #000;
}

#sidebar-right-content a.tagLink {
    color: #000;
}

#related {
    background-color: #fdfdfd;
    color: #858585;
    border: 1px solid #ccc;
}

.related_object:hover {
    background-color: #ebebeb;
}

#related .jobHeadline {
    color: #000;
}

#related h3 {
    color: #000;
}

#related h4 {
    color: #858585;
    border-bottom: 1px solid #e3e3e3;
}

#related h5 {
    color: #000;
}

.related_item
{
	background-color: #edf3fe;
	color: #000000;
}

.related_item .favorite-link-related
{
	background-image: url('../../img/tool_select.png');
}

.related_item .odd
{
	background-color: #fff;
}

.related_link
{
	color: #000000;
}