/*********************************************
*	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{
	font-size:   25px;			
}


/* wiklink class */
.tools   {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:   12px;			
}
.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;}

a:link           { text-decoration: none; color: "0000CC" }
a:visited        { text-decoration: none; color: "0000CC" }
a:hover          { text-decoration: underline }

