ul.errors	{
	color: #ff0000;
}
fieldset {
	width: 100%;
	border: 0;
	padding: 0;
	margin: 0 0 1.5em 0;
}

fieldset legend {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0 0.7em 0;
	padding: 0.7em 0 0 0;
}

fieldset ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

fieldset ol li {
	margin: 0;
	padding-left: 13em;
	clear: left;
	margin-bottom: 2px;
}
fieldset ol li.header {
	padding: 10px 0 5px 0;
	font-size: 1.1em;
	font-weight: bold;
}
fieldset ol.fullWidth li {
	padding-left: 0;
	clear: none;
}
form.psmForm fieldset ol.fullWidth .submitRow {
	overflow: hidden;
}
form.psmForm fieldset ol.fullWidth div.button {
	float: right;
}
form.psmForm fieldset ol.fullWidth div.cancel {
	float: left;
}

fieldset label.key {
	margin-left: -13em;
	width: 13em;
	float: left;
}

form.psmForm input.text,
form.psmForm textarea.text	{
	width:330px;
	border: 1px solid #ACC8E5;
	padding: 1px 4px;
}

form.psmForm select.text {
	width:340px;
	border: 1px solid #ACC8E5;
}

select.selectRelClass {
	border: 1px solid #ACC8E5;
	width: 250px;
}

form.psmForm input.integer {
	width: 30px;
}

form.psmForm input#internal {
	width: auto;
}

form.psmForm textarea.text		{ height: 130px;}
form.psmForm input.button 		{  }

form.psmForm { color: #0C2B81; font-size: 0.9em; }
form.psmForm .required				{ color: red; }
form.psmForm .submitRow .submitButton {
	background: url(/images/pageLayout/form_button.gif) repeat-x;
	text-align: right;
	height: 26px;
}
form.psmForm  div.button {
	background: url('/images/pageLayout/form_button.gif') repeat-x;
	width: 340px;
}

form.psmForm  div.buttonSmall {
	background: url('/images/pageLayout/form_button.gif') repeat-x;
	width: 100px;
}

p.notice {
	border: 1px solid #ACC8E5;
	background: #F9FAFC;
	padding: 10px;
}

div#search {
	height: 27px;
	width: 100%;
}

form#searchForm {
	float: right;
}

form#searchForm input.text {
	float: left;
	padding-bottom: 4px;
	width: 150px;
}

form#searchForm div.small {
	float: left;
	width: 90px;
	margin-left: 5px;
}


form.psmForm {
	clear: both;
}
form.psmForm  button.button {
	background: url('/images/pageLayout/arrow_right.gif') no-repeat 100% 5px;
	border: none;
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
	padding-right: 23px;
	padding-bottom: 5px;
	height: 26px;
	width: 100%;
	text-align: right;
	text-transform: uppercase;
	cursor: pointer;
	letter-spacing: 1px;
}

form.psmForm div.resultButton {
	width: 200px;
	float: right;
	margin-top: 10px;
}
form.psmForm  div.button:hover {
	background-position: 0px -26px;
}
form.psmForm  button.button img {
	padding-left: 2px;

}
form.psmForm div.groupRow {
	display: inline;

}
form.psmForm div.groupRow input.text {
	width: 242px;
	margin-right: 5px;
}
form.psmForm div.groupRow input.shortText {
	width: 70px;
}

form.psmForm select.country {

}

form.psmForm input[type=checkbox] {
	vertical-align: middle;
}
/* Wym text editor */
.wymContainer {
	position: absolute;
	top: 2px;
	right: 0px;
	width: 110px;
	padding-right: 5px;
	cursor: pointer;
}

.wym_area_top {
	position: relative;
}
li.wymText {
	font-size: 1.2em;
}

/* Option list */
div.listOptions ul {
	margin: 0 0 1em 0;
	padding: 0;
	list-style: none;
	width: 275px;
}
a.listButton {
	vertical-align: middle;
	margin-left: 2px;
}

div.listOptions ul li {
	padding: 1px;
	border-bottom: 1px solid #ACC8E5;
	padding-right: 65px;
	position: relative;
}

div.listOptions a {
	top: 2px;
	position: absolute;
}
div.listOptions a.listButtonDelete {
	right: 0;
}
div.listOptions a.listButtonUp {
	right: 40px;
}
div.listOptions a.listButtonDown {
	right: 20px;
}

div.buttonSelectAll {
	padding: 5px;
}

/* Tree select markup */
div.treeSelect {
	position: absolute;
	border: 1px solid #ACC8E5;
	padding: 10px;
	width: 330px;
	background: #FFFFFF;
}

a.showClassTree {
	cursor: pointer;
}

span.classificationId, span.dimensionId, span.topicId {
	display: none;
}
form#stopwordsListForm select { width: 341px; }

div.filters {
	float: left;
	margin: 20px 0px;
	width: 99%;
}

div.filters h3.filter {
	float: left;
	padding-right: 20px;
	margin: 0;
}

div.filters form#filterTopics select {
	float: left;
}

div.filters div.buttonSmall {
	display: -moz-inline-block;
	display: inline-block;
	margin-left: 5px;
}

div.filters select.projectFilter {
	width: 175px;
}

div.buttonRow {
	width: 100%;
	overflow: hidden;
}