/**********************************
****************************TASKBAR
**********************************/
#admin_taskbar							{ position:fixed; bottom:0px; width:100%; height:44px; background:url('admin/taskbar_bg.gif') repeat-x; z-index:1000; }
#admin_taskbar_small					{ position:fixed; bottom:0px; right:0px; height:44px; background:url('admin/taskbar_bg.gif') repeat-x; z-index:1000; }
.admin_taskbar_button					{ height:43px; line-height:42px; padding:0px 15px; cursor:pointer; color:#ffffff; font-weight:bold }
.admin_taskbar_button.inactive			{ background:url('admin/taskbar_bg.gif') repeat-x }
.admin_taskbar_button.active			{ background:url('admin/taskbar_active_bg.gif') repeat-x }
.admin_taskbar_button.hover				{ background:url('admin/taskbar_hover_bg.gif') repeat-x }
.adminline								{ height:1px; border-width:0; border-top:1px dotted #383004; margin-top:10px; clear:both; }


/**********************************
**********************CONTEXT MENUE
**********************************/
.admin_context_menue					{ position:fixed; bottom:30px; right:37px }
.admin_context_button					{ width:168px; padding:2px 10px; cursor:pointer }
.admin_context_button.active			{ background:url('admin/context_hover_bg.gif') repeat-x; color:#ffffff }
.admin_context_button.inactive			{ color:#5e5506 }
.admin_context_line						{ height:11px; width:188px; background:url('admin/context_line.gif') repeat-x center }


/**********************************
**********************CONTENT ADMIN
**********************************/
.button									{ float:right; width:12px; height:12px; padding-left:5px; cursor:pointer }
.button.add								{ background:url('icon_add.gif') no-repeat }
.button.edit							{ background:url('icon_edit.gif') no-repeat }
.button.delete							{ background:url('icon_del.gif') no-repeat }
.button.locked							{ background:url('icon_locked.gif') no-repeat }
.button.unlocked						{ background:url('icon_unlocked.gif') no-repeat }
.button.visible							{ background:url('icon_visible.gif') no-repeat }
.button.invisible						{ background:url('icon_invisible.gif') no-repeat }
.button.refresh							{ background:url('icon_refresh.gif') no-repeat }
.button.crosshair						{ background:url('icon_crosshair.gif') no-repeat }
.button.radio							{ width:75px; cursor:auto; font-size:10px; color:#4b471b }

.success								{ color:#4b471b }

#olivemap_centerview					{ position:absolute; margin-top:-450px; height:300px; width:950px; background:url('olivemap/view_center.png'); display:none }
