body { 
	margin: 0; 
	padding: 0; 
	color: #000; 
	background-color: #fff; 
	text-align: left;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 0.8em; 
}
p, h1, h2, h3, h4  { 
	padding: 0.5em; 
	margin: 0;
}
h1, legend  {
	font-size: 1.4em; 
	font-weight: normal;
	text-align : center;
	color : #71A;
	font-weight : bold;
	background-color : White;
}
h2  {
	font-size: 1.1em; 
	font-weight: bold;
	color : #71A;
	background-color : White;	
}
h3,h4  {
	font-weight : bold;
	color : #71A;
	background-color : White;
}

ul { padding-right: 1em; text-align: left; margin-bottom: 1em; }

.normal { font-style: normal; }
#wrapper { 
	min-width: 400px; 
	width: 100%;               /* total width */
}         
#outer {
	border-left-width: 160px;  /* left column width */
	border-left-color: #90c;   /* left column colour */
	border-right-width: 10px; /* right column width */
	border-right-color: #fff; /* right column width */
	background-color: #fff; /* center column colour */
	width: auto;
	border-left-style: solid; 
	border-right-style: solid;
}
#left {
	width: 160px;              /* left column width */
	margin-left: -160px;       /* _negative_ left column width */
	float: left;  
	background: #CCCCFF;
	display: block;
}
#linklogos {
	width: 160px;              /* left column width */
	margin-left: -160px;       /* _negative_ left column width */
	float: left; 
	position: relative; 
	z-index: 12;
	text-align: center;
}

#header {
	background-color: white;    /* header and footer colours */
	color: #DDE;
	width: 100%; 
	position: relative; 
}
#inner { margin: 0; width: 100%; }
#center{ float: left; width: 100%; position: relative; }
#footer { float: left; width: 100%; position: relative; }
.clear { clear: both; }

/* Mozilla code */
#outer > #inner { border-bottom: 1px solid transparent; }
#left, #bdirect { margin-right: 1px; }
#right { margin-left: 1px; }
#right p { padding-left: 10px; }
#center, #footer { margin: 0 -8px 0 -2px; }

#external {
	text-align: center;
	background-color : green;
}

/************************************************************************************
*********************************SIDE BAR NAVIGATION**********************************/
#nav, #UserNav {
	width: 160px;

}
#navlevel1 {       
	position: relative;    
	width: 160px;    
	padding: 0px;    
	margin: 0px;    
	background: #CCCCFF;    
	font-size:100% 
} 
#navlevel1 ul {
	list-style: none;
	padding: 0;
	margin: 0;
	background: #CCCCFF;
}
#navlevel1 li {
	clear: left;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
#navlevel1 li a,
#navlevel1 li.current1 {
	background:  url(images/btntop.jpg) no-repeat 0px 0px;
	color: #CCCCFF;
	display: block;
	line-height: 1em;
	font-weight: bold;
	text-decoration: none;
	width: 160px;
}
#navlevel1 li a:hover,
#navlevel1 li.current1,
#navlevel1 li.current1 a {
	background-position: 0 -61px;
	color: #000;
}
#navlevel1 li a span {
	background:  url(images/btnbase1.jpg) no-repeat 0 100%;
	display: block;
	padding: 6px 0 4px 29px;
	text-decoration: none;
}
#navlevel1 li a:hover span,
#navlevel1 li.current1 span {
	background:  url(images/btnbase2.jpg) no-repeat 0 100%;
	display: block;
	padding: 6px 0 4px 29px;
	text-decoration: none;
}
/******************level2************/
#navlevel2 {
	background-image: none;
	font-size: 90%;
}
#navlevel2 li a {
	background: #CCCCFF;
	color: #333;
	line-height: 1.6em;
	text-indent: 4px;
	padding: 2px 0;
}
#navlevel2 li a:hover,
#navlevel2 li.current2 a:hover {
	color: #fff;
}
#navlevel2 li.current2 a {
	color: #000;
}
#navlevel2 li.current2{
   	width: 160px;
   	background: #CCCCFF;
	color: #666 !important;
	line-height: 1.6em;
	text-indent: 4px;
	padding: 2px 0;
	font-weight: bold;
}
/****************level3*************/
#navlevel3 {
	background-image: none;
	font-size: 90%;
}
#navlevel3 li a {
	background: #e3e3ff;
	color: #000 !important;
	line-height: 1em;
	text-indent: 14px;
	padding: 4px 0 1px 0;
}
#navlevel3 li a:hover,
#navlevel3 li.current3 a:hover {
	color: #fff !important;
}
#navlevel3 li.current3 a {
	color: #000 !important;
}
#navlevel3 li.current3{
    	width: 160px;
	background: #e3e3ff;
	color: #666 !important;
	line-height: 1em;
	text-indent: 14px;
	padding: 4px 0 1px 0;
	font-weight: bold;
}


/************************************************************************************
*********************************CONTENT STUFF**********************************/
th, th.toolbox, th#Adverts {
	color : #fff;
	font-weight : bold;
	background-color : #71a;
	text-align : center;
}
td {
	text-align: left;
}
a  {	color : #71a; }
ul,li  { 
	list-style-image :    url(bullet.gif);
}
.searchbox  {
	text-align : center;
	display: block;
}
.Active  {
	font-weight : normal;
	color : #000;
}
.Inactive  {
	font-weight : lighter;
	color : #666;
}
.IndicativeCats  {
	font-size : 0.8em;
	padding-bottom : 10px;
}
.UserMessage  {
	font-weight : bold;
	color : White;
	background-color : #090;
}
#MakeSuggestions {
	text-align : left;
	font-weight : bold;
}
.UserError  {
	color : Red;
	background-color : White;
	font-weight : bold;
}

.ImportantInfo {
	color : black;
	background-color : #fee;
	border-top: 2px solid #CC3300;
	border-right: 0px none #CC3300;
	border-bottom: 2px solid #CC3300;
	border-left: 0px none #CC3300;
}

.loginform  {
	font-size : 0.8em;
	color : black;
	margin-left : 5px;
	margin-right : 5px;
	text-align : center;
}
.form  {
	color : Black;
	border-color : #71a;
	text-align : left;
	background-color : #ccf;
	border-style : solid;
	border-width : thin;
}
#loginform,  #RegistrationForm, #ChangePassword, #ChangeEmail, #ChangePostcode, #ChangeSubscription, #PasswordReminder  {
	/*width : 95%;*/
	color : Black;
	border-color : #71a;
	text-align : left;
	background-color : #ccf;
	border-style : solid;
	border-width : thin;
}
#UserNav  {
	color : Black;
	text-align : left;
	background-color : #ccf;     
	position: relative;    
	width: 160px;    
	padding: 0px;
	padding-top: 10px;    
	text-indent: 10px;
	margin: 0px;      
	font-size:100% 
} 
#UserNav ul {
	list-style: none;
}
#UserNav a:hover {
	color : white;
	background-color : Fuchsia;
	font-weight : bold;
}
#SearchBar {
	color : Black;
	border-color : #71a;
	text-align : center;
	background-color : #ccf;
	border-style : solid;
	border-width : thin;
}
#DirectoryLink {
	font-weight: bold;
}
#SearchTipsLink, #ExtendedSearchLink {
	font-size : 0.7em;
}
.FormHeading {
	text-align : center;
	background-color : #ccf;
}
.FormTable {
	background-color : #ccf;
}
.Priority9 {
	color : Black;
	border-color : #71a;
	background-color : #ccf;
	border-style : solid;
	border-width : thin;
	font-weight : bold;
}
.Priority0, .JobAdvert {
	border-top : 0;
	border-bottom : 1px;
	border-left : 0;
	border-right : 0;
	border-style : solid;
	border-color : #71a;
}
.oddrow {background-color : #eef;}
.evenrow {background-color : #fff;}
#WhoWhatWhereSearch  {
	color : Black;
	border-color : #71a;
	text-align : center;
	background-color : #ccf;
	border-style : solid;
	border-width : thin;
}
#loginform, #UserNav {
	padding-bottom : 10px;
	display: block;
	float : left;
	position: relative;
}
#NotPublic  {
	font-weight : bold;
	color : Red;
	border-width : thin;
	border-color : Red;
	border-style : outset;
	padding : 2px;
}
#Defunct  {
	font-weight : bold;
	color : White;
	background : Red;
	border-width : thin;
	border-color : Red;
	border-style : outset;
	padding : 2px;
}
a.DefunctListing, a.DefunctListing:link, .Defunct  {
	color : #808080;
	font-weight:lighter;
	background-color:white;
}
a.Listing, a.Listing:link  {
	color : #71a;
	background-color:white;
}
#siteheading  {
	font-size : 1.4em;
	color : #71a;
	background-color : White;
	font-weight : bold;
	text-align : right;
	padding-top : 30px;
	padding-right: 10px;
	min-height: 150px;
}
#divalogo {
	float : left;
	top : 0;
	left : 0;
	background-color : White;
}
#KeyLinks, #toolbox, #phonedetails, #OrganisationInfo	{
	border-width : 1px;
	border-color : #71a;
	border-style : solid;
	border-spacing : 0;
	padding : 0;	
}

table.Adverts, td.adverts {
	width : 99%;
	display: inline;
	white-space : nowrap;
	text-align : center;
	background : #ccf;
}
#toolbox, .toolbox {
	width : 130px;
	float : right;
	background-color : #ccf;
	margin : 0px;
	border-width : 30px;
	border-right : 0px;
	border-top : 0px;
	border-color : white;
}
img.external {border: 0;}
.bookmarked {
	background-color : #090;
	color : white;
}
#PageHeader {
	top : 0px;
	left : 0px;
	width : 100%;
	clear : none;
	height : 120px;
}
#OrgName, #OrgDescription {
	left : 160px;
	text-align : left;
}
#contactdetails, #OrganisationInfo, #Venue, .venueaccess	{
	border : none;
}
.AboutOrg, .contact, .Venue, .venue, .venueaccess {
	border : none;
}
th.AboutOrg, th.contact, th.Venue, th.venue {
	width : 200px;
	background-color : #ccf;
	color : #71a;
	text-align : left;
	vertical-align : top;
	padding-left : 5px;
}

td.AboutOrg,td.contact,td.Venue, td.venue {
	background-color : #fff;
	color : #000;
}

.footer, #footer  {
	font-weight : normal;
	color : #71a;
	background-color : #ccf;
	text-align : center;
	margin-right : 0px;
}

th.PartialMatch {
	width : 10px;
	background-color : #ccf;
	color : #71a;
}
#Help {
	color: #000;
	background-color: #ff6;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 0px;
	font-size: 0.9em;
}

a.toolbox:hover, a.bookmarked:hover  {
	color : black;
	background-color : Fuchsia;
}
a:hover  {
	color : #71a;
	background-color : #ccf;
}

a.plain:hover, a.LogoNav:hover {
	background-color : #fff;
}

img.logo {
	border:0;
}
table.EmailForm th, form.form th {
	width:300px;
}
img.right {
	float: right;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
img.left {
	float: left;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/* BOOKMARK STUFF */

#BookmarkItems{
	background-color: #fff;
	padding: 20px;
}
#Bookmarks{
	background-color: #eef;
	border: 1px;
	border-spacing: 20px;
	padding: 20px;
	width: 400px;
}
#BookmarkActions {
	background-color: #fff;
	border: 0px;
	padding: 20px;
}
#BookmarkDelete {
	background-color: #ccf;
}
#BookmarkExisting {
	background-color: #bbf;
}
#BookmarkNew {
	background-color: #aaf;
}
