/* UNIQA
 *
 * jQuery UI CSS Framework 1.8.9
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */


/* Component containers
----------------------------------*/
#tabedcontent .ui-widget{font-size:1em;font-family:arial;}
#tabedcontent .ui-widget-content { border: 0px solid #aaaaaa/*{borderColorContent}*/; background: #ffffff; color: #222222/*{fcContent}*/; }
#tabedcontent .ui-widget-content a { color: #005ea8/*{fcContent}*/; }
#tabedcontent .ui-widget-header {background: #e0e0e0;}
#tabedcontent .ui-widget-header a { color: #222222/*{fcHeader}*/; }

/* Interaction states
----------------------------------*/
#tabedcontent .ui-state-default,#tabedcontent .ui-widget-content .ui-state-default,#tabedcontent .ui-widget-header .ui-state-default {border: 0; background: transparent url(bg-tab.gif) left top no-repeat; font-weight: normal; color: #000000; }
#tabedcontent .ui-state-default a,#tabedcontent .ui-state-default a:link,#tabedcontent .ui-state-default a:visited { color: #000000;text-decoration: none; }
#tabedcontent .ui-state-hover,#tabedcontent .ui-widget-content .ui-state-hover,#tabedcontent .ui-widget-header .ui-state-hover,#tabedcontent .ui-state-focus,#tabedcontent .ui-widget-content .ui-state-focus,#tabedcontent .ui-widget-header .ui-state-focus {border: 0; background: transparent url(bg-tab-active.gif) left top no-repeat; font-weight: normal; color: #ffffff; }
#tabedcontent .ui-state-hover a,#tabedcontent .ui-state-hover a:hover { color: #ffffff; text-decoration: none; }
#tabedcontent .ui-state-active,#tabedcontent .ui-widget-content .ui-state-active,#tabedcontent .ui-widget-header .ui-state-active { border: 0; background: transparent url(bg-tab-active.gif) left top no-repeat; font-weight: normal; color: #ffffff; }
#tabedcontent .ui-state-active a,#tabedcontent .ui-state-active a:link,#tabedcontent .ui-state-active a:visited { color: #ffffff;font-weight:bold;text-decoration: none;}
#tabedcontent .ui-widget:active { outline: none; }

/* Interaction Cues
----------------------------------*/
#tabedcontent .ui-state-highlight,#tabedcontent .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1/*{borderColorHighlight}*/; background: #fbf9ee /*{bgColorHighlight}*/ url()/*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/; color: #363636/*{fcHighlight}*/; }
#tabedcontent .ui-state-highlight a,#tabedcontent .ui-widget-content .ui-state-highlight a,#tabedcontent .ui-widget-header .ui-state-highlight a { color: #363636/*{fcHighlight}*/; }
#tabedcontent .ui-state-error,#tabedcontent .ui-widget-content .ui-state-error,#tabedcontent .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a/*{borderColorError}*/; background: #fef1ec/*{bgColorError}*/ url()/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/; color: #cd0a0a/*{fcError}*/; }
#tabedcontent .ui-state-error a,#tabedcontent .ui-widget-content .ui-state-error a,#tabedcontent .ui-widget-header .ui-state-error a { color: #cd0a0a/*{fcError}*/; }
#tabedcontent .ui-state-error-text,#tabedcontent .ui-widget-content .ui-state-error-text,#tabedcontent .ui-widget-header .ui-state-error-text { color: #cd0a0a/*{fcError}*/; }
#tabedcontent .ui-priority-primary,#tabedcontent .ui-widget-content .ui-priority-primary,#tabedcontent .ui-widget-header .ui-priority-primary { font-weight: bold; }
#tabedcontent .ui-priority-secondary,#tabedcontent  .ui-widget-content .ui-priority-secondary,#tabedcontent   .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
#tabedcontent .ui-state-disabled,#tabedcontent .ui-widget-content .ui-state-disabled,#tabedcontent .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
#tabedcontent .ui-corner-all,#tabedcontent .ui-corner-top,#tabedcontent .ui-corner-bottom{ -moz-border-radius: 0px/*{cornerRadius}*/; -webkit-border-radius: 0px/*{cornerRadius}*/; border-radius: 0px/*{cornerRadius}*/; }
#tabedcontent .ui-corner-tl { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; }
#tabedcontent .ui-corner-tr { -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; }
#tabedcontent .ui-corner-bl { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; }
#tabedcontent .ui-corner-br { -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }

/* Overlays */
#tabedcontent .ui-widget-overlay { background: #aaaaaa/*{bgColorOverlay}*/ url()/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityOverlay}*/; }
#tabedcontent .ui-widget-shadow { margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/; padding: 8px/*{thicknessShadow}*/; background: #aaaaaa/*{bgColorShadow}*/ url()/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityShadow}*/; -moz-border-radius: 8px/*{cornerRadiusShadow}*/; -webkit-border-radius: 8px/*{cornerRadiusShadow}*/; border-radius: 8px/*{cornerRadiusShadow}*/; }


/* Styles for the Frontend Boxes */

/* Component containers
----------------------------------*/
.tabcontainer.gallery .ui-widget{font-size:1em;font-family:arial;}
.tabcontainer.gallery .ui-widget-content { border: 0px solid #aaaaaa/*{borderColorContent}*/; background: #ffffff; color: #222222/*{fcContent}*/; }
.tabcontainer.gallery .ui-widget-content a { color: #005ea8/*{fcContent}*/; }
.tabcontainer.gallery .ui-widget-header {background: #e0e0e0;}
.tabcontainer.gallery .ui-widget-header a { color: #222222/*{fcHeader}*/; }

/* Interaction states
----------------------------------*/
.tabcontainer.gallery .ui-state-default,.tabcontainer.gallery .ui-widget-content .ui-state-default,.tabcontainer.gallery .ui-widget-header .ui-state-default {border: 0; background: transparent url(bg-tab.gif) left top no-repeat; font-weight: normal; color: #000000; }
.tabcontainer.gallery .ui-state-default a,.tabcontainer.gallery .ui-state-default a:link,.tabcontainer.gallery .ui-state-default a:visited { color: #000000;text-decoration: none; }
.tabcontainer.gallery .ui-state-hover,.tabcontainer.gallery .ui-widget-content .ui-state-hover,.tabcontainer.gallery .ui-widget-header .ui-state-hover,.tabcontainer.gallery .ui-state-focus,.tabcontainer.gallery .ui-widget-content .ui-state-focus,.tabcontainer.gallery .ui-widget-header .ui-state-focus {border: 0; background: transparent url(bg-tab-active.gif) left top no-repeat; font-weight: normal; color: #ffffff; }
.tabcontainer.gallery .ui-state-hover a,.tabcontainer.gallery .ui-state-hover a:hover { color: #ffffff; text-decoration: none; }
.tabcontainer.gallery .ui-state-active,.tabcontainer.gallery .ui-widget-content .ui-state-active,.tabcontainer.gallery .ui-widget-header .ui-state-active { border: 0; background: transparent url(bg-tab-active.gif) left top no-repeat; font-weight: normal; color: #ffffff; }
.tabcontainer.gallery .ui-state-active a,.tabcontainer.gallery .ui-state-active a:link,.tabcontainer.gallery .ui-state-active a:visited { color: #ffffff;font-weight:bold;text-decoration: none;}
.tabcontainer.gallery .ui-widget:active { outline: none; }

/* Interaction Cues
----------------------------------*/
.tabcontainer.gallery .ui-state-highlight,.tabcontainer.gallery .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1/*{borderColorHighlight}*/; background: #fbf9ee /*{bgColorHighlight}*/ url()/*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/; color: #363636/*{fcHighlight}*/; }
.tabcontainer.gallery .ui-state-highlight a,.tabcontainer.gallery .ui-widget-content .ui-state-highlight a,.tabcontainer.gallery .ui-widget-header .ui-state-highlight a { color: #363636/*{fcHighlight}*/; }
.tabcontainer.gallery .ui-state-error,.tabcontainer.gallery .ui-widget-content .ui-state-error,.tabcontainer.gallery .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a/*{borderColorError}*/; background: #fef1ec/*{bgColorError}*/ url()/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/; color: #cd0a0a/*{fcError}*/; }
.tabcontainer.gallery .ui-state-error a,.tabcontainer.gallery .ui-widget-content .ui-state-error a,.tabcontainer.gallery .ui-widget-header .ui-state-error a { color: #cd0a0a/*{fcError}*/; }
.tabcontainer.gallery .ui-state-error-text,.tabcontainer.gallery .ui-widget-content .ui-state-error-text,.tabcontainer.gallery .ui-widget-header .ui-state-error-text { color: #cd0a0a/*{fcError}*/; }
.tabcontainer.gallery .ui-priority-primary,.tabcontainer.gallery .ui-widget-content .ui-priority-primary,.tabcontainer.gallery .ui-widget-header .ui-priority-primary { font-weight: bold; }
.tabcontainer.gallery .ui-priority-secondary,.tabcontainer.gallery  .ui-widget-content .ui-priority-secondary,.tabcontainer.gallery   .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.tabcontainer.gallery .ui-state-disabled,.tabcontainer.gallery .ui-widget-content .ui-state-disabled,.tabcontainer.gallery .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }



/* Misc visuals
----------------------------------*/

/* Corner radius */
.tabcontainer.gallery .ui-corner-all,.tabcontainer.gallery .ui-corner-top,.tabcontainer.gallery .ui-corner-bottom{ -moz-border-radius: 0px/*{cornerRadius}*/; -webkit-border-radius: 0px/*{cornerRadius}*/; border-radius: 0px/*{cornerRadius}*/; }
.tabcontainer.gallery .ui-corner-tl { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; }
.tabcontainer.gallery .ui-corner-tr { -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; }
.tabcontainer.gallery .ui-corner-bl { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; }
.tabcontainer.gallery .ui-corner-br { -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }

/* Overlays */
.tabcontainer.gallery .ui-widget-overlay { background: #aaaaaa/*{bgColorOverlay}*/ url()/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityOverlay}*/; }
.tabcontainer.gallery .ui-widget-shadow { margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/; padding: 8px/*{thicknessShadow}*/; background: #aaaaaa/*{bgColorShadow}*/ url()/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityShadow}*/; -moz-border-radius: 8px/*{cornerRadiusShadow}*/; -webkit-border-radius: 8px/*{cornerRadiusShadow}*/; border-radius: 8px/*{cornerRadiusShadow}*/; }