/* CSS Document */
a {
  text-decoration:underline;
}
a:hover {
  text-decoration:none;
}
.eventDetail {
  padding:5px;
}
.eventDetailTitle {
  font-weight:bold;
}
.eventDetailCategories {
  font-style:italic;
}
.newsDetail {
  padding:5px;
}
.newsTitle {
  font-weight:bold;
}
.newsSubtitle {
  font-style:italic;
}

#fwNav1 .fwNavItem {
    border-style: none;
}
#fwNav1 {
    list-style: none outside none;
}
#fwNav2 .fwNavItem {
    border-style: none;
}
#fwNav2 {
    list-style: none outside none;
}
.style8 {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 0.9;
    text-align: right;
}







/* saf3+, chrome1+ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#fwNav1 .fwNavItem {
		line-height:1;
	}
	#fwNav2 .fwNavItem {
		border-color: -moz-use-text-color;
		border-style: none;
		border-width: 0;
		float: right;
		margin:  0;
		padding: 0;
		left:40px;
		/*right:25px;*/
		width:125%;
		position: relative;
		width: 165px !important;
		line-height:1.95;
	}
	#fwNav2 .fwNavItem a {
		background: url("Resources/transparent.gif") repeat scroll 0 0 transparent;
		color: #0000FF;
		display: -moz-inline-box;
		height: 1%;
		margin: 0;
		padding: 6px 10px 8px;
		text-decoration: none;
		/*width: 180px !important;*/
	}
}




#fwNav2 .fwNavItem {
    border-color: -moz-use-text-color;
    border-style: none;
    border-width: 0;
    float: right;
    text-align:right;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
#fwNav2 .fwNavItem a {
    background: url("Resources/transparent.gif") repeat scroll 0 0 transparent;
    color: #0000FF;
    display: -moz-inline-box;
    height: 1%;
    margin: 0;
    padding: 6px 10px 8px;
    text-decoration: none;
    /*width: 147px !important;*/
}


#fwNav1 .fwNavItem {
    border-color: -moz-use-text-color;
    border-style: none;
    border-width: 0;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
#fwNav1 .fwNavItem a {
    background: url("Resources/transparent.gif") repeat scroll 0 0 transparent;
    color: #0000FF;
    display: -moz-inline-box;
    height: 1%;
    margin: 0;
    padding: 6px 10px 8px;
    text-decoration: none;
    /*width: 147px !important;*/
}
