/*** colors  

#ff0000 red

#fff body font color

*/

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

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

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

#mainContent .textbox
{
margin-bottom: 5px;
}

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: #ff0000;
font-weight: bold;
}

h1.pageTitle 
{
font-size: 18px;
/*line-height: 35px;*/
padding-bottom: 15px;
}

h2, .title  
{
font-size: 16px;
}

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

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

.alt_color
{
color: #ff0000;
}

.big_box_ads_advertisement_text_1
{
position: relative;
left: 1px;
font-size: 9px;
color: #6f6f6f;

}

.big_box_ads_advertisement_text_2
{
position: relative;
left: 1px;
font-size: 9px;
color: #6f6f6f;
}

/*** 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: 450px;*/
}

th, .tableHeader 
{
padding: 5px; 
}

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



.highlight { color: #ffa031; }

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

a img 
{
border:0;
}

hr { color: black; height: 1px; }

form { padding:0; margin:0; }

label { display:block; }


/*** NAVIGATION STYLES ***/

/*** FLYOUT MENU ***/

/* main styles */
#flyout 
{
padding:0; 
margin:0; 
list-style:none; 
position:relative; 
z-index:200; 
background:transparent;
border: 0px solid #9F7441;
height: 35px;
display: inline-block;
}

#flyout ul {padding:0; margin:0; list-style:none; float:left; border-top: 0px solid #fff;}
#flyout li 
{
float:left; 
padding-top: 0px; 
border-right:0px solid #00285B; 
background:url(i/nav_divider.jpg) top left no-repeat;
}

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

/*** SET MAIN FONT HERE!! ***/
#flyout li a 
{
font: bold italic 16px/35px arial,verdana;/* adjust line height to vertically center text*/
display:block; 
float:left; 
color:#fff; 
height:35px;  
padding:0px 10px 0px 10px;  
text-decoration:none; 
white-space:nowrap; 
}
/* first level rollover */
#flyout li:hover > a {color:#FFF;}

#flyout li a.down {background:#fff;} /* add down arrow background image if designed */

/*** SECOND LEVEL ***/
/*** BG COLOR FOR DROPDOWNS!! ***/
#flyout li ul {
background-color: #000;
border: 1px solid #fff;
text-align: left;
margin-top: 10px; /* use to move drop downs up or down */
}

/* THIRD LEVEL */
#flyout li ul ul{ 
border: 1px solid #fff;
margin-top: 0px; /* use to move drop downs up or down */
}

/*** SET BACKGROUND IMAGE FOR DROPDOWNS HERE ***/
#flyout li ul li {
padding: 0px;
border-top: 0px solid #9d3d96; 
border-right: 0px solid #9d3d96; 
border-bottom: 0px solid #9d3d96; 
border-left: 0px solid #9d3d96; 
width: 100%;
background-image: none;
}

#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:#203759;}

#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;}

/*** BG COLOR FOR ROLLOVERS!! ***/
#flyout li li:hover > a {color:#fff; background-color:#ff0000;}

/* 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:#9d3d96;}

#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:#9d3d96;}

/* 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;}

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


/******** FOOTER NAV ********/
#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: #ff0000;
}



/*** MAIN LAYOUT ***/

#container
{
padding-top: 0px;
text-align: center;
margin: 0 auto;
background:transparent url('i/krzz_bg_tiling.jpg') center 1061px repeat-y;

}

#container_2
{
padding-top: 0px;
text-align: center;
margin: 0 auto;
background:transparent url('i/krzz_header.jpg') center top no-repeat;
/*background-color: #FEBA4F;*/
}

#container_3
{
padding-top: 0px;
text-align: center;
margin: 0 auto;
background:transparent url('i/krzz_footer.png') center bottom no-repeat;
background-repeat: no-repeat;	
}


	#container_4
	{
	width: 1000px;
	text-align: left;
	margin: 0 auto;
	border: 0px solid #000000;
	}	
		
		
			#masthead 
			{
			border: 0px solid #fff;
			background-image: url(i/ckwr_01.jpg);
			background-repeat: no-repeat;	
			position:relative; /* so that everything inside can be absolute*/
			width: 1000px;
			height: 540px;	
			z-index: 10;
			}
		
				#header_content
				{
				border: 1px solid #000;
				position: absolute;
				left: 10px;
				top: 5px;
				width: 240px; 
				height: 90px; 		
				overflow: hidden;				
				background-image: url(i/blk_box.png);
				background-repeat: repeat-x;											
				}	
			
				#leaderboard 
				{
				position: absolute;
				top: 5px;
				left: 255px;
				border: 1px solid #000000;
				width: 728px;
				height: 90px;	
				}				
							
				
				#logo 
				{
				border: 0px solid #fff;
				position: absolute;
				left: 620px;
				top: 170px;
				width: 419px; 
				height: 190px; 		
				overflow: hidden;				
				background-image: url(i/krzz_logo.png);
				background-repeat: no-repeat;	
				z-index: 10;									
				}	
				
				#logo_link 
				{
				border: 0px solid red;
				position: absolute;
				left: 620px;
				top: 170px;
				width: 419px; 
				height: 190px; 			
				cursor: hand;	
				z-index: 20;					
				}	

				#pageflip {
					position: absolute;
					left: 10px;
					top: 100px;
				}
				
					#pageflip img {
						width: 50px;
						height: 52px;
						z-index: 99;
						position: absolute;
						left: 0;
						top: 0;
						-ms-interpolation-mode: bicubic;
					}
					
					#pageflip .msg_block {
						width: 50px; 
						height: 50px;
						position: absolute;
						z-index: 50;
						left: 0;
						top: 0;
						background: url(../../user_files/images/File/krzz-peel.png) no-repeat left top;
						text-indent: -9999px;
					}
											
								
				#slogan
				{
				border: 0px solid #000000;
				position: absolute;
				left: 498px;
				top: 398px;
				width: 508px; 
				height: 57px; 				
				overflow: hidden;		
				background-image: url(i/slogan.png);
				background-repeat: no-repeat;		
				z-index: 30;		
				}
				
				#rotatingArtist
				{
				border: 0px solid #000000;
				position: absolute;
				left: 0px;
				top: 104px;
				width: 621px; 
				height: 349px; 				
				overflow: hidden;		
				/*background-image: url(i/artist_image.jpg);
				background-repeat: no-repeat;*/
				
				}
					
					.rotatingArtistImage 
					{
					width: 621px; 
					height: 349px; 
					display: block;
					cursor: hand;
					}		
				
				
				#nav_container
				{
				border: 0px solid #fff;
				position: absolute;
				left: 0px;
				top: 467px;
				width: 1000px;
				text-align: center;
				height: 53px;				
				}
				
					#nav_container_padding
					{
					padding-left: 0px;
					padding-right: 0px;
					padding-bottom: 0px;
					}	

				
		
			#contentContainer {
			border: 0px solid #fff;
			vertical-align: top;
			width: 1000px;
			min-height: 400px;
			/*background-image: url(i/krzz_bg_tiling.jpg);
			background-repeat: repeat-y;*/
			overflow: visible;
			padding-top: 0px;	
			}
								
			
				#mainContent
				{
				position: relative;
				border: 0px solid yellow;
				width: 688px;
				float: left;
				padding: 0px;	
				left: 0px;									
				}				
				
					#mainContent_padding
					{
					padding-left: 5px;
					padding-right: 5px;
					text-align: left;
					}
				
						#image_cycler_container
						{
						border: 0px solid #fff;
						text-align: left;
						width: 688px;	
						height: 368px;
						background-image: url(i/cycler_bg.png);
						background-repeat: no-repeat;
						}																	
					
						/*** home content and right box ***/
						#now_playing_container
						{
								
						}
						
							#main_home_content
							{							
							float: left;
							border: 0px solid yellow;
							width: 336px;
							}		
							
								#main_home_content_padding
								{							
								padding: 10px;
								}			
							
							#buy_songs_list
							{							
							float: left;
							text-align: center;
							border: 0px solid yellow;
							width: 336px;
							}	
							
								#buy_songs_list_padding
								{							
								padding: 10px;
								}	
															
				
		#right_sidebar
		{
		position: relative;
		left: 0px;
		width: 312px;
		float: left;
		text-align: left;
		border: 0px solid #000000;					
		}
		
			#column_divider
			{
			width: 300px;
			height: 20px;	
			background-image: url(i/column_divider.jpg);
			background-repeat: no-repeat;			
			display: block;	
			}
		
			#right_sidebar_padding
			{
			padding-left: 0px;
			padding-right: 0px;
			}
			
			#listen_live
			{
			position: relative;
			left: -10px;
			top: 0px;
			width: 338px;
			height: 123px;	
			overflow: hidden;
			border: 0px solid #000000;
			cursor: hand;	
			background-image: url(i/listen_live.png);
			background-repeat: no-repeat;			
			}
			
						
			#connector_local_link 
			{
			position: relative;
			left: 0px;
			top: 0px;
			width: 185px; 
			height: 33px; 		
			overflow: hidden;
			border: 0px solid #000000;
			background-image: url(i/connector_local.png);
			background-repeat: no-repeat;				
			margin: 0 auto;	
			margin-bottom: 5px;				
			}
			
			#on_air_up_next_container
			{						
			width: 300px;						
			padding: 0px;	
			display: block;
			margin: 0 auto;						
			background-color: #191919;	
			background-image: url(i/krzz_blk_box.jpg);
			background-repeat: no-repeat;									
			}			
				
				#onAir 
				{
				border: 0px solid #000000;					
				width: 300px; 
				height: 91px; 				
				overflow: hidden;	
				/*background-image: url(i/on_air.jpg);
				background-repeat: no-repeat;			*/
				}
				
					.onAirImage 
					{
					width: 300px; 
					height: 91px; 
					display: block;
					cursor: hand;
					}			
			
				#up_next 
				{
				border: 0px solid #000000;					
				width: 300px; 
				height: 89px; 
				overflow: hidden;
				/*background-image: url(i/up_next.jpg);
				background-repeat: no-repeat;*/
				}
				
					.upNextImage 
					{
					width: 300px; 
					height: 89px; 
					display: block;
					cursor: hand;					
					}
				
						
			#mini_login_form_container 
			{		
			position: relative;
			left: 0px;						
			top: 0px;						
			border: 0px solid #fff;
			width: 300px;				
			padding: 0px;	
			display: block;											
			background-image: url(i/blk_box.jpg);
			background-repeat: no-repeat;
			text-aligh: center;
			}	
			
				#login_title
				{		
				position: relative;
				left: 70px;						
				top: 0px;						
				border: 0px solid #fff;
				width: 300px;				
				height: 32px;				
				padding: 0px;	
				display: block;											
				background-image: url(i/login_title.jpg);
				background-repeat: no-repeat;
				}	
			
			#big_box_ad_1
			{
			border: 0px solid #ff0000;
			width: 300px;
			height: 250px;								
			display: block;
			margin: 0 auto;				
			/*background-image: url(i/med_box_ad.jpg);
			background-repeat: no-repeat;*/
			margin-bottom: 5px;
			}			
			
			#polls_container
			{						
			width: 300px;						
			padding: 0px;	
			display: block;
			margin: 0 auto;						
			background-color: #191919;	
			background-image: url(i/krzz_blk_box.jpg);
			background-repeat: no-repeat;									
			}			

				#polls_container_padding
				{
				padding: 10px;
				}		
					
						
			#weather_container
			{			
			position: relative;
			top: 0px;
			left: 0px;
			text-align: left;								
			width: 300px;
			background-color: #191919;	
			margin: 0 auto;	
			background-image: url(i/krzz_blk_box.jpg);
			background-repeat: no-repeat;										
			}				
			
			
		
		#footer 
		{
		position: relative;
		width: 1000px;
		height: 402px;
		clear: both;
		text-align: center;
		border: 0px solid #000000;
		}
		
		
				#footer_connector_local_link 
				{
				position: absolute;
				top: 270px;
				left: 30px;				
				width: 185px; 
				height: 40px; 		
				overflow: hidden;
				border: 0px solid #000000;
				background-image: url(i/connector_local.png);
				background-repeat: no-repeat;	
				cursor: hand;	
				/*display: none;*/
				}
				
				#footer_nav_container
				{
				position: relative;							
				border: 0px solid red;
				top: 260px;
				left: 0px;
				/*width: 670px;*/
				}				
				
				#footer_text_container
				{
				text-align: center;
				position: relative;	
				top: 280px;
				left: 0px;
				/*width: 670px;*/
				color: #fff;
				font: 13px arial, helvetica, geneva, sans-serif;	
				border: 0px solid #fff;	
				margin: 0 auto;			
				}				
				
				
				#footer_logo
				{
				position: absolute;
				top: 260px;
				left: 780px;	
				width: 130px; 
				height: 59px; 		
				overflow: hidden;
				border: 0px solid red;
				background-image: url(i/krzz_logo_sm.png);
				background-repeat: no-repeat;						
				}
	
	

				

/*** LOGIN FORM ***/

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

#loginMiniForm
{
position: relative;
top: 0px;
left: 20px;
border: 0px solid #EE8823;
padding: 0px;
/*width: 300px;*/
/*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: 5px;
}

.autoFormText
{
padding-bottom: 0px;
}

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

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


#mini_login_form_container #autoFormText .autoFormInputs
{

}

#mini_login_form_container .autoFormCheckbox
{
width: 260px;
border: 0px solid #fff;
}

.autoFormPassword{
clear: both;
}

#forgot_password_container
{
position: absolute;
left: 70px;
top: 60px;
height: 31px;
background-image: url(i/login_header.jpg);
background-repeat: no-repeat;
margin-top: 0px;
padding: 5px;
text-align: right;
line-height: 13px;
color: #2C2C2C;
}

#forgot_password_container a
{
color: #fff;
}

#loginMiniForm #email, #loginMiniForm #password
{
width: 166px;
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;

}

span.button
{

color: #000;
}

.button a{
/*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
{
width: 530px;
clear: both;
position: relative;
left: 10px;
text-align: center;
padding-top: 0px;
padding-bottom: 0px;
/*display: inline-block;*/
border: 0px solid red;
margin: 0 auto;
margin-top: 30px;
}

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

.connector_ads_advertisement_text
{
text-align: left;
position: relative;
top: 0px;
left: 5px;
font-size: 9px;
color: #fff;
}

/*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
{

}


/***** 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 page news RSS *******/

#home_news_rss
{
border: 0px solid orange;
position: relative;
left: 0px;	
padding: 0px;		
text-align: left;
background-image: url(i/rss_center.jpg);
background-position: center top;
background-repeat: repeat-y;
}

#home_news_rss_2
{
border: 0px solid white;
position: relative;
left: 0px;	
padding: 0px;
/*width: 678px;*/
text-align: left;
background-image: url(i/rss_top.jpg);
background-position: center top;
background-repeat: no-repeat;
}

#home_news_rss_3
{
border: 0px solid yellow;
position: relative;
left: 0px;	
padding: 0px;
/*width: 678px;*/
text-align: left;
background-image: url(i/rss_bottom.jpg);
background-position: center bottom;
background-repeat: no-repeat;
}

/*
#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;
}*/

#news_nav
{
position: relative;
left: 0px; 
top: 11px;
border: 0px solid orange;
display: inline-block;
margin-top: 0px;
z-index: 20;
vertical-align: top;
padding-left: 5px;
width: 650px;
}

	#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: #fff;
			background-image: url(i/rss_nav_roll.jpg);
			background-repeat: no-repeat;
			}


#news_block
{
float: left;
position: relative;
width: 336px;
left: 0px; 
border: 0px solid red;
color: #fff;
}

	#news_block_padding
	{
	padding: 20px 10px 20px 10px;
	}

#center_content
{
float: left;
position: relative;
width: 336px;
left: 0px; 
border: 0px solid red;
color: #fff;
}

	#center_content_padding
	{
	padding: 20px 10px 20px 10px;
	}



	#news_block ul
	{
	list-style: none;
	padding: 0px 5px 0px 5px;
	
	}
	
	#news_block ul li
	{
	list-style: none;
	padding: 10px 0px 0px 0px;
	color: #fff;
	}
	
	#news_block ul li .rss_description
	{	
	color: #fff;
	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;
}



/*shut down images displayed in rss feed*/
.rss_image
{
display: none;
}
	
	
	
/*** CONTEST PAGE ***/
.badge img
{
margin-right: 10px;
margin-bottom: 10px;
}


/*** STAFF ***/

.chameleon_staff table
{
border: 0px solid #000;
width: 240px;
}

.chameleon_staff table td
{
vertical-align: top;
border: 0px dotted #000;
}

.chameleon_staff .staff_photo
{
margin: 0px 10px 10px 0px;
border: 1px solid #000;
}


/*** DIRECTORY BOX ***/

#directory_box
{
text-align: left;
border: 0px solid #000;
}

#directory_box h3
{
text-align: center;
border: 0px solid #000;
margin-bottom: 10px;
}

#directory_box .listing
{
border-bottom: 1px solid #000;
padding-bottom: 4px;
margin-top: 4px;
}


/*** MEMBER TABS ***/

.frame span.personalSettingsTabs
{
border: 0px solid #fff;	
padding-bottom: 10px;
display: block;		
}

	span.personalSettingsTabs a .button
	{
	color: #fff;
	border: 1px solid #d5d5d5;		
	padding: 5px;
	margin-bottom: 0px;
	}
	
	.frame span.personalSettingsTabs
	{
	border: 0px solid #fff;	
	padding-bottom: 10px;
	display: block;		
	}


	/*********** send to a friend form *******************/

#send-listing-to-friend input, #send-listing-to-friend textarea
{
margin-bottom: 5px;
}

	#send-listing-to-friend legend
	{
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	}
	
	#send-listing-to-friend label
	{	
	padding: 5px 0px 0px 0px;
	}
	
	#send-listing-to-friend #emails, #send-listing-to-friend #comments
	{	
	clear: both;
	display: block;
	}

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



/* #mainContent #memberTabs { height:24px; margin:8px 0 8px 0; padding:0; border:1px solid #c2c2c0; border-left:0; border-right:0;}
	#memberTabs ul {margin:5px 0 0 0; padding:0 0 0 4px; text-transform:uppercase;}
	#memberTabs li {margin:0; padding:0; list-style-type:none; display:inline;}
	#memberTabs li a {margin:0 0 0 -4px; padding:5px 4px 5px 5px; height:12px; color:#203759; border-right:1px solid #c2c2c0;}
	#memberTabs li a:link, #memberTabs li a:visited {text-decoration:none; color:#203759;}
	#memberTabs li a:hover, #memberTabs li a:active, #groupTabs li a.current {text-decoration:none; color:#FFF; background-color:#203759;}
*/
