/* style sheets for the news module in standard view mode (only for the view) */

/* structure: [element].[skin_prefix]_[name] */


/* styles for the view */
div.news { width:90%; margin-left:auto; margin-right:auto; }
div.news div.view_nav { float:left; margin-top:10px; }
div.news div.view_items_on_page { text-align:right; margin-top:10px; }
div.news div.view_items { margin-top:20px; }


/* item view */
div.news div.item_menu { margin-left:auto; margin-right:0px; }
div.news div.item_menu > ul { list-style-type:none; margin-top:5px; margin-bottom:5px; margin-right:auto; }
div.news div.item_menu * li {  margin-top:3px; margin-bottom:3px; margin-left:-32px; }
div.news div.item_menu * img { margin-right:5px; margin-bottom:2px; }

div.news div.view_items table.view_table { width:100%; }
div.news div.view_items table.view_table td.item_menu { padding-bottom:20px; vertical-align:top; white-space:nowrap; padding-left:10px; }
div.news div.view_items table.view_table td.item_article { padding-bottom:20px; }

div.news div.item_headline { font-weight:bold; }


/* input styles for the form controls */
div.news input { border:1px solid; border-color:#000000; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:11px; }
div.news select { font-size:11px; }
