body {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size:11px;	
	background:url(../img/logo.gif) 20px 20px no-repeat;
	background-color: #FFF;
	margin-top: 120px;
}

.menuwrapper {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size:11px;
	padding: 0;
	margin: 0 10px 10px 0;
	width: 25em;
	color: #333;
	background:url(../img/menu_grad.gif) top left repeat-x;
	border-right: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	background-color: #2b2c2c;
	/* float: left; */
}

input, select {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size:11px;
	margin: 0 5px 0 5px;
	width: 95%;
}

select {
	width: 96.5%;
	margin: 0 10px 0 5px;
}
input.saveButton, input.cancelButton, input.deleteButton {
	width: 50px;		
}
input.deleteButton {
	float:left;
}
* html input.deleteButton {
	position: absolute;
	left: 0;
}

input.favButton {
    position: relative;
	left: -35px;
    top: 5px;
    width: 16px;
    height: 16px;
    padding: 0; margin: 0;
}

input.saveCatButton, input.cancelCatButton, input.deleteCatButton {
	width: 50px;		
}
input.deleteCatButton {
	float:left;
}

.menuwrapper ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

.menuwrapper li {
	border-bottom: 1px solid #C0C0C0;
	margin: 0;
	position: relative;
}

.menuwrapper li a, .menuwrapper li a:link, .menuwrapper li a:visited {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-right: 10px solid #FFF;
	background-color: #FFF;
	color: #000;
	text-decoration: none;
}

.menuwrapper li a.fav, .menuwrapper li a:link.fav, .menuwrapper li a:visited.fav {
	border-right: 10px solid #C00;
}

* html .menuwrapper li a, .menuwrapper li a:link, .menuwrapper li a:visited, .menuwrapper li a:hover, .menuwrapper li a:active {
	width: 256px;
}

html>body .menuwrapper li a, .menuwrapper li a:link, .menuwrapper li a:visited {
	width: auto;
}

.menuwrapper li a:hover, .menuwrapper li a:active {
	border-right: 10px solid #abe204;
	background-color: #FFF;
	color: #000;
}

.folder {
	display: block;
	color: #000;
	font-weight:bold;
	text-decoration: none;
	padding: 5px 5px 5px 30px;
	background:url(../icons/folder_add.png) 5px no-repeat;
	border-bottom: 1px solid #C0C0C0;
}

.pink li a:hover {
	border-right: 10px solid #FF00FF;
}
.orange li a:hover {
	border-right: 10px solid #FF6600;
}

.sort_placeholder {
	background:url(../icons/helper_ruby.png) center no-repeat #2b2c2c;
}

#columns td {
	vertical-align: top;
	width: 10em;
}
#editInPlace {
	padding: 5px 0 5px 0;
	background-color: #2b2c2c;
}
* html #editInPlace {
	padding: 4px 0; margin: 0;
	background-color: #2b2c2c;
}
* html #editInPlace input {
	margin: 0 4px 0 4px;
}

.editIcon {
	cursor: pointer;
	float:right;
	margin-right: 1.5em;
	margin-top: 4px;
}
* html .editIcon {
	position: absolute;
	right: 0px;
}

#catEditInPlace {
	padding: 5px 0 5px 0;
	background-color: #2b2c2c;
}
* html #catEditInPlace input {
	margin: 0 4px 0 4px;
}
.catEditIcon {
	cursor: pointer;
	float:right;
	margin-right: 5px;
	margin-top: 5px;
}

* html #linkURL, * html #linkTitle { width: 262px; }

#col1 { background:url(../img/col1.gif) top center no-repeat; }
#col2 { background:url(../img/col2.gif) top center no-repeat; }
#col3 { background:url(../img/col3.gif) top center no-repeat; }
#col4 { background:url(../img/col4.gif) top center no-repeat; }
#col5 { background:url(../img/col5.gif) top center no-repeat; }

/* insert styles */
#insertwrapper {
	position: absolute;
	width: 270px;
	top: 15px;
	margin: 0 0 0 295px;
	padding: 2px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size:11px;
	text-align:right;
	overflow:hidden;
}
#insertwrapper form {
	margin: 0;
	padding: 0;
}
#loading {
	display:none;
	position: absolute;
	top: 95px;
	padding: 3px;
	width: 24.5em;
	background-color:#F90;
	color: #FFF;
	font-weight:bold;
}

/* login styles */
#loginwrapper {
	position:absolute;
	width: 200px;
	top:10px;
	right:10px;
}
#loginwrapper form {
	margin-bottom: 0;
	padding-bottom: 0;
}

#login_logout {
	/*color:#F90;*/
	color:#2b2c2c;
	font-weight:bold;
}

#login_tabsave {
	/*color:#090;*/
	color:#A73838;
	font-weight:bold;
}

.all_toggles {
	text-align:right;
}
.all_toggles a {
	margin-right: 10px;
	color:#CCC;
	font-weight:bold;
}