/* generic clases fsdfd*/

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.block {
	display: block;
}

/* end: generic clases */

.date, .person {
	white-space: nowrap;
}

.toro-edit-separator {
	font-weight: bold;
	padding: 5px 0px 20px 0px;
}

.toro-edit-separator p {
	padding: 2px;
	border: 1px solid #9F9F9F;
	background-color: #eee;
}

p.toro-edit-buttons {
	margin: 5px 0px 5px 0px;
}

.toro-long-help span {
	display: none;
	color: #9F6000;
}
 
.toro-long-help {
	float: right;
	background: transparent url("icons/help.png") right top no-repeat;
	width: 20px;
	cursor: help;
	padding: 16px 6px;
	margin-bottom: 5px;
}
 
.toro-short-help {
	font-size: 12px;	
	font-style:italic;
}

tr.toro-edit-tr {
	margin: 3px 10px 4px 10px;
}

td.toro-edit-td {
	width: 100%;
}

.toro-edit-control {
	padding:3px 3px 3px 10px;
	border: 0px;
	border-left: 1px solid #0065bd;
	background-color: #eee;
	min-height: 17px;
}

label.toro-edit-label {
	float: right;
	font-size: 12px;
	width: 110px;
	text-align: right;
	padding: 0;
	margin: 4px 0;
	font-weight: bold;
}

table.toro-edit-table {
	width: 100%;
}

fieldset.toro-edit-fieldset {
	border: 1px solid #bbb;
	padding: 5px;
	width: 100%;
}

fieldset.toro-show-fieldset {
	border: 1px solid #bbb;
	padding: 5px;
	width: 100%;
}

form.toro-edit-form {
	margin: 10px;
	width:99%;
}

form.toro-edit-form legend {
	margin-left: 25px;
	padding: 0 10px;
	font-size: 12px;
	background-color: white;
}

form.toro-edit-form p {
	clear: left;
	margin: 5px 0;
}

form.toro-edit-form p label {
	display: block;
	float: left;
	width: 70px;
}

form.toro-edit-form p input[type="submit"] {
	width: 120px;
}

.toro-edit-manyRoleControl {
	width:500px;
}

.toro-edit-oneRoleControl {
	width:230px;
}

table.toro-show-compoundValues thead {
	font-weight:bold;
	border: none;
}

table.toro-show-compoundValues td {
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border: solid 1px;
}

.toro-error {
	color: red;
}

p#toro-version {
	background-color: #FFF37C;
	padding: 5px;
}

.toro-kind-image img {
	vertical-align: bottom;
}

.toro-search-highlight {
	background-color: #CCFFFF;
}

.toro-hoverAssociation {
	background-color:#FF6633;
	text-decoration: line-through;
	cursor: pointer;
}

.toro-remove {
	position:absolute;
	z-index:3;
}


input.toro-linkControl-wikiButton {
	width: 120px;
}

.toro-messages .confirmationMessage,
.toro-messages .errorMessage,
.toro-messages .infoMessage,
.toro-messages p {
	border: 1px solid;
	margin: 10px 0 10px 0;
	padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;	
}

.toro-messages .confirmationMessage {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url("icons/success.png");	
}

.toro-messages .errorMessage {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url("icons/error.png");
}

.toro-messages .infoMessage {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url("icons/info.png");
}

.toro-messages .warningMessage {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url("../img/icons/32x32/warning.png");
}

pre.toro-cite {
	text-align: left;
	padding: 1em;
	background-color: #F9F9F9;
	border: 1px dashed #2F6FAB;
	font-family: monospace,sans-serif;
	margin: 1em 0 1em 0;
}

p.toro-cite {
	margin: 1em 0 1em 0;
}

/***
** Lists
***/ /* tables */
table.toro-list {
	margin: 10px 0;
	border-right: 1px solid #ccc;
	border-spacing: 0;
}

table.toro-list thead tr,
table.toro-list tfoot tr {
	text-align: left;
	background: #ccc url("/__toro/top_mid.gif") left top;
	border-right: 1px solid #ccc;
}

table.toro-list thead tr th,table.toro-list tfoot tr th {
	font-weight: normal;
	font-size: 0.85em;
	height: 23px;
	padding: 0 20px 0 4px;
	border-left: 1px solid #ccc;
	text-decoration: underline;
}

table.toro-list thead tr .header {
	cursor: pointer;
}

table.toro-list tbody td {
	padding: 2px 5px 3px 0;
	margin: 0;
	background-color: #FFF;
	vertical-align: top;
}

table.toro-list tbody tr.odd td {
	background-color: #F0F0F0;
}

table.toro-sortable thead tr .headerSortUp {
	background: #ccc url("/__toro/desc.png") center right no-repeat;
}

table.toro-sortable thead tr .headerSortDown {
	background: #ccc url("/__toro/asc.png") center right no-repeat;
}

.toro-popup .toro-edit-control .yui-ac-input,
.toro-popup .toro-edit-control input.toro-edit-string {
	width: 100%;
}

input.readonly {
	background-color: #D9D9D9;
}

.toro-popup {
	margin: -15px 0 12px 88px;
}

.toro-popup fieldset {
	border: none;
}
 
.toro-popup label,
.toro-popup label.toro-edit-label {
	float: left;
	width: 80px;
	text-align: right;
	padding: 0;
	margin: 4px 10px 10px 0;
	font-weight: bold;
}

.toro-popup #toro-current-link {
	display: none;
}

.toro-recent-entries td,.toro-recent-entries th {
	padding-right: 5px;
}

.toro-recent-entries th {
	border-right: 1px solid #58585a;
	border-bottom: 1px solid #58585a;
	background-color: #eee;
}

#toro-linkControl-directory {
	overflow: auto;
	height: 315px;
}

.paging a {
	text-decoration: none;
	padding: 3px 5px;
}

tfoot td.paging {
	padding: 4px 5px 2px 5px;
}

.yui-skin-sam tr.toro-edit-role-compoundValues .toro-edit-string {
	width: 200px;
}

.yui-skin-sam tr.toro-edit-role-compoundValues .yui-ac-input {
	width: 295px;
}

.toro-page-content #toro-referenced-by li {
	display: inline;
	background: none;
	padding: 0px;
}

p#toro-current-link span {
	font-weight: bold;
}

.toro-alphabet {
	display: inline;
}

.toro-page-content .toro-alphabet a:link,.toro-page-content .toro-alphabet a:visited,.toro-page-content .toro-alphabet a:hover,.toro-page-content .toro-alphabet a:active
	{
	background-color: #58585a;
	margin: 10px 1px;
	padding: 3px 5px;
	text-decoration: none;
	color: #fff;
}

.toro-page-content ul li.toro-alphabet {
	background: none;
	padding: 0px;
}

.toro-currentLetter {
	background-color: #0065BD;
	color: #fff;
	padding: 3px 3px 3px 5px;
	margin: 10px 4px 10px 1px;
}

.overview #all,.overview #recent-activity {
	float: left;
}

.overview #all {
	margin-right: 40px;
}

.overview .list,.overview .recent-activities {
	float: right;
}

.overview .list {
	margin-right: 10px;
}

.toro-commentlist {
	display:block;
}

.toro-comment-right {
	float:right;
}

.toro-comments-textarea {
 	width: 100%;
	height: 100px;
}

ol#commentlist li {
	display: block;
	width: 500px;
	background-color: #fff2ca;
	border: 1px solid #ffe79e;
	padding: 5px;
	margin: 5px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

ol#commentlist .comment-text {
	padding-left: 57px;
}

ol#commentlist .comment-text .comment-author img {
	position: absolute;
	margin-left: -57px;
	width: 48px;
	height: 48px;
	border: 1px solid #ffe79e;
}

ol#commentlist .comment-author {
	display: block;
	font-weight: bold;
	margin-bottom: 3px;
}

#toro-comments-div form p label,
#toro-comments-div form p input {
	float: none;
	width: 550px;
}

.yui-skin-sam .yui-ac-input {
    width: auto;
}

body.toro-popup .yui-navset .yui-content, body.toro-popup .yui-navset .yui-navset-top .yui-content {
	border: none;
	padding: 0;
}

body.toro-popup .yui-navset .yui-content {
	background-color: transparent;
}

.yui-dt-label a:link {
	color: #000;
	text-decoration: none;
}

.yui-skin-sam tr.yui-dt-even td.yui-dt-asc,.yui-skin-sam tr.yui-dt-even td.yui-dt-desc,.yui-skin-sam tr.yui-dt-even td
	{
	background-color: #f3f3f3;
}

.yui-skin-sam tr.yui-dt-odd td.yui-dt-asc,.yui-skin-sam tr.yui-dt-odd td.yui-dt-desc,.yui-skin-sam tr.yui-dt-odd td
	{
	background-color: #fff;
}

.yui-skin-sam .yui-dt td {
	border: none;
}

.accesskey {
	text-decoration: underline;
}

/* ---------------------------------------------------------*/
/* autocomplete */

.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

.ac_loading {
	background : Window url('./indicator.gif') right center no-repeat;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}

/* ---------------------------------------------------------*/
/* simplemodal plugin */

#modalOverlay {
    background-color: #000000;
    cursor: wait;
}

#modalContainer {
    background-color: #FFFFFF;
    border: 3px solid #CCCCCC;
    height: 400px;
    left: 50%;
    margin-left: -300px;
    top: 15%;
    width: 600px;
}

#modalContainer a.modalCloseImg {
    background: transparent url(/__toro/x.png) no-repeat scroll 0%;
    cursor: pointer;
    display: inline;
    height: 29px;
    position: absolute;
    right: -18px;
    top: -15px;
    width: 25px;
    z-index: 3200;
}

#modalContainer #basicModalContent {
    padding: 8px;
}

#modalContainer	h1 {
	color: black;
}

/* ---------------------------------------------------------*/
/* search */

div.searchResult {
	margin-top: 20px;
	margin-bottom: 20px;
	/* background-color: #F3F3FF; */
}

div.searchResult.droppableHover, tr.searchResult.droppableHover > td, table.toro-list tbody tr.odd.droppableHover td, input.droppableHover, a.tag.droppableHover, a.tag.draggable.droppableHover {
	background-color: #efefef;
}

div.searchResult .title a.assetLink {
	font-size: 16px;
	/* font-weight: bold; */
}

div.searchModified {
	margin-left: 18px;
	font-size: 12px;
	color: #A9A9A9;
}

div.searchModified a.assetLink {
	font-size: 12px;
	color: #A9A9A9;
}

div.searchModified a.assetLink:hover {
	font-size: 12px;
	color: #3b9b21;
}

div.searchHitLocation {
	margin-left: 18px;
	float:left;
	color: #A9A9A9;
}

div.searchHitLocation a.searchHitLocation {
	color: green;
	text-decoration:none;
}

div.searchHitLocation a.searchHitLocation:hover {
	color: #E37222;
}

td.searchLayout {
	vertical-align: top;
	padding: 0px;
}

.toro-page-content input.searchFilterSwitch {
	font-weight: bold;
	background-color: #EEEEEE;
	padding: 1px 5px 1px 22px;
	border: 1px solid #AAAAAA;
	cursor: default;
	background-image: url("icons/expanded.png");
	background-repeat: no-repeat;
	background-position: 5px center;
	text-decoration: none;
	font: 12px/17px Helvetica,Arial,sans-serif;
	font-weight: bold;
}

input.searchFilterSwitch:hover {
	background-color: #cccccc;
}

input.searchFilterSwitch.collapsed {
	background-image: url("icons/collapsed.png");
}

#tagFilter.collapsed {
	display:none;
}

#attributeFilter.collapsed {
	display:none;
}

div.searchSidebar {
	padding-right: 15px;
}

div.searchHead {
	padding-left: 15px;
}

div.searchHeadResultsSeparator {
	border-bottom: 1px solid gray;
	margin: 15px 0px 15px 15px;
}

div.searchSidebar {
	border-right: 1px solid gray;
}

div.searchSidebarBlock div.blockTitle {
	font-weight: bold;
	margin-bottom: 5px;
	background-color: #EEEEEE;
	padding-left: 22px;
	padding-bottom: 1px;
	padding-top: 1px;
	border-bottom: 1px solid #AAAAAA;
	border-top: 1px solid #AAAAAA;
	cursor: default;
	background-image: url("icons/expanded.png");
	background-repeat: no-repeat;
	background-position: 5px center;
}

div.searchSidebarBlock div.blockTitle:hover {
	background-color: #cccccc;
}

div.searchSidebarBlock.collapsed div.blockTitle {
	background-image: url("icons/collapsed.png");
}

div.searchSidebarBlock.collapsed div.blockContent {
	display: none;
}

div.searchSidebarBlock div.blockContent {
	margin-bottom: 6px;
	padding: 0px 5px 0px 5px;
}

div.searchSidebarBlock div.blockContent div.facetOption {
	margin-bottom: 1px;
	padding-left: 2px;
	vertical-align: middle;
	cursor: pointer;
}

div.searchSidebarBlock div.blockContent img {
	vertical-align:middle;
}

div.searchSidebarBlock div.blockContent div.facetOption.selected{
	background-color: #EEEEEE;
	font-weight: bold;
}

div.searchSidebarBlock div.blockContent div.facetOption.subfacet{
	font-size:10px;
	text-indent:30px;
}

div.searchSidebarBlock div.blockContent div.facetOption.highlighted {
	background-color: #CCCCCC;
}
div.searchSidebarBlock div.blockContent div.facetOption.highlighted.selected {
	background-color: #BBBBBB;
}

div.searchResults {
	margin: 0px 0px 0px 15px;
}

#toro-search-space {
	width: 158px;
	margin-top:3px;
}

#mainSearchInput {
	width: 150px;
	margin: 0px 5px 0px 5px;
}


div.searchGroup label.inline {
	display: inline;
}

div.searchGroup label.block {
	display: block;
	margin-top: 6px;
	margin-bottom: 3px;
}

div.searchGroup div a:hover {
	background-color: #ccc;
}

div.searchGroup div a:active {
	background-color: #aaa;
}

div.searchGroup .Selected {	
    background-color: #777;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #fff;
	text-decoration: none;
}

div.searchGroup div {
	padding: 2px;
	padding-left: 5px;
	display: block;
	color: #666;
	text-decoration: none;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

div.pagination {
	text-align: center;
	font-size: 16px;
}

.toro-page-content a.paginationLink:link, .toro-page-content a.paginationLink:focus, .toro-page-content a.paginationLink:active, .toro-page-content a.paginationLink:visited {
	border: 1px solid gray;
	text-decoration:none;
	padding: 3px 5px 3px 5px;
	color: black;
}

.toro-page-content a.paginationLink:hover {
	background-color: gray;
}

table.tagBuckets {
	width: 100%;
}

table.tagBuckets td.horizontalCellspacing {
	width: 2px;
}

table.tagBuckets td.verticalCellspacing {
	height: 2px;
}

.toro-page-content .dropZone {
	padding: 1px;
	border: 1px solid #aaa;
}

.toro-page-content td.dropZone.hover {
	border: 1px solid black;
}

#dropZoneMust {
	background-color: #b8ffa5;
	margin-right: 2px;
}

#dropZoneClipboard {
	background-color: #e5e5e5;
}

#dropZoneMustNot {
	background-color: #ffc9b8;
}

#dropZoneHidden {
	background-color: #aaaaaa;
}


.dropZoneCaption {
	font-size: 10px;
	text-align: center;
	cursor:default;
}

.dropZone.active .dropZoneCaption {
	display: none;
}

.dropZone:hover {
	border: 1px solid black;
}

.dropZone .tagContainer {
	min-height: 15px;
}

#dropZoneMust .dropZoneCaption {
	color: #435a3a;
}

#dropZoneClipboard .dropZoneCaption {
	color: #999999;
}

#dropZoneHidden .dropZoneCaption {
	color: #424242;
}

#dropZoneMustNot .dropZoneCaption{
	color: #c0411f;
}

#dropZoneHidden .tagContainer {
	display: none;
}

#dropZoneHidden.active .tagContainer {
	display: block;
}

.dropZone table.dropZoneEdit {
	border: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.dropZone table.dropZoneEdit td {
	border: none;
	margin: 0px;
	padding: 0px;
}


span.tagContainerLabel {
	padding: 2px 6px 2px 0px;
	margin: 1px 0px 1px 0px;
	display: block;
	float: left;
}

span.noTagsInfo {
	padding: 2px 6px 2px 0px;
	margin: 1px 0px 1px 0px;
	display: block;
	float: left;
}

.tagContainer {
	font-size: 12px;
}


#miniTagCloud {
	padding: 0px;
	margin: 5px 0px 3px 10px;
}

#miniTagCloud.tagBucketHover {
	background-color: #efefef;
}

table.searchLayout {
	margin-top: 5px;
}

div.tagContainer {
	display: block;
}

.toro-page-content a.tag {
	display: inline;
	float: left;
	margin: 1px 2px 1px 2px;
	padding: 2px;
}

/* 'normal' tag */
.toro-page-content a:link.tag,
.toro-page-content a:visited.tag {
	color: rgb(293, 140, -12);
	background-color: #fff7e3;
}

.toro-page-content a:hover.tag,
.toro-page-content a:active.tag {
	color: rgb(155, 94, 33);
}

/* highlighted tag */
.toro-page-content a:link.highlighted.tag,
.toro-page-content a:visited.highlighted.tag {
	color: #2ed400 /*#37ff00*/;
	background-color: #e9ffe3;
}

.toro-page-content a:hover.tag.highlighted,
.toro-page-content a:active.tag.highlighted {
	color: #3b9b21;
}

/* deletable tag */
/*.toro-page-content a:link.deletable.tag, .toro-page-content a:link.deletable.highlighted.tag,
.toro-page-content a:visited.deletable.tag, .toro-page-content a:visited.deletable.highlighted.tag {
	color: red; 
	background-color: #ffe7e7;
}*/

.toro-page-content a:hover.deletable.tag, .toro-page-content a:hover.deletable.highlighted.tag,
.toro-page-content a:active.deletable.tag, .toro-page-content a:active.deletable.highlighted.tag {
	color: red;
	text-decoration: line-through;
	background-color: #ffe7e7;
}

/* batch edit mode */
.toro-page-content div.searchResult.batchModeStatusWorking {
	background-color: #efefef;
}

/* tag-edit-toolbar */
.toro-page-content div.tagEditToolbar {
	background-color: #DDDDDD;
	border: 1px solid #CCCCCC;	
	padding: 3px;
	margin: 1px 0px 3px 0px;
	display: none;
}

.loadingTagsAnimation.hidden {
	display: none;
}

.toro-page-content div.tagAutoCompletionWrapper {
	float: left; 
	display: inline;
	height: 20px;
}

.toro-page-content div.autoCompletionResults, .toro-page-content .yui-skin-sam div.autoCompletionResults.yui-ac-container {
	background-color: #FFFFFF;
	top: 0px;
	width: 200px;
}

.toro-page-content a.tagEditButton {
	display: inline;
	float: left;
	margin: 1px 2px 1px 1px;
	padding: 2px;
}

.toro-page-content a:visited.buttonLink {
	color: #0065bd;
}

.tagAutoCompletionWrapper.yui-skin-sam .yui-ac-content ul {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

.tagAutoCompletionWrapper.yui-skin-sam .yui-ac-content li {
    margin: 0 !important;
    padding: 2px 5px !important;
    cursor: default !important;
    white-space: nowrap !important;
	background: #ffffff !important;
}

.tagAutoCompletionWrapper.yui-skin-sam .yui-ac-content li.yui-ac-prehighlight {
    background: #B3D4FF !important;
}

.tagAutoCompletionWrapper.yui-skin-sam .yui-ac-content li.yui-ac-highlight {
    background: #426FD9 !important;
    color: #FFF !important;
}

.yui-skin-sam .yui-ac-content { 
	position: relative; 
}

.yui-skin-sam .yui-ac {
	height: 20px;
}

.toro-page-content td {
    vertical-align: top;
}

.toro-page-content th {
	text-align: left;
}

.toro-page-content h1 {
	/* these styles should be identical to those defined in toro-richtext.css 
	 * to obtain a consistent appearance of the pages 
	 */
	font-size: 20px;
	margin: 10px 0 10px 0; 
	line-height: 24px;
}

.toro-page-content h2 {
	font-size: 16px;
	margin: 16px 0 5px 0;
}

.toro-page-content h2#head {
	margin-top: 30px;
}

.toro-page-content h3 {
	font-size: 14px;
	margin: 16px 0 5px 0;
}

.toro-page-content h4 {
	font-size: 14px;
	margin: 10px 0 5px 0;
}

.toro-page-content h5 {
	font-size: 14px;
	color: #ccc;
	margin: 7px 0 5px 0;
}

.toro-page-content p, .toro-page-content ul, .toro-page-content ol, .toro-page-content address, .toro-page-content table {
    font-size: 12px;
}

.toro-page-content .toro-edit-control ul li {
	background: none;
	margin: 0px;
	padding: 0px;
}

.toro-page-content .toro-edit-control ul {
	margin: 0px;
	padding: 0px;
}

.toro-wiki-page-top-margin {
	margin-bottom: 10px;
}

.toro-comments {
	margin-top: 15px;
}

.toro-page-content .menuHierarchy ul li {
	padding-left: 0px;
	background: none;
}

.ui-menu .ui-menu-item a {
	display:inline;
}

a.toro-autocomplete-hit img {
	vertical-align: text-bottom;
}

.ui-menu .ui-menu-item a {
	padding: 0.2em 0em 0em 0em;
}

.ui-menu .ui-menu-item {
	padding: 2px;
	margin: 1px;
}

.toro-page-content a.bookmarklet:link, .toro-page-content a.bookmarklet:visited, .toro-page-content a.bookmarklet:hover, .toro-page-content a.bookmarklet:active {
	color: black;
	text-decoration: none;
	font-weight: bold;
	padding: 3px;
	margin: 3px;
	border: 1px solid #777777;
}

.tricia-in-place-editing-relative {
	position: relative;
}

.tricia-in-place-editing-link {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 16px;
}

tr.tricia-heading-row-closed {
	background: url(/__media/icons/expand.png) no-repeat;
	background-position: 0px 8px;
}

tr.tricia-heading-row-open {
	background: url(/__media/icons/collapse.png) no-repeat;
	background-position: 0px 8px;
}

.ui-dialog .ui-dialog-titlebar {
    padding: .3em 1em .1em;
    position: relative;
}
