div.anyEditForm ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.anyEditForm
	.textInput input {
			border: 1px solid #cccccc;
	}


div.anyEditForm {
	padding: 10px;
	height: 1%;
	overflow: hidden;
	clear: both;
	color: #4e4e4e;
	margin-bottom:15px;
}

div.anyEditForm
	div.name {
		width: 27%;
		float: left;
		display: inline;
		text-align: right;
		padding-top: 3px;
	}
	
div.anyEditForm
	div.name
		input {
				margin-top: -5px;
		}
	
div.anyEditForm
	div.value {
		width: 70%;
		float: right;
		display: inline;
	}
	
div.anyEditForm
	div.value
		input {
			width: 90%;
			padding-left: 3px;
		}
		
div.anyEditForm
	div.value
		textarea 
		{
			overflow: auto;
			font-size: 12px;
			border: 1px solid #cccccc;
			height: 80px;
			width: 95%;
			font-family: Arial, Helvetica, sans-serif, Tahoma, Verdana, Geneva;
			padding: 3px;
		}
		
div.anyEditForm
	div.value
		select {
			border: 1px solid #cccccc;
			width: 265px;
		}

div.anyEditForm
	div.value
		div select {
				border: 1px solid #cccccc;
				width: 37%;
			}

div.anyEditForm ul li {
	height: 1%;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.anyEditForm
	div.withCheckBox input {
		width: auto;
		border: 0px;
		margin-right: 5px;
	}
	
div.anyEditForm
	div.withRadioButton input {
		width: 15px;
		border: 0px;
		margin-right: 5px;
	}
	
div.anyEditForm
	div.button input {
			background-color: #645e72;
			color: white;
			border: 1px solid #645e72;
			width: 45%;
			font-size: 11px;
			padding-top: 2px;
			padding-bottom: 2px;
			text-align: center;

	}

div.anyEditForm
	div.button
		div {
			width: 161px;
			float: left;
			margin-right: 5px;
		}
	
div.anyEditForm
	div.button
		div input {
			background-color: #645e72;
			color: white;
			border: 1px solid #645e72;
			width: 100%;
			font-size: 11px;
			padding-top: 2px;
			padding-bottom: 2px;
			text-align: center;
		}
		
div.textWithButtonForm {
	padding: 10px;
	height: 1%;
	overflow: hidden;
	border: 1px solid #ececec;
	clear: both;
	color: #4e4e4e;
	background-color: #f8f8f8;
}

div.textWithButtonForm
	div.options {
		float: left;
		display: inline;
		padding-top: 4px;
	}

div.textWithButtonForm
	div.button {
		float: right;
	}
	
div.textWithButtonForm
	div.button
		input {
			background-color: #645e72;
			color: white;
			border: 1px solid #645e72;

			font-size: 11px;
			padding-top: 2px;
			padding-bottom: 2px;
			text-align: center;
		}
		
/* Help -> */
div.withHelp ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

div.withHelp li div.value textarea,
div.withHelp .body {
		float: left;
		width: 90%;
	}

div.withHelp
	div.value
		input {
			float: left;
		}

a.jTip {
	background-image: url('images/help_inactive.gif');
	width: 21px;
	height: 21px;
	margin-top: 1px;
	float: right;
}

a.clueTip {
	background-image: url('images/help_inactive.gif');
	width: 21px;
	height: 21px;
	margin-top: 1px;
	float: right;
}

a.jTip:hover {
	background-image: url('images/help_active.gif');
}

div.helpPage {
	background-color: white;
}

div.helpPage p {
	text-indent: 0px;
}

div.helpPage li 
{
	list-style-type: disc;
	margin-left: 10px;
	margin-bottom: 5px;
}
/* <- Help */


/* */

div.profileEditForm ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

div.profileEditForm {
	padding: 10px;
	margin: 0px auto;
	width: 80%;
	height: 1%;
	overflow: hidden;
	clear: both;
	color: #4e4e4e;
}

div.profileEditForm
	div.name {
		width: 37%;
		float: left;
		display: inline;
		text-align: right;
		padding-top: 3px;
	}
	
div.profileEditForm
	div.name
		input {
				margin-top: -5px;
		}
	
div.profileEditForm
	div.value {
		width: 60%;
		float: right;
		display: inline;
	}
	
div.profileEditForm
	div.value
		input {
			border: 1px solid #cccccc;
			width: 95%;
			padding-left: 3px;
		}
		
div.profileEditForm
	div.value
		textarea 
		{
			overflow: auto;
			font-size: 12px;
			border: 1px solid #cccccc;
			height: 80px;
			width: 95%;
			font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
			padding: 3px;
		}
		
div.profileEditForm
	div.value
		select {
			border: 1px solid #cccccc;
			width: 232px;
		}
		
div.profileEditForm
	div.value
		div select {
				border: 1px solid #cccccc;
				width: 113px;
			}		
		

div.profileEditForm ul li {
	height: 1%;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.profileEditForm
	div.withCheckBox input {
		width: auto;
		border: 0px;
		margin-right: 5px;
	}
	
div.profileEditForm
	div.withRadioButton input {
		width: 15px;
		border: 0px;
		margin-right: 5px;
	}
	
div.profileEditForm
	div.button input {
		background-color: #645e72;
		color: white;
		border: 1px solid #645e72;
		width: 60%;
		font-size: 11px;
		padding-top: 2px;
		padding-bottom: 2px;
	}
	
div.profileEditForm
	div.button
		div {
			width: 49%;
		}
	
div.profileEditForm
	div.button
		div input {
			background-color: #645e72;
			color: white;
			border: 1px solid #645e72;
			width: 100%;
			font-size: 11px;
			padding-top: 2px;
			padding-bottom: 2px;
			text-align: center;
		}
		
		
div.profileEditForm
	div.button
		div {
			width: 113px;
			float: left;
			margin-right: 5px;
		}

div.bookmarkForm {
	border: 1px solid #ececec;
	width: 100%;
	height: 1%;
	overflow: hidden;
	clear: both;
	color: #4e4e4e;
	background-color: #f8f8f8;
	margin-bottom:10px;
	font-size: 11px;
}

div.bookmarkForm .wrapperBookmarkForm {
    padding: 10px;
    overflow: hidden;
    height: 1%;
}

div.bookmarkForm
	div.textfield
		input {
			border: 1px solid #cccccc;
			width: 98%;
			padding-left: 3px;
		}

div.bookmarkForm
	div.textfield {
			width: 150px;
			float: right;
			padding-right: 10px;
		}
div.bookmarkForm
	div.button {
			width: 100px;
			float: right;
		}
		
div.bookmarkForm
	div.button
		input {
			width: 100px;
			background-color: #666666;
			color: white;
			border: 1px solid #666666;
			font-size: 11px;
			padding-top: 2px;
			padding-bottom: 2px;
		}

div.bookmarkForm
	div.withSelect {
			float: left;
		}
		
div.bookmarkForm
	div.withSelect
		select {
			border: 1px solid #cccccc;
			width: 220px;
			margin-left: 5px;
		}
	
div.bookmarkForm
	div.withSelect
		input {
			background-color: #666666;
			color: white;
			border: 1px solid #666666;
			font-size: 11px;
			padding-top: 2px;
			padding-bottom: 2px;
			padding-left: 2px;
			padding-right: 2px;
		}
		
/**/

div.bookmarkCategory {
	background-image: url("/content/images/ifolder.gif");
	background-repeat: no-repeat;
	background-position: 10px 9px;
	background-color: #f4f4f4;
	border-top: 1px solid white;
	padding: 8px;
	padding-left: 33px;
	height: 1%;
	overflow: hidden;
}

div.bookmarkCategoryManage {
	font-size: 11px;
}
	

div.bookmarkCategory a 
{
	font-weight: bold;
}

div.bookmarkSubCategoryContainer
	div.bookmarkCategory {
		background-position: 33px 9px;
		border-top: 1px solid white;
		padding: 8px;
		padding-left: 55px;
	}

div.bookmarkLinesBlock {
	color: #606060;
	margin-bottom: 5px;
}

div.bookmarkLinesBlock ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	
	line-height: 16px;
	margin-top: 5px;
	margin-left: 17px;
	margin-right: 10px;
}

div.bookmarkLinesBlock ul li {
	border-bottom: 1px solid #efede9;
	height: 1%;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.bookmarkLinesBlock
	div.name {
		width: 63%;
		float: left;
		display: inline;
/*		background-color: fuchsia;*/
	}
	
div.bookmarkLinesBlock
	div.value {
		width: 30%;
		float: right;
		display: inline;
/*		background-color: blue;*/
	}
	
div.bookmarkLinesBlock
		div.checkbox {
/*			background-color: aqua;*/
			width: 23px;
			float: left;
			display: inline;
		}
	
div.bookmarkLinesBlock
		div.checkbox
			input {
				margin-top: -1px;
			}
			
div.bookmarkPath {
	font-size: 14px;
	padding: 10px;
	padding-bottom: 5px;
}

div.bookmarkPath a {
	font-weight: bold;
}

div.bookmarkOptions {
	padding-left: 11px;
	padding-bottom: 11px;
}

div.bookmarkOptions a {
	font-size: 11px;
}

/* --------------------------------------------- */

