﻿#leftMenu
{
    margin-right: 20px;
}
/*
.admin fieldset 
{
	font:12px Arial, sans-serif;
}
.admin input
{
	margin-left:80px;
}
*/
.addbutton 
{
	background:url(../images/add.gif) no-repeat;
	width:12px;
	height:12px;
	font-size:1px;
	cursor:pointer;
	border:0;
	display:block;
	margin-bottom:6px;
}
.editbutton 
{
	background:url(../images/Edit.gif) no-repeat;
	width:16px;
	height:16px;
	font-size:1px;
	cursor:pointer;
	border:0;
}
.deletebutton 
{
	background:url(../images/Delete.gif) no-repeat;
	width:16px;
	height:16px;
	font-size:1px;
	cursor:pointer;
	border:0;
}
.calbuttons 
{
	text-align:right;
	margin-bottom:4px;
	border-bottom:dashed 1px gray;
}
.register input
{
	margin-left:1.5em;
}
.greenbutton, .btnNew
{
	font:12px 'Trebuchet MS', Tahoma;
	height:20px;
	line-height:20px;
	color:#efefef;
	border:solid 1px #07a900;
	background: #0fb112 url(../images/button.jpg) top;
	cursor:pointer;
	padding-left:5px;
	padding-right:5px;
}
.pagetree 
{
	background: #eaf6f0 url(../images/pagetree_bg.gif) repeat-y left;
	padding: 0 10px 0 15px;
	margin-top:15px;
	font-size:9pt;
}

.pagetree #top
{
	background:url(../images/pagetree_top.gif) no-repeat top left;
	height:18px;
	margin: 0 -10px -10px -15px;
}
.pagetree #bottom
{
	background:url(../images/pagetree_bottom.gif) no-repeat top left;
	height:18px;
	margin: 0 -10px 0 -15px;
}
.pagetree .linkmenu
{
	background:#bac4bf;padding:4px;font-size:11px;margin-bottom:10px;
}
.pagetree .linkmenu a 
{	
	
	color:black;
	text-decoration:none;
}