@CHARSET "UTF-8";

.default{
	
}
/* back to default */
body {
	color: black; 
	margin: 0; padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul li,ol li{color: black;}

h1, h2, h3, h4 {text-align: left;}
h1 b {color:black}
h1 a {color:blue;}
p {margin-bottom: 1em;color: black;}
a {color: blue; font-size: 12px;text-decoration: underline;}

div.toolbar {
	color: white;
	margin: 1px auto;
	margin-bottom: 10px;
	text-align: right;
	/*
	*/
}

div.toolbar .l {
	display: block;
	float: left;
	margin-top: -2px;
}

div.toolbar .r {
	display: block;
	float: right;
}

.edit-button {
	color: white;
	height: 14px;
	text-align: right;
	margin: 2px;
	font-family: verdana;
	font-size: 11px;
	visibility: hidden;
}

.edit-button a {
	color: white;
	text-decoration:none;
}

.edit-button a:hover {
	text-decoration:underline;
}

.edit-button span {
	margin: 1px;
	background-color : red;
	width: 35px;
	padding: 2px 6px;
	background-color: red;
}

table#page_list_table{ }

table#page_list_table tr {border-bottom: #2587b9;border: solid 1px red }

.default-side-link{color:blue;text-decoration: none;}
.default-side-link:hover{color:#990022;text-decoration: underline;}

/* From components.css */

ul.text-list {list-style: none;}
ul.vlist {list-style: none; margin: 0;padding: 0;}

.super-big-text {font-size: 20px;font-weight: bold;}
.big-text {font-size: 16px;}
.text {color:white; font-size: 12px;}

.text-indent {text-indent:2em;}

.white {color: white;}
.yellow {color: #EACE4E;}
.orange {color: #FFAE00;}

.bold {font-weight: bold;}

.small-title-yellow {color: #EACE4E; margin-top: 16px; margin-bottom: 16px;}
.small-title-orange {color: #FFAE00; margin-top: 16px; margin-bottom: 16px;}
.small-title-white  {color: white; margin-top: 16px; margin-bottom: 16px;}
