/* style sheets for the linklist module view in HTML mode (only for the view) */

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


/* styles for the view */
div.ll { text-align:center; }

/* menu */
div.ll_menu { text-align:right; }
div.ll_menu img { display:block; }
div.ll_menu td { padding-left:3px; }
div.ll_menu td.point { padding-top:3px; padding-left:7px; }

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

/* styles for the group items */
div.ll tr.ll_group { background-color:#EEEFF3; }
div.ll p.ll_group_name { font-weight:bold; margin-bottom:0px; }
div.ll p.ll_group_description { margin-top:5px; }

/* styles for the link items */
div.ll p.ll_link { margin-left:25px; font-weight:bold; margin-top:10px; margin-bottom:0px; }
div.ll p.ll_link_name { font-weight:bold; margin-top:15px; margin-bottom:0px; }
div.ll p.ll_link_description { margin-top:5px; }
