
/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial&fwDefault=normal&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=a0a0a0&bgTextureHeader=04_highlight_hard.png&bgImgOpacityHeader=30&borderColorHeader=a0a0a0&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=ffffff&fcContent=222222&iconColorContent=222222&bgColorDefault=a0a0a0&bgTextureDefault=04_highlight_hard.png&bgImgOpacityDefault=30&borderColorDefault=a0a0a0&fcDefault=ffffff&iconColorDefault=888888&bgColorHover=a0a0a0&bgTextureHover=04_highlight_hard.png&bgImgOpacityHover=70&borderColorHover=a0a0a0&fcHover=ffffff&iconColorHover=454545&bgColorActive=a0a0a0&bgTextureActive=04_highlight_hard.png&bgImgOpacityActive=10&borderColorActive=a0a0a0&fcActive=ffffff&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=05_inset_soft.png&bgImgOpacityError=95&borderColorError=c22320&fcError=c22320&iconColorError=cd0a0a&bgColorOverlay=bdbebe&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
*/
/* Component containers
----------------------------------*/
.theme_dunkelgrau .ui-widget-content a
{
    color: #222222;
}
.theme_dunkelgrau .ui-widget-header
{
    border: 1px solid #a0a0a0;
    background: #a0a0a0 url(images/ui-bg_highlight-hard_30_a0a0a0_1x100.png) 50% 50% repeat-x;
    color: #222222;
    font-weight: bold;
}
.theme_dunkelgrau .ui-widget-header a
{
    color: #222222;
}

.theme_dunkelgrau .ui-button-icon-secondary
{
   right: .5em;
}

/* Interaction states
----------------------------------*/
.theme_dunkelgrau .ui-state-default, .theme_dunkelgrau .ui-widget-content .ui-state-default, .theme_dunkelgrau .ui-widget-header .ui-state-default
{
    border: 1px solid #8c8c8c;
    background: #8c8c8c url(images/ui-bg_highlight-soft_75_8c8c8c_1x100.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #ffffff;
}
.theme_dunkelgrau .ui-state-default a, .theme_dunkelgrau .ui-state-default a:link, .theme_dunkelgrau .ui-state-default a:visited
{
    color: #ffffff;
    text-decoration: none;
}
.theme_dunkelgrau .ui-state-hover, .theme_dunkelgrau .ui-widget-content .ui-state-hover, .theme_dunkelgrau .ui-widget-header .ui-state-hover, .theme_dunkelgrau .ui-state-focus, .theme_dunkelgrau .ui-widget-content .ui-state-focus, .theme_dunkelgrau .ui-widget-header .ui-state-focus
{
    border: 1px solid #a0a0a0;
    background: #a0a0a0 url(images/ui-bg_highlight-hard_70_a0a0a0_1x100.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #ffffff;
}
.theme_dunkelgrau .ui-state-hover a, .theme_dunkelgrau .ui-state-hover a:hover
{
    color: #ffffff;
    text-decoration: none;
}
.theme_dunkelgrau .ui-state-active, .theme_dunkelgrau .ui-widget-content .ui-state-active,.theme_dunkelgrau .ui-widget-header .ui-state-active
{
    border: 1px solid #a0a0a0;
    background: #a0a0a0 url(images/ui-bg_highlight-hard_10_a0a0a0_1x100.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #ffffff;
}
.theme_dunkelgrau .ui-state-active a, .theme_dunkelgrau .ui-state-active a:link, .theme_dunkelgrau .ui-state-active a:visited
{
    color: #ffffff;
    text-decoration: none;
}
.theme_dunkelgrau .ui-widget :active
{
    outline: none;
}

