/*
 * style (style.css)
 * -----------------
 *
 * Description:
 *	Text styles, etc.
 *
 * Author       : Nick Blundell
 * Organisation : www.nickblundell.org.uk
 * Version Info : $Id$
 */

body {
	color: #000000;
	font: 78% sans-serif;
	color: #333;
}

h1, h2, h3, h4 {
	color: #646464;
	xfont: 100% sans-serif;
}

h1 {font-size:145%;}
h2 {font-size:135%;}
h3 {font-size:128%;}
h4 {font-size:120%;}
h5 {font-size:110%;}

h1.title {font-size: 170%;}
h1.subtitle {font-size: 160%;}

a, a:link, a:visited {
	color: #0000ff;
	text-decoration: none; /* No underline or anything. */
}

h1 a, h2 a, h3 a, h4 a, h5 a {
	color: #646464;
}

.space-text {
	font-size: 6px;
}

xa:hover {
	color: #ff0000;
	text-decoration: none; /* No underline or anything. */
}

table {
	border: 0px solid black;
}

tr, th {
	text-align: left;
}

tr:hover {
	/*background-color: #aaaaaa;*/
}

tr.tableheader, tr.tableheader:hover {
	background-color: #d6ecff;
}

textarea, input, select {
	background-color: #d6ecff;
	border: 1px solid #646464;
}

input.button {
	background-color: #aaaaaa;
}

input.button:hover {
	background-color: #55de1b;
}

#footer {
	text-align: center;
	font: 70% sans-serif;
}

#contentfooter, .adminoptions {
	color: #646464;
	text-align: right;
	font: 70% sans-serif;
}

.pagination {
  text-align:center;
	font-size: 80%;
}

li {
	xpadding:0px;
}

li li {
	xmargin-left:-60px;
}

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

pre.literal-block {
	background-color: #fffc93;
	border: 1px solid #646464;
	padding: 1px;
}

img {
	border: 0px;
}

#pageLogin
{
	font-size: 10px;
	font-family: verdana;
	text-align: right;
}

h1, h2, h3, h4 {
	color: #646464;
	xfont: 70% sans-serif;
}


