/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

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


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


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

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


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

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



/*
* jQuery UI CSS Framework
* Copyright (c) 2009 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=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
*/


/* Component containers
----------------------------------*/



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


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


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


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


/* Overlays */


/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/* Dialog
----------------------------------*/

/* Progressbar
----------------------------------*/

.ui-tabs { padding: 0; margin: 0; zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: 0; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { text-decoration: none; padding: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 0px; border-bottom-width: 0; }
.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 { padding: 0; display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }


#SlideTabs ul {
	_margin-right: -3px;
}


/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
     font-size: 12px;
}

.ui-tabs-panel {
	margin-right: 0;
}

.ui-tabs-nav {
    float:left;	
	width:43px;
    list-style: none !important;
    margin: 0px;
    padding: 0px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
	clear: both;
    content: " ";
	
}
.ui-tabs-nav li {
    display: block;
    margin: 0;
	padding:0;
	min-width: 43px; /* be nice to Opera */
	list-style: none !important;
	
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0px;
	color: #FFFFFF;
}

.ui-tabs-nav a:visited, .ui-tabs-nav a:visited span {
	display: block;
}

.ui-tabs-nav a {
    margin: 0px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #27537a;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
	top: 0px;
    padding: 0;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
.ui-tabs-nav a span {
    width: 43px; /* IE 6 treats width as min-width */
    min-width: 43px;
    height: 49px;/* IE 6 treats height as min-height */
    min-height: 49px;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding: 0px;
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
    background-position: 100%;
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100%;
}
	

/* SLIDE TOP */
.ui-tabs-nav div#slide_top {
	background: url(/Portals/0/Skins/realvalue/green_mid_top.png) no-repeat;
	width: 43px;
	height: 29px;
}

/* SLIDE BOTTOM */
.ui-tabs-nav div#slide_bottom {
	background: url(/Portals/0/Skins/realvalue/green_mid_bottom.png) no-repeat;
	width: 43px;
	height: 29px;
}


/* SLIDE 1 */
.ui-tabs-nav .ui-tabs-selected a span#slide1,
.ui-tabs-nav a:hover span#slide1,
.ui-tabs-nav a:focus span#slide1,
.ui-tabs-nav a:active span#slide1 {
    background-position: 0;
	background: url(/Portals/0/Skins/realvalue/slide_tab_1_over.png) no-repeat;
	color:#333333;
}
.ui-tabs-nav a span#slide1,
.ui-tabs-nav .ui-tabs-disabled a:hover span#slide1,
.ui-tabs-nav .ui-tabs-disabled a:focus span#slide1,
.ui-tabs-nav .ui-tabs-disabled a:active span#slide1 {
    background-position: 0 0;
	background: url(/Portals/0/Skins/realvalue/slide_tab_1_normal.png) no-repeat;
}

/* SLIDE 2 */
.ui-tabs-nav .ui-tabs-selected a span#slide2,
.ui-tabs-nav a:hover span#slide2,
.ui-tabs-nav a:focus span#slide2,
.ui-tabs-nav a:active span#slide2 {
    background-position: 0;
	background: url(/Portals/0/Skins/realvalue/slide_tab_2_over.png) no-repeat;
	color:#333333;
}
.ui-tabs-nav a span#slide2,
.ui-tabs-nav .ui-tabs-disabled a:hover span#slide2,
.ui-tabs-nav .ui-tabs-disabled a:focus span#slide2,
.ui-tabs-nav .ui-tabs-disabled a:active span#slide2 {
    background-position: 0 0;
	background: url(/Portals/0/Skins/realvalue/slide_tab_2_normal.png) no-repeat;
}


/* SLIDE 3 */
.ui-tabs-nav .ui-tabs-selected a span#slide3,
.ui-tabs-nav a:hover span#slide3,
.ui-tabs-nav a:focus span#slide3,
.ui-tabs-nav a:active span#slide3 {
    background-position: 0;
	background: url(/Portals/0/Skins/realvalue/slide_tab_3_over.png) no-repeat;
	color:#333333;
}
.ui-tabs-nav a span#slide3,
.ui-tabs-nav .ui-tabs-disabled a:hover span#slide3,
.ui-tabs-nav .ui-tabs-disabled a:focus span#slide3,
.ui-tabs-nav .ui-tabs-disabled a:active span#slide3 {
    background-position: 0 0;
	background: url(/Portals/0/Skins/realvalue/slide_tab_3_normal.png) no-repeat;
}


/* SLIDE 4 */
.ui-tabs-nav .ui-tabs-selected a span#slide4,
.ui-tabs-nav a:hover span#slide4,
.ui-tabs-nav a:focus span#slide4,
.ui-tabs-nav a:active span#slide4 {
    background-position: 0;
	background: url(/Portals/0/Skins/realvalue/slide_tab_4_over.png) no-repeat;
	color:#333333;
}
.ui-tabs-nav a span#slide4,
.ui-tabs-nav .ui-tabs-disabled a:hover span#slide4,
.ui-tabs-nav .ui-tabs-disabled a:focus span#slide4,
.ui-tabs-nav .ui-tabs-disabled a:active span#slide4 {
    background-position: 0 0;
	background: url(/Portals/0/Skins/realvalue/slide_tab_4_normal.png) no-repeat;
}


.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
	
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}

.ui-tabs-panel {
    padding: 0px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.ui-tabs-loading em {
    padding: 0;
    background: url(loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

