/*********************************************
*	wiklink 1.3 css
*	
*	edit this css to skin your wiklink	
***********************************************/

/* document structure */
html,body {}
h1		  {}
hr		  {}
pre		  {}
form, input, select, button	  {			
}
ul		  {}
li		  {}
ins		  { text-decoration: none;}
address   {
			margin-top: 10px;
	    	font-style: italic; 
}
img		  {
			border: 		0;
			margin-right:	5px;		
}

/* link */
a {}

a.folder, a.world, a.parent{
	padding-left: 21px;
	padding-bottom: 3px;
	line-height:  19px;
}

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   {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:   9px;			
}
.tools-search		 {}
.tools-view-link	 {}
.tools-view-user	 {}
.tools-tools		 {}

.message {
		display: inline;
}

.question {color: blue;  background: transparent;}
.error    {color: red;   background: transparent;}
.valid    {color: green; background: transparent;}
