#networkHeader .networhHeaderLogo {
	background: url(../../img/subsite/novaWorld_logo.png) no-repeat 0 0;	
}

.timezones{
	background: #FFFFFF;
	border-left: 1px solid #772D2D;
	border-right: 1px solid #772D2D;
	padding: 10px 9px;
	clear: both;
	overflow: hidden;
}

.timezones .zonesContent {
    border-bottom: 1px solid #aaa;
	height: 34px;
	width: 960px;
	padding-left: 10px;
}

.timezones a {
    background: url("../../img/articleCommentSortBg.gif") repeat-x scroll 0 1px #FFFFFF;
	border: 1px solid #bbb;
	border-top: 1px solid #ddd;
	border-bottom: none;
    color: #FF6619;
    cursor: pointer;
    display: block;
	float: left;
    font-size: 12px;
    margin-top: 5px;
    padding: 7px 10px;
}

.timezones a.active {
	background: #fff;
	position: relative;
	top: -2px;
	padding-bottom: 10px;
}