
/*	
	Copyright (c) 2003 Effective Business Events.
	All rights reserved
	www.effectivebusiness.co.uk	

	Created by Simple Thinking
	www.simplethinking.co.uk
	
	$ Revision date: 11/10/03
	
	
	Colours CSS Selectors 	 

	CONTENTS
	0. Import other style sheets
	1. navigation
	2. Links
	3. Headings & body
	4. Forms
*/


/* Import other stylesheets
----------------------------------------------- */

@import "position.css";
@import "pgstyles.css";
@import "nav.css";


/* navigation
----------------------------------------------- */

#nav { background: #C0C0C0; color:#fff; }
#nhome a { background: #4C4C4C; }	
#mnevents a { background: #676767; }	
#mntravel a { background: #959595; }	
#mnconf a { background: #C0C0C0; }				

#otherNav ul a:hover, #mainNav ul a:hover { background:#000; color:#fff; }

#nhomein a, #mneventsin a, #mntravelin a, #mnconfin a { background: #333; }



/* Links
----------------------------------------------- */

a:hover	{ border-bottom: 1px solid #999; }


/* headings & body
----------------------------------------------- */	

body { color: #333; }
h1 { color: #fff; }
h2 { color: #fff; background: #000;}


/* Forms
----------------------------------------------- */	

input { border: 1px solid #666; }
 .button { border: 1px #666 solid  !important; background: #eee; }
.horizButton {background: #eee;}

/* Positional
----------------------------------------------- */	

#leftCol { background: transparent;}
#mainArea, #mainAreaIn  { background: #fff url("../images/bground.gif") top left repeat-y; }
#mainAreaHome  { background: #fff url("../images/main_bgd.gif") top left repeat-y; }

.calholdersml, .calholder { background-color: #ccc; }
.bottomlinks, .diaryevent, .diaryeventinfo, .diaryeventinfocent { border-top: 1px solid #ccc; }
.cleardiary { border-top: 1px  solid #eee;}	

