/*
-----------------------------------------------
Wikka Default Stylesheet (screen)
----------------------------------------------- 
*/
/* global styling */
* {
	margin:0;
	padding:0;
}

/* body */
body {
	background:#fff;
	color:#666;
	font:0.75em/100% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	line-height:1.4em;
}

/* header */
#header {
    background:#000000;
    width:100%;
    height:100px;
    padding:0px;
    margin:0px;
}
#header:after {
    clear:both;
    content:'.';
    display:block;
    height:0;
    visibility:hidden;
}
#header_inside {
    border-left:1px solid #bbb;
    border-right:1px solid #bbb;
    margin:0 auto;
    width:800px;
}
#header_inside h1 {
    color:#fff;
    float:left;
    font:3.2em 'Trebuchet MS', Verdana, sans-serif;
    height:100px;
    line-height:100px;
    width:180px;
    padding: 0;
}
#header_inside h1 span {
    color:#7aa300;
    display:none;
    
    /* color: #9C0; */
}

#header_inside ul {
    float:right;
    height:100px;
    list-style:none;
    width:480px;
}
#header_inside ul li {
    border-right:1px solid #555;
    float:right;
    height:100px;
    list-style:none;
    width:75px;
}
#header_inside ul li a {
    color:#fff;
    display:block;
    height:50px;
    line-height:50px;
    padding:50px 0 0;
    text-align:center;
    width:75px;
}
#header_inside ul li a:hover {
    background:#fff;
    color:#111;
}
#header_inside ul li a.active {
    background:#fff;
    color:#111;
}

#header_inside img {
    border:0px;
	margin:0;
	padding:0;
	border-bottom: 1px solid #bbb;
	margin-top:-1px;
}

/* content */
#content {
    background:#fff url('http://brilaps.com/image/background_content.jpg') center repeat-y;
    width:100%;
}
#content:after {
    clear:both;
    content:'.';
    display:block;
    height:0;
    visibility:hidden;
}
#content_inside {
    border-left:1px solid #bbb;
    border-right:1px solid #bbb;
    margin:0 auto;
    width:800px;
    font-size: 13px;
    padding-top:20px;
}
#content_inside_sidebar {
    border-left:1px solid #bbb;
    float:right;
    line-height:175%;
    margin:5px 0 5px 570px;
    padding:0 0 0 10px;
    position:absolute;
    width:200px;
}
#content_inside_sidebar h2 {
    background:#fff;
    color:#000;
    font-size:110%;
    font-weight:400;
    padding:5px 0;
    text-align:right;
}
#content_inside_sidebar ul {
    letter-spacing:-1px;
    list-style:none;
    margin:0 0 10px;
}
#content_inside_sidebar ul li {
    list-style:none;
}
#content_inside_sidebar ul li a {
    border-bottom:1px solid #e9e9e9;
    display:block;
    padding:3px;
    text-align:right;
    width:194px;
}
#content_inside_sidebar ul li a:hover {
    background:#ddd;
    color:#000;
}
#content_inside_main {
    background:#fff;
    letter-spacing:-1px;
    line-height:175%;
    margin:0 auto;
    padding:10px 235px 10px 10px;
    width:550px;
    min-height: 530px;
    
}
#content_inside_main h1 {
    border-bottom:1px solid #ccc;
    font-size:125%;
    padding:0 0 2px;
    color:#000;
}
#content_inside_main h2 {
    color:#b2b2b2;
    font-size:115%;
    text-align:left;
}
#content_inside_main p {
    padding:0 0 10px;
}
#content_inside_main ul {
    padding-left: 10px;
}

/* footer */
#footer {
    background:#000000;
    height:100px;
    width:100%;
}
#footer:after {
    clear:both;
    content:'.';
    display:block;
    height:0;
    visibility:hidden;
}
#footer_inside {
    border-left:1px solid #bbb;
    border-right:1px solid #bbb;
    height:100px;
    margin:0 auto;
    width:800px;
}

#footer_inside p {
    padding-top:10px;
    color:#fff;
    text-align:center;
}

#brilaps-sidebar-icon {
    margin:20px 0 20px 0;
    width:100%;
    text-align:center;
    }

#footer_inside p {
    color:#fff;
	text-align:center;
}
#footer_inside a {
	color:#9C0;
}
#pathway {
    padding:10px;
}
#pathway a {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
    font-size:12px;
}

#search {
    text-align:right;
}
#whoami {
  line-height:14px;
}



/* Lightbox */
.section {
	border-top:1px solid #BBB;
	margin-top:15px;
	/* margin-left:5%; margin-right:5%; */
	padding: 5px;
	padding-bottom:0px;
	background-color:white;
}

.section ul {
	list-style: none; margin-top:5px;
}
.section ul li {
	display: inline;
}
.section ul a {
	background-color:#ECECEC;
	border:1px solid #999999;
	/* padding: 5px 5px 10px; */
	display:block;
	float:left;
	margin:5px;
}
.section ul a:hover {
	background-color:#FFFFFF;
	border:1px solid #333333;
}
.section ul a img {
	border:1px solid #999999;
}
.section ul a.lightbox-enabled img {
	border:1px dotted #999999;
}

.section span.code {
	font-family:"Courier New", Courier, monospace;
	margin-left:10px; padding-left:10px;
	font-size:11px;
	border-left:1px solid #000;
}

.section .link { font-size:12px; font-style:italic; padding-left:10px; margin-left:10px; }

.section .important { text-decoration:underline; }

.section .title { font-weight:bold; font-size:16px;}

.section.header { text-align:center; font-size:12px; padding-top:10px; border-top:none; }
.section.footer { text-align:center; font-size:12px; padding-top:10px; } 
/* End Lightbox */


p, td, li, input, select, textarea {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	line-height: 20px;
	font-size: 12px;
}

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

/* page layout */

.page {
	color: #000;
	font-size: 13px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	background-color: white;
	padding: 10px;
	margin: 10px;
	border-top: 1px solid #CCC;
	border-bottom: none;
	height: 100%;
}


/* links */

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

a:visited {
	text-decoration: none;
}

a:hover {
	color: #9C0;
}

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: #9C0;
	text-decoration: underline;
}

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

/* link icons */

a.ext {
	background: url('../images/icons/ext_simple.gif') right bottom no-repeat;
	padding-right: 12px;
}

.page a.mailto {
	background: url('../images/icons/mail.gif') right bottom no-repeat;
	padding-right: 12px;
}

.page a.interwiki {
	background: url('../images/icons/ext.gif') right bottom no-repeat;
	padding-right: 12px;
}

a.user, a.user:hover {
	background: url('../images/icons/user.gif') right bottom no-repeat;
	padding-right: 12px;
}

/* lists */

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

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

/* images */

img {
	border: 0px;
}

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

/* boxes and floats */

div.alertbox {
	margin: 10px;
	padding: 4px 8px;
	width:49%;
	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; 		
}

.clear {clear:both;}

/* text formatting */

h5 {
	font-size: 10pt;
}

h4 {
	font-size: 12pt;
}

h3 {
	font-size: 14pt;
}

h2 {
	font-size: 16pt;
}

h1 {
	font-size: 18pt;
}

.header h2 {
	padding: .3em 0; 
}

tt {
	color: #666;
}

.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: #666;
	background-color: #EEE;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	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: #FAFAFA;
	border: 1px solid #CCC;
	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;
}

textarea {
	border: 1px solid #CCC;	
}

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

textarea:focus {
	background-color: #E6E6FF;
}
.input {
    border: 1px solid #000;
    }
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 #000;	
}

input[readonly=readonly] {
	color: #666;
}

input[readonly=readonly]:hover, input[readonly=readonly]:focus {
	background-color: transparent;
}

/* editor textarea decorations */
/* (decorations can't be in "textarea#body" declaration, else the "width:100%" won't work) */
#textarea_container {
	border: 1px solid #CCC;
	padding: 2px;
	margin-bottom: 2px;
}

textarea#body{
	width: 100%;
	height: 500px;
	/* padding and border must be 0 for the "width:100%" to work */
	padding: 0;
	border: 0;
}

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

input.grabcode {
	float: right;
	margin-top: 0px;
	font-size: 90%;
}

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

/* old-style revision header
.revisioninfo {
	color: #AAAAAA;
	padding-bottom: 20px;
}
*/

.revisioninfo {
	margin: auto;
	z-index:20;
	position:fixed;
	top: 90px;
	right: 10px;
	color: #000000;
	background-color: #E9F9E9;
	border: 1px solid #ACA;
	padding: 5px 10px;
	font-size: 90%;
}

.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: 40px;
	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 {font-size: 0.8em; color: #777; padding-right: 0.5%; text-align: right;}

.smallprint a {
	color: #987;
}

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

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 {
	color: #666;
	font-size: 80%;
	font-family: "Lucida Console", Monaco, monospace;
	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 */

/* Files action */

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

/* HighScores action */

table.highscores {
	white-space: nowrap;
	padding: 1px 3px;
}

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

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

/* 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.css 954 2008-02-29 09:22:43Z DarTar $ */


/* comments */

.commentsheader {
	clear: both;
	background-color: #DDD;
	padding: 2px 10px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
	font-size: 11px;
}

.comment {
	background-color: #EEE;
	padding: 10px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #EEE;
	font-size: 11px;
}

.commentinfo {
	color: #AAA;
    font-size: 11px;
}

.commentform {
	background-color: #FFF;
	padding: 10px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
	font-size: 11px;
}

