/*
	wiklink 1.3 alternate css (experimental / no warranty )	
*/

/* document structure */
html	{}
body {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 92%;
		margin: 10px;
}
h1		  {}
hr		  {display: none;}
pre		  { 
	margin: 12px 0 0 0;
	white-space:  nowrap; /*nowrap; IE doesn't support */
	width: 80%;
}
form, input, select, button	  {}
ul		  {}
li		  {}
ins		  	{ text-decoration: none;}
address     { display:none; }
img		    { border: 0; }
img			{ display: block; margin: 10px 0 0 5px; height: 0; width: 0; }

a			{ text-decoration:none; }
a:hover 	{ color: rgb(40%,50%,60%); }
form, input	{ display:block; }

/* link */
a {display: inline; text-decoration: none; }
/*a:after { content: " (" attr(href) ") "; } for next release*/

a.folder, a.world, a.parent{
	display: block;
	margin: 10px 0 0 2px;	
	padding-left: 21px;
	line-height: 18px;	
}

	
a.folder {	background: transparent url(../icons/small/folder.png) no-repeat top left; }
a.world  {  background: transparent url(../icons/small/world1.png) no-repeat top left; }
a.parent {  background: transparent url(../icons/small/back.png) no-repeat top left; }

/* wiklink class */
.tools   {		
	width: 15%;
	position: absolute;
	right: 0;
	top: 80px;	
	color: #fff;	
	padding: 14px 0 0 12px;
	border-left: 4px solid #0F0;			
}

.tools a 		{font-size: 86%; display: block;}
.tools a:hover  {font-size: 92%;}

.tools-search		 {}
.tools-view-link	 {}
.tools-view-user	 {}
.tools-tools		 {}

.message {
		display: inline;
}

.question {color: blue;  background: transparent;}
.error    {color: red;   text-decoration: blink;}
.valid    {color: green; background: transparent;}
.add {
	display: block;
	padding: 8px;
	margin: 5px;
}

.add a {
	border: 1px solid #bbb;
	background: #ddd;
	margin: 0 5px;
	padding: 4px;
}
.add a:hover {
	border: 1px solid #aaa;
	background: #ccc;
}
