/*** colors  

BD1C18 red
211C21 dk grey

*/

/*** FOR THE FCK EDITOR ***/
body {
	padding:0px;
	margin:0px;
	background: #FFF;
}

/*** FOR THE PUBLIC SIDE ***/
body#publicBody {
	padding: 0px;
	margin: 0px auto;
}

/* Generic non-heading text styles */
body, p, td, ul, ol, .body, .defaultBody {
	font: 14px/18px arial, Verdana, 'trebuchet ms', sans-serif;
	color: #424242;
}

strong {
	font-style: normal;
	font-weight: bold;
}

p
{
padding-top: 5px;
padding-bottom: 5px;
margin-top: 5px;
margin-bottom: 5px;
}

/* Generic heading styling */
h1, h2, h3, h4, h5, h6, .pageTitle, .title, .subTitle, .header, th, .tableHeader  {
	font-family: arial, Verdana, 'trebuchet ms', sans-serif;
	color: #bd1c18;
	font-weight: bold;
}

h1.pageTitle {
	color: #bd1c18;
	font-size: 20px;
	/*line-height: 35px;*/
	padding-bottom: 20px;
	position: relative;
	top: 0px;
	left: 0px;
}

h2, .title  {
	font-size: 18px;
	margin-top: 7px;
}

h3, .subTitle {
	font-size: 16px;
}

h4, .header {
	font-size: 14px;
}

.alt_color
{
color: #bd1c18;
}

/*** LIST STYLING ***/
/***** turn ON all bullets by default....this is the only way to get bullets to appear in the FCK editor... *****/
ul
{
list-style: disc;
padding: 20px;
}

ol
{
list-style: decimal;
padding: 20px;
}

/***** now turn OFF bullets by default on the PUBLIC side... *********/
#publicBody ol, #publicBody ul
{
list-style: none;
padding: 0px;
}

/***** now turn on bullets only in the content area (so any client made lists appear correctly... *********/
#mainContent ul
{
list-style: disc;
padding: 20px;
}

#mainContent ol
{
list-style: decimal;
padding: 20px;
}

#mainContent ol li, #mainContent ul li
{

padding-bottom: 5px;
}



/*** AUTO TABLE STYLES....set to main content width minus any padding!! ***/
#autoTable, .autoTable
{
width: 550px;
}

th, .tableHeader 
{
padding: 5px; 
}

table.autoTable td { padding:5px; }
/*******************/



.highlight { color: #ffa031; }

/* Link Styling (usually overidden for menus) */
a { color: #bd1c18; text-decoration: none; }
a:link { color: #bd1c18; }
a:visited { color: #bd1c18; }
a:active { color: #bd1c18; }
a:hover { color: #bd1c18; }

a img {
	border:0;
}
hr { color: black; height: 1px; }

form { padding:0; margin:0; }
label { display:block; }


/* Navigation Styles */

/*** FLYOUT MENU 3 ***/

/* main styles */
#flyout 
{
padding:0; 
margin:0; 
list-style:none; 
font: 16px arial, sans-serif; 
position:relative; 
z-index:200; 
background:transparent;
}
#flyout ul {padding:0; margin:0; list-style:none; float:left; background:#993f99; border-top:1px solid #fff;}

#flyout li {
float:left;
border:0px solid #FFF;
background-image: url(i/menu_divider.jpg);
background-repeat: no-repeat;	
background-position: right -2px;
padding-left: 0px;
padding-right: 25px;
}

#flyout li.last {border-bottom:1px solid #FFF;} /* for the last style if desired */
/* a hack for  IE6 */
* html #flyout li li {float:left;}

/* rollover styles */
#flyout li a {display:block; float:left; color:#fff; height:24px;  padding:0 0px 0 5px; line-height:24px; text-decoration:none; white-space:nowrap; font-weight:bold;}
#flyout li a.down {background:#fff;} /* add down arrow background image if designed */

/*** SECOND LEVEL ***/
#flyout li ul {
background-color: #bd1c18;
border-top: 1px solid #fff; 
border-right: 1px solid #fff; 
border-bottom: 1px solid #fff; 
border-left: 1px solid #fff; 
}

#flyout li ul li {
border-top: 0px solid #211C21; 
border-right: 0px solid #211C21; 
border-bottom: 0px solid #211C21; 
border-left: 0px solid #211C21; 
background-image: none;
width: 100%;
padding-right: 0px;
}

#flyout li li a {color: #fff; font-size: 14px; display:block; height:20px; line-height:20px; float:none; padding:0 25px 0 5px; font-weight:bold;}
#flyout li li a.fly {background:url(right.gif) top right no-repeat red;} /* add right arrow background image to show lower */

#flyout li:hover {position:relative; z-index:300;}
#flyout li.wecreate_hover {position:relative; z-index:300;}
#flyout li.wecreate_hover a {color:#FFF;}


#flyout li li.wecreate_hover a {color:#FFF; background-color:#211C21;}

#flyout li:hover ul {left:0; top:24px; z-index:500;}
#flyout li.wecreate_hover ul {left:0; top:23px; z-index:500;}

#flyout ul {position:absolute; left:-9999px; top:-9999px;}
* html #flyout ul {width:2px;}

/* show next level */
#flyout li:hover li:hover > ul {left:0px; margin-left:100%; top:-1px; z-index:500;}
/* keep further levels hidden */
#flyout li:hover > ul ul {position:absolute; left:-9999px; top:-9999px; width:auto; }
/* show path followed */
#flyout li:hover > a {color:#FFF;}
#flyout li li:hover > a {color:#fff; background-color:#211C21;}

/* but IE5.x and IE6 need this lot to style the flyouts*/
#flyout li.wecreate_hover li.wecreate_hover li.wecreate_hover a,
#flyout li.wecreate_hover li.wecreate_hover li.wecreate_hover li.wecreate_hover a,
#flyout li.wecreate_hover li.wecreate_hover li.wecreate_hover li.wecreate_hover li.wecreate_hover a,
#flyout li.wecreate_hover li.wecreate_hover li.wecreate_hover li.wecreate_hover li.wecreate_hover li.wecreate_hover a
{color:#fff; background-color:#211C21;}

#flyout li.wecreate_hover li.wecreate_hover li a,
#flyout li.wecreate_hover li.wecreate_hover li.wecreate_hover li a,
#flyout li.wecreate_hover li.wecreate_hover li.wecreate_hover li.wecreate_hover li a,
#flyout li.wecreate_hover li.wecreate_hover li.wecreate_hover li.wecreate_hover li.wecreate_hover li a,
{color:#FFF; background-color:#211C21;}

/* show next level */
#flyout li.wecreate_hover li.wecreate_hover ul,
#flyout li.wecreate_hover li.wecreate_hover li.wecreate_hover ul,
#flyout li.wecreate_hover li.wecreate_hover li.wecreate_hover li.wecreate_hover ul,
#flyout li.wecreate_hover li.wecreate_hover li.wecreate_hover li.wecreate_hover li.wecreate_hover ul
{left:100%; margin-left:0; top:-1px;}

/* keep further levels hidden */
#flyout li.wecreate_hover ul ul,
#flyout li.wecreate_hover li.wecreate_hover ul ul,
#flyout li.wecreate_hover li.wecreate_hover li.wecreate_hover ul ul,
#flyout li.wecreate_hover li.wecreate_hover li.wecreate_hover li.wecreate_hover ul ul
{position:absolute; left:-9999px; top:-9999px;}


/*********************/


/**** FIRST LEVEL...*/
/*
.primaryNav
{
border: 0px solid #000000;
text-align: center;
z-index: 10;
}

.primaryNav ul
{
list-style: none;
padding: 0px;
width: 100%;
list-style-position: outside;
}

.primaryNav ul li, .primaryNav ul li a
{
	float: left;
	font: bold 16px/20px arial, helvetica, geneva, sans-serif;
	color: #fff;
	list-style: none;		
}

.primaryNav ul li
{	
	text-align: center;
	padding-right: 0px;
	width: 120px;
	border: 1px solid #000000;
}

.primaryNav ul li:hover, .primaryNav ul li a:hover, .primaryNav ul li a.active
{	
	border-left: 0px solid #bd1c18;
	border-bottom: 0px solid #bd1c18;
	color: #bd1c18;
}


/**** SECOND LEVEL...

.primaryNav ul li .level1{
	
	padding-left: 10px;		
}

.primaryNav ul li .level1 li a{
	
	font: bold 14px/20px arial, helvetica, geneva, sans-serif;
	
	color: #bd1c18;
	padding-left: 0px;		
}

.primaryNav ul li .level1 li a:hover, .primaryNav ul li .level1 li .active {
	
	color: #bd1c18;
}
*/

/****THIRD LEVEL... 

.primaryNav ul li .level2{
	
	padding-left: 20px;
}

.primaryNav ul li .level2 li a{	
	font: bold 11px/20px arial, helvetica, geneva, sans-serif;	
	color: #06A73D;
	padding-left: 0px;
}

.primaryNav ul li .level2 li a:hover, .primaryNav ul li .level2 li .active {	
	color: #bd1c18;
}*/
*/

/*** SEPARATE SECOND LEVEL NAV ***/
#secondaryNav ul
{
list-style: none;
}

#secondaryNav ul li 
{
 display:inline; 
}

#secondaryNav ul li a{
	font: bold 12px/30px arial, helvetica, geneva, sans-serif;
	color: #424242;
	float: left;
	padding-right: 15px;	
}

#secondaryNav ul li a:hover {
	color: #bd1c18;
}


/**** THIRD LEVEL OF A SEPARATE SECOND LEVEL MENU...*/

#secondaryNav ul li .level1{
	
	padding-left: 10px;		
}

#secondaryNav ul li .level1 li a{
	/*display: inline;*/
	font: bold 14px/20px arial, helvetica, geneva, sans-serif;
	/*color: #006AB6;*/
	color: #fff;
	padding-left: 0px;		
}

#secondaryNav ul li .level1 li a:hover, #secondaryNav ul li .level1 li .active {
	
	color: #006AB6;
}


/******** SEPERATE THIRD LEVEL NAV ********/
#thirdNav
{
padding-bottom: 20px; 
border: 0px solid #000000;
}

#thirdNav ul
{
list-style: none;
}

#thirdNav ul li a
{
text-align: center;
vertical-align: middle;
font: 12px/20px arial, verdana, helvetica, geneva, sans-serif;
color: #424242;
text-decoration: none;
border: 0px solid #ffffff;

}

#thirdNav ul li.active a, #thirdNav ul li a:hover
{
color: #bd1c18;
}


#footerNav {
	width: 1000px;
	/*background:#EEE;*/
	text-align: center;
}

#footer ul li {
 display:inline;
}

#footerNav ul li a{	
	padding: 0px 5px;
	font: 12px arial, helvetica, geneva, sans-serif;
	color: #fff;
	list-style: none;	
}

#footerNav ul li a:hover {
	color: #bd1c18;
}



/*** MAIN LAYOUT ***/

#container
{
padding-top: 0px;
text-align: center;
margin: 0 auto;
background-image: url(i/kool_bg.gif);
}

	#container_2
	{
	width: 1000px;
	text-align: left;
	margin: 0 auto;
	border: 0px solid #000000;
	}	
		
		
			/*#masthead {
			border: 0px solid #000000;
			position:relative; 
			width: 1000px;
			height: 122px;	
			background-image: url(i/kfun_leaderboard_box.jpg);
			background-repeat: no-repeat;	
			background-position: bottom left;
			z-index: 100;		
			}*/
			
			#masthead {
			position: relative;
			border: 0px solid #000000;
			background-image: url(i/wkeb_01.jpg);
			background-repeat: no-repeat;	
			position:relative; /* so that everything inside can be absolute*/
			width: 1000px;
			height: 422px;	
			
			}
			
			#masthead.home{			
			background-image: url(i/wkeb_01_home.jpg);		
			height: 698px;				
			}
			
				#leaderboard {
				position: absolute;
				top: 54px;
				left: 232px;
				border: 1px solid #211C21;
				width: 728px;
				height: 90px;	
				
				/*background-image: url(i/leaderboard.jpg);
				background-repeat: no-repeat;	*/
				}				
				
				
								
				
				#logo_link {
				border: 0px solid #000000;
				position: absolute;
				left: 0px;
				top: 5px;
				width: 250px; 
				height: 190px; 		
				overflow: hidden;
				cursor: hand;	
				}
				
				#phone_numbers{
				border: 0px solid #000000;
				position: absolute;
				left: 12px;
				top: 205px;
				font: bold 14px/18px arial, Verdana, 'trebuchet ms', sans-serif;
				color: #211C21;				
				}
				
				#rotatingArtist
				{
				border: 0px solid #000000;
				position: absolute;
				left: 35px;
				top: 209px;
				width: 556px; 
				height: 118px; 				
				overflow: hidden;
				
				background-image: url(i/rotating_image_bg_gray.jpg);
				background-repeat: no-repeat;
				}
					
					.rotatingArtistImage
					{
					width: 556px; 
					height: 118px; 	
					display: block;
					cursor: hand;
					}
				
				#onAir {
				border: 0px solid blue;
				position: absolute;
				left: 633px;
				top: 200px;
				width: 160px; 
				height: 128px; 				
				overflow: hidden;					
				/*background-image: url(i/on_air_bg.jpg);
				background-repeat: no-repeat;	*/
				}	
				
					.onAirImage {
					width: 160px; 
					height: 128px;
					display: block;
					cursor: hand;
					}
				
				#listen_live
				{
					position: absolute;
					left: 800px;
					top: 190px;
					width: 190px; 
					height: 155px; 	
					overflow: hidden;
					border: 0px solid #000000;
					cursor: hand;	
				}
			
			/*.listen_live_image
			{
				width: 169px;
				height: 28px;		
				background-image: url(i/listen_live.jpg);
				background-repeat: no-repeat;			
				display: block;		
			}*/
				
				#nav_container
				{
				border: 0px solid #fff;
				width: 990px;
				text-align: left;
				position: absolute;
				left: 10px;
				/*top: 235px;*/
				top: -42px;
				z-index: 50;
				}
				
				#nav_container.home
				{
				top: -318px;
				}
				
					#nav_container_padding
					{
					padding-left: 0px;
					padding-right: 0px;
					padding-bottom: 20px;
					}
			
				#image_cycler_container
				{
				position: absolute;
				top: 420px;
				left: 16px;
				text-align: center;
				padding-top: 0px;
				padding-bottom: 0px;						
				border: 0px solid #fff;
				width: 483px;
				height: 250px;	
				}
				
				#weather_underground
				{
				position: absolute;
				top: 420px;
				left: 503px;				
				border: 1px solid #BD1C18;
				width: 271px;
				height: 250px;					
				background-image: url(i/weather_underground_bg.jpg);
				background-repeat: no-repeat;	
				overflow: hidden;		
				}
				
				#weather_underground.internal
				{
				display: none;
				}
				
					#weather_underground table
					{
					position: absolute;
					top: 49px;
					left: 0px;	
					margin: 0;
					padding: 0;				
					}
				
				/*#weather_bug
				{
				position: absolute;
				top: 420px;
				left: 524px;				
				border: 1px solid #BD1C18;
				width: 250px;
				height: 250px;	
				background-color: #fff;
				background-image: url(i/weatherbug_bg.jpg);
				background-repeat: no-repeat;	
				overflow: hidden;		
				}
				
					#weather_bug.internal
					{
					display: none;			
					}	
				
					.wXlinks
					{
					position: relative;
					top: 0px;
					left: 30px;				
					}
				
					.wXlinks a
					{
					font-size: 12px;
					}
					
					#WeatherBugSticker_250x250_v2
					{
					position: relative;
					top: 10px;
					left: 6px;				
					}
					
					#weather_bug .footer
					{
					position: relative;
					top: 6px;
					left: 15px;	
					color: #fff;			
					}
					
					#weather_bug .footertext
					{				
					font-size: 12px;	
					position: relative;
					top: 5px;
					left: 50px;	
					color: #fff;			
					}
					*/
				
				/*#homepage_content_box
				{
				position: absolute;
				top: 287px;
				left: 490px;
				text-align: left;							
				border: 0px solid #000000;
				width: 270px;
				height: 215px;	
				color: #fff;
				}
				
					#homepage_content_box a
					{					
					text-decoration: underline;
					color: #fff;
					}*/
				
				/*#up_next {
				border: 0px solid #000000;
				position: absolute;
				left: 738px;
				top: 378px;
				width: 179px; 
				height: 43px; 
				background: #fff;	
				overflow: hidden;
				}
				
					.upNextImage {
					width: 179px; 
					height: 43px; 
					display: block;
					cursor: hand;
					background: #990;
					}*/
				
				
		
		
			#contentContainer {
			position: relative;
			top: 0px;
			border: 0px solid blue;
			vertical-align: top;
			width: 1000px;
			min-height: 400px;
			background-image: url(i/wkeb_02_tiling.gif);
			background-repeat: repeat-y;			
			padding-top: 0px;	
						
			
			}
		
		
				#sidebar1 {
				position: relative;
				top: 0px;
				text-align: left;
				width: 206px;
				float: left;
				border: 0px solid #fff;
				left: 0px;
				}
			
				#sidebar1.home {				
				top: 0px;				
				}
				
					#sidebar1_padding
					{
					padding-left: 30px;
					padding-right: 5px;
					}
					
						#mini_login_form_topper
						{				
						position: relative;
						top: 0px;
						border: 0px solid #000000;
						width: 172px;
						height: 56px;
						background-image: url(i/box_top.png);
						background-repeat: no-repeat;	
						margin: 0 auto;
						font-weight: bold;
							
						}	
		
							#mini_login_form_topper_padding
							{				
							padding-left: 10px;
							padding-right: 5px;
							padding-top: 5px;
							}								
											
							#mini_login_form_container
							{		
							position: relative;
							left: 0px;
							top: 0px;					
							border: 0px solid #000000;
							width: 172px;						
							height: 165px;						
							padding: 0px;	
							display: block;	
							background-image: url(i/box_center_tiling.png);
							background-repeat: repeat-y;																				
							}		
									
						#mini_login_form_bottom
						{	
						position: relative;
						top: 0px;			
						border: 0px solid #000000;
						width: 172px;
						height: 20px;
						margin: 0 auto;	
						background-image: url(i/box_bottom.png);
						background-repeat: no-repeat;	
						}					
							
						/*#cycler_box
						{
						border: 0px solid #000000;
						vertical-align: top;
						width: 790px;
						height: 258px;
						background-image: url(i/kfun_cycler_box.png);
						background-repeat: no-repeat;
						overflow: visible;
						padding-top: 0px;	
						}*/
											
					
						/*#polls_topper
						{				
						position: relative;
						top: 0px;
						border: 0px solid #000000;
						width: 172px;
						height: 56px;
						background-image: url(i/box_top.png);
						background-repeat: no-repeat;	
						margin: 0 auto;	
						}	*/
						
							#polls_container
							{			
							position: relative;
							top: 0px;
							border: 0px solid #000000;
							width: 172px;						
							padding: 0px;	
							display: block;
							margin: 0 auto;						
							background-image: url(i/box_center_tiling.png);
							background-repeat: repeat-y;	
							color: #fff;						
							}						
										
						#polls_bottom
						{	
						position: relative;
						top: 0px;			
						border: 0px solid #000000;
						width: 172px;
						height: 20px;
						margin: 0 auto;	
						background-image: url(i/box_bottom.png);
						background-repeat: no-repeat;	
						}												
							
						/*#left_column_content_topper
						{	
						position: relative;
						top: -25px;			
						border: 0px solid #000000;
						width: 204px;
						height: 104px;
						background-image: url(i/kfun_left_content_topper.png);
						background-repeat: no-repeat;	
						margin: 0 auto;	
						}	
						
							#left_column_content_container
							{		
							position: relative;
							top: -25px;	
							border: 0px solid #000000;
							width: 204px;						
							padding: 0px;	
							display: block;
							margin: 0 auto;						
							background-image: url(i/kfun_left_content_center_tiling.png);
							background-repeat: repeat-y;	
							color: #fff;						
							}		
							
							#left_column_content_container img
							{		
							padding-left: 13px;
							padding-bottom: 10px;							
							}					
										
						#left_column_content_bottom
						{
						position: relative;
						top: -25px;				
						border: 0px solid #000000;
						width: 204px;
						height: 66px;
						margin: 0 auto;	
						background-image: url(i/kfun_left_content_bottom.png);
						background-repeat: no-repeat;	
						}*/						
												
			
				#mainContent
				{
				position: relative;
				top: 0px;
				border: 0px solid blue;
				width: 581px;				
				float: left;
				padding: 0px;	
				left: 0px;							
				}
				
				
					#mainContent_padding
					{
					padding-left: 15px;
					padding-right: 15px;
					padding-top: 0px;
					text-align: left;
					}
					
						#connector_ads_container
						{			
						position: relative;
						top: 0px;	
						border: 2px solid #000000;
						width: 550px;
						height: 158px;
						margin: 0 auto;	
						/*background-image: url(i/kfun_connector_box.png);
						background-repeat: no-repeat;	*/
						display: block;
						}	
						
							/*#connector_ads_container_2
							{				
							padding-left: 0px;
							padding-top: 20px;
							padding-bottom: 0px;	
							}*/							
					
						
					
				
		#right_sidebar
		{
		position: relative;
		top: 0px;
		left: 0px;
		width: 206px;
		float: left;
		text-align: left;
		border: 0px solid red;		

		}
		
		#right_sidebar.home
		{		
		top: -276px;
			
		}
		
			#right_sidebar_padding
			{
			padding-left: 5px;
			padding-right: 30px;
			}
						
			
				#connector_local_sidebar_link {
				position: relative;
				left: 6px;
				top: 0px;
				width: 156px;
				height: 40px;						
				background-image: url(i/connector_local.png);
				background-repeat: no-repeat;	
				margin-bottom: 0px;			
				}			
			
				#skyscraper {
				border: 1px solid #211C21;
				position: relative;
				left: 5px;
				top: 0px;
				width: 160px;
				height: 600px;
				
				/*background-image: url(i/skyscraper.jpg);
				background-repeat: no-repeat;					*/
				}
			
		
		#footer {
		position: relative;
		top: 0px;
		width: 1000px;
		height: 314px;
		clear: both;
		background-image: url(i/wkeb_03.gif);
		background-repeat: no-repeat;			
		text-align: center;
		border: 0px solid #000000;
		}
	
				#footer_nav_container
				{
				/*position: absolute;
				top: 20px;*/
				padding-top: 210px;
				border: 0px solid #000000;
				}				
				
				#footer_text_container
				{
				color: #fff;
				font: 13px arial, helvetica, geneva, sans-serif;	
				border: 0px solid #fff;
				padding-top: 10px;
				padding-top: 10px;
				}
				
				#connector_local_link {
				position: absolute;
				left: 40px;
				top: 240px;
				width: 190px; 
				height: 40px; 		
				overflow: hidden;
				border: 0px solid #fff;
				}
	

/* Masthead Related Things */
/*#stationLogo {
	width: 1000px;
	height: 137px;		
	display: block;
}

.stationLogoImage {
	width: 1000px; 
	height: 137px; 
	display: block;
	cursor: hand;
	background-image: url(i/ckwr_02.jpg);
}*/






/*** LOGIN FORM ***/

/*sidebar login form stuff*/
#loginButton
{
font: 12px/20px arial, Verdana, 'trebuchet ms', sans-serif;
cursor: hand;
padding: 0px;
margin-top: 5px;
color: #424242;
position: absolute;
left: 55px;
top: 103px;
width: 50px;

}

#loginMiniForm
{
position: relative;
top: 0px;
left: 10px;
border: 0px solid #EE8823;
padding: 0px;
width: 160px;
color: white;
font-size: 11px;
line-height: 15px;
}

#loginMiniForm a
{
color: #201c1d;
}

a#logoutButton 
{
color: #fff;
}

#wrapper_logo
{
text-align: center;
padding-top: 5px;
height: 25px;

display: none;
}

#password
{
margin-bottom: 2px;
}

#wrapper_logo_padding
{
padding-top: 0px;
}

#wrapper_logo_padding h3
{
color: #EE8823;

}

#wrapper_padding
{
padding: 0px 5px 5px 5px;
}

.autoFormText
{
padding-bottom: 0px;
}

#mini_login_form_container .autoFormText label
{
text-align: left;
/*float: left;*/
width: 65px;
}

#mini_login_form_container .autoFormPassword label
{
text-align: left;
/*float: left;*/
width: 65px;
}


#mini_login_form_container .autoFormCheckbox
{

}

.autoFormPassword{
clear: both;
}

#forgot_password_container
{
position: absolute;
left: 0px;
top: 130px;
height: 31px;

margin-top: 0px;
padding: 5px;
text-align: left;
line-height: 13px;
color: #fff;
}

#forgot_password_container a
{
color: #fff;
}

#loginMiniForm #email, #loginMiniForm #password
{
width: 148px;
height: 14px;
}

.mini_login_welcome
{
font-size: 14px;
font-weight: bold;
}

.mini_login_welcome a
{
color: #fff;
}

/*** main login page form ***/
/*** this style also controls all default autoform 'submit' btns...***/
.autoFormInputs .button
{
font: 12px/20px arial, Verdana, 'trebuchet ms', sans-serif;
cursor: hand;
}

.button {
/*border:0px solid #333;
padding: 0px;
margin: 0px;
text-decoration:none;*/
}

div.req-notice span
{
/*font: 24px/24px arial, verdana, helvetica, geneva, sans-serif;	*/
color: red;
}

.SC_Panel { background-color:#fff !important; }



/*** CONNECTOR ADS ***/

#connectorAds
{
position: relative;
left: 10px;
text-align: center;
padding-top: 0px;
padding-bottom: 0px;
display: inline-block;
border: 0px solid red;
margin-top: 20px;
}

#connectorAds iframe
{
float: left;
border: 0px solid red;
}

	
	
	
/*this is here for when a station uploads a swf file for the skyscraper instead of an image...
this div floats over the flash and has the link applied to it*/
#flash_link
{
border: 0px solid #ffffff;
background: transparent url(i/blank.gif);
position: absolute;
width: 728px;
height: 90px;
top: 0px;
left: 0px; 
cursor: hand;
}

/******************************************************
			POINTS CATALOGUE STYLE SECTION		
******************************************************/
.points_catalogue_items th
{
background-color: #171516;
}

.points_catalogue_items .item_photo {
	margin:			3px;
	margin-right:	10px;
	margin-bottom:	10px;
}

.points_catalogue_items h3 {
	font-size:		12px;
	font-weight:	bold;
	margin-bottom:	5px;
}

.points_catalogue_items .cost {
	font-weight:	bold;
}

.points_catalogue_items .quantity {
	font-weight:	bold;
	text-align:		center;
}

/***** EXPERTS *******/

#experts_container
{

}


/***** STAMP ADS **************/
/*
#stamps {
 clear: both;
 position: relative;
 left: 115px; 
 border: 0px solid #000;
 height: 110px;
 width: 770px;
}

#stamps div {	
float: left;
padding-left: 10px;   
}

#stamps div img{	
 height: 110px;
 width: 142px;
}
*/

/***** home page news RSS *******/
/*
#home_news_rss
{
background-image: url(i/home_news_rss_center.jpg);
background-repeat: repeat-y;

}

#home_news_rss h2
{
padding-left: 10px;
padding-bottom: 10px;
color: #fff;
}

#home_news_rss_topper
{
background-image: url(i/home_news_rss_topper.jpg);
background-repeat: no-repeat;
width: 550px;
height: 14px;
}
					
#home_news_rss_bottom
{
background-image: url(i/home_news_rss_bottom.jpg);
background-repeat: no-repeat;
width: 550px;
height: 14px;
}*/
#home_news_rss {
clear: both;
}

#news_nav
{
position: relative;
left: 0px; 
top: 1px;
border: 0px solid #000;
/*width: 225px;*/
display: block;
margin-top: 0px;
z-index: 20;
}

	#news_nav ul
	{
	border: 0px solid #000;
	list-style: none;
	padding: 0px;
	}

		#news_nav ul li
		{
		text-align: center;
		vertical-align: middle;			
		float: left;
		list-style: none;
		padding: 0px 0px 0px 0px;
		margin-right: 1px;
		}

			#news_nav ul li a
			{
			text-align: center;
			vertical-align: middle;
			font: 11px verdana, helvetica, arial, geneva, sans-serif;
			color: #fff;
			text-decoration: none;
			width: 84px;
			height: 25px;
			line-height: 25px;
			background-image: url(i/rss_nav.jpg);
			background-repeat: no-repeat;
			float: left;
			}


			#news_nav ul li#news_active_tab a, #news_nav ul li a:hover
			{
			color: #211C21;
			background-image: url(i/rss_nav_roll.jpg);
			background-repeat: no-repeat;
			}


#news_block
{
position: relative;
left: 0px; 
clear: left;
border: 1px solid #000;
/*width: 225px;*/
padding: 0px;
margin: 0px;
color: #424242;
}

	#news_block ul
	{
	list-style: none;
	padding: 0px 5px 0px 5px;
	
	}
	
	#news_block ul li
	{
	list-style: none;
	padding: 10px 0px 0px 0px;
	color: #424242;
	}
	
	#news_block ul li .rss_description
	{	
	color: #424242;
	border-bottom: 1px solid #211C21;
	padding-bottom: 10px;
	}
	
	
#home_table td
{
border: 0px solid #000;
width: 550px;
margin: 0;
padding: 0;
}
	
#rss
{
float: left;
border: 0px solid #000;
width: 275px;
}

#center_content
{
clear: both;
vertical-align: top;
float: left;
border: 0px solid #000;
width: 275px;
}

/*shut down images displayed in rss feed*/
.rss_image
{
display: none;
}