/* ____________________    ______________ _____  ___________________________   __
 * ___  __ \__  ____/_ |  / /_  __ \__  / __  / / /__  __/___  _/_  __ \__  | / /
 * __  /_/ /_  __/  __ | / /_  / / /_  /  _  / / /__  /   __  / _  / / /_   |/ /
 * _  _, _/_  /___  __ |/ / / /_/ /_  /___/ /_/ / _  /   __/ /  / /_/ /_  /|  /
 * /_/ |_| /_____/  _____/  \____/ /_____/\____/  /_/    /___/  \____/ /_/ |_/
 * Revolution V0.1
 * Written By Etienne Le Sueur
 * Dated 15-06-2005
 * Filename: default.css
 * Version: 0.1
 * Copyright 2005 Etienne Le Sueur
 * http://revolution.jet-age.co.nz/docs/core.php
 **/

/* Base CSS Styles for SimplePage
 **/

#leftPageDisplay {
	width: 150px;
	padding: 3px;
	border: 1px solid #DFDFDF; }

#SimplePageIndex {
	background-color: #F3F2F1;
	margin: 10px 20px 10px 0px;
	padding: 6px;
	border: 1px solid #C3C3C3; }

#SimplePageIndex ul {
	padding: 0px;
	margin: 0px 0px 4px 25px; }

#SimplePageIndex a {
	color: #8E8376;
	text-decoration: none; }

#SimplePageIndexTitle {
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	list-style: none;
	list-style-image: url(../../../resources/icons/four_colored_box_bullet.gif); }

#SimplePageIndexTitle2 {
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	list-style: none;
	list-style-image: url(../../../resources/icons/four_box_bullet.gif); }

#SimplePageIndex h1 {
	color: #8E8376;
	margin-top: 3px;
	margin-bottom: -8px;
	font-size: 12px;
	font-weight: bold; }

#SimplePageIndex select {
	margin-top: 15px;
	font-size: 11px;
	margin-right: 40px;
	width: 180px; }

#SimplePageIndex p {
	margin-left: 5px;
	margin-right: 15px;
	font-family: Arial;
	font-size: 11px;
	line-height: 1.3em;
	margin-bottom: 5px; }