a.option:hover {
	font-family: Verdana,Trebuchet MS,Arial,Helvetica;
	line-height: 1;
	color: #f66600;
	text-decoration: underline;
}
a.option, a.option:visited, a.option:active {
	font-family: Verdana,Trebuchet MS,Arial,Helvetica;
	line-height: 1;
	white-space: nowrap;
	font-size: 9pt;
	text-align: right;
	color: black;
}
.option {
	font-family: Verdana,Trebuchet MS,Arial,Helvetica;
	line-height: 1;
	white-space: nowrap;
	font-size: 9pt;
	text-align: right;
}
a.option:hover {
	font-size: 9pt;
	color: #f66600;
	text-decoration: underline;
}
.arrow {
	text-align: right;
}
.separator {
	color: white;
	background-color: #72a4ac;
	text-align: right;
	font-weight: bold;
	font-size: 10pt;
}
.popeditor {
	text-align: left;
	vertical-align: top;
	background-color: white;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	padding: 5px;
}
.fieldname {
	text-align: right;
	vertical-align: top;
	font-size: 9pt;
}
.multifieldname {
	text-align: right;
	vertical-align: middle;
	font-size: 10pt;
}
.multifieldname a{
	text-align: right;
	vertical-align: middle;
	font-size: 10pt;
}

form {
	font-size: 8pt;
	text-align: left;
	vertical-align: middle;
}
.field {
	font-size: 8pt;
	text-align: left;
	vertical-align: top;
}
.required {
	font-size: 8pt;
}
.buttons {
	font-size: 8pt;
	text-align: right;
}
.formtext {
	font-size: 10pt;
}
.options {
	font-size: 10pt;
	font-weight: bold;
	margin-top: 5px;
	margin-left: 5px;
}
.collapser {
	cursor: pointer; 
	padding: 2px;
	color: white;
	background-color: #72a4ac;
	text-align: right;
	font-weight: bold;
	font-size: 10pt;
}
/* Yahoo autocomplete */

.entrytagsmod {
	position:relative;
}
.entrytagsautocomplete {
	position:relative;
}/* set width of widget here*/
.entrytagsinput {
	position:absolute;
	width:390px;
}
#entrytagscontainer {
	position:absolute;
	top:1.7em;
	width:390px;
}
#entrytagscontainer .yui-ac-content {
	position:absolute;
	width:100%;
	border:1px solid #404040;
	background:#fff;
	overflow:hidden;
	z-index:9050;
}
#entrytagscontainer .yui-ac-shadow {
	position:absolute;
	margin:.3em;
	width:100%;
	background:#a0a0a0;
	z-index:9049;
}
#entrytagscontainer ul {
	padding:2px 0px 2px 0px;
	margin:0px;
	width:100%;
}
#entrytagscontainer li {
	padding:0 5px;
	cursor:default;
	white-space:nowrap;
}
#entrytagscontainer li.yui-ac-highlight {
	background:#ff0;
}
#entrytagscontainer .yuiquery {
	position:absolute;
	right:10px;
	color:#808080;
	z-index:10;
} 
	
