/**
 * ActiveSite4 Home Component Styles
 *
 */

/** Panel Links **/
	.panel .content ul li a:link,
	.panel .content ul li a:visited					{ color: #3c3c3c; 
                                            display: block; 
                                            margin: 0em; 
                                            padding: 0.25em 0.25em 0.75em 0.5em; 
                                            text-decoration: none;
                                            clear: both; } 
	
	.panel .content ul li a:hover				  	{ margin: 0em; 
                                            padding: 0.25em 0.25em 0.75em 0.5em; }

/** Channel List **/
  img.thumbnail                           { width: 24px;
                                            height: 24px;
                                            display: block;
                                            top: -5px;
                                            float: left;
                                            margin-top: 0px; 
                                            padding-top: 0px;
                                            margin-right: 5px; }

/** RSS Panel Feel Items **/
	.feed											{ }
	.feed li.feed_item								{ overflow: hidden; padding: 0em 0em 0.5em 0em; }
	
	.feed li.feed_item a							{ border-bottom: 1px solid #f0f0f0; }
	.feed li.feed_item h5							{ margin-bottom: 0em; }
	.feed li.feed_item p							{ padding: 0em 1.5em; margin-bottom: 0.5em; }

	.panel .content ul li a.feed_icon 				{ padding-top: 4px; cursor: pointer; display: inline; margin-right: 0.125em; float: right; background: none; border: none; }
	.panel .content ul li a.feed_icon span 			{ display: block; width: 14px; height: 14px; background: url('images/feed_icon.gif') no-repeat 0px 0px; }
	.panel .content ul li a:hover.feed_icon span 	{ background-position: -14px 0px; }

/** Panel Control Icons **/
	.panel .controls								{ margin-right: 5px; float:right; display: block; color: #404040; background: none; }

	.panel .controls a								{ }

	.panel .controls a:link,
	.panel .controls a:visited						{ color: #404040; }

	.panel .header .controls a 						{ background: url('images/_home/panel_icons.gif'); display: inline-block; width:12px; height:12px; margin: 0px 2px 0px 0px; }

	.panel .header .controls a.portal_toggle 				{ background-position: -84px -12px; }
	.panel .header .controls a:hover.portal_toggle 			{ background-position: -84px 0px; }

	.panel .header .controls a.portal_toggle.closed 		{ background-position: 0px -12px; }
	.panel .header .controls a:hover.portal_toggle.closed 	{ background-position: 0px 0px; }

	.panel .header .controls a.portal_reload 				{ background-position: -72px -12px; }
	.panel .header .controls a:hover.portal_reload 			{ background-position: -72px -0px; }

	.panel .header .controls a.portal_close 				{ background-position: -60px -12px; }
	.panel .header .controls a:hover.portal_close			{ background-position: -60px 0px; }

	.panel .header .controls a.portal_add 					{ background-position: -24px -12px; }
	.panel .header .controls a:hover.portal_add 			{ background-position: -24px 0px; }

	.panel .header .controls a.portal_remove 				{ background-position: -36px -12px; }
	.panel .header .controls a:hover.portal_remove 			{ background-position: -36px 0px; }

/** Home Panel Control Buttons **/
	#home_panel_controls									{ padding-right: 0.35em; padding-top: 0.25em; }
	#home_panel_controls a									{ font-size: 0.85em; }

/** Add Panel Lightbox Styles **/

	#add_panel_container div.key				{ width: 80px; float: left; padding-left: 0em; padding-top: 2px; }
	#add_panel_container div.value				{ clear: both; margin-bottom: 0.5em; margin-left: 0em; }

	#add_panel_container						{ padding: 0em; }

	#add_panel_container #channels_list,
	#add_panel_container #feeds_list,
	#add_panel_container #controls_list			{ overflow-x: hidden; margin: 0em 0em 1.5em 0em; padding: 0.25em 0.5em; line-height: 0em; height: 255px; border-left: 1px solid #c0c0c0; border-bottom: 1px solid #c0c0c0; }

	#system_check_lightbox .lightbox	  		{ padding-top:0.3em;padding-bottom:0.3em; }
	#system_check_lightbox #system_check   		{ overflow-x: hidden; margin: 1.5em 0em; height: 300px; }

	#add_panel_container #feeds_list			{ height: 155px }

	#add_panel_form								{ padding: 0em }
