
/* -----------------------------
----------------------------------------
-------------------------------
----------------------------------------
 TAB
-------------------------------
----------------------------------------
-------------------------------
----------------------------------------
/*
 * jQuery UI CSS Framework 1.8.11
 *
 * 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
 */


/* Interaction Cues
----------------------------------*/
.ui-tabs { position: relative; /*padding: 0.2em;*/ zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: 0.2em 0.2em 0; }
.ui-tabs .ui-tabs-nav li {
list-style: none; float: left;
 position: relative; top: 1px;
 margin: 0 0.2em 1px 0; border-bottom: 0 !important;
 padding: 0; white-space: nowrap; }


.event-tabs.ui-tabs .ui-tabs-nav li a {
width:100px;text-align:center;
float: left; padding: 0.5em 1em;
font: bold 12px Arial;
}

.content-tabs.ui-tabs .ui-tabs-nav li a {
width:100px;text-align:center;
float: left; padding: 0.5em 1em;
font: bold 12px Arial;
}





.red-tab-promo.ui-tabs .event-tab-links li {float:left; list-style-type:none;}
.red-tab-promo.ui-tabs .event-tab-links li a {

    float: left;
    font: bold 12px Arial;
    height: 20px;
    padding-top: 2px;
    text-align: center;
    width: auto;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 0px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; background: none; }
.ui-tabs .tab_pane { display: block; border-width: 0; background: none; clear:both; }
.ui-tabs .ui-tabs-hide { display: none !important; }



/*
 * jQuery UI Tabs 1.8.11
 *
 * 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/Tabs#theming
 */


/* -----------------------------
----------------------------------------
-------------------------------
----------------------------------------
EVENT TAB
-------------------------------
----------------------------------------
-------------------------------
----------------------------------------
  */



/* Layout helpers
----------------------------------*/
.event-tabs .ui-helper-hidden { display: none; }
.event-tabs .ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.event-tabs .ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.event-tabs .ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.event-tabs .ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.event-tabs .ui-helper-clearfix { display:block; }
/* end clearfix */
.event-tabs .ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.event-tabs .ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.event-tabs .ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


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

/* Overlays */
.event-tabs .ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }





/* Component containers
----------------------------------*/
.event-tabs .ui-widget {font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1.1em; }
.event-tabs .ui-widget .ui-widget { font-size: 1em; }
.event-tabs .ui-widget input, .event-tabs .ui-widget select, .event-tabs .ui-widget textarea, .event-tabs .ui-widget button { font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1em; }

.event-tabs .ui-widget-content {
/* CONTENT!! */
border: 1px solid #ebebeb;display:block;width:453px; background: #ebebeb; color: #362b36; padding-bottom: 10px; }


.event-tabs .ui-widget-header {
border: 0px solid #aed0ea;
background: #ffffff; color: #4d4d4f; font-weight: bold;
 }
.event-tabs .ui-widget-header a { color: #4d4d4f; }

/* Interaction states
----------------------------------*/

/* Navigation
----------------------------------*/
.event-tabs.ui-tabs .ui-tabs-nav li a {
width:auto;height:15px;
text-align:center;
outline:none;
float: left; font: bold 14px Arial;
border:0;

}


.event-tabs .ui-state-default, .event-tabs .ui-widget-content .ui-state-default, .event-tabs .ui-widget-header .ui-state-default
{ border: 0px solid #000; /*background: #dee5f1;*/ font-weight: bold; color: #4d4d4f; }

.event-tabs .ui-state-default a, .event-tabs .ui-state-default a:link, .event-tabs .ui-state-default a:visited
/* NON ACTIVE TAB CSS */
{ color: #4d4d4f; text-decoration: none; background:#f7f7f7;}
.event-tabs .ui-state-hover, .event-tabs .ui-widget-content .ui-state-hover, .event-tabs .ui-widget-header .ui-state-hover, .event-tabs .ui-state-focus, .event-tabs .ui-widget-content .ui-state-focus, .event-tabs .ui-widget-header .ui-state-focus
/* NON ACTIVE ON HOVER!!!! */
{ border: 0px solid #74b2e2; /*background: #e4f1fb;*/ font-weight: bold; color: #2c2c2c; }

.event-tabs .ui-state-hover a, .event-tabs .ui-state-hover a:hover {
color: #0070a3; text-decoration: none; }



/* ACTIVE TAB TEXT - NON LINK!*/
.event-tabs .ui-state-active, .event-tabs .ui-widget-content .ui-state-active, .event-tabs .ui-widget-header .ui-state-active {
 border: 0px solid #2694e8; background: #ffffff; font-weight: bold; color: #4d4d4f; }

.event-tabs .ui-state-active a, .event-tabs .ui-state-active a:link, .event-tabs .ui-state-active a:visited {
	/* ACTIVE TAB - LINK */
 color: #4d4d4f; text-decoration: none;background:#ebebeb; }
.event-tabs .ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.event-tabs .ui-state-highlight, .event-tabs .ui-widget-content .ui-state-highlight, .event-tabs .ui-widget-header .ui-state-highlight  {border: 0px solid #f9dd34; background: #ffef8f url(images/ui-bg_highlight-soft_25_ffef8f_1x100.png) 50% top repeat-x; color: #363636; }
.event-tabs .ui-state-highlight a, .event-tabs .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.event-tabs .ui-state-error, .event-tabs .ui-widget-content .ui-state-error, .event-tabs .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #cd0a0a; color: #ffffff; }
.event-tabs .ui-state-error a, .event-tabs .ui-widget-content .ui-state-error a, .event-tabs .ui-widget-header .ui-state-error a { color: #ffffff; }
.event-tabs .ui-state-error-text, .event-tabs .ui-widget-content .ui-state-error-text, .event-tabs .ui-widget-header .ui-state-error-text { color: #ffffff; }
.event-tabs .ui-priority-primary, .event-tabs .ui-widget-content .ui-priority-primary, .event-tabs .ui-widget-header .ui-priority-primary { font-weight: bold; }
.event-tabs .ui-priority-secondary, .event-tabs .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.event-tabs .ui-state-disabled, .event-tabs .ui-widget-content .ui-state-disabled, .event-tabs .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }







/* Overlays */
.event-tabs .ui-widget-overlay { background: #eeeeee; opacity: .80;filter:Alpha(Opacity=80); }
.event-tabs .ui-widget-shadow { margin: -7px 0 0 -7px; padding: 7px; background: #000000 url(images/ui-bg_highlight-hard_70_000000_1x100.png) 50% top repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*
 * jQuery UI Resizable 1.8.12
 *
 * 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/Resizable#theming
 */
.event-tabs .ui-resizable { position: relative;}
.event-tabs .ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;
	/* http://bugs.jqueryui.com/ticket/7233
	 - Resizable: resizable handles fail to work in IE if transparent and content overlaps
	*/
	background-image:url(data:);
}
/*
.event-tabs .ui-resizable-disabled .ui-resizable-handle, .event-tabs .ui-resizable-autohide .ui-resizable-handle { display: none; }
.event-tabs .ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.event-tabs .ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.event-tabs .ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.event-tabs .ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.event-tabs .ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.event-tabs .ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.event-tabs .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.event-tabs .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*
 * jQuery UI Selectable 1.8.12
 *
 * 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/Selectable#theming
 */
/*.event-tabs .ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
/*
 * jQuery UI Tabs 1.8.12
 *
 * 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/Tabs#theming
 */
/* .event-tabs .ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
/*.event-tabs .ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.event-tabs .ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.event-tabs .ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.event-tabs .ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.event-tabs .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .event-tabs .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .event-tabs .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.event-tabs .ui-tabs .ui-tabs-nav li a, .event-tabs .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
/*.event-tabs .ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.event-tabs .ui-tabs .ui-tabs-hide { display: none !important; }
*/
.event-tabs .ui-state-default, .event-tabs .ui-state-hover { background: 0; }


/* -----------------------------
----------------------------------------
-------------------------------
----------------------------------------
RED PROMO TAB
-------------------------------
----------------------------------------
-------------------------------
----------------------------------------
/*
 * jQuery UI CSS Framework 1.8.12
 *
 * 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
 */

/* Layout helpers
----------------------------------*/
.red-tab-promo .ui-helper-hidden { display: none; }
.red-tab-promo .ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.red-tab-promo .ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.red-tab-promo .ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.red-tab-promo .ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.red-tab-promo .ui-helper-clearfix { display:block; }
/* end clearfix */
.red-tab-promo .ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.red-tab-promo .ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.red-tab-promo .ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


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

/* Overlays */
.red-tab-promo .ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
 * jQuery UI CSS Framework 1.8.12
 *
 * 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/?ffDefault=Arial,sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=0px&bgColorHeader=cc0000&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=15&borderColorHeader=e3a1a1&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=eeeeee&fcContent=333333&iconColorContent=cc0000&bgColorDefault=eeeeee&bgTextureDefault=04_highlight_hard.png&bgImgOpacityDefault=100&borderColorDefault=d8dcdf&fcDefault=004276&iconColorDefault=cc0000&bgColorHover=f6f6f6&bgTextureHover=04_highlight_hard.png&bgImgOpacityHover=100&borderColorHover=cdd5da&fcHover=111111&iconColorHover=cc0000&bgColorActive=ffffff&bgTextureActive=01_flat.png&bgImgOpacityActive=65&borderColorActive=eeeeee&fcActive=cc0000&iconColorActive=cc0000&bgColorHighlight=fbf8ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcd3a1&fcHighlight=444444&iconColorHighlight=004276&bgColorError=f3d8d8&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=75&borderColorError=cc0000&fcError=2e2e2e&iconColorError=cc0000&bgColorOverlay=a6a6a6&bgTextureOverlay=09_dots_small.png&bgImgOpacityOverlay=65&opacityOverlay=40&bgColorShadow=333333&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=10&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */


/* Component containers
----------------------------------*/
.red-tab-promo .ui-widget { font-family: Arial,sans-serif; font-size: 1.1em; }
.red-tab-promo .ui-widget .ui-widget { font-size: 1em; }
.red-tab-promo .ui-widget input, .red-tab-promo .ui-widget select, .red-tab-promo .ui-widget textarea, .red-tab-promo .ui-widget button { font-family: Arial,sans-serif; font-size: 1em; }
.red-tab-promo {
border: 1px solid #e60413;
background: #ffffff;
width:298px;height:240px;
}

.red-tab-promo .event-tab-links {
    background: url("/images/red_calendar_heading.png") repeat-x scroll center top transparent;
    border: 0 solid #E3A1A1;
    color: #FFFFFF;
    font-weight: bold;
    height: 40px;
    padding-left: 15px;
    padding-top: 15px;
    text-align: center;
    width: 285px;}

.red-tab-promo .event-tab-links a { color: #ffffff; }


.red-tab-promo .event-tab-links li a {
width:auto;height:15px;width:25px;
text-align:center;color:#fff;padding: 0 10px;
float: left; font: bold 14px Arial;
}

/* Interaction states
----------------------------------*/

.red-tab-promo .event-tab-links li { border: 0px solid #d8dcdf;font-weight: bold; color: #fff; }
.red-tab-promo .ui-state-hover, .red-tab-promo .ui-widget-content .ui-state-hover, .red-tab-promo .ui-widget-header .ui-state-hover, .red-tab-promo .ui-state-focus, .red-tab-promo .ui-widget-content .ui-state-focus, .red-tab-promo .ui-widget-header .ui-state-focus {  font-weight: bold; color: #fff;  }
/* ON HOVER!!*/.red-tab-promo .ui-state-hover a, .red-tab-promo .ui-state-hover a:hover {  text-decoration: underline; }
/* ACTIVE!!*/.red-tab-promo .ui-state-active, .red-tab-promo .ui-widget-content .ui-state-active, .red-tab-promo .ui-widget-header .ui-state-active { background: none repeat scroll 0 0 #313335; font-weight: bold;   }

.red-tab-promo .ui-state-active a, .red-tab-promo .ui-state-active a:link, .red-tab-promo .ui-state-active a:visited { color: #fff; text-decoration: none; border-right:solid 0px #CE1527 !important; }
.red-tab-promo .ui-widget :active { outline: none;}

/* Interaction Cues
----------------------------------*/
.red-tab-promo .ui-state-highlight, .red-tab-promo .ui-widget-content .ui-state-highlight, .red-tab-promo .ui-widget-header .ui-state-highlight  {border: 1px solid #fcd3a1; color: #fff; }
.red-tab-promo .ui-state-highlight a, .red-tab-promo .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #444444; }
.red-tab-promo .ui-state-error, .red-tab-promo .ui-widget-content .ui-state-error, .red-tab-promo .ui-widget-header .ui-state-error {border: 1px solid #cc0000; color: #2e2e2e; }
.red-tab-promo .ui-state-error a, .red-tab-promo .ui-widget-content .ui-state-error a, .red-tab-promo .ui-widget-header .ui-state-error a { color: #fff;}
.red-tab-promo .ui-state-error-text, .red-tab-promo .ui-widget-content .ui-state-error-text, .red-tab-promo .ui-widget-header .ui-state-error-text { color: #fff; }
.red-tab-promo .ui-priority-primary, .red-tab-promo .ui-widget-content .ui-priority-primary, .red-tab-promo .ui-widget-header .ui-priority-primary { font-weight: bold; }
.red-tab-promo .ui-priority-secondary, .red-tab-promo .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.red-tab-promo .ui-state-disabled, .red-tab-promo .ui-widget-content .ui-state-disabled, .red-tab-promo .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* -----------------------------
----------------------------------------
-------------------------------
----------------------------------------
 TRAVEL TAB!!!!
-------------------------------
----------------------------------------
-------------------------------
----------------------------------------
/*




/* Layout helpers
----------------------------------*/
.content-tabs .ui-helper-hidden { display: none; }
.content-tabs .ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.content-tabs .ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.content-tabs .ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.content-tabs .ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.content-tabs .ui-helper-clearfix { display:block; }
/* end clearfix */
.content-tabs .ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.content-tabs .ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.content-tabs .ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


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

/* Overlays */
.content-tabs .ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }





/* Component containers
----------------------------------*/
.content-tabs .ui-widget {font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1.1em; }
.content-tabs .ui-widget .ui-widget { font-size: 1em; }
.content-tabs .ui-widget input, .content-tabs .ui-widget select, .content-tabs .ui-widget textarea, .content-tabs .ui-widget button { font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1em; }

.content-tabs .ui-widget-content {
/* CONTENT!! */

height:auto;width:452px;background: #fff;
	color: #002e7d;float: left; }

.content-tabs .ui-widget-header {
border-bottom: 1px solid #b3b5b6; background: #fff; z-index:900;
	color: #222222; font-weight: bold; top:1px;position:relative;}


.content-tabs .ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/

/* Navigation
----------------------------------*/

.content-tabs .ui-tabs .ui-tabs-nav li a {
width:100px;text-align:center;
height:30px;position:relative;top:1px;
float: left; padding: 0.5em 1em;
font: bold 12px Arial;
}


.content-tabs .ui-state-default, .content-tabs .ui-widget-content .ui-state-default, .content-tabs .ui-widget-header .ui-state-default
{border-bottom: 1px solid #dee5f1; background: #dee5f1;
	font-weight: bold; color: #001d80; z-index:2;}

.content-tabs .ui-state-default a, .content-tabs .ui-state-default a:link, .content-tabs .ui-state-default a:visited
/* NON ACTIVE TAB CSS */{
color: #001d80; text-decoration: none;
 border-bottom: 0px solid #C6C7C8;
 z-index:1;
 }
.content-tabs .ui-state-hover, .content-tabs .ui-widget-content .ui-state-hover, .content-tabs .ui-widget-header .ui-state-hover, .content-tabs .ui-state-focus, .content-tabs .ui-widget-content .ui-state-focus, .content-tabs .ui-widget-header .ui-state-focus
/* NON ACTIVE ON HOVER!!!! */
{ border: 0px solid #74b2e2; /*background: #e4f1fb;*/ font-weight: bold; color: #2c2c2c; }

.content-tabs .ui-state-hover a, .content-tabs .ui-state-hover a:hover {
 text-decoration: underline; }



/* ACTIVE TAB TEXT - NON LINK!*/
.content-tabs .ui-state-active, .content-tabs .ui-widget-content .ui-state-active, .content-tabs .ui-widget-header .ui-state-active {
 border: 0px solid #2694e8; background: #ffffff; font-weight: bold; color: #4d4d4f; }

.content-tabs .ui-state-active a, .content-tabs .ui-state-active a:link, .content-tabs .ui-state-active a:visited {
	/* ACTIVE TAB - LINK */
	border-left: 1px solid #C6C7C8;
    border-right: 1px solid #C6C7C8;
    border-top: 1px solid #C6C7C8;
 background: #ffffff;z-index:3;
	font-weight: bold; color: #001d80; }
.content-tabs .ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/



.content-tabs .ui-state-highlight, .content-tabs .ui-widget-content .ui-state-highlight, .content-tabs .ui-widget-header .ui-state-highlight  {
	border: 0px solid #f9dd34; background: #ffef8f url(images/ui-bg_highlight-soft_25_ffef8f_1x100.png) 50% top repeat-x; color: #363636; }
.content-tabs .ui-state-highlight a, .content-tabs .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a
	{ color: #363636; }
.content-tabs .ui-state-error, .content-tabs .ui-widget-content .ui-state-error, .content-tabs .ui-widget-header .ui-state-error
	{border: 1px solid #cd0a0a; background: #cd0a0a; color: #ffffff; }
.content-tabs .ui-state-error a, .content-tabs .ui-widget-content .ui-state-error a, .content-tabs .ui-widget-header .ui-state-error a
	{ color: #ffffff; }
.content-tabs .ui-state-error-text, .content-tabs .ui-widget-content .ui-state-error-text, .content-tabs .ui-widget-header .ui-state-error-text
	{ color: #ffffff; }
.content-tabs .ui-priority-primary, .content-tabs .ui-widget-content .ui-priority-primary, .content-tabs .ui-widget-header .ui-priority-primary { font-weight: bold; }
.content-tabs .ui-priority-secondary, .content-tabs .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.content-tabs .ui-state-disabled, .content-tabs .ui-widget-content .ui-state-disabled, .content-tabs .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }







/* Overlays */
.content-tabs .ui-widget-overlay { background: #eeeeee; opacity: .80;filter:Alpha(Opacity=80);position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.content-tabs .ui-widget-shadow { margin: -7px 0 0 -7px; padding: 7px; background: #000000 url(images/ui-bg_highlight-hard_70_000000_1x100.png) 50% top repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*
 * jQuery UI Resizable 1.8.12
 *
 * 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/Resizable#theming
 */
.content-tabs .ui-resizable { position: relative;}
.content-tabs .ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;
	/* http://bugs.jqueryui.com/ticket/7233
	 - Resizable: resizable handles fail to work in IE if transparent and content overlaps
	*/
	background-image:url(data:);
}

.content-tabs .ui-state-default, .content-tabs .ui-state-hover { background: 0; }

