/*

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... */
    .tabs-hide, .ui-tabs-hide {
        display: none;
    }
}
@media print {
    .anchors {
        display: none;
    }
}

/* Tabs - not important for accessibility, just for the look of it... */

.mod-register h3,
.mod-mod-eventsearch h3 {
	background-position: 0 10px; 
	padding: 0px;
	margin: 0;
	background-image: none;
	}

.mod-register h3,
.mod-mod-eventsearch h3 {
	padding-top: 20px;
	}
	
.anchors {
    display: none;
	}
.anchors {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    z-index: 1;
    top: 0;
    height: 22px;
    margin-top: -22px;
	}	
.anchors:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
	}
.anchors li {
    float: left;
    margin: 0 !important;
    padding: 0 !important;
    background-image: none;
	}
.anchors a {
    display: block;
    position: relative;
    top: 1px;
    border-bottom: 0;
    z-index: 1;
    padding: 0;
    color: #000;
    height: 22px;
    text-decoration: none;
    background-position: 0 0;
	}
	
.anchors li.login a {
	background-image: url(../../library/tab-login.gif);
	width: 81px;
	}
.anchors li.register a {
	background-image: url(../../library/tab-register.gif);
	width: 82px;
	}
.anchors li.search a {
	background-image: url(../../library/tab-search.gif);
	width: 81px;
	}
.anchors li.advanced a {
	background-image: url(../../library/tab-advanced.gif);
	width: 82px;
	}	
	
.anchors .tabs-selected a, 
.anchors .ui-tabs-selected a {
    padding-bottom: 0px;
    font-weight: bold;
    background-position: 0 -44px /*!important*/;
	}
.anchors .tabs-selected a:hover, 
.anchors .ui-tabs-selected a:hover {
    background-position: 0 -44px /*!important*/;
	}
.anchors a:hover {
    background-position: 0 -22px /*!important*/;
	}		
	
.anchors .tabs-selected a, 
.anchors .ui-tabs-selected a, 
.anchors a:hover, 
.anchors a:focus, 
.anchors a:active,
.fragment {
    /*background: #eaeaea;*/
	}
.anchors .tabs-selected a:link, 
.anchors .tabs-selected a:visited,
.anchors .tabs-disabled a:link, 
.anchors .tabs-disabled a:visited ,
.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 .tabs-disabled, 
.anchors .ui-tabs-disabled {
    opacity: .4;
	}
.anchors .tabs-disabled a:hover, 
.anchors .tabs-disabled a:focus, 
.anchors .tabs-disabled a:active,
.anchors .ui-tabs-disabled a:hover, 
.anchors .ui-tabs-disabled a:focus, 
.anchors .ui-tabs-disabled a:active {
    background-position: 0px -44px !important;
	}
.fragment {
    padding: 0;
	}
.anchors .ui-tabs-selected .tabs-loading,
.anchors .ui-tabs-selected .ui-tabs-loading {
    padding-left: 25px;
    background-position: 4px 50%;
    background-repeat: no-repeat;
	}
	
		
