/*
 * Copyright 2006 Viewmark, Inc.
 * All rights reserved.
 *
 * $Id: user_admin_styles.css,v 1.4 2008/09/30 22:12:48 sverre Exp $
 *
 * This css is for styles used by the USER_ADMIN_AREA template.  This template
 * provides links used by the ez_edit, trans, and vmx_tag systems.
 *
 * Incorporate in head of main template using, e.g.,
 *
 * %if ('<%insert:Control:get_config::$ADMIN_MODE%>')%
 * <link rel="stylesheet" type="text/css"
 *   href="/admin_css/user_admin_styles.css">
 * %endif%
 *
 */

a.Edit-label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	background-color: #FFCC66;
	text-align: center;
	display: compact;
	border: 1px solid black;
	padding: 1px;
	margin: 1px;
	list-style-type: none;
	background-position: center center;
	vertical-align: middle;
	float: none;
	list-style-image: none;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	text-transform: uppercase;
}
a.Revise-label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	background-color: #99CC66;
	text-align: center;
	display: compact;
	border: 1px solid black;
	padding: 1px;
	margin: 1px;
	list-style-type: none;
	background-position: center center;
	vertical-align: middle;
	float: none;
	list-style-image: none;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	text-transform: uppercase;
}
a.Translate-label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	background-color: #99CC66;
	text-align: center;
	display: compact;
	border: 1px solid black;
	padding: 1px;
	margin: 1px;
	list-style-type: none;
	background-position: center center;
	vertical-align: middle;
	float: none;
	list-style-image: none;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	text-transform: uppercase;
}
a.Update-label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	background-color: #99CC66;
	text-align: center;
	display: compact;
	border: 1px solid black;
	padding: 1px;
	margin: 1px;
	list-style-type: none;
	background-position: center center;
	vertical-align: middle;
	float: none;
	list-style-image: none;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	text-transform: uppercase;
}
a.Tag-label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}
a.Untag-label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}
