/*
* 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=c0231e&bgTextureHeader=04_highlight_hard.png&bgImgOpacityHeader=30&borderColorHeader=c0231e&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=c7c7c7&fcContent=222222&iconColorContent=222222&bgColorDefault=c0231e&bgTextureDefault=03_highlight_soft.png&bgImgOpacityDefault=60&borderColorDefault=c0231e&fcDefault=ffffff&iconColorDefault=ffffff&bgColorHover=c0231e&bgTextureHover=03_highlight_soft.png&bgImgOpacityHover=75&borderColorHover=c0231e&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=c0231e&bgTextureActive=03_highlight_soft.png&bgImgOpacityActive=60&borderColorActive=c0231e&fcActive=ffffff&iconColorActive=ffffff&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_rot .ui-widget
{
}
.theme_rot .ui-widget .ui-widget
{
}
.theme_rot .ui-widget input, 
.theme_rot .ui-widget select, 
.theme_rot .ui-widget textarea, 
.theme_rot .ui-widget button {
}
.theme_rot .ui-widget-content
{
    border: 1px solid #c7c7c7;
    background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    color: #222222;
}
.theme_rot .ui-widget-content a
{
    color: #222222;
}
.theme_rot .ui-widget-header
{
    border: 1px solid #c0231e;
    background: #c0231e url(images/ui-bg_highlight-hard_30_c0231e_1x100.png) 50% 50% repeat-x;
    color: #ffffff;
    font-weight: bold;
}
.theme_rot .ui-widget-header a
{
    color: #ffffff;
}
.theme_rot .ui-accordion-header
{
    height: 24px;
}
.theme_rot .ui-button-text
{
    font-weight: bold;
}
.theme_rot .ui-accordion-content
{
    padding:1em 10px;
}
.theme_rot .ui-accordion-header a
{
    text-transform:uppercase;
    padding-top:0.4em;
    font-weight: bold;
}

.theme_rot .ui-button-icon-secondary
{
   right: .5em;
}


/* Interaction states
----------------------------------*/
.theme_rot .ui-state-default,
.theme_rot .ui-widget-content .ui-state-default, 
.theme_rot .ui-widget-header .ui-state-default {
    border: 1px solid #c0231e;
    background: #c0231e url(images/ui-bg_highlight-soft_60_c0231e_1x100.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #ffffff;
}
.theme_rot .ui-state-default a,
.theme_rot .ui-state-default a:link, 
.theme_rot .ui-state-default a:visited {
    color: #ffffff;
    text-decoration: none;
}
.theme_rot .ui-state-hover, 
.theme_rot .ui-widget-content .ui-state-hover, 
.theme_rot .ui-widget-header .ui-state-hover, 
.theme_rot .ui-state-focus, 
.theme_rot .ui-widget-content .ui-state-focus, 
.theme_rot .ui-widget-header .ui-state-focus {
    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_rot .ui-state-hover a, 
.theme_rot .ui-state-hover a:hover {
    color: #ffffff;
    text-decoration: none;
}
.theme_rot .ui-state-active, 
.theme_rot .ui-widget-content .ui-state-active, 
.theme_rot .ui-widget-header .ui-state-active {
    border: 1px solid #c0231e;
    background: #c0231e url(images/ui-bg_highlight-soft_60_c0231e_1x100.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #ffffff;
}
.theme_rot .ui-state-active a, 
.theme_rot .ui-state-active a:link, 
.theme_rot .ui-state-active a:visited {
    color: #ffffff;
    text-decoration: none;
}
.theme_rot .ui-widget :active
{
    outline: none;
}
.theme_rot .ui-widget-header .ui-icon
{
    background-image: url(images/ui-icons_ffffff_256x240.png);
}
.theme_rot .ui-state-default .ui-icon
{
    background-image: url(images/ui-icons_ffffff_256x240.png);
}
.theme_rot .ui-state-hover .ui-icon, 
.theme_rot .ui-state-focus .ui-icon {
    background-image: url(images/ui-icons_ffffff_256x240.png);
}
.theme_rot .ui-state-active .ui-icon
{
    background-image: url(images/ui-icons_ffffff_256x240.png);
}

