/* 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 */
.tabs-nav {

}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    /*margin: 0 0 0 1px;*/
    /*min-width: 84px; /* be nice to Opera */
}
.tabs-nav a {
	display: block;
	width:143px;
	height:20px;
	background:url(../images/tab-menu.gif) 0 0 no-repeat;
	text-decoration: none;
	text-align:center;
	font-weight:bold;
	padding:4px 0 0 0;
}
.tabs-nav .tabs-selected a {
    color: #000;
}
.tabs-nav .tabs-selected a,
.tabs-nav a:hover,
.tabs-nav a:focus,
.tabs-nav a:active {
    /*background-position: 100% -150px;*/
    /*outline: 0;*/
	/* prevent dotted border in Firefox */
}
.tabs-nav a,
.tabs-nav .tabs-disabled a:hover,
.tabs-nav .tabs-disabled a:focus,
.tabs-nav .tabs-disabled a:active {
    /*background-position: 100% -100px;*/
}
.tabs-nav .tabs-selected a{
    /*padding-top: 7px;*/
}
.tabs-nav .tabs-selected a,
.tabs-nav a:hover,
.tabs-nav a:focus,
.tabs-nav a:active{
    /*background-position: 0 -50px;*/
	/*border:1px solid red;*/
}
.tabs-nav a,
.tabs-nav .tabs-disabled a:hover,
.tabs-nav .tabs-disabled a:focus,
.tabs-nav .tabs-disabled a:active{
    /*background-position: 0 0;*/
	/*border:1px solid blue;*/
	background:url(../images/tab-menu-over.gif) 0 0 no-repeat;
}
.tabs-nav .tabs-selected a:link,
.tabs-nav .tabs-selected a:visited,
.tabs-nav .tabs-disabled a:link,
.tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    /*cursor: text;*/
	/*border:1px solid green;*/
	background:url(../images/tab-menu.gif) 0 0 no-repeat;
}
.tabs-nav a:hover,
.tabs-nav a:focus,
.tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
	clear:both;
	width:100%; /* ie 6 */
	padding:7px;
    border-bottom: 1px solid #3e3e3e;
    /*padding: 1em 8px;*/
    background: #4f4f4f; /* declare background color for container to avoid distorted fonts in IE while fading */
	overflow:hidden;
}
.tabs-loading em {
    /*padding: 0 0 0 20px;*/
    background: url(loading.gif) no-repeat 0 50%;
}


#teams{
	width:100%;
	padding:0 0 20px 0;
	overflow:hidden;
}
#teams h3{
padding:0 0 15px 0;
}
#teams h4{
text-transform:uppercase;
}
#teams h4 img{
margin:0 10px 0 0;
}
#teams p{
padding-right:10px;
}


#teams2{
	width:100%;
	padding:0 0 20px 0;
	overflow:hidden;
}
#teams2 h3{
padding:0 0 15px 0;
}
#teams2 h4{
text-transform:uppercase;
}
#teams2 h4 img{
margin:0 10px 0 0;
}
#teams2 p{
padding-right:10px;
}