/* 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... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

/* Skin */

#tabcontainer ul {
	margin: 0 0 1.5em 0;
}

#tabcontainer ul.tabs-nav {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0;
}
#tabcontainer .tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
#tabcontainer .tabs-nav li {
    float: left;
    margin: 0 1px 0 0 ! important;
    min-width: 84px; /* be nice to Opera */
		list-style: none ! important;
}
#tabcontainer .tabs-nav a, #tabcontainer .tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url(tab.png) no-repeat;
}
#tabcontainer .tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #27537a;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
#tabcontainer .tabs-nav .tabs-selected a {
    color: #000;
}
#tabcontainer .tabs-nav .tabs-selected a, #tabcontainer .tabs-nav a:hover, #tabcontainer .tabs-nav a:focus, #tabcontainer .tabs-nav a:active {
    background-position: 100% -150px;
    outline: 0; /* prevent dotted border in Firefox */
}
#tabcontainer .tabs-nav a, #tabcontainer .tabs-nav .tabs-disabled a:hover, #tabcontainer .tabs-nav .tabs-disabled a:focus, #tabcontainer .tabs-nav .tabs-disabled a:active {
    background-position: 100% -100px;
}
#tabcontainer .tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
#tabcontainer .tabs-nav .tabs-selected a span {
    padding-top: 7px;
}
#tabcontainer .tabs-nav .tabs-selected a span, #tabcontainer .tabs-nav a:hover span,#tabcontainer  .tabs-nav a:focus span, #tabcontainer .tabs-nav a:active span {
    background-position: 0 -50px;
}
#tabcontainer .tabs-nav a span, #tabcontainer .tabs-nav .tabs-disabled a:hover span, #tabcontainer .tabs-nav .tabs-disabled a:focus span, #tabcontainer .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}
#tabcontainer .tabs-nav .tabs-selected a:link, #tabcontainer .tabs-nav .tabs-selected a:visited, #tabcontainer .tabs-nav .tabs-disabled a:link, #tabcontainer .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
#tabcontainer .tabs-nav a:hover, #tabcontainer .tabs-nav a:focus, #tabcontainer .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
#tabcontainer .tabs-nav .tabs-disabled {
    opacity: .4;
}
#tabcontainer .tabs-container {
background:none repeat scroll 0 0 #FEFBEA;
border-top:1px solid #FFC71E;
padding:1em 8px;
}
#tabcontainer .tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

#fragment-1,#fragment-2,#fragment-3,#fragment-4 {
	background: #fefbea;
	border:  1px solid #ffc71e;
}





/* Skin Big */

#tabcontainer_big ul {
	margin: 0 0 1.5em 0;
}

#tabcontainer_big ul.tabs-nav {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0;
}
#tabcontainer_big .tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
#tabcontainer_big .tabs-nav li {
    float: left;
    margin: 0 1px 0 0 ! important;
    min-width: 84px; /* be nice to Opera */
		list-style: none ! important;
}
#tabcontainer_big .tabs-nav a, #tabcontainer_big .tabs-nav a span {
    display: block;
    padding: 0 1px 0 10px;
    background: url(tab_big.png) no-repeat;
}
#tabcontainer_big .tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #27537a;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
#tabcontainer_big .tabs-nav .tabs-selected a {
    color: #000;
}
#tabcontainer_big .tabs-nav .tabs-selected a, #tabcontainer_big .tabs-nav a:hover, #tabcontainer_big .tabs-nav a:focus, #tabcontainer_big .tabs-nav a:active {
    background-position: 100% -306px;
    outline: 0; /* prevent dotted border in Firefox */
}
#tabcontainer_big .tabs-nav a, #tabcontainer_big .tabs-nav .tabs-disabled a:hover, #tabcontainer_big .tabs-nav .tabs-disabled a:focus, #tabcontainer_big .tabs-nav .tabs-disabled a:active {
    background-position: 100% -204px;
}
#tabcontainer_big .tabs-nav a span {
    width: 140px; /* IE 6 treats width as min-width */
    min-width: 140px;
    height: 94px; /* IE 6 treats height as min-height */
    min-height: 94px;
    padding-top: 6px;
    padding-right: 0;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
#tabcontainer_big .tabs-nav .tabs-selected a span {
    padding-top: 7px;
}
#tabcontainer_big .tabs-nav .tabs-selected a span.tp, #tabcontainer_big .tabs-nav a:hover span.tp, #tabcontainer_big .tabs-nav a:focus span.tp, #tabcontainer_big .tabs-nav a:active span.tp {
    background-position: 0 -102px;
}
#tabcontainer_big .tabs-nav .tp a span, #tabcontainer_big .tabs-nav .tabs-disabled .tp a:hover span, #tabcontainer_big .tabs-nav .tp .tabs-disabled a:focus span, #tabcontainer_big .tabs-nav .tabs-disabled .tp a:active span {
    background-position: 0 0;
}
#tabcontainer_big .tabs-nav .tabs-selected a:link, #tabcontainer_big .tabs-nav .tabs-selected a:visited, #tabcontainer_big .tabs-nav .tabs-disabled a:link, #tabcontainer_big .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
#tabcontainer_big .tabs-nav a:hover, #tabcontainer_big .tabs-nav a:focus, #tabcontainer_big .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
#tabcontainer_big .tabs-nav .tabs-disabled {
    opacity: .4;
}
#tabcontainer_big .tabs-container {
background:none repeat scroll 0 0 #FEFBEA;
border-top:1px solid #FFC71E;
padding:1em 8px;
}
#tabcontainer_big .tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

#tabcontainer_big span.tp span.tpc {
	font-size: 9px;
	background: none;
	padding: 0;
	height: 78px;
	min-height: 78px;
}

#tabcontainer_big .tabs-nav-big .tpc a, #tabcontainer_big .tabs-nav-big .tpc a span {
	font-size: 9px;
	background: none;
}

#fragment-1,#fragment-2,#fragment-3,#fragment-4 {
	background: #fefbea;
	border:  1px solid #ffc71e;
}




