/* generic clases */

.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: 10px;
}

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;
}

fieldset.toro-show-fieldset {
	border: 1px solid #bbb;
	padding: 5px;
}

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:300px;
}

.toro-edit-oneRoleControl {
	width:300px;
}

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;
}

.confirmationMessage,
.errorMessage,
.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;	
}

.confirmationMessage {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url("icons/success.png");	
}

.errorMessage {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url("icons/error.png");
}

.infoMessage {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url("icons/info.png");
}

.warningMessage {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url("../img/icons/32x32/warning.png");
}

/***
** 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%;
}

.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-referenced-by li {
	display: inline;
}

p#toro-current-link span {
	font-weight: bold;
}

.toro-alphabet {
	display: inline;
}

.toro-alphabet a:link,.toro-alphabet a:visited,.toro-alphabet a:hover,.toro-alphabet a:active
	{
	background-color: #58585a;
	margin: 10px 1px;
	padding: 3px 5px;
	text-decoration: none;
	color: #fff;
}

.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:none;
}

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-date,ol#commentlist .comment-actions {
	float: right;
}

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.searchResults {
	padding: 5px 10px 5px 10px;
}

div.searchResult {
	margin-top: 20px;
	margin-bottom: 20px;
	/* background-color: #F3F3FF; */
}

div.searchResult.droppableHover {
	background-color: #efefef;
}

div.searchResult a.assetLink {
	font-size: 16px;
	/* font-weight: bold; */
}

div.searchhead, div.searchSidebar  {
	background-color: #eee;
	padding: 5px 10px 5px 10px;
}


/*form#detailedSearch {
	background-color: #eee;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 5px;
	width: 170px;
}*/

/*#detailedSearch {
	margin: 9px 0 0 5px;
}*/

.searchResults {
	margin-top: 6px;
	padding-top: 0;
}

#toro-search-space {
	width: 158px;
	margin-top:3px;
}

#mainSearchInput {
	width: 200px;
	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;
}

table.tagBuckets {
	width: 100%;
}

table.tagBuckets td {
	margin: 5px;
	border: 1px solid #aaa;
}

table.tagBuckets td.tagBucketHover {
	border: 1px solid red;
}

.tag.draggable {
	float: left;
	margin: 3px;
}

.dropZoneMust {
	background-color: #b8ffa5;
}

.dropZoneShould {
	background-color: #e5e5e5;
}

.dropZoneMustNot {
	background-color: #ffc9b8;
}

span.tagContainerLabel {
	padding: 6px 6px 6px 0px;
	display: block;
	float: left;
	margin: 0px;
	background-color: white;
}


#miniTagCloud {
	padding: 0px;
}

#miniTagCloud.tagBucketHover {
	background-color: #efefef;
}

table.searchLayout {
	margin-top: 5px;
}

div.tagContainer {
	display: block;
}

a.tag {
	display: inline;
	float: left;
	margin: 3px;
	padding: 3px;
}

/* 'normal' tag */
a:link.tag,
a:visited.tag {
	color: rgb(293, 140, -12);
	background-color: #fff7e3;
}

a:hover.tag,
a:active.tag {
	color: rgb(155, 94, 33);
}

/* highlighted tag */
a:link.highlighted.tag,
a:visited.highlighted.tag {
	color: #2ed400 /*#37ff00*/;
	background-color: #e9ffe3;
}

a:hover.tag.highlighted,
a:active.tag.highlighted {
	color: #3b9b21;
}

/* deletable tag */
a:link.deletable.tag, a:link.deletable.highlighted.tag,
a:visited.deletable.tag, a:visited.deletable.highlighted.tag {
	color: rgb(293, 140, -12);
	background-color: #ffe7e7;
}

a:hover.deletable.tag, a:hover.deletable.highlighted.tag,
a:active.deletable.tag, a:active.deletable.highlighted.tag {
	color: #ff0000;
	background-color: #ffe7e7;
}

/* tag-edit-toolbar */
div.tagEditToolbar {
	background-color: #DDDDDD;
	border: 1px solid #CCCCCC;	
	padding: 3px;
	margin-bottom: 3px;
	display: none;
}

div.tagAutoCompletionWrapper {
	float: left; 
	display: inline;
	height: 20px;
}

div.autoCompletionResults {
	background-color: #FFFFFF;
	top: 0px;
	width: 200px;
	position: relative;
}

a.tagEditButton {
	display: inline;
	float: left;
	margin: 3px 3px 3px 1px;
	padding: 3px;
}

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;
}

