/*
 * Sanders Shiers Stylesheet
 * Copyright 2005
 *
 * Web Development and Content Mangement System by LOOKsystems Limited
 * mailto:info@looksystems.ltd.uk
 * http://www.looksystems.ltd.uk
 *
 * Web Design by Aidan Designs
 * mailto:info@aidan-designs.co.uk
 * http://www.aidan-designs.co.uk
 *
 */

/* GLOBAL STYLES */
 
* {
	font-family: Helvetica, Arial, SunSans-Regular, sans-serif;
}
body {
	font-family: Helvetica, Arial, SunSans-Regular, sans-serif;
}

a { 
	color: #b3dc10; 
	text-decoration: none;
}
a.plain {
	color: #666;
}
a:hover { 
	color: #666;
	text-decoration: underline;
}

/* PAGE LAYOUT */

body {
	color: #666;
	background-color: #666;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.white {
	color: #666;
	background-color: #fff;
	text-align: left;
	font-size: 11px;
	line-height: 14px;
	padding: 15px;
}

#page {
	color: #666;
	background-color: #fff;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	width: 760px;
}

#navbar {
	background-color: #b3dc10;
	font-size: 12px;
	color: #fff;
	margin: 0px;
	padding: 6px;
	padding-left: 24px;
}
#navbar a {
	color: #fff;
	margin: 0px;
	padding: 0px;
	margin-left: 6px;
	margin-right: 6px;
	text-decoration: none;
	position: relative;
	z-index: 999;
}
#navbar a:hover {
	color: #666;
	text-decoration: none;
}
#navbar a.navselect {
	color: #666;
	text-decoration: none;
}

#content  {
	padding: 15px;
	padding-bottom: 25px;
	margin-bottom: 5px;
	margin-top: 5px;
	height: auto;
}

#sidebar {
	float: left;
	width: 120px;
	padding: 15px;
	padding-left: 30px;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: left;
	border-right: 1px solid #eee;
}

#sidebar li {
	font-size: 11px;
	line-height: 120%;
}

#extrabar {
	float: right;
	width: 135px;
	padding: 15px;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: left;
	border-left: 1px solid #eee;
}

#footer {
	padding-top:15px;
	background-color: #666;
	text-align: center;
	clear: both;
}
#footer, #footer a {
	color: #999;
}
#footer a:hover {
	color: #b3dc10;
}

#date {
	top: 15px;
	padding: 15px;
	width: 730px;
	position: absolute;
	text-align: right;
}

/* LIST STYLES */

ul, ol {
	margin: 0px;
	padding: 0px;
}
ul a, ol a {
	color: #666;
}
ul {
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
}
ul li {
	background: transparent url(../img/bullet.gif) no-repeat center left;
	padding-left: 14px;
}

#sidebar ul, #extrabar ul {
	font-size: 12px;
	line-height: 18px;
}
#sidebar ol {
	margin-left: -15px;
}
#extrabar ul {
	margin-left: 15px;
}
#sidebar ul li, #extrabar ul li {
	margin-left: -14px;
}
#sidebar ol li, #extrabar ol li {
	list-style-position: inside;
	font-size: 11px;
}

#sidebar #listUp,
#sidebar #listDown {
	display: block;
	height: 7px;
	text-indent: -9000px;
	overflow: hidden;
}
#sidebar #listUp {
	background: url(../img/arrowUp.gif) center top no-repeat;
}
#sidebar #listDown {
	background: url(../img/arrowDown.gif) center top no-repeat;
}

#sidebar .pager {
	margin-bottom: 1em;
	overflow: hidden;
}

#sidebar .pager a {
	float: left;
	width: 16px;
	height: 12px;
	overflow: hidden;
	text-indent: -9000px;
	background: url(../img/pageOff.gif) 0 0 no-repeat;
}
#sidebar .pager a.j1 {
	background: url(../img/pageOff1.gif) 0 0 no-repeat;
}
#sidebar .pager a.j2 {
	background: url(../img/pageOff2.gif) 0 0 no-repeat;
}
#sidebar .pager a.j3 {
	background: url(../img/pageOff3.gif) 0 0 no-repeat;
}

#sidebar .pager .select a {
	background: url(../img/pageSelect.gif) 0 0 no-repeat;
}
#sidebar .pager .select a.j1 {
	background: url(../img/pageSelect1.gif) 0 0 no-repeat !important;
}
#sidebar .pager .select a.j2 {
	background: url(../img/pageSelect2.gif) 0 0 no-repeat !important;
}
#sidebar .pager .select a.j3 {
	background: url(../img/pageSelect3.gif) 0 0 no-repeat !important;
}

#sidebar ul.smaller li {
	font-size: 11px;
	line-height: 18px;
}

/* TEXT STYLES */

.heading, .headingruled  {
	color: #b3dc10; 
	font-size: 16px; 
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
.headingruled {
	padding-bottom: 16px;
	border-bottom: 1px solid #eee;
}
.heading  {
	margin-bottom: 15px;
}

.title {
	font-size: 16px; 
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

.green {
	color: #b3dc10; 
}

.blockgreen {
        background: #b3dc10;
}

.smaller {
	font-size: 90%;
}

.rule {
        height: 0px;
        border-bottom: 1px solid #eee;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
}

/* CMS STYLES */

.indextable {
}
.indexnavigator {
	font-size: 80%;
}
.indextitle {
	color: #ffffff;
	background: #666;
	padding-left: 2px;
}

.record {
	background: #f8f8f8;
}

.delete {
	color: #990000;
	background: #ffeeee;
}

.invalid {
	color: #990000;
	background: #ffeeee;
}

.shrinkfit {
	display: table;
}

#toolbar {
	margin: 0px;
	color: #666;
	background: #fff;
	padding: 0.25em 0.5em 0.0em 0.5em;
	font-family: arial, sans-serif;
	clear: none;
	position: absolute;
	z-index: 100;
}
#toolbar a {
	color: #666;
	text-decoration: none;
}
#toolbar a:hover {
	color: #b3dc10;
	text-decoration: underline;
}

#bannertools {
	position: absolute;
	text-align:right;
	width: 750px;
	padding: 5px;
	clear: none;
	z-index: 100;
}

#navtools {
	position: absolute;
	text-align:right;
	width: 737px;
	padding: 0px;
	clear: none;
	z-index: 100;
}

#sectiontools {
	clear: both;
}
#sidetools {
	margin: 0px;
	padding: 15px;
	width: 135px;
	float: left;
}
#contenttools {
	float: left;
	padding: 15px;
	margin: 0px;
}
#extratools {
	margin: 0px;
	padding: 15px;
	width: 135px;
	float: right;
}
