/*

Tabs - important styles to ensure accessibility in print

*/
@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;
    }
}
@media print {
    .anchors {
        display: none;
    }
}

/* Tabs - not important for accessibility, just for the look of it... */

.anchors {
    display: block;
	}
#container-1 .anchors {
    list-style-type: none !important;
    padding: 0 !important;
    position: relative;
    left: 0;
    top: 0;
    height: 23px;
    margin: -23px 0 0 0 !important;
	}
#container-2 .anchors {
    list-style-type: none !important;
    padding: 0 !important;
    position: relative;
    left: 0;
    top: 0;
    height: 44px;
    margin: -44px 0 0 0 !important;
    z-index: 90;
	}
#container-3 .anchors {
    list-style-type: none !important;
    padding: 0 !important;
    position: relative;
    left: 0;
    top: 0;
    height: 29px;
    margin: -29px 0 0 0 !important;
    z-index: 90;
	}
.anchors:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
	}
.anchors li {
    float: left;
    margin: 0;
    padding: 0 !important;
    background: none !important;
	}
#container-1 .anchors a {
    display: block;
    position: relative;
    top: 1px;
    border-bottom: 0;
    z-index: 1;
    padding: 0;
    color: #000;
    height: 23px;
    text-decoration: none;
    background-position: 0 0;
	}
#container-2 .anchors a {
    display: block;
    position: relative;
    top: 0px;
    border-bottom: 0;
    z-index: 1;
    padding: 0;
    color: #000;
    height: 44px;
    text-decoration: none;
    background-position: 0 0;
	}
#container-3 .anchors a {
    display: block;
    position: relative;
    top: 0px;
    border-bottom: 0;
    z-index: 1;
    padding: 0;
    color: #000;
    height: 29px;
    text-decoration: none;
    background-position: 0 0;
	}
.anchors li.tab-events a {
	background-image: url(../../../library/bg-tab-events.png);
	width: 69px;
	}
.anchors li.tab-news a {
	background-image: url(../../../library/bg-tab-news.png);
	width: 59px;
	}
.anchors li.tab-blogs a {
	background-image: url(../../../library/bg-tab-blogs.png);
	width: 69px;
	}
.anchors li.tab-members a {
	background-image: url(../../../library/bg-tab-members.png);
	width: 111px;
	}
.anchors li.tab-blog a {
	background-image: url(../../../library/bg-tab-blog.png);
	width: 111px;
	}	
.anchors li.tab-login a {
	background-image: url(../../../library/bg-tab-login.png);
	width: 84px;
	}
.anchors li.tab-register a {
	background-image: url(../../../library/bg-tab-register.png);
	width: 83px;
	}
		
#container-1 .anchors .ui-tabs-selected a {
    padding-bottom: 0px;
    font-weight: bold;
    background-position: 0 -46px !important;
	}
#container-1 .anchors .ui-tabs-selected a:hover {
    background-position: 0 -46px !important;
	}
#container-1 .anchors a:hover {
    background-position: 0 -23px !important;
	}
	
#container-2 .anchors .ui-tabs-selected a {
    padding-bottom: 0px;
    font-weight: bold;
    background-position: 0 -88px !important;
	}
#container-2 .anchors .ui-tabs-selected a:hover {
    background-position: 0 -88px !important;
	}
#container-2 .anchors a:hover {
    background-position: 0 -44px !important;
	}
	
#container-3 .anchors .ui-tabs-selected a {
    padding-bottom: 0px;
    font-weight: bold;
    background-position: 0 -58px !important;
	}
#container-3 .anchors .ui-tabs-selected a:hover {
    background-position: 0 -58px !important;
	}
#container-3 .anchors a:hover {
    background-position: 0 -29px !important;
	}		
	
/*
.anchors .ui-tabs-selected a, 
.anchors a:hover, 
.anchors a:focus, 
.anchors a:active,
.fragment {
    background: #eaeaea;
	}
*/
.anchors .ui-tabs-selected a:link, 
.anchors .ui-tabs-selected a:visited,
.anchors .ui-tabs-disabled a:link, 
.anchors .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
	}
.anchors a:hover, 
.anchors a:focus, 
.anchors a:active {
    cursor: pointer;
	}
.anchors .ui-tabs-disabled {
    opacity: .4;
	}
#container-1 .anchors .ui-tabs-disabled a:hover, 
#container-1 .anchors .ui-tabs-disabled a:focus, 
#container-1 .anchors .ui-tabs-disabled a:active {
    background-position: 0px -23px !important;
	}
#container-2 .anchors .ui-tabs-disabled a:hover, 
#container-2 .anchors .ui-tabs-disabled a:focus, 
#container-2 .anchors .ui-tabs-disabled a:active {
    background-position: 0px -44px !important;
	}
#container-3 .anchors .ui-tabs-disabled a:hover, 
#container-3 .anchors .ui-tabs-disabled a:focus, 
#container-3 .anchors .ui-tabs-disabled a:active {
    background-position: 0px -29px !important;
	}
.fragment {
    padding: 0;
	}
.anchors .ui-tabs-selected .ui-tabs-loading {
    padding-left: 25px;
    /*background-image: url(loading.gif);*/
    background-position: 4px 50%;
    background-repeat: no-repeat;
	}
	
.tab-events span, 
.tab-news span, 
.tab-blogs span,
.tab-members span,
.tab-blog span,
.tab-login span,
.tab-register span {
	display: none; 
	}
