/*
*/

.w-underline {
	text-decoration: underline;
}

.w-notes {
	color: #888800;
}

.w-strikethrough {
	color: #888; 
	text-decoration: line-through;
}

.w-center {
	text-align: center;
}


.w-keys {
	color: #333;
	background-color: #EFEFEF;
	font: normal 80% "Verdana", sans-serif;
	text-align: center;
	border-top: 2px double #CFCFCF;
	border-left: 3px solid #BABABA;
	border-right: 4px solid #AAA;
	border-bottom: 6px solid #909090;
	padding-left: 0.2em;
	padding-top: 0em;
	padding-right: 0.2em;
	padding-bottom: 0em;
	line-height: 1.6em;
	vertical-align: top;
}

hr.wikka {
	display: block;
}


ul.w-thread {
	list-style-type: none;
	border-left: 2px #666 solid;
	padding-left: 10px;
	margin: 5px 0px;
}

ul.w-thread li {
    color: #333;
	font-size: 11px;
	background-image: none !important;
	padding-left: 0px !important;
}

.w-floatl {float: left; width: 48%; margin: 0.5%; padding: 0.5%; background: #EEE;}

.w-floatr {float: right; width: 48%; margin: 0.5%; padding: 0.5%; background: #EEE;}


.code {
	color: black;
	background: #ffffee;
	border: 1px solid #888;
	font-size: 11px;
	font-family: "Lucida Console", Monaco, monospace;
	width: 95%;
	margin: auto;
	padding: 6px 3px 13px 3px;	/* padding-bottom solves hor. scrollbar hiding single line of code in IE6 but causes vert. scrollbar... */
	text-align: left;			/* override justify on body */
	overflow: auto;				/* allow scroll bar in case of long lines - goes together with white-space: nowrap! */
	white-space: nowrap;		/* prevent line wrapping */
}
.code pre {
	margin-top: 6px;
	margin-bottom: 6px;			/* prevent vertical scroll bar in case of overflow */
	font-size: 11px;
	font-family: "Lucida Console", Monaco, monospace;
}


a.w-missingpage {
	color: #FF0000;
	padding-right: 18px;
	background: url(error.png) right top no-repeat;
}

a.w-wikipage {
}

a.w-ext {
	padding-right: 18px;
	background: url(link_icon.gif) right no-repeat;
}

a.w-interwiki {
	padding-right: 18px;
	background: url(interwiki.png) right no-repeat;
}

a.w-mailto {
	padding-right: 18px;
	background: url(mail_icon.gif) right no-repeat;
}


span.w-error {
	color: #CC3333; font-weight: bold;
	font-style: italic;
}

/* Tables */

table.wikka {
}

table.wikka th {
	background-color: #ff0;
}

table.wikka tr.w-altrow {
	background-color: #eee;
}


/* syntax highlighting code - GeSHi */
.code ol {
	margin-top: 6px;
	margin-bottom: 6px;			/* prevent vertical scroll bar in case of overflow */
}
.code li {
	font-size: 11px;
	font-family: "Lucida Console", Monaco, monospace;
}
.code .br0	{ color: #66cc66; }
.code .co1	{ color: #808080; font-style: italic; }
.code .co2	{ color: #808080; font-style: italic; }
.code .coMULTI	{ color: #808080; font-style: italic; }
.code .es0	{ color: #000099; font-weight: bold; }
.code .kw1	{ color: #b1b100; }
.code .kw2	{ color: #000000; font-weight: bold; }
.code .kw3	{ color: #000066; }
.code .kw4	{ color: #993333; }
.code .kw5	{ color: #0000ff; }
.code .me0	{ color: #006600; }
.code .nu0	{ color: #cc66cc; }
.code .re0	{ color: #0000ff; }
.code .re1	{ color: #0000ff; }
.code .re2	{ color: #0000ff; }
.code .re4	{ color: #009999; }
.code .sc0	{ color: #00bbdd; }
.code .sc1	{ color: #ddbb00; }
.code .sc2	{ color: #009900; }
.code .st0	{ color: #ff0000; }
