/*
	admin area style
	
	$Id: admin.css,v 1.15 2004/10/10 11:37:05 dekarma Exp $
*/

body {
	background: #ffffff; 
}
body, td, th, a, li, ul, textarea {
	color: #000;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
}

textarea {
  font-size: small;
  width: 95%;
}

/* textareas for skin/template editing have monospace fonts */
textarea.skinedit, textarea.templateedit
{
	font-family: monospace;
	font-size: medium;
}

img			{ border: none; }
.skip 		{ display: none; }
label		{ cursor: pointer; }
.error 		{ color: red; font-size: 1.2em; }

pre {
	margin-left: 10px;
}

.batchoperations {
	background-color: #eef;
	width: auto;
	padding: 5px;
	text-align: right;
}


input.transparent {
	background-color: transparent;
}

#content {
  font-size: small;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: small;
}

html>body #content { font-size: small; }

img.skinpreview {
	border: 1px solid #ccc;
}

