body {
	margin: 0px;
        background-color: #e7e3e7;
        scrollbar-arrow-color: #bdaa94;
	scrollbar-track-color: #e7e3e7;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #e7e3e7;
	scrollbar-3dlight-color: #e7e3e7;
	scrollbar-darkshadow-color: #e7e3e7;
	scrollbar-shadow-color: #e7e3e7;
	font-family: tahoma;
	font-size: 7pt;
	color: #808080;
	line-height: 13px;
	text-decoration: none;
                 text-transform: lowercase;
}
p,li,td {
	font-family: tahoma;
	font-size: 7pt;
	color: #808080;
	line-height: 13px;
                 text-transform: lowercase;
	text-decoration: none;
}
img {
border: 0;
}
b {
	color: #8ca64a;
                  font-weight: normal;
}
i {
	color: #ceb6ad;
                  font-style: normal;
}
u {
	color: #7b9a9c;
                  text-decoration: none;
}
input,textarea,select {
	font-family: tahoma;
	font-size: 7pt;
	color: #808080;
	border-width: 1px;
	border-style: solid;
	line-height: 13px;
                 text-transform: lowercase;
        border-color: #a5a6a5;
	background-color: #ededed;
}
a,a:visited {
        color: #42cfad;
	font-family: tahoma;
                 text-transform: lowercase;
	font-size: 7pt;
        text-decoration: none;
}
a:hover{
        color: #ffaa6b;
        text-decoration: none;
        font-weight: normal;
                 text-transform: lowercase;
        cursor: help;
}
.borderimageoriginal{
border:3px solid #a5a6a5;
}
.borderimagehover{
border:3px solid #d3d3d3;
}
td {
padding: 3px;
}
#navigation {
list-style-type: none;
margin: 0; padding: 0;
}
#navigation li {
display: inline;
padding: 2px 8px;
}

/* control row colours in admin */
.literow {
background: #fff;
}
.darkrow {
background: #ddd;
}