/* All Possible Module Classes */
.moduleHeader {
	background: url(/images/moduleheader-bg.jpg) top left no-repeat;
}
.moduleContent {
	background: url(/images/modulecontent-bg.gif) bottom left no-repeat #fff;
}
.moduleContentContainer {
	background: url(/images/modulecntcontainer-bg.gif) top left repeat-x;
} /* Not used for the nav or sub nav, replaced with navigation/subNavigationLinks */
.moduleFooter {
	background: url(/images/modulefooter-bg.gif) top left repeat-x;
} /* Used for graphic titles. */
h3 {
	color: #fff;
	font-size: 1.6em;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 18px;
	padding: 4px 3px 3px 9px;
} /* Used for module titles and feature story headline. */
h4 {
	font-size: 1.4em;
	text-transform: uppercase;
} /* Used for all module headlines except the feature. */
.textInput {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size: 1.1em;
	color: #000;
	background: #e6f4fd;
	border: 1px solid #8ecc0b;
	text-indent: 2px;
} /* Applies to modules with text fields only. */
/*----------------------------------------------------------
Delete above classes if styles haven't been defined above
----------------------------------------------------------*/

/* Kelly 95.3 Marquee */
#marquee {
	width: 960px;
	height: 26px;
	overflow: hidden;
}
#marquee .moduleHeader {
	display: none;
}
#marquee .moduleContent {
	background: none;	
}
#marquee .moduleContentContainer {
	background: none;	
}
#marquee .containerPadding {
	padding-top: 5px;
}
#marquee p {
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
}
#marquee a {
	color: #fff;
}
#marquee a:hover {
	text-decoration: none;
}



/* Search */
#search {
	width: 165px;
	margin-bottom: 17px;
}
#search .moduleFooter {
	height: 16px;
}
#search .containerPadding {
	padding: 6px 6px 0px 6px;
}
#search .textInput {
	width: 150px;
	margin-bottom: 6px;
}
#search select {
	display: none;
}
#search legend {
	display: none;
}
#searchForLabel, #searchTypeLabel, #searchTopSearches {
	display: none;
}

/* Club */
#club {
	width: 165px;
	margin-bottom: 17px;
}
#club .moduleFooter {
	height: 16px;
}
#club .containerPadding {
	padding: 6px 6px 0px 6px;
}
#club legend {
	display: none;
}
#club .textInput {
	width: 150px;
	margin-bottom: 3px;
	background: #e6f4fd !important;
	border: 1px solid #8ecc0b;
}
#club .emailAddress, .password, .save {
	font-size: 1.1em;
}
#loginLinks {
	font-size: 1.1em;
}
#forgotPassword a, #emailPassword a {
	color: #008be2;
}
#forgotPassword a:hover, #emailPassword a:hover {
	text-decoration: none;
}
#signUp a {
	color: #8dcd0c;
}
#signUp a:hover {
	text-decoration: none;
}
#nonMember {
	font-weight: bold;
}
#club .button {
	margin: 3px 0px 3px 0px;
}
#club .username {
	font-size: 1.2em;
}
#club .usermessage {
	font-size: 1.1em;
}
#club .osaText {
	font-size: 1.1em;
}
#club .osaText a {
	color: #8dcd0c;
}
#club .osaText a:hover {
	text-decoration: none;
}
#clubMenu a {
	font-size: 1.1em;
	color: #008be2;
}
#clubMenu {
	padding-top: 5px;
}
#clubMenu li {
	list-style: none;
}


/* Poll */
#poll {
	width: 165px;
}
#poll .moduleFooter {
	height: 16px;
}
#poll .moduleContentContainer {
	width: 165px;
}
#poll .containerPadding {
	padding: 6px 6px 0px 6px;
}
#poll legend {
	display: none;
}
#poll .sponsorLabel {
	display: none;
}
#poll .sponsor {
	margin-bottom: 4px;
}
#poll h4 {
	color: #008be2;
	font-size: 1.2em;
}
#pollDescription {
	font-size: 1.1em;	
}
#pollQuestion {
	color: #008be2;
	font-size: 1.1em;
	font-weight: bold;
	padding: 6px 0px 6px 0px;
}
#poll label {
	font-size: 1.1em;  
}
#poll .button {
	margin-top: 8px;
}
#poll dd{
	font-weight: bold;
	color: #008be2;
	padding-bottom: 5px;
	font-size: 1.1em;
}
#poll dt{
	padding-top: 5px;
	font-size: 1.1em;
}


/* Feature */
#feature {
	width: 366px;
}
#feature .moduleHeader {
	height: 10px;
}
#feature .moduleContentContainer {
	width: 366px;
}
#feature .moduleFooter {
	height: 16px;
}
#feature .containerPadding {
	padding: 6px 7px 0px 7px;
}
#feature h2 {
	display: none;
}
#feature hr {
	display: none;
}
#feature img {
	width: 346px;
	height: 175px;
	border: 1px solid #82d2fe;
}
#feature h3 {
	padding: 0px;
	color: #008be2;
	font-size: 1.4em;
	text-decoration: underline;
}
#feature p {
	font-size: 1.2em;
	line-height: 15px;
}

/* Sponsor */
#sponsor .moduleHeader {
	display: none;
}
#sponsor .moduleContent {
	background: none;
	text-align: center
}
#sponsor .moduleContentContainer {
	background: url(/images/pagesponsor-label.gif) top center no-repeat;
}
#sponsor img {
margin: 10px 0px 7px 0px; 	
}

/* On Air */
#onAir {
	width: 234px;
	/*	margin-top: 7px;  */
}
#onAir .moduleFooter {
	height: 16px;
}
#onAir .moduleContentContainer {
	width: 234px;
}
#onAir .containerPadding {
	padding: 6px 6px 0px 6px;
}
#onAir img {
	width: 92px;
	height: 114px;
	border: 1px solid #82d2fe;
	margin-bottom: 10px;
}
#onAir #hostPhoto {
	float: left;
}
#onAir h4 {
	font-size: 1.2em;
}
#onAir h4 a {
	color: #008be2;
	text-transform: uppercase;
	text-decoration: none;
}
#onAir h4 a:hover {
	text-decoration: underline;
}
#onAir .hostText, #hostInfo {
	width: 120px;
	float: right;
}
#onAir .hostTime {
	font-size: 1.1em;
}
#onAir .hostLink a {
	font-size: 1.1em;
	color: #8ecc0b;
}
#onAir .hostLink a:hover {
	text-decoration: none;
}
#onAir .phoneNumber, .textMessage {
	display: none;
}
#onAir h5 {
	font-size: 1.2em;
	font-weight: normal;
}
#onAir #nextHost {
	width: 215px;
}
#nextHost .nextUp {
	width: 55px;
	float: left;
}
#nextHost .hostName {
	font-size: 1.2em;
	width: 160px;
	float: left;
}
#nextHost .hostName a {
	color: #8ecc0b;
}
#nextHost .hostName a:hover {
	text-decoration: none;
}

/* Cube Ad */
#cubeAd .moduleHeader {
	width: 300px;
	display: none;

}
#cubeAd .moduleContent {
	clear: both;
	width: 300px;
	background: none;
	margin-left: -5px;
	margin-top: 5px;
}
#cubeAd .moduleContentContainer {
	width: 300px;
	background: none;
}
#cubeAd .containerPadding{
	width: 300px;
}

/* Kelly Lounge */
#lounge {
	width: 300px;
}
#lounge .moduleFooter {
	height: 16px;
}
#lounge .moduleContentContainer {
	width: 300px;
	height: 210px;
	overflow:auto;
}
#lounge .containerPadding {
	padding: 6px 6px 0px 6px;
}
#lounge hr {
	display: none;
}
#lounge img {
	border: 1px solid #82d2fe;
	float: left;
	margin: 0px 8px 4px 0px; 
}
#lounge .storySeparator {
	background: url(/images/separator.gif) repeat-x center;
	height: 15px;
}
#lounge .separatorLast {
	display: none;
}
#lounge h4 a {
	color: #008be2;
}
#lounge h4 a:hover {
	text-decoration: none;
}
#lounge p {
	font-size: 1.2em;
	line-height: 15px;
}


/* Headline */
#headline {
	width: 606px;
}
#headline h3 {
	display: none;
}
#headline .moduleHeader {
	height: 10px;
}
#headline .moduleContentContainer {
	width: 606px;
}
#headline .moduleFooter {
	height: 16px;
}
#headline .containerPadding {
	padding: 7px;
}
#headline hr {
	display: none;
}
#headline .storySeparator {
	background: url(/images/separator.gif) repeat-x center;
	height: 15px;
	clear: both;
}
#headline .separatorLast {
	display: none;
}
#headline img {
	border: 1px solid #82d2fe;
	margin: 0px 5px 4px 0px; 
}
#headline .storyImage {
	float: left;
}
#headline h4 {
	padding-bottom: 4px;
}
#headline h4 a {
	color: #008be2;
}
#headline h4 a:hover {
	text-decoration: none;
}
#headline p {
	font-size: 1.2em;
	line-height: 15px;
}

/* Send This Page To A Friend */
#emailToFriend {
	width: 162px;
	margin-bottom: 20px;
}
#emailToFriend .moduleHeader {
	display: none;
}
#emailToFriend .moduleContent {
	background: none;
}
#emailToFriend .moduleContentContainer {
	background: none;
}
#emailToFriend a {
	background: url(/images/friend.gif);
	width: 162px;
	height: 47px;
	text-indent: -9999px;
	display: block;
}

/* Weather */
#weather {
	float: left;
	width: 160px;
	margin-top: 7px;
}
#weather .moduleHeader {
	width: 160px;
}
#weather .moduleContentContainer {
	width: 160px;
}
#weather .containerPadding {
	padding: 3px 10px 0px 10px;
}
#weatherInfoFooter {
	clear: both;
}
#weather .moduleFooter {
	height: 16px;
}
#weather h4 {
	color: #008be2;
	font-size: 1.2em;
	text-transform: none;
}
#weather .conditions {
	font-size: 1.1em;
}
#weatherLink a {
	color: #008be2;
	font-size: 1.1em;
}
#weatherLink a:hover {
	text-decoration: none;
}
#weatherDataLinks {
	display: none;
}
#weatherToday {
	padding-bottom: 3px;
}
#weatherLink {
	padding-top: 3px;
}


/* Additional Framework Styles for Modules - Any styles that are used accross multiple modules go below. */
