#bookmarksEditor {
	background: #FFFFFF;
}
#bookmarksEditor #rightCol{
	clear:right;
	float:right;
	background-color: #E2E2E2;
	width: 250px;
	padding: 0px 10px 10px 10px;
	margin: 0px 0px 15px 0px;
	border-radius:10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}
#bookmarksEditor #rightCol H2{
	padding-top:10px;
	color:#828282;
}

#bookmarksEditor #leftCol{
	width:620px;
}
#bookmarksList .bookmark {
	padding:5px 10px 5px 10px;
	font-size:13px;
}
#bookmarksList .bookmark a{
	font-size:13px;
	text-decoration:none;
}
#bookmarksList .bookmark a:hover{
	text-decoration:underline;
	color:#828282;
}
#bookmarksList .bookmarkBg {
	background-color: #EDEDED;
}
#bookmarksList .bookmark:hover {
	background-color: #dedede;
}

#bookmarksList a.removeBookmark{
	float:right;
	width:15px;
	height:15px;
	margin: 0px 0px 0px 20px;
	text-decoration:none;
	background-image:url("../graphics/x.gif");
}
#bookmarksList a.removeBookmark:hover{
	text-decoration:none;
}

#helpTips ul{
	margin: 0px 0px 0px 5px;
	padding:5px 5px 0px 22px;
}

#helpTips li{
	list-style-image: url(../graphics/arrow_right_gray.gif);
	margin: 0px 0px 10px 0px;
	padding:0px;
}
#bookmarksEditor .optionsList{
	text-align:left;
	margin-top:5px;
	margin-left:10px;
}
#bookmarksEditor .optionsList a{
	text-decoration:none;
}
.foldersList{
	margin-top:5px;
	margin-left:10px;
}
.foldersListCurrent{
	color:#828282;
	margin-top:5px;
	margin-left:10px;
}
.foldersList a{
	text-decoration:none;
}
div.folderInfo{
	margin-left:10px;
}
div.folderInfo .removeFolder{
	float:right;
	width:15px;
	height:15px;
	margin: 0px 0px 0px 20px;
	text-decoration:none;
	background-image:url("../graphics/x.gif");
	border: none;
}
div.folderInfo .removeFolder a{
	border:0px;
	text-decoration:none;
}
a.hide{
	text-decoration:none;
	float:right;
	text-transform: uppercase;
	font-size:13px;
	color: #828282;
}
a.hide:hover{
	color:none;
}
div.edit{
	text-align:right;
	margin-top:5px;
}
div.edit a{
	text-decoration:none;
	text-transform: uppercase;
	font-size:13px;
	color: #828282;
}
div.edit a:hover{
	color:none;
}

/*  FORMS */
#newFolderForm .formLabel, #editFolderForm .formLabel{
	font-weight:bold;
	margin: 10px 0px 2px 0px;
}
#newFolderForm input, #editFolderForm input {
	font-size:11px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	padding: 0px 2px 0px 2px;
	margin: 0px 0px 3px 0px;
	border: 1px solid #828282;
	width:240px;
}
#newFolderForm input[type="text"], #editFolderForm input[type="text"] {
	font-size:11px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	padding: 2px 2px 2px 2px;
	margin: 0px 0px 3px 0px;
	border: 1px solid #828282;
	width:240px;
}
#newFolderForm textarea, #editFolderForm textarea {
	font-size:11px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	padding: 0px 2px 0px 2px;
	margin: 0px;
	border: 1px solid #828282;
	width:240px;
}
#newFolderForm input[type="textarea"], #editFolderForm input[type="textarea"] {
	font-size:11px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	padding: 2px 2px 2px 2px;
	margin: 0px;
	border: 1px solid #828282;
	width:240px;
}
#newFolderForm a, #editFolderForm a{
	text-transform:uppercase;
	font-family: Arial, sans-serif;
	font-size:14px;
	color: #545454;
	font-weight:bold;
	text-decoration:none;
	margin: 0px;
	padding: 5px 0px 0px 0px;
}
#newFolderForm a:hover, #editFolderForm a:hover{
	color: #828282;
	text-decoration:none;
}