/* reset */

#oo a {
	border: none;
}
#oo a.ui-state-default {
	color: #4F4F4F;
	border: 1px solid #B6B6B6;
}
#oo a.ui-state-highlight {
	border: 1px solid #D2DBF4;
}
#oo a.ui-state-error {
	color: #280B0B;
	border: 1px solid #E2D0D0;
}
#oo a.ui-state-focus {
	color: #1C4257;
	border: 1px solid #7096AB;
}

/*
#oo .ui-buttonset button.ui-button.ui-corner-left {
	margin-right: -0.4em;
}

#oo .ui-widget-content { 
	border: 1px solid #B6B6B6;
}

#oo .ui-state-error { margin: 0.25em 0; }

#oo .ui-state-disabled {
	filter: alpha(opacity=35);
	-ms-filter: "alpha(opacity=35)";
	zoom: 1;
}
#oo .ui-state-disabled span, #oo span.ui-state-disabled { display: inline-block; }
*/

/* -------------------------------------------------------------------------------- */

/* edit */

#oo .ui-corner-all {
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	border-radius: 3px !important;
}

#oo .ui-button {
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	-o-transition: all 0ms ease-in-out;
	transition: all 0ms ease-in-out;
	
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}
#oo .ui-buttonset.radio, #oo .ui-buttonset.checkbox { padding-left: 0; }
#oo .ui-buttonset.radio input, #oo .ui-buttonset.checkbox input { outline: none; }

#oo .ui-button { margin-left: 0.05em; margin-right: 0.05em; }
#oo .ui-buttonset .ui-button { margin-left: -0.5px; margin-right: -0.5px; }
#oo .ui-buttonset { margin-left: 0.05em; margin-right: 0.05em; }

#oo .ui-icon-info {
	background: url("images/ui-icons_454545_256x240.png") -16px -144px no-repeat transparent !important;
}

/* -------------------------------------------------------------------------------- */

/* add */

#oo .ui-icon-thumbs-up {
	background-image: url("/ooutil/css/bootstrap/img/glyphicons-halflings.png");
	background-position: -95px -143px;
}
#oo .ui-icon-thumbs-down {
	background-image: url("/ooutil/css/bootstrap/img/glyphicons-halflings.png");
	background-position: -119px -143px;
}
#oo .ui-icon-list {
	background-image: url("/ooutil/css/bootstrap/img/glyphicons-halflings.png");
	background-position: -359px -47px;
}
#oo .ui-icon-bell {
	background-image: url("/ooutil/css/bootstrap/img/glyphicons-halflings.png");
	background-position: -47px -143px;
}

/* default */
#oo .white .ui-widget-content { background-color: #ffffff; /* #f4f8fd; */ }
#oo .white .ui-widget-header,
#oo .ui-widget-header {
	background: #c4c4c4 url(images/bg_default.png) 0 0 repeat-x;
	background: linear-gradient(top, #ededed 0%,#c4c4c4 100%);
	
	background: -moz-linear-gradient(top, #ededed 0%, #c4c4c4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#c4c4c4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* IE10+ */
}
/* focus default */
#oo .blue .ui-widget-content { background-color: #e8f1fc; /* #f4f8fd; */ }
#oo .blue .ui-widget-header {
	background: #83b0ca url(adjuster/bg_blue.png) 0 0 repeat-x;
	background: linear-gradient(top, #b9e0f5 0%,#92bdd6 100%);
	border-color: #7096ab;
	
	background: -moz-linear-gradient(top, #b9e0f5 0%, #92bdd6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b9e0f5), color-stop(100%,#92bdd6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b9e0f5 0%,#92bdd6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b9e0f5 0%,#92bdd6 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #b9e0f5 0%,#92bdd6 100%); /* IE10+ */
}
/* 200° */
#oo .pink .ui-widget-content { background-color: #fcede8; /* #fdf6f4; */ }
#oo .pink .ui-widget-header {
	background: #ca8483 url(adjuster/bg_pink.png) 0 0 repeat-x;
	background: linear-gradient(top, #f5b9b9 0%,#d69492 100%);
	border-color: #ab7170;
	
	background: -moz-linear-gradient(top, #f5b9b9 0%, #d69492 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5b9b9), color-stop(100%,#d69492)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f5b9b9 0%,#d69492 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f5b9b9 0%,#d69492 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #f5b9b9 0%,#d69492 100%); /* IE10+ */
}
/* 150° */
#oo .gold .ui-widget-content { background-color: #fcfce8; /* #fdfdf4; */ }
#oo .gold .ui-widget-header {
	background: #cabf83 url(adjuster/bg_gold.png) 0 0 repeat-x;
	background: linear-gradient(top, #f5ebb9 0%,#d6cd92 100%);
	border-color: #aba270;
	
	background: -moz-linear-gradient(top, #f5ebb9 0%, #d6cd92 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5ebb9), color-stop(100%,#d6cd92)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f5ebb9 0%,#d6cd92 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f5ebb9 0%,#d6cd92 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #f5ebb9 0%,#d6cd92 100%); /* IE10+ */
}
/* 75° */
#oo .green .ui-widget-content { background-color: #e8fcef; /* #f4fdf7; */ }
#oo .green .ui-widget-header {
	background: #83ca8a url(adjuster/bg_green.png) 0 0 repeat-x;
	background: linear-gradient(top, #b9f5be 0%,#92d69a 100%);
	border-color: #70ab76;
	
	background: -moz-linear-gradient(top, #b9f5be 0%, #92d69a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b9f5be), color-stop(100%,#92d69a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b9f5be 0%,#92d69a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b9f5be 0%,#92d69a 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #b9f5be 0%,#92d69a 100%); /* IE10+ */
}
/* 280° */
#oo .purple .ui-widget-content { background-color: #fae8fc; /* #fcf4fd; */ }
#oo .purple .ui-widget-header {
	background: #b483ca url(adjuster/bg_purple.png) 0 0 repeat-x;
	background: linear-gradient(top, #e2b9f5 0%,#c292d6 100%);
	border-color: #9970ab;
	
	background: -moz-linear-gradient(top, #e2b9f5 0%, #c292d6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2b9f5), color-stop(100%,#c292d6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e2b9f5 0%,#c292d6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e2b9f5 0%,#c292d6 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #e2b9f5 0%,#c292d6 100%); /* IE10+ */
}

/* -------------------------------------------------------------------------------- */

/* default */
#oo .white.ui-widget-content { background-color: #ffffff; /* #f4f8fd; */ }
#oo .white.ui-widget-header {
	background: #c4c4c4 url(images/bg_default.png) 0 0 repeat-x;
	background: linear-gradient(top, #ededed 0%,#c4c4c4 100%);
	
	background: -moz-linear-gradient(top, #ededed 0%, #c4c4c4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#c4c4c4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* IE10+ */
}
/* focus default */
#oo .blue.ui-widget-content { background-color: #e8f1fc; /* #f4f8fd; */ }
#oo .blue.ui-widget-header {
	background: #83b0ca url(adjuster/bg_blue.png) 0 0 repeat-x;
	background: linear-gradient(top, #b9e0f5 0%,#92bdd6 100%);
	border-color: #7096ab;
	
	background: -moz-linear-gradient(top, #b9e0f5 0%, #92bdd6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b9e0f5), color-stop(100%,#92bdd6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b9e0f5 0%,#92bdd6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b9e0f5 0%,#92bdd6 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #b9e0f5 0%,#92bdd6 100%); /* IE10+ */
}
/* 200° */
#oo .pink.ui-widget-content { background-color: #fcede8; /* #fdf6f4; */ }
#oo .pink.ui-widget-header {
	background: #ca8483 url(adjuster/bg_pink.png) 0 0 repeat-x;
	background: linear-gradient(top, #f5b9b9 0%,#d69492 100%);
	border-color: #ab7170;
	
	background: -moz-linear-gradient(top, #f5b9b9 0%, #d69492 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5b9b9), color-stop(100%,#d69492)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f5b9b9 0%,#d69492 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f5b9b9 0%,#d69492 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #f5b9b9 0%,#d69492 100%); /* IE10+ */
}
/* 150° */
#oo .gold.ui-widget-content { background-color: #fcfce8; /* #fdfdf4; */ }
#oo .gold.ui-widget-header {
	background: #cabf83 url(adjuster/bg_gold.png) 0 0 repeat-x;
	background: linear-gradient(top, #f5ebb9 0%,#d6cd92 100%);
	border-color: #aba270;
	
	background: -moz-linear-gradient(top, #f5ebb9 0%, #d6cd92 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5ebb9), color-stop(100%,#d6cd92)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f5ebb9 0%,#d6cd92 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f5ebb9 0%,#d6cd92 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #f5ebb9 0%,#d6cd92 100%); /* IE10+ */
}
/* 75° */
#oo .green.ui-widget-content { background-color: #e8fcef; /* #f4fdf7; */ }
#oo .green.ui-widget-header {
	background: #83ca8a url(adjuster/bg_green.png) 0 0 repeat-x;
	background: linear-gradient(top, #b9f5be 0%,#92d69a 100%);
	border-color: #70ab76;
	
	background: -moz-linear-gradient(top, #b9f5be 0%, #92d69a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b9f5be), color-stop(100%,#92d69a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b9f5be 0%,#92d69a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b9f5be 0%,#92d69a 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #b9f5be 0%,#92d69a 100%); /* IE10+ */
}
/* 280° */
#oo .purple.ui-widget-content { background-color: #fae8fc; /* #fcf4fd; */ }
#oo .purple.ui-widget-header {
	background: #b483ca url(adjuster/bg_purple.png) 0 0 repeat-x;
	background: linear-gradient(top, #e2b9f5 0%,#c292d6 100%);
	border-color: #9970ab;
	
	background: -moz-linear-gradient(top, #e2b9f5 0%, #c292d6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2b9f5), color-stop(100%,#c292d6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e2b9f5 0%,#c292d6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e2b9f5 0%,#c292d6 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #e2b9f5 0%,#c292d6 100%); /* IE10+ */
}