.twikiLeaveThisForFirefox {}
/*	-----------------------------------------------------------
	STYLE
	Appearance: margins, fonts, colors
	-----------------------------------------------------------	*/
	

/*	---------------------------------------------------------------------------------------
	CONSTANTS
	C1	link color	 																#0054C0
	C2	hover link background color 												#b4d5ff
	C3	link label hover color														#0029A3
	C4	topic action background; left bar top thick border							#666
	C5	color H2, code text															#900
	C6	grayed out text																#8490A1
	C7	page, legend background color												#F8F4F1
	C8	h2 background color															#F3EDE7
	C9	neutral table bg gray that should work on light and dark backgrounds		#999
	C10	line-height																	1.4em
	---------------------------------------------------------------------------------------	*/

/*	-----------------------------------------------------------
	General elements
	-----------------------------------------------------------	*/
	
/* HTML elements */
html body {
	line-height:1.4em; /*C10*/
	font-family:"Lucida Grande", verdana, lucida, helvetica, sans-serif;
	background-color:#F8F4F1; /*C7*/
	color:#000;
	margin:0;
	padding:0;
	font-size:x-small;
	voice-family:"\"}\""; 
	voice-family:inherit;
	font-size:small;
}
html>body {
	font-size:small;	
}

/* be kind to netscape 4 that doesn't understand inheritance */
body, p, li, ul, ol, dl, dt, dd, acronym, h1, h2, h3, h4, h5, h6 {
	background-color:transparent;
}
p {
	margin:1em 0 0 0;
}
table {
	border-collapse:separate;
}
th {
	line-height:1.15em;
	padding:0.3em;
	/* don't define more or you'll override TablePlugin settings */
}
strong, b {
	font-weight:bold;
}
hr {
	color:#ccc;
	background-color:#ccc;
	height:1px;
	border:none;
}
pre, code, tt {
	font-size:100%;
	line-height:1.4em;
	color:#800;
}
pre {
	margin-top:1em;
	margin-bottom:1em;
}
ol li, ul li {
	line-height:1.4em; /*C10*/
}
	
/* Text */
h1, h2, h3, h4, h5, h6 {
	font-family:"Lucida Grande", helvetica, lucida, verdana, sans-serif;
	line-height:104%;
	padding:0;
	margin:1em 0 0.1em 0;
}
h1 {
	font-size:210%;
	color:#e24628;
	margin:0 0 0.5em 0;
}
h2, h3, h4, h5, h6 {color:#900;} /*C5*/
h2 {
	font-size:145%;
	display:block;
	background-color:#F3EDE7; /*C8*/
	padding:0.2em 0.7em;
	margin:1em -0.7em 0.35em -0.7em;
	height:auto;
}
h3 { font-size:140%;}
h4 { font-size:125%;}
h5 { font-size:110%;}
h6 { font-size:95%;}

/* Links */
/* somehow the twikiNewLink style have to be before the general link styles */
.twikiNewLink a:link sup,
.twikiNewLink a:visited sup {
	vertical-align:baseline;
	font-size:100%;
	background-color:#FFC0CB;
	text-decoration:none;
}
.twikiNewLink a:hover sup,
.twikiNewLink a:visited:hover sup {
	color:#0029A3; /*C3*/
	background-color:#b4d5ff; /*C2*/
}
.twikiNewLink {
	border-bottom:1px solid #FFC0CB;
}
/* to override old Render.pm coded font color style */
.twikiNewLink font {
	color:inherit;
}
:link:focus,
:visited:focus,
:link,
:visited,
:link:active,
:visited:active {
	text-decoration:none;
	color:#0054C0; /*C1*/;
	background-color:transparent;
}
:link:hover,
:visited:hover {
	text-decoration:underline;
	color:#0029A3; /*C3*/
	background-color:#b4d5ff; /*C2*/
}

/* sorting of table columns */
/* not yet finalized for tables in topic text */
th.twikiSortedAscendingCol a:link,
th.twikiSortedAscendingCol a:visited {
	border-top:1px solid #999; /*C9*/
}
th.twikiSortedAscendingCol a:hover {
	text-decoration:none;
	border-top:0;
	border-bottom:1px dotted #999; /*C9*/
}
th.twikiSortedDescendingCol a:link,
th.twikiSortedDescendingCol a:visited {
	border-bottom:1px solid #999; /*C9*/
	text-decoration:none;
}
th.twikiSortedDescendingCol a:hover {
	text-decoration:none;
	border-bottom:0;
	border-top:1px dotted #999; /*C9*/
}

img {
	vertical-align:text-bottom;
}

/* Forms */
form {
	display:inline;
	margin:0;
	padding:0;
}
textarea,
input,
select {
	border-width:1px;
	border-color:#ccc;
	background-color:#FBF9F7;
	font-family:"Lucida Grande", verdana, helvetica, sans-serif;
	font-size:100%;
}
textarea {
	font-family:monospace;
}
label {
	vertical-align:middle;
	font-size:100%;
}

/*	-----------------------------------------------------------
	TWiki specific elements
	-----------------------------------------------------------	*/

.twikiMiddleContainer {}
.twikiMain {
	padding:0 3.5em;
	background-color:#fff;
	border-width:1px;
	border-style:solid;
	border-color:#ddd #ddd #ddd #ddd;
}

/* Top bar */

.twikiTopBar {
	background-color:transparent;
}
.twikiTopBar ul li a:link,
.twikiTopBar ul li a:visited {
	padding:0.25em 0.85em;
	text-decoration:none;
	float:left;
	color:#fff;
	font-weight:bold;
	background-color:transparent/*#98A2B0*/;
	margin-right:1px;
}
.twikiTopBar ul li a:hover {
	color:#0029A3; /*C3*/
	background-color:#b4d5ff; /*C2*/
	text-decoration:underline;
}
.twikiTopBarContents {
	margin:0;
	padding:0 2em 0 1em; /* right padding same as .twikiViewPage .twikiMain */
}
.twikiTopBarContents p {
	display:inline;
}

/* Left bar */
.twikiLeftBar {
	border-top:1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	color:#800;
	overflow:hidden;
	line-height:1.5em;
	background-color:#FBFAF8;
}
.twikiLeftBar a:link,
.twikiLeftBar a:visited {
	text-decoration:none;
	padding-bottom:1px; /* to account for hover border */
	border-bottom:0px;
}
.twikiLeftBar a:hover,
.twikiLeftBar a:visited:hover,
.twikiLeftBar a:active {
	text-decoration:none;
	color:#0029A3; /*C3*/
	padding-bottom:0;
	border-bottom:1px solid #0054C0; /*C1*/
}
.twikiWebIndicator {
	color:black;
	font-size:95%;
	font-weight:bold;
	text-align:center;
	line-height:104%;
	padding:0;
	margin:1em 0 0.1em 0;
	display:block;
	background-color:#efefef; /* color variable WEBBGGCOLOR is set in twiki.pattern.tmpl */
	padding:0.7em 0;
	margin:0;
}
.twikiWebIndicator ul,
.twikiWebIndicator li {
	margin:0;
	padding:0;
}
.twikiLeftBar .twikiWebIndicator a {
	height:2em;
}
.twikiLeftBar .twikiWebIndicator a:link,
.twikiLeftBar .twikiWebIndicator a:visited {
	color:black;
	text-decoration:none;
	border-bottom:0px;
}
.twikiLeftBar .twikiWebIndicator a:hover,
.twikiLeftBar .twikiWebIndicator a:active {
	color:black;
	text-decoration:underline;
	border-bottom:0px;
	padding-bottom:1px;
	background-color:transparent;
}
.twikiLeftBar .twikiLeftBarContents {
	font-size:95%;
	font-weight:normal;
	margin:0;
	padding:1em 0 1.7em 1em;
	width:auto;
	border-top:3px solid #666; /*C4*/
}
.twikiLeftBar ul {
	padding:0;
	margin:0;
}
.twikiLeftBar li {
	display:block;
	list-style:none;
	width:100%;
}
.twikiLeftBar li a {
	display:block;
	width:98%;
	padding-right:2%;
}
html>body .twikiLeftBar li a {
	width:auto;
}
.twikiLeftBar hr {
	color:#eee;
	background-color:#ddd;
	height:1px;
	border:none;
}
.twikiLeftBarPersonal {
	margin:-0.5em -1px -0.5em -1em;
	padding:0.25em 0 0.5em 1em;
	background-color:#DFEDFD;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.twikiLeftBarPersonal p {
	margin:0;
}
.twikiLeftBarPersonal a:visited {
	color:#666;
}

/* Bottom bar */
.twikiBottomBar {
	padding-bottom:1em;
}
.twikiBottomBarContents {
	padding:0.5em 2.5em 1.5em 0.5em;
	font-size:90%;
	line-height:140%;
	color:#8490A1;	/*C6*/
}

/* Topic text */
.twikiTopic {
	padding-bottom:1.5em;
	background-color:transparent;
}
.twikiTopic pre {
	overflow-x:auto;
    overflow-y:visible;
    padding-bottom:1.5em;
    width:100%;
}
.twikiTopic>pre { /* hide from IE */
	padding-bottom:0.25em;
	/*\*/ overflow:auto !important; /* */ overflow:scroll; /* for Mac Safari */
}
.twikiTopic pre,
.twikiTopic code,
.twikiTopic tt {
	color:#7A4707;
}
.twikiTopic table {
	width:auto;
}
.twikiTopic table th a:link,
.twikiTopic table th a:visited {
	text-decoration:none;
}
.twikiTopic table th a:link.twikiLink,
.twikiTopic table th a:link font {
	color:#b4d5ff; /*C2*/
}
.twikiTopic table th a:visited.twikiLink,
.twikiTopic table th a:visited font {
	color:#aaa;
}
.twikiTopic table th a:hover.twikiLink,
.twikiTopic table th a:hover font {
	color:#0029A3; /*C3*/
}
.twikiTopic a:link {
	text-decoration:underline;
}
.twikiTopic a:visited {
	text-decoration:underline;
	color:#595959;
}
.twikiTopic h1 a:link,
.twikiTopic h1 a:visited,
.twikiTopic h2 a:link,
.twikiTopic h2 a:visited {
	text-decoration:none;
	color:#0054C0; /*C1*/
	border:none;
	font-weight:bold;
}
.twikiTopic a:hover {
	color:#0029A3; /*C3*/
}
.twikiTopic ul,
.twikiTopic ol {
	margin-top:0;
}

/**	----------------------------------
*	Attachments table, form
*	---------------------------------- */

.twikiAttachments,
.twikiForm {
	margin:2em 0;
}
.twikiAttachments p { /* fix for extra <p> */
	display:none;
}
.twikiAttachments table,
.twikiForm table {
	border-collapse:collapse;
	padding:0px;
	border-spacing:0px;
	empty-cells:show;
	border:0px;
	font-size:95%;
	color:#666;
	background-color:#fff;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
}
.twikiAttachments table {
	background-color:#fff;
	line-height:1.4em;
	width:auto;
	voice-family: "\"}\""; /* hide the following for Explorer 5.x */
	voice-family:inherit;
	width:100%;
}
.twikiAttachments th,
.twikiForm th,
.twikiAttachments th,
.twikiForm th {
	padding:0.2em 0.6em;
	height:2.5em;
	border-color:#ccc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#fff;
	vertical-align:middle;
}
.twikiAttachments th.twikiFirstCol,
.twikiForm th.twikiFirstCol {
	border-left:none;
	width:0px;
}
/* don't show any of those ugly sort icons */
.twikiAttachments th img,
.twikiAttachments th a:link img,
.twikiAttachments th a:visited img {
	display:none;
}
.twikiAttachments td,
.twikiForm td {
	border:0px;
	border-bottom:1px solid #ccc;
	padding:0.2em 0.6em;
	background-color:#fff;
	height:1.4em;
	text-align:left;
	vertical-align:top;
}
/*
.twikiAttachments td {
   white-space:nowrap;
}
*/
.twikiForm th.twikiFirstCol,
.twikiForm td.twikiFirstCol {
	border-left:none;
}
.twikiAttachments th.twikiFirstCol,
.twikiAttachments td.twikiFirstCol {
	border-left:none;
	width:26px;
	text-align:center;
}
/* don't do this; it makes multi-row table data disappear
.twikiAttachments p,
.twikiForm p {
   display:none;
}*/
.twikiAttachments th a:link,
.twikiAttachments th a:visited,
.twikiForm th a:link,
.twikiForm th a:visited {
	color:#0054C0; /*C1*/
	border-color:#345;
	text-decoration:none;
}
.twikiAttachments th font,
.twikiForm th font {
	color:#0054C0; /*C1*/
}
.twikiAttachments th a:hover,
.twikiForm th a:hover {
	text-decoration:underline;
	background-color:transparent;
	border-color:#345;
}
.twikiAttachments td a:link,
.twikiAttachments td a:visited,
.twikiForm td a:link,
.twikiForm td a:visited {
	font-weight: normal;
}
.twikiAttachments th.twikiSortedAscendingCol,
.twikiAttachments th.twikiSortedDescendingCol {
	background-color:#f0f0f0;
}
.twikiAttachments th.twikiSortedAscendingCol a:link,
.twikiAttachments th.twikiSortedAscendingCol a:visited,
.twikiAttachments th.twikiSortedDescendingCol a:link,
.twikiAttachments th.twikiSortedDescendingCol a:visited {
	color:#345;
}
.twikiAttachments th.twikiSortedAscendingCol a:hover,
.twikiAttachments th.twikiSortedDescendingCol a:hover {
	background-color:transparent;
}

/* twikiTopicAction: actions buttons at bottom of page */

/* If someone has enough insight or time to spare, please
create a div based solution instead of tables */

.twikiTopicAction {
	margin:2em 0 3em 0;
	background-color:#666; /*C4*/
	font-size:95%;
	line-height:1.5em;
	color:#ddd;
	font-weight:normal;
}
.twikiTopicAction .twikiSeparator {
	color:#ccc;
}
.twikiTopicAction table,
table.twikiTopicAction {
	padding:0px;
	border-spacing:0px;
	border-collapse:collapse;
	empty-cells:show;
	border:0px;
	width:inherit;
	voice-family: "\"}\""; /* hide the following for Explorer 5.x */
	voice-family:inherit;
	width:100%;
}
.twikiTopicAction a:link,
.twikiTopicAction a:visited {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
.twikiTopicAction a:hover {
	border-bottom:1px solid #fff;
	background-color:transparent;
}
.twikiTopicAction tr {
	background-color:#666; /*C4*/
}
.twikiTopicAction th {
	border:none;
}
.twikiTopicAction td {
	height:2em;
	border:none;
	padding:0.3em 1em;
	vertical-align:middle;
	text-align:left;
}
.twikiTopicAction td.twikiCancelCol {
	text-align:left;
	width:auto;
	voice-family: "\"}\""; /* hide the following for Explorer 5.x */
	voice-family:inherit;
	width:20%;
}
.twikiTopicAction td.twikiSubmitCol {
	text-align:center;
	width:auto;
	voice-family: "\"}\""; /* hide the following for Explorer 5.x */
	voice-family:inherit;
	width:40%;
}
.twikiTopicAction .twikiSubmitOptions {
	background-color:#D4E6FC;
	border:1px solid #B6C6D9;
	margin:0.25em 0;
	text-align:center;
}
.twikiTopicAction td.twikiAddCol {
	text-align:right;
	width:auto;
	voice-family: "\"}\""; /* hide the following for Explorer 5.x */
	voice-family:inherit;
	width:20%;
}
.twikiTopicActionSecondary {
	padding:0.15em 0.5em 0.15em 1em;
	background-color:#fff;
}
.twikiTopicActionHelp,
.twikiTopicAction .twikiTopicActionHelp {
	background-color:#fff;
	padding:0;
}
.twikiTopicActionSecondary,
.twikiTopicAction .twikiTopicActionSecondary {
	background-color:#DFEDFD;
	color:#444;
	border-top:1px solid #bbb;
}
.twikiTopicActionSecondary td.twikiSubmitCol {
	text-align:left;
}
.twikiTopicActionSecondary a:link,
.twikiTopicActionSecondary a:visited {
	color:#0054C0; /*C1*/;
	border-bottom:1px solid #A3BCF1;
	text-decoration:none;
}
.twikiTopicActionSecondary a:hover {
	color:#0054C0; /*C1*/
	border-bottom:1px solid #b4d5ff; /*C2*/
}
.twikiTopicActionHelp a:link,
.twikiTopicActionHelp a:visited  {
	border-bottom:0px;
}
.twikiTopicAction input,
.twikiTopicAction label {
	font-size:100%;
}
.twikiTopicAction .twikiAccessKey {
	border-color:#fff;
}

/**	----------------------------------
*	TOC
*	---------------------------------- */

.twikiToc {
	display:block;
	font-size:95%;
	line-height:1.6em;
	margin:1em 0 2em 0;
	padding:0.3em 0 0.6em 0;
	border-top:1px solid;
	border-bottom:1px solid;
	border-color:#ddd;
}

.twikiToc ul {
	list-style:outside;
	padding:0 0 0 0.5em;
	margin:0;
	/* list style image ref in twiki.pattern.tmpl */
	/*list-style-image:url(/twiki/pub/TWiki/PatternSkin/i_arrow_down.gif);*/
}
.twikiToc li {
	margin-left:2em;
}
.twikiToc .twikiTocTitle {
	margin:0;
	padding:0;
	font-weight:bold;
	color:#666;
}
.twikiToc a:link,
.twikiToc a:visited {
	text-decoration:none;
	color:#0054C0; /*C1*/;
	border:0;
}
.twikiToc a:hover {
	text-decoration:underline;
}
.twikiToc li a {
	display:block;	
	width:100%;
}
html>body .twikiToc li a {
	width:auto;
}

/* Topic info */
.twikiTopicInfo {
	margin:0.5em 0 0 0;
}

/* Revision info */
.twikiRevInfo {
	display:block;
	font-size:95%;
}
.twikiRevInfo a {
	color:#8490A1; /*C6*/
	text-decoration:none;
	font-weight:bold;
}
.twikiRevInfo .twikiPageNav {
	/* this is ugly, I know */
	font-size:100%;
}
.twikiRevInfo em,
.twikiRevInfo i {
	font-style:normal;
}
.twikiRevision {}

/* Footer */
.twikiTopicFooter {
	display:block;
	margin-top:1em;
	padding-bottom:2em;
}

/* Homepath */
.twikiHomePath {
	font-size:90%;
}
.twikiHomePath a:hover {
	text-decoration:underline;
}

/* Tool bar at top of topic */
.twikiToolBar {
	display:block;
	padding:0.3em 0 1em 0;
	margin-left:-0.55em; /* same amount as button padding */
	margin-bottom:0.5em;
	height:1.3em; /* WIN/IE needs this, or a top border is drawn */
}
.twikiToolBar p {
	clear:both;
	height:0;
	display:none;
}
.twikiToolBar ul {
	display:inline;
	padding:0;
	margin:0;
	float:left;
	font-size:95%;
}
.twikiToolBar ul li {
	display:inline;
	color:#8490A1; /*C6*/
	font-weight:bold;
}
.twikiToolBar ul li s,
.twikiToolBar ul li strike {
	padding:0 0.55em;
	float:left;
}
.twikiToolBar ul li a:link,
.twikiToolBar ul li a:visited {
	padding:0 0.55em;
	float:left;
	text-decoration:none;
	padding-bottom:1px; /* to account for hover border */
	color:#8490A1; /*C6*/
	font-weight:bold;
}
.twikiToolBar ul li a:hover {
	color:#0029A3; /*C3*/
	background-color:#b4d5ff; /*C2*/
	padding-bottom:0;
	border-bottom:1px solid #0054C0; /*C1*/
	text-decoration:none;
}
.twikiToolBar .twikiRevInfo {
	text-align:right;
}
.twikiToolbarElem {
	margin-left:0.7em;
	color:#8490A1; /*C6*/
}

/* page nav:top to, to bottom */
.twikiPageNav {
	font-size:95%;
	font-weight:bold;
	margin-left:1em;
	margin-bottom:1em;
}
.twikiPageNav a:link,
.twikiPageNav a:visited {
	text-decoration:none;
	color:#8490A1; /*C6*/
}
.twikiPageNav a:hover {
	text-decoration:underline;
	color:#0029A3; /*C3*/
}

/* Moved message */
.twikiMoved {}

/* search box */
.twikiSearchBox {
	color:#8490A1; /*C6*/
}
.twikiSearchBox td {
	height:50px;
	vertical-align:middle;
	background-color:transparent;
	text-align:right;
}
.twikiSearchBox input {
	border:1px solid #ccc;
}

/* table used in various places */
.twikiVersatileTable table {
	width:auto;
	padding:0px;
	border-spacing:0px;
	border-collapse:collapse;
	empty-cells:show;
	border:0px;
	border:1px solid #ccc;
	margin-top:1em;
	font-size:95%;
}
.twikiVersatileTable th,
.twikiVersatileTable td {
	vertical-align:top;
	border:0px;
	border-top:1px solid #ccc;
}
.twikiVersatileTable td {
	padding:0.2em 0.5em;
	background-color:#F5F7FD;
}
.twikiVersatileTable th {
	padding:0.5em 0.5em;
	vertical-align:top;
	font-weight:bold;
	background-color:#DFEDFD;
}
.twikiVersatileTable .twikiMainCol {
	background-color:#fff;
}
.twikiVersatileTable .twikiOldCol {
	background-color:#E9E9E9;
}
.twikiVersatileTable input {
	background-color:#fff;
}
.twikiVersatileTable input.twikiCheckbox {
	background-color:transparent;
}

/*	-----------------------------------------------------------
	Other styles
	-----------------------------------------------------------	*/

.twikiSeparator {
	font-family:Arial,sans-serif;
	color:#8490A1; /*C6*/
}
.twikiHelp {
	background-color:#F2EFEB;
	padding:0.5em 1em;
	font-size:100%;
	margin:0;
}
.twikiHelp ul {
	margin-top:0;
	margin-bottom:0;
}

.twikiSubmit,
.twikiButton {
	font-size:90%;
	font-weight:normal;
	padding:0;
	margin:0 0.15em;
}
.twikiSubmit {
	color:#041D3A;
	background-color:#f2f2f2;
	border-top:1px solid #fff;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	border-left:1px solid #fff;
}
.twikiButton {
	color:#05264D;
	background-color:#f2f2f2;
	border:1px solid #aaa;
}
.twikiCheckbox,
.twikiRadioButton {
	border:none;
	background-color:transparent;
}
.twikiTopic .twikiSubmit { /* topic submit button */
	background-color:#E8F1F9;
}
.twikiSecondary { }
.twikiTertiary {
	background-color:#B9D6FA;
}
.twikiCancel { /* cancel button */
	background-color:#eee;
}
.twikiBroadcastMessage {
	background-color:#ff0;
	color:black;
	padding:0.2em 0.7em;
	margin:0 -0.7em 0.5em -0.7em;
}
.twikiBroadcastMessage b,
.twikiBroadcastMessage strong {
	color:#f00;
}
.twikiAlert {
	color:#f00;
}
.twikiGrayText,
.twikiHelpCol {
	color:#8490A1; /*C6*/
}
.twikiHelpCol a:link,
.twikiHelpCol a:visited {
	color:#8490A1; /*C6*/
	text-decoration:underline;
}
.twikiHelpCol a:hover {
	color:#0029A3; /*C3*/
}
.twikiSmall {
	font-size:85%;
	line-height:100%;
}
.twikiNew { }
.twikiSummary {
	font-size:85%;
	line-height:1.3em;
}
.twikiAccessKey {
	text-decoration:none;
	border-bottom:1px solid #8490A1; /*C6*/
}
a:hover .twikiAccessKey {
	text-decoration:none;
	border-bottom:none;
}
.twikiEmulatedLink {
	color:#0054C0; /*C1*/
	text-decoration:underline;
}
.twikiPageForm table {
	margin:0 0 2em 0;
	width:100%;
	border:2px solid #e6e6e6;
	background:#e6e6e6;
}
.twikiPageForm th,
.twikiPageForm td {
	border:0;
	padding:.15em;
	border-bottom:1px solid #e6e6e6;
}
.twikiPageForm th {
	color:#666;
}
.twikiPageForm td {}
.twikiPageForm th.last,
.twikiPageForm td.last {
	border-bottom:0;
}
.twikiPageForm td.first {
	padding-top:1em;
	background:#e6e6e6;
}
.twikiPageForm hr {
	border-color:#e6e6e6;
	background-color:#e6e6e6;
	color:#e6e6e6;
}

/* WebSearchAdvanced */
table#twikiSearchTable th, table#twikiSearchTable td {padding:.5em; background:white;}
table#twikiSearchTable th {width:15%; text-align:left; color:#666;}
table#twikiSearchTable td {width:85%;}
table#twikiSearchTable td.first {padding-top:1em; background:#e6e6e6;}

/*	-----------------------------------------------------------
	Search results
	styles and overridden styles used in search.pattern.tmpl
	-----------------------------------------------------------	*/
	
.twikiSearchResultsPage {}
.twikiSearchResults {}

.twikiSearchResultsHeader {
	padding:0.25em 0.7em 0.15em 0.7em;
	margin:0 -0.7em 0.25em -0.7em;
	font-weight:bold;
	background-color:#F3EDE7; /*C8*/
	border-bottom:1px solid #ccc;
	height:1.5em; /* or WIN/IE wont draw the backgound */
}
.twikiSearchString {
	margin:1em 0 1.5em 0;
}
.twikiSearchResults table {
	width:auto;
	voice-family: "\"}\""; /* hide the following for Explorer 5.x */
	voice-family:inherit;
	width:100%;
}
.twikiSearchResults .twikiTopRow {
	padding-top:0.2em;
}
.twikiSearchResults .twikiBottomRow {
	padding-bottom:0.25em;
	border-bottom:1px solid #ddd;
}
.twikiSearchResults .twikiAlert {
	color:#f00;
	font-weight:bold;
}
.twikiSearchResults .twikiSummary .twikiAlert {
	color:#900; /*C5*/
	font-weight:normal;
}
.twikiSearchResults .twikiNew {
	background-color:green;
	color:#fff;
	font-size:85%;
	padding:1px;
	font-weight:bold;
}
.twikiSearchResultsPage .twikiHelp {
	background-color:#FFC0CB;
	display:block;
	width:auto;
	margin:0.5em 0;
}
.twikiSearchResults .twikiSRAuthor {
	width:15%;
	text-align:left;
}
.twikiSearchResults .twikiSRRev {
	width:30%;
	text-align:left;
}
.twikiSearchResultCount {
	margin:0.25em 0 2.5em 0;
	font-size:95%;
}
.twikiViewPage .twikiSearchResultsBegin { /* for changes template with noheader="on" */
	height:1px;
	border-bottom:1px solid #ddd;
}

/* Search results in book view format */

.twikiBookViewList .twikiSearchResultsHeader {
	margin-bottom:1em;
}
.twikiBookViewList .twikiTopRow {
	padding:0.2em 0.7em;
	margin:2.5em -0.7em 0.15em -0.7em;
	background-color:#666; /*C4*/
	color:#ccc;
}
.twikiBookViewList .twikiTopRow a:link, 
.twikiBookViewList .twikiTopRow a:visited {
	color:#fff;
}
.twikiBookViewList .twikiTopRow a:hover {
	color:#0054C0; /*C1*/;
}
.twikiBookViewList .twikiBottomRow {
	font-size:100%;
	padding:1em 0;
	border-color:#ddd;
}
.twikiBookViewList .twikiBottomRow {
	width:auto;
}
.twikiBookViewList .twikiSearchResultCount {
	color:#666; /*C4*/
}


/*	-----------------------------------------------------------
	View
	styles and overridden styles used in twiki.pattern.tmpl and view.pattern.tmpl
	-----------------------------------------------------------	*/

.twikiViewPage .twikiMain {
	padding-right:2em;
}
.twikiViewPage .twikiAttachments,
.twikiViewPage .twikiForm,
.twikiPreviewPage .twikiAttachments,
.twikiPreviewPage .twikiForm {
	background-color:#f1f1f1;
	padding:2em;
	border-top:1px solid #bbb;
	margin-top:0;
	margin-bottom:0em;
}
.twikiViewPage .twikiTopicAction,
.twikiDiffPage .twikiTopicAction {
	margin:0 0 1.5em 0;
	padding:0.5em 2em 0.6em 2em;
}
.twikiViewPage .twikiTopicAction .twikiAccessKey {
	border-color:#fff;
}

/*	-----------------------------------------------------------
	Pages that are not view
	-----------------------------------------------------------	*/

.twikiNoViewPage .twikiMain {
	padding-top:2.5em;
	padding-bottom:2em;
}
.twikiNoViewPage h1 {
	font-size:170%; /* as big as h2 in topic */
}
.twikiNoViewPage .twikiMain {
	border-top:0px;
}

/*	-----------------------------------------------------------
	Edit
	styles and overridden styles used in edit.pattern.tmpl
	-----------------------------------------------------------	*/

.twikiEditPage .twikiFormHolder { /* constrains the width of the textarea */
	width:auto;
	voice-family: "\"}\""; /* hide the following for Explorer 5.x */
	voice-family:inherit;
	width:100%;
}
.twikiEditPage textarea {
	background-color:#FCFAF7;
	width:auto;
	voice-family: "\"}\""; /* hide the following for Explorer 5.x */
	voice-family:inherit;
	width:100%;
}
.twikiEditPage .twikiHelp {
	margin-top:2em;
}
.twikiEditPage table.twikiChangeFormButtonHolder {
	margin-bottom:0.5em;
	width:auto;
	voice-family: "\"}\""; /* hide the following for Explorer 5.x */
	voice-family:inherit;
	width:100%;
}
.twikiChangeFormButton {
	padding:0;
	margin:0;
	color:#888;
	font-size:90%;
	background-color:transparent;
	border:none;
}
.twikiEditPage .twikiEditForm {
	margin-top:1.5em;
}
.twikiEditPage .twikiEditForm table {
	width:auto;
	voice-family: "\"}\""; /* hide the following for Explorer 5.x */
	voice-family:inherit;
	width:100%;
}
.twikiEditPage .twikiEditForm th {
	border-left:none;
	background-color:#DFEDFD; /*#EFEDEA;*/
	padding-left:1em;
	color:black;
}
.twikiEditPage .twikiEditForm td {
	border-left:1px solid #ddd;
	padding-right:1em;
	padding-left:0.5em;
	background-color:#F5F7FD; /*#E8F1F9;*/
	vertical-align:middle;
}
.twikiEditPage .twikiEditForm input,
.twikiEditPage .twikiEditForm select {
	font-size:100%;
}
.twikiEditPage .twikiSig {
	margin:0.5em 0;
	color:#000;
}
.twikiEditPage .twikiSig input {
	background-color:#EFEDEA;
	border:1px solid #ddd;
	padding:2px;
	width:25em;
	font-family:monospace;
	font-size:100%;
}
.twikiEditPage .twikiTopicAction {
	margin-top:0;
}
.twikiEditPage .twikiTopicActionHelp a:link,
.twikiEditPage .twikiTopicActionHelp a:visited  {
	color:#8490A1; /*C6*/
}
.twikiEditPage .twikiTopicActionHelp a:hover  {
	color:#0029A3; /*C3*/
}

/*	-----------------------------------------------------------
	Preview
	styles and overridden styles used in preview.pattern.tmpl
	-----------------------------------------------------------	*/
	
.twikiPreviewPage .twikiMain {
	background-color:transparent;
}
.twikiPreviewPage .twikiTopic {
	padding-top:1.5em;
}
.twikiPreviewPage .twikiPreviewArea {
	background-color:#fff;
	border:1px solid #666; /*C4*/
	margin:1em -2em 0 -2em;
	padding:0 2em 1em 2em;
}
.twikiPreviewPage .twikiHelp ul {
	margin-top:0;
}
.twikiPreviewPage .twikiTopic h1 {
	font-size:210%; /* restore original size */
}
	
/*	-----------------------------------------------------------
	Attach
	styles and overridden styles used in attach.pattern.tmpl
	-----------------------------------------------------------	*/

.twikiAttachPage .twikiVersatileTable table {
	width:auto;
	voice-family: "\"}\""; /* hide the following for Explorer 5.x */
	voice-family:inherit;
	width:100%;	
}
.twikiAttachPage .twikiVersatileTable th,
.twikiAttachPage .twikiVersatileTable td {
	padding:0.7em 1em 0.7em 1.25em;
}
.twikiAttachPage .twikiVersatileTable th {
	text-align:left;
	width:12em;
	padding-left:1em;
}
.twikiAttachPage .twikiVersatileTable td.twikiHelpCol {
	width:17em;
}
.twikiAttachPage .twikiTopicAction {
	margin:0 0 1em 0;
}
.twikiAttachPage .twikiHelp {
	margin:2em 0 3em 0;
}
.twikiAttachPage .twikiHelp ul {
	padding:0;
	margin:1em 0 0 0;
}
.twikiAttachPage .twikiHelp ul li {
	list-style:none;
	line-height:150%;
}
.twikiAttachPage .twikiPrevious .twikiAttachments table {
	width:auto;
	color:black;
}
.twikiAttachPage .twikiTopic {
	padding-bottom:0;
}

/*	-----------------------------------------------------------
	ChangeForm
	styles and overridden styles used in attach.pattern.tmpl
	-----------------------------------------------------------	*/

.twikiChangeFormPage .twikiVersatileTable table {
	width:auto;
}
.twikiChangeFormPage .twikiVersatileTable th {
	text-align:left;
	padding:0.25em 1em;
}
.twikiChangeFormPage .twikiVersatileTable td {
	padding:1em;
}
.twikiChangeFormPage .twikiVersatileTable ul {
	margin:0;
	padding:0;
}
.twikiChangeFormPage .twikiVersatileTable li {
	list-style:inside;
	margin:0;
	padding:0;
}

/*	-----------------------------------------------------------
	Rename
	styles and overridden styles used in rename.pattern.tmpl
	-----------------------------------------------------------	*/
	
.twikiRenamePage .twikiVersatileTable {
	margin-bottom:3em;
}
.twikiRenamePage .twikiVersatileTable table {
	width:auto;
	voice-family: "\"}\""; /* hide the following for Explorer 5.x */
	voice-family:inherit;
	width:100%;	
}
.twikiRenamePage .twikiVersatileTable th {
	text-align:right;
	padding-left:2em;
}
.twikiRenamePage .twikiVersatileTable td {
	padding:0.5em 0.5em;
}
.twikiRenamePage .twikiVersatileTable .twikiHelpCol {
	width:22em;
}
.twikiRenamePage .twikiVersatileTable th.lastRow,
.twikiRenamePage .twikiVersatileTable td.lastRow {
	border-top:none;
}
.twikiRenamePage .twikiHelp {
	margin:1em 0 1em 0;
	padding:0.25em 0 0.5em 0;
}
.twikiRenamePage .twikiTopicActionSecondary {
	margin:1.5em 0;
}

/*	-----------------------------------------------------------
	Diff
	styles and overridden styles used in rdiff.pattern.tmpl
	-----------------------------------------------------------	*/

.twikiDiffPage table {
	width:auto;
}
.twikiDiffPage .twikiSearchResultsHeader {
	border-bottom:0;
}
.twikiDiffPage .twikiSearchResults {
	padding-bottom:3em;
}
.twikiDiffPage .twikiDiffTable th,
.twikiDiffPage .twikiDiffTable td {
	padding:0.1em;
}

/* Deleted */
.twikiDiffPage .twikiDiffDeletedHeader {
	background-color:#FF3000;
	color:#fff;
	padding-left:1em;
}
.twikiDiffPage .twikiDiffDeletedMarker {
	background-color:#FF3000;
}
.twikiDiffPage .twikiDiffDeletedText {
	background-color:#FFEAE5;
}

/* Added */
.twikiDiffPage .twikiDiffAddedHeader {
	background-color:#3DB234;
	color:#fff;
	padding-left:1em;
}
.twikiDiffPage .twikiDiffAddedMarker {
	background-color:#3DB234;
}
.twikiDiffPage .twikiDiffAddedText {
	background-color:#EBF7EA;
}

/* Changed */
.twikiDiffPage th.twikiDiffChangedHeader,
.twikiDiffPage td.twikiDiffChangedHeader {
	background-color:#98A2B0;
	color:#fff;
	padding-left:1em;
	text-align:center;
}
.twikiDiffPage .twikiDiffChangedText {}

/* Unchanged */
.twikiDiffPage .twikiDiffUnchangedText {}
.twikiDiffPage .twikiDiffUnchangedTextContents { }
.twikiDiffPage .twikiDiffLineNumberHeader {
	margin:2em 0;
	background-color:#ddd;
}

/*	-----------------------------------------------------------
	Print
	styles and overridden styles used in print.pattern.tmpl
	-----------------------------------------------------------	*/
	
.twikiPrintPage .twikiMain {
	border-left:0;
	border-top:0;
	padding-top:2em;
}
.twikiPrintPage h2 {
	border-bottom:1px solid #900; /*C5*/
}
.twikiPrintPage .twikiAttachments,
.twikiPrintPage .twikiForm {
	background-color:#ddd;
}

/*	-----------------------------------------------------------
	Plain
	styles and overridden styles used in plain.pattern.tmpl
	-----------------------------------------------------------	*/
	
.twikiPlainPage .twikiMain {
	padding-top:2.5em;
	padding-bottom:2em;
}
