@CHARSET "ISO-8859-1";
ul.right_links{
	float:right;
	list-style:none;
	margin:5px 0;
	font-weight:normal;
}

ul.right_links li, a.right_link{
	float:right;
	margin:0 5px 0 0;
	font-weight:normal;
}

a.button{
	display:block;
	text-decoration:none;
	padding:2px 5px;
	margin:10px 0;
}

.ui-icon{
	display:inline;
	float:left;
	margin-right:5px;
}

// the number in this case refers to the depth of nesting
	
.header-1, .header-3{
	background:#E0ECFF;
	padding:5px 10px;
	-moz-border-radius:5px;	
}

.header-2, .header-4{
	padding:5px 10px;
	-moz-border-radius:5px;	
	background:#DDF8CC;
}

a.left_link{
margin-left:5px;
font-weight:normal;
}

a img{
	border:none;
}

li.new a{
	color:#990000;
}

.menu_header{
margin-top:5px;
}

.menu .pages{
padding:10px;
}

.ui-dialog-content .col{
	float:left;
}

.dialog_med{
	width:520px;
}

.dialog_med .col{
	width:250px;
	padding:5px;	
}

.form_row{
	padding: 0 0 5px 0;
	clear:both;
}

.form_row label{
	float:left;
	display:block;
	font-weight:bold;
}

.col label{
	width:100px;
}

.col input[type=text], .col textarea, .col select{
	width:150px;
}

.col textarea{
	height:80px;
}

#tree, #tree ul{
	list-style:none;
	margin:0;
	padding:0;	
}

#tree li{
	margin:5px 0 0 20px;
}

#tree span{
	display:block;
	padding:5px 10px;
}

.editor textarea{
	margin:2px;
}
.editor ul{
	list-style:none;
	font-weight:normal;
	font-size:12px;
	margin:0;
	padding:5px;
	float:right;
}

.editor ul li{
	display:inline;
	margin:0 10px 0 0;
}

