/*All Ui Styles containing color values:*/

.ui-widget-content {
background: #f2f2f2;
border: 1px solid #cbcbcb;
color: #4E4E4E;
}
.ui-widget-content a {
color: #4E4E4E;
}
.ui-widget-header {
color: #4E4E4E !important;
background: #e5e5e5 bottom left repeat-x;
background-image: -moz-linear-gradient(15% 90% 90deg,#cbcbcb, #e5e5e5, #e5e5e5 100%);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e5e5e5), to(#cbcbcb));
border: 1px solid #cbcbcb;
font-weight: bold;
}
.ui-widget-header a {
color: #4E4E4E;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
background: #f2f2f2;
border: 1px solid #cbcbcb;
color: #4E4E4E;
font-weight: bold;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
color: #4E4E4E;
text-decoration: none;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
background: #cccccc !important;
background-image: -moz-linear-gradient(15% 90% 90deg,#bfbfbf, #cccccc, #cccccc 100%) !important;
border: 1px solid #cbcbcb;
color: #4E4E4E;
}
.ui-state-hover a, .ui-state-hover a:hover {
color: #4E4E4E;
text-decoration: none;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
background: #FFFFFF;
border: 1px solid #cbcbcb;
color: #4E4E4E;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
color: #4E4E4E;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
background: url("images/ui-bg_highlight-soft_75_ffe45c_1x100.png") repeat-x scroll 50% top #FFE45C;
border: 1px solid #FED22F;
color: #4E4E4E;
}
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
color: #4E4E4E;
}
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
border: 1px solid ;
color: #4E4E4E;
}
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
color: #4E4E4E;
}
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
color: #4E4E4E;
}
