﻿@charset "UTF-8";

/* added sections for on/off different states for each tab (to do a swapimage)
Note: in this case, tabs are same size, so we didn't need a style for each, but it's left here to give flexibility in the future.
*/


.NewsTabOn{
	background-image:none;
}
.NewsTabSelected {
	background-position: -74px 0;
}
.NewsTabOff {
	background-position: 0 0;
}

.EventsTabOn {
	background-image:none;
}
.EventsTabSelected {
	background-position: -74px 0;
}
.EventsTabOff {
	background-position: 0 0;
}

