/* CSS Document blikk admin */

body { margin:0; background-color:#FFCC33; }
legend { font-weight:bold; }

/* header */
#m_head { height:40px; background-color:#0066FF; }
#m_name { float:left; margin:8px 10px; }
.m_divider { clear:both; height:4px; background-color:#000099; }
#m_version { float:right; width:100px; text-align:right; margin:12px 10px; }

/* menu */
#m_mmenu { float:left; margin:8px 15px 0px 6px; width:250px;}
#m_mmenu ol { margin:0; }
#m_mmenu li { font-weight:bold; margin-top:4px; margin-left:-15px; }

/* main */
#m_main { margin-top:8px; }
#m_main fieldset { }
#m_main p { margin-top:0px; margin-bottom:4px; }
#m_main input { margin-top:0px; margin-bottom:5px; }

/* backgrounds */
.odd { background-color:yellow; }
.even { background-color:brown; }

/* workspaces */
#m_ws_list { margin-top:15px; }
#m_ws_list td.breit, #m_ws_list th.breit { width:200px; text-align:left; }
#m_ws_list td.schmal, #m_ws_list th.schmal { width:20px; text-align:center; }

/* Links */
a.m_link_edit { display:block; width:15px; height:15px; background-image:url('img/fmedit_a.gif'); background-repeat:no-repeat; margin:auto; }
a.m_link_view { display:block; width:15px; height:15px; background-image:url('img/book_go.png'); background-repeat:no-repeat; margin:auto; }
a.m_link_delete { display:block; width:15px; height:15px; background-image:url('img/fmdelete_a.gif'); background-repeat:no-repeat; margin:auto; }
a.m_link_email { display:block; width:15px; height:15px; background-image:url('img/email.png'); background-repeat:no-repeat; margin:auto; }
a.m_link_edit:hover { background-position:left bottom; }
a.m_link_view:hover { background-position:left bottom; }
a.m_link_delete:hover { background-position:left bottom; }
a.m_link_email:hover { background-position:left bottom; }


