/*
-----------------------------------------------
Wikka Default Stylesheet (screen)
----------------------------------------------- 
*/

/* global styling */

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "DejaVu Sans", Verdana, sans-serif;
	font-size: 13px;
/*	text-align: justify; */			/* comment out this line if you really need justified text */
	line-height: 20px;
	color: #000000;
	background-color: #F8F8F8;
	margin: 0;
	padding: 0;
}

form, h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}

/* page layout */

.header {
	padding: 10px;
	/* border-bottom: 1px solid #CCC; */
}

.page {
	margin: 5px;
}

/* Added clear: both so wrap gets pushed down from header content */
.wrap {
	clear: both;
	color: #000;
	background: white;
	margin:0 auto;
}

.page-container {
	color: #000;
	background: white;    padding: 0px;
	margin-left: -1px;
	border-left: 1px solid #CCC;
	border-bottom: none;
	height: 100%;
	float: right;
	width: 75%;
}

/* Bug in IE causes following divs to "bleed over" into preceding
 * float, so width is a bit smaller than needed to prevent this. To
 * compensate, background of sidebar matches the body background, and
 * the header provides the border rather than the page and sidebar
 * containers.
 */
.sidebar-container {
	color: #000;
	background: #f8f8f8;
	margin: 0px;
	padding: 0;
	border-bottom: none;
	height: 100%;    float: left;
	width: 24.5%;
}

.sidebar {
	margin: 0 0 0 10px;
}

/* Keep the comments div from overflowing in the preceding sidebar
 * float
 */
div#comments {
	display: none;
}

.footer {
	clear: both;
	background-color: #E3E3E3;
	padding: 5px 10px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

/* links */

a {
	color: #333399;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	color: #993333;
}

a:active {
	text-decoration: none;
}

a.ext {
	color: #333399;
}

a.ext:hover {
	color: #993333;
}

.header a:hover {
	color: #993333;
	background: transparent;
	border-bottom: 0px;
}

a#homepage_link {
	color: #000;
}

.page a {
	text-decoration: none;
}

.page a:hover {
	color: #993333;
	text-decoration: underline;
}

a.keys:hover {
	text-decoration: none;
	color: #333;	
}

/*
.page h1:hover:after, .page h2:hover:after, .page h3:hover:after, .page h4:hover:after, .page h5:hover:after, .page h6:hover:after {
	color: #aaa; content: "\0020\0020\00b6";
}
*/

a.heading {
	color: #000;
}

a.heading:hover {
	color: #000;
	text-decoration: none;
}

/* link icons */

.page a.ext {
	background: url('../images/icons/ext_simple.gif') left bottom no-repeat;
	padding-left: .8em;
}

.page a.mailto {
	background: url('../images/icons/mail.gif') left bottom no-repeat;
	padding-left: 1em;
}

.page a.interwiki {
	background: url('../images/icons/ext.gif') left bottom no-repeat;
	padding-left: 1em;
}

a.user, a.user:hover {
	background: url('../images/icons/user.gif') left bottom no-repeat;
	padding-left: 1em;
}

/* lists */

ul, ol {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

ul.thread {
	list-style-type: none;
	border-left: 2px #666 solid;
	padding-left: 10px;
	margin: 5px 0px;
}

ul.thread li {
	color: #333;
	font-size: 11px;
}

ul.menu {
	text-align: left;
	margin: 1em 0 0 0;
	border-bottom: 1px solid #AAC;
	list-style-type: none;
	padding: 6px 10px 0px 10px;
}

ul.menu li {
	display: inline;
	font-size: 85%;
	line-height: 85%;
}

ul.menu li a {
	padding: 3px 4px;
	border: 1px solid #AAC;
	background-color: #D0E0F0;
	color: #336;
	margin-right: 2px;
	text-decoration: none;
	border-bottom: none;
}

ul.menu li.active a {
	background-color: #fff;
	border-top: 1px solid #AAC;
	border-left: 1px solid #AAC;
	border-right: 1px solid #AAC;
	border-bottom: 1px solid #FFF;
	color: #000;
	padding: 4px 4px 3px 4px;
	margin-right: 2px;
	text-decoration: none;
}

ul.menu li a:hover {
	background: #fff;
	text-decoration: none;
	color: #336;
}


/* images */

img {
	border: 0px;
	padding: 5px;
}

img.centre {
	display: block; 
	text-align: center; 
	margin: 5px auto;
}

img.center {
	display: block; 
	text-align: center; 
	margin: 5px auto;
}

img.left {
	margin: 5px 5px 5px -5px;
	float: left;
}

img.right {
	margin: 5px -5px 5px 5px; 
	float: right;
}

img.icon {
	border: 0px;
	vertical-align: middle;
}

/* boxes and floats */

div.alertbox {
	margin: 10px;
	padding: 4px 8px;
	width:49%;
	background-color:#FEE;
	border:1px solid #EDD;
	font-size: 90%;
}

div.alertbox2 {
	margin: 10px;
	padding: 4px 8px 4px 8px;
	width:90%;
	background-color:#FEE;
	border:1px solid #EDD;
	font-size: 90%;
}

.floatl {
	float: left;
	text-align: left;
	width: 46%;
	margin-right: 15px;
	padding: 4px;
	background: #EEE;
	border: 1px solid #CCC; 		
}

.floatr {
	float: right;
	text-align: left;
	width: 46%;
	margin-left: 15px;
	padding: 4px;
	background: #EEE;
	border: 1px solid #CCC; 		
}

/* simply left-float element */
.left {
	float:left;
}

/* simply right-float element */
.right {
	float:right;
}


.clear {clear:both;}

/* text formatting */

.headertext {
	font-family: Georgia, "DejaVu Serif", Times, serif;
	font-weight: normal;
	font-size: 14pt;
	color: #0000cd;
}

h1, h2, h3, h4, h5 {
	font-family: Georgia, "DejaVu Serif", Times, serif;
	font-weight: normal;
}

h5 {
	font-size: 12pt;
}

h4 {
	font-size: 14pt;
}

h3 {
	font-size: 16pt;
}

h2 {
	font-size: 18pt;
}

h1 {
	font-size: 20pt;
}

.header h2 {
	display: none;
}

tt {
	color: #666;
}

.wikisource {
	font-family: monospace;
	font-size: 1.1em;
	color: #666;
	background-color: #F9F9F9;
	border: 1px solid #CCC;
	padding: 1em;
	margin-bottom: .5em;
}

.hidden {
	display: none;
}

.highlight {color: red; background: #FFFFD0;}

.strikethrough {color: #888; text-decoration: line-through;}

.underline {text-decoration: underline;}

.indent {
	margin-left: 40px;
}

.notes {
	color: #888800;
}

.centre {text-align: center;}

.center, .center p {text-align: center;}

.keys {
	color: #666;
	background-color: #DDD;
	font: normal 95% Verdana, sans-serif;
	text-align: center;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	padding: .1em .2em;
}

.keys:hover {
	color: #555;
	background-color: #CCC;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

span.user_anonymous {
	color: #666;	
}

/* other HTML elements */

acronym {
	border-bottom: 1px dotted #333;
	cursor: help;
}

abbr {
	border-bottom: 1px dotted #333;
	cursor: help;
}

blockquote {
	font-size: 90%;
}

hr {
	border: 0;
	border-top: 1px solid #EEE;
}

/* code blocks */

.code_header {
	color: #336;	
	background-color: #D0E0F0;
	border-top: 1px solid #AAC;
	border-right: 1px solid #AAC;
	border-left: 1px solid #AAC;
	border-bottom: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	padding: 0 3px;
	margin: 5px auto 0 auto;
	text-align: left;
	line-height: 1.5em;
}

.code {
	color: black;
	background: #F3F3FF;
	border: 1px solid #AAC;
	font-size: 11px;
	font-family: "Lucida Console", Monaco, monospace;
	margin: auto;
	padding: 6px 5px 13px 5px;	/* 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;
}

/* form elements */

fieldset {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCC;	
}

fieldset legend {
	font-size: 115%;
	color: #666;
	padding:2px;
}

select {
	border: 1px solid #CCC;	
}

select:hover {
	background-color: #F3F3F3;
}

select:focus {
	background-color: #E6E6FF;
}

textarea {
	border: 1px solid #CCC;	
}

textarea:hover {
	background-color: #F3F3F3;
}

textarea:focus {
	background-color: #E6E6FF;
}

input:hover {
	background-color: #F3F3F3;
}

input:focus {
	background-color: #E6E6FF;
}

input[type=submit], input[type=button] {
	color: #666;
	background-color: #EEE;
	font: normal 95% Verdana, sans-serif;
	text-align: center;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	padding: .1em .2em;
}

input[type=submit]:hover, input[type=button]:hover {
	color: #333;
	background-color: #DDD;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

input[type=text] {
	border: 1px solid #CCC;	
}

textarea#body{
	width: 100%;
	height: 500px;
	padding: 2px;
}

.searchbox {
	/* border: none; */
	border: 1px solid #CCCCAA;
	padding: 0px;
	margin: 0px;
}

input.grabcode {
	background-color: #D0E0F0;
	border-left: 1px solid #EEF;
	border-left: 1px solid #EEF;
	border-right: 1px solid #AAC;
	border-bottom: 1px solid #AAC;
	color: #336;
	float: right;
	margin-top: 0px;
	font-size: 70%;
}

input.grabcode:hover {
	background-color: #F3F3FF;
}

input.highlight {
	font-weight: normal;
	background-color: #FCC;
	color: #000;
}

/* system information */

.datetime {
	color: #666;
	font-size: 80%;
	font-family: "Lucida Console", Monaco, monospace;
}

.missingpage {
	/* background: #ccffff; */
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-color: #933;
	border-bottom-style: dashed;
}

em.error {
	color: #AA3333; 
	font-style: normal;
	font-weight: bold;
	font-size: 95%;
	display: block;
}

em.success {
	color: #33AA33; 
	font-style: normal;
	font-weight: bold;
	font-size: 95%;
	display: block;
}

.comments {display: none;}

.revisioninfo {
	color: #000000;
	background-color: #E9F9E9;
	border: 1px solid #ACA;
	padding: 5px 10px;
	font-size: 90%;
	margin-bottom: 1em;
}

.history_revisioninfo {
	float: left;
	text-align: left;
	padding: 4px;
	background: #EEE;
	border: 1px solid #CCC; 		
}


.copyright {
	font-size: 11px;
	color: #AAAAAA;
	text-align: right;
}

.copyright a {
	color: #AAAAAA;
}

.previewhead {
	margin: auto;
	z-index:20;
	position:fixed;
	top: 80px;
	left: 10px;
	color: red;
	font-size: xx-large;
	font-weight: bold;
	padding: 5px;
}

ins {
	background-color: #CFC;
	text-decoration: none;
}

del {
	color: #876;
	background-color: #FC9;
	text-decoration: none;
}

.pagenote {color: #888;}

.pagetitle {color: #888;}

.smaller {font-size: smaller;}

.smallprint {
	display: none;
}

.smallprint a {
	color: #987;
}

/* sort order information in sortable lists and tables*/
.sortorder {
	font-size: 70%;
	text-transform: uppercase;	
	letter-spacing: 1px;
}

/* debug messages */
.debug {
	color: #AAA;
	font-size: 70%;
	text-transform: uppercase;	
	letter-spacing: 1px;
}

/* Tables */
table.data {
	border: 2px solid #CCC;
	border-collapse: collapse;
	border-spacing: 0;
}

table.data caption {
	border: 1px solid #CCC;
	font-size: 95%;
	color: #666;
	margin:5px 0;
	padding:2px;
}

table.data thead {
	background-color: #DDD;
}

table.data tfoot {
	background-color: #DDD;
}

table.data th {
	border: 1px solid #CCC;
	padding: .1em .25em;
}

table.data thead th {
	background-color: #DDD;
}

table.data tfoot th {
	background-color: #DDD;
}

table.data tbody th {
	background-color: #EEE;
}

table.data tbody tr:hover {
	background-color: #E9E9F9;
}

table.data tbody tr.alt:hover {
	background-color: #E9E9F9;
}

table.data td {
	border: 1px solid #CCC;
	padding: .1em .25em;
}

table.data td.number {
	text-align: right;
}

table.data td.datetime {
	text-align: right;
	white-space: nowrap;
}

/* --- alternate row & column color --- */

table.data tr.alt {
	background-color: #EEE;
}

table.data th.c1 {
	background-color: #CDD;
}

table.data th.c2 {
	background-color: #DCC;
}

table.data th.c3 {
	background-color: #DDC;
}

table.data th.c4 {
	background-color: #CDC;
}

table.data th.c5 {
	background-color: #CCD;
}

table.data th.c6 {
	background-color: #DCD;
}

table.data td.c1 {
	background-color: #EFF;
}

table.data td.c2 {
	background-color: #FEE;
}

table.data td.c3 {
	background-color: #FFE;
}

table.data td.c4 {
	background-color: #EFE;
}

table.data td.c5 {
	background-color: #EEF;
}

table.data td.c6 {
	background-color: #FEF;
}

table.data tr.alt td.c1 {
	background-color: #DEE;
}

table.data tr.alt td.c2 {
	background-color: #EDD;
}

table.data tr.alt td.c3 {
	background-color: #EED;
}

table.data tr.alt td.c4 {
	background-color: #DED;
}

table.data tr.alt td.c5 {
	background-color: #DDE;
}

table.data tr.alt td.c6 {
	background-color: #EDE;
}

/* ACTION-related styling */

/* Adminpages action */

table#adminpages {
	border: 1px solid #CCC;
	width: 100%;
}

form#form_page_admin_panel fieldset {
	line-height: 2em;	
}

/* Adminuser action */

table#adminusers {
	border: 1px solid #CCC;
	width: 100%;
}

form#form_user_admin_panel fieldset {
	line-height: 2em;	
}

/* File attachments */

div.files {
	display: block;
	padding: 5px;
	width: 40%;
}

table.files {
	width: 100%;
	font-size: 90%;
	border: 2px solid #CCC;
	border-collapse: collapse;
	border-spacing: 0;
}

table.files caption {
	border: 1px solid #CCC;
	color: #666;
	margin:5px 0;
	padding:2px;
}

table.files thead {
	background-color: #DDD;
}

table.files th, table.files td {
	border: 1px solid #CCC;
	padding: 1px 3px;
}

table.files thead th {
	background-color: #DDD;
}

table.files tfoot th {
	background-color: #DDD;
}

table.files tbody th {
	background-color: #EEE;
}

table.files tbody tr:hover {
	background-color: #EEE;
}

/* Lastedit action */
.lastedit {
	border:dotted 1px;
	padding:3pt;
	margin:8pt; color:#888;
	font-size:8pt;
	width:30%;
}

.lastedit_notes {
	color: #888800;
}

/* TextSearch & TextSearchExpanded Actions*/
.tse_keywords {
	font-weight: bold;
	color: green;
	background-color: #FAEBD7;
}

/* Calendar Action */
table.calendar {
	color: #000;
	background-color: #EEE;
	border-collapse: collapse;
}

table.calendar caption {
	border: 1px solid #CCC;
	margin:5px 0;
	font-size: 95%;
	color: #666;
	padding:2px;
}

table.calendar thead {
	border: 2px solid #CCC;
	background-color: #DDD;
}

table.calendar tbody.face {
	background-color: #EEE;
	border: 2px solid #CCC;
}

table.calendar tbody.calnav {
	background-color: #FFF;
}

table.calendar thead th {
	border: 1px solid #CCC;
	padding: 1px;
	text-align: center;
	font-size: 85%;
	width: 26px;
}

table.calendar tbody.face td {
	border: 1px solid #CCC;
	text-align: right;
}

table.calendar td.currentday {
	color: #FFF;
	background-color: #33A;
}

table.calendar tbody.face td:hover {
	background-color: #DDD;
}

table.calendar tbody.face td.currentday:hover {
	color: #FFF;
	background-color: #66C;
}

table.calendar tbody.calnav {
	font-weight: bold;
}

table.calendar td.prevmonth {
	text-align: left;
	font-size: 85%;
}

table.calendar td.curmonth {
	text-align: center;
}

table.calendar td.nextmonth {
	text-align: right;
	font-size: 85%;
}

table.calendar a:link {
	color: #339;
	text-decoration: none;
}

table.calendar a:visited {
	color: #339;
	text-decoration: none;
}

table.calendar a:hover {
	color: #933;
}

table.calendar a:active {
	color: #339;
	text-decoration: none;
}

/* Feedback action */

fieldset.feedback {
	display: block;
	width: 350px;
	padding: 10px;
}

fieldset.feedback label {
	display: block;
	width: 110px;
	float: left;
	margin-bottom: 10px;
	text-align: right;
	padding-right: 10px;
}

fieldset.feedback input[type=submit] {
	float: left;
	margin-left: 120px;
}

fieldset.feedback input[type=text] {
	display: block;
	width: 220px;
	float: left;
	margin-bottom: 10px;
	border:1px solid #CCC;
}

fieldset.feedback textarea {
	display: block;
	width: 220px;
	float: left;
	margin-bottom: 10px;
	border:1px solid #CCC;
}

fieldset.feedback br {
	clear: left;
}

/* Newpage action */

fieldset.newpage {
	display: block;
	width: 350px;
	padding: 10px;
}

fieldset.newpage input[type=text] {
	width: 250px;
	border:1px solid #CCC;
}


/* Usersettings action */

fieldset#account {
	display: block;
	min-width: 600px;
	padding: 10px;
	background-color: #F6F6F6;
	text-align: left;
}

fieldset#account span#account_info {
	display: block;
	width: 230px;
	float: left;
	margin-bottom: 10px;
	text-align: right;
	padding-right: 10px;
}

fieldset#account input#logout {
	float: left;
	margin-left: 0;
}

fieldset.usersettings {
	display: block;
	min-width: 600px;
	padding: 10px;
}

fieldset.usersettings fieldset {
	clear: left;
	display: block;
	width: 236px;
	float: left;
	margin: 0 0 10px 240px;
}

fieldset.usersettings fieldset legend {
	margin: 0;
}

fieldset.usersettings fieldset input{
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}

fieldset.usersettings fieldset label {
	vertical-align: top;
	margin: 0 0 0 10px;
	display: inline;
	text-align: left;
	width: auto;
	float:left;
}

fieldset.usersettings em {
	clear: left;
	float: left;
	display: block;
	margin: 0 0 0 240px;
}

fieldset.usersettings em.usersettings_info {
	clear: left;
	float: left;
	display: block;
	width: 246px;
	margin: 0 0 5px 240px;
	font-style: normal;
	font-size: 85%;
	color: #666;
	border: 1px solid #CCC;
	background-color: #F0F0F0;
	padding: 2px;
}

fieldset.usersettings label {
	display: block;
	width: 230px;
	float: left;
	margin-bottom: 10px;
	text-align: right;
	padding-right: 10px;
}

fieldset.usersettings select#update_option {
	display: block;
	width: 230px;
	float: left;
	margin: 0px 10px 10px 0px;
}

fieldset.usersettings input[type=text], fieldset.usersettings input[type=password] {
	display: block;
	width: 250px;
	float: left;
	margin-bottom: 10px;
	border:1px solid #CCC;
}

fieldset.usersettings input[type=submit] {
	float: left;
	margin-left: 250px;
}

fieldset.usersettings br {
	clear: left;
}

/* Wikkaconfig action */
table.wikkaconfig {
	width: 70%;
	font-size: 90%;	
}

table.wikkaconfig caption {
	font-size: 120%;
	background-color: #E9E9F9;
	padding: 5px;
}

table.wikkaconfig tbody th[scope=row] {
	text-align: right;
	padding-right: 5px;
}

table.wikkaconfig tbody td {
	padding-left: 5px;
}

/* RecentChanges action */

ul.recentchanges {
	list-style-type: none;
	padding-left: 0;
	margin-left: 1em;
	margin-bottom: 1em;
}

ul.recentchanges li {
	font-size: 0.9em;
}

/* HANDLER-related styling */

/* acls handler */
table.acls {
}

/* referrers handler */

div#refbody {
	border-top: none;
	border-bottom: 1px solid #AAC;
	border-left: 1px solid #AAC;
	border-right: 1px solid #AAC;
	padding: 2em 1em;
	margin-top: 0;
}

#refform {
	color: inherit;
	background-color: inherit;
	margin-top: 1em;
	margin-bottom: 1em;
	width: 32em;
	line-height: 2em;
	/*border: 1px solid green;*/	/* DEBUG */
}

#refform .mainlabel {
	float: left;
	width: 4.6em;	/* width will work on _floated_ element, even if not a block! */
	padding-right: 0.5em;
}

#q, #qo, #ho {
	width: 10em;
}
#h {
	width: 3em;
	text-align: right;
}

#reflist {
	margin-top: 1em;
	margin-bottom: 1em;
	border: none;
}

#reflist .hits {
	width: 3em;
	padding-right: 5px;
	text-align: right;
	vertical-align: middle;
}

#reflist .action {
	width: 4em;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	vertical-align: middle;
}

#reflist .refs {
	padding-left: 5px;
	text-align: left;
	vertical-align: middle;
}

/* 3rdparty-code related styling */

/* 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; }

/* wikiedit */

.toolbar tr { background: ButtonFace; }
.toolbar .btn-, .toolbar  .btn-hover,  .toolbar .btn-active,
.toolbar .btn-pressed {
	background: ButtonFace;
	color: ButtonText;
	border: 1px solid ButtonFace;
	padding: 1px;
	margin: 0px;
	cursor: pointer;
}
.toolbar .btn- img  { width: 20px; height: 20px; }
.toolbar .btn-hover { border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight; }
.toolbar .btn-active,
.toolbar .btn-pressed { border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow; }
.toolbar .btn-pressed { background: ButtonHighlight; }
.editornamecss { background-color:#CCCCFF; font-size: 18px; padding: 0 10px; }


/* Version: $Id: wikka-2-column.css,v 1.5 2009/01/30 23:29:58 brian Exp brian $ */
