/*
-----------------------------------------------
PulpWiki Stylesheet (screen)
----------------------------------------------- */

.hidden {
	display: none;
}

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

/* Wiki menu formatting */

ul#main_menu {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif; 
	float: left;
	list-style-type: none;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

ul#main_menu li {
	margin-top: 0;
    padding: 1px 10px 0 0;
    float: left;
    width: auto;
    text-align: left;
    font-size: 10px; 
    margin-right: 5px;
}

ul#main_menu li a {
	color: #935;
}

ul#main_menu li > a:hover {
	  background-color: transparent;
	  color: #333;
}

ul#main_menu li form {
    display: inline;
}

ul#main_menu li form input {
    font-size: 1.1em;
    line-height: 1.1em;
    font-weight: bold;
    color: #333;
    border: none;
    border-bottom: 1px solid #CCC;
}

ul#options_menu {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif; 
	float: left;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
    border-top: 1px solid #CCC;
}

ul#options_menu li {
    margin-top: 0;
    padding: 0 0 0 0;
    float: left;
    width: auto;
    text-align: left;
    font-size: 10px;
}

#smallprint {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #777;
	padding-right: 0.5%;
	text-align: left;
    border-top: 1px solid #CCC;
}

.indent {
	margin-left: 40px;
}

/* for editing form */

textarea {
	margin-right: 0;
	width: 98%;
	height: 500px;
	border: 1px solid #CCC;
}

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

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

/* 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 #CCA;
	padding: 0px;
	margin: 0px;
	width: 80px;
}

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

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

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

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

/* text formatting */

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

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

.underline {
	text-decoration: underline;
}

.notes {
	font: normal 8pt Verdana, sans-serif;
	margin: 1pt;
	padding: 1pt;
	color: #666666;
	font-weight: normal;	
}

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

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

.floatl {
	float: left;
	font-size : 12px;
	font-family : arial, helvetica, geneva, verdana, sans-serif;
	font-style : normal;
	font-weight : normal;
	line-height : 16px;
	text-align: left;
	width: 30%;
	margin-right: 15px;
	padding: 4px;
	background: #EEE;
	border: 1px solid #CCC
	}

.floatr {
	float: right;
	font-size : 12px;
	font-family : arial, helvetica, geneva, verdana, sans-serif;
	font-style : normal;
	font-weight : normal;
	line-height : 16px;
	text-align: left;
	width: 30%;
	margin-left: 15px;
	padding: 4px;
	background: #EEE;
	border: 1px solid #CCC
}

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

/* form elements */

fieldset {
	border: 1px solid #CCC;
	line-height: 2em;
	padding: 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	margin-top: 10px;
}

fieldset legend {
	padding: 0 5px 0 5px;
	border: 1px solid #CCC;
	font-weight: bold;
}


table {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	margin: 10px 0 0 0;
}

/* Adminpages action */

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

table#adminpages td.actions {
	text-align: center;
}

/* Adminuser action */

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

table#adminusers td.actions {
	text-align: center;
}

/* TextSearch & TextSearchExpanded Actions*/

.tse_keywords {
	font-weight: bold;
	color: green;
	background-color: #FAEBD7;
}

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


