/* 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 {
    list-style: none;
    margin: 0;
}
.tabs-nav ul {
}
.tabs-nav li {
    float: left;
    min-width: 72px; /* be nice to Opera */
}

*:first-child+html body .tabs-nav a{
  height: auto;
	}

/***** NEWS *****/
#news {
	display: none;
	}

*:first-child+html body #news .tabs-nav a{
		height: 22px;
}

#news .tabs-nav a{
    font-size: 90%;
    color: #333;
    display: block;
    width: 99px;
    height: 25px;
    background: url("../img/common/tab_off.gif") repeat-x;
    text-align: center;
    border-left: 1px solid #FF9900;
    border-bottom: 1px solid #FF9900;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */
}

*:first-child+html body #news .tabs-nav a.left{
		width: 100px;
}

#news .tabs-nav a.left{
		width: 102px;
}

#news .tabs-nav a:hover{
	text-decoration: underline;
}

#news .tabs-nav .tabs-selected a{
    background: url("../img/common/tab_on.gif") repeat-x;
    border: 0px;
    color: #333;
    font-weight: bold;
    text-decoration: underline;
    outline: 0; /* prevent dotted border in Firefox */
}
#news .tabs-container {
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}

/***** Weather *****/
#weather {
	display: none;
	}

*:first-child+html body #weather .tabs-nav a{
		width: 74px;
		height: 20px;
}

#weather .tabs-nav a{
    font-size: 90%;
    color: #333333;
    display: block;
    width: 74px;
    height: 23px;
    background: url("../img/common/bar_slv.gif") repeat-x;
    text-align: center;
    border: 1px solid #B4B4B4;
    border-top: 0px;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */
}

#weather .tabs-nav a.left{
		border-left: 0px;
}

#weather .tabs-nav a.right{
		border-right: 0px;
}

#weather .tabs-nav a:hover{
	text-decoration: underline;
}

#weather .tabs-nav .tabs-selected a{
    background: #EFEFEF;
    border: 0px;
    color: #333;
    font-weight: bold;
    text-decoration: underline;
    outline: 0; /* prevent dotted border in Firefox */
}

#weather .tabs-container {
		padding: 1em 8px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
