	
	/* CMS Lite Theme CSS */
	body {
		font: 70% Verdana, Helvetica, sans-serif;
		behavior: url('js/csshover.htc');
	}
	
	img, div {
		behavior: url('js/iepngfix.htc');
	}
	
	a {
		color: blue;
		text-decoration: none;
	}
	
	/* Areas */
	#frame {
	  width: 100%;
	min-width: 900px;
	}
	
	#header {
		
		padding-bottom: 10px;
		min-width: 900px;
	}
	
	#menuFrame {
		width: 25%;
			
		min-width: 230px;
		
		height: 500px;
		float: left;
	}
	
	#menu {
		border: 1px solid #ccc;
		-moz-border-radius-topright: 8px;
		-moz-border-radius-bottomright: 8px;
		-webkit-border-top-right-radius: 6px;
		-webkit-border-bottom-right-radius: 6px;
		border-top-right-radius: 6px;
		border-bottom-right-radius: 6px;
		behavior: url(border-radius.htc);
		clear: left;
	}
	
	#userpanel {
		border: 1px solid #ccc;
		-moz-border-radius-topright: 8px;
		-moz-border-radius-bottomright: 8px;
		-webkit-border-top-right-radius: 6px;
		-webkit-border-bottom-right-radius: 6px;
		border-top-right-radius: 6px;
		border-bottom-right-radius: 6px;
		clear: left;
		padding: 10px;
		margin-top: 15px;
	}
	
	#tabs {
		height: 30px;
		display: block;
		background-position: right top;
		background-repeat: no-repeat;
		margin-top: 3px;
		margin-right: 2px;

	}
	
	#tabs img {
		/*
    height: 25px;
		width: 25px;
		*/
	}
	
	#tabs a {
		/*width: 34px; 
		width: 70px;*/
		border: 1px solid #ccc;
		border-bottom: 0px;
		-moz-border-radius-topleft: 6px;
		-moz-border-radius-topright: 6px;
		-webkit-border-top-left-radius: 6px;
		-webkit-border-top-right-radius: 6px;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
		behavior: url(border-radius.htc);
		display: block;
		height: 30px;
		cursor: pointer;
		/*background-image: url(img/cms-tab.png);
		background-repeat: no-repeat;*/
		float: left;
		color: #000;
		
	}
	
	#tabs a:hover {
		background-color:#FFFFCC;
	}
	
	.tabSelected {
		background-color: #efefef;
	}
	
	.tabspace {
		margin-top: 6px;
		margin-left: 4px;
		margin-right: 4px;
	}
	
	#toolbar {
		border: 1px solid #ccc;
		-moz-border-radius-topleft: 8px;
		-moz-border-radius-bottomleft: 8px;
		-webkit-border-top-left-radius: 8px;
		-webkit-border-bottom-left-radius: 8px;
		border-top-left-radius: 8px;
		border-bottom-left-radius: 8px;
		behavior: url(border-radius.htc);
		padding: 5px;
		margin-top: 5px;
	}
	
	#main {
		-moz-border-radius-topright: 8px;
		-moz-border-radius-bottomleft: 8px;
		-webkit-border-top-right-radius: 6px;
		-webkit-border-bottom-left-radius: 6px;
		border-top-right-radius: 6px;
		border-bottom-left-radius: 6px;
		behavior: url(border-radius.htc);
		padding: 10px;
		margin-top: 15px;
	}
	
	#main h2 {
		margin-top: 0;
		padding-top: 0;
	}
	
	#mainFrame {
		width: 73%;
		float: right;
	}
	
	
	
	/* Classes */
	.dialog {
		width: 350px;
		text-align: left;
		padding: 15px;
		padding-top: 5px;
		padding-bottom: 25px;
	}
	
	.dialog h1 {
		font-size: 160%;
		color: #3399FF;
	}
	
	.dialogFormRow {
		clear: left;
		padding-top: 8px;
	}
	
	.dialogFormLabel {
		float: left;
		width: 120px;
		padding-top: 5px;
		font-weight: bold;
	}
	
	.dialogFormInput {
		width: 210px;
		padding: 2px;
	}
	
	.menuForm {
		margin: 8px;
	}
	
	.menuFormRow {
		clear: left;
		padding-top: 8px;
	}
	
	.menuFormLabel {
		float: left;
		width: 30%;
		padding-top: 5px;
		font-weight: bold;
	}
	
	.menuFormInput {
		width: 60%;
		padding: 2px;
	}
	
	.message {
		background-image: url(img/icons/information.png);
		background-repeat: no-repeat;
		padding-left: 20px;
		height: 16px;
		margin-bottom: 10px;
	}
	
	a.siteList {
		display: block;
		background-image: url(img/icons/world.png);
		background-repeat: no-repeat;
		background-position: 8px 9px;
		padding: 5px;
		padding-left: 30px;
		text-decoration: none;
		font-weight: bold;
		border-bottom: 1px solid #ccc;
		color: #000;
	}
	
	a.siteList:hover {
		background-color: #FFFFCC
	}
	
	.siteListSub {
		color: #999;
		font-size: 9px;
		font-weight: normal;
	}
	
	a.menuOptions {
		text-decoration: none;
		background: #efefef;
		padding: 5px;
		display: block;
		border-top: 1px solid #ccc;
		
	}
	
	a.menuOptions:hover {
		background: #FFFFCC;
		color: #000;
		
	}
	
	.menuSectionName {
		padding: 4px;
	}
	
	.menuSectionIcons {
		padding: 4px;
	}
	
	.menuIcons {
		padding: 2px;
		
		display: block;
		float: left;
	}
	
	.menuIcons:hover {
		background: #6699CC;
	}
	
	.menuSection:hover {
		background: #ffffcc;
		cursor: pointer;
	}
	
	.menuPages {
		/*display: none;*/
	}
	
	/* Colour Scheme */
	.outset {
		font: inherit;
		background: #3399FF;
		border: 1px outset #3399CC;
		-moz-border-radius: 5px;
	}
	
	.inset {
		font: inherit;
		background: #fff;
		border: 1px inset #3399CC;
		-moz-border-radius: 5px;

	}

	.inset2 {
		font: inherit;
		width: 200px;
		float: right;
		background: #fff;
		border: 1px inset #3399CC;
		-moz-border-radius: 5px;
		padding-bottom: 10px;

	}




	.border {
		border: 1px solid #ccc;
		-moz-border-radius: 5px;
		
	}
	
	.button {
		padding: 3px;
	}
	
	.button:hover {
		background: #FFFFCC;
	}
	
	.input {
		padding: 4px;
	}
	
	.input:hover {
		background: #FFFFCC;
	}
	
	.input:focus {
		background: #FFFFCC;
	}
	
	/*Context Menu*/
	
	.context {
		width: 175px;
		position: absolute;
		display: none;
	}
	
	.contextTable {
		border: 1px solid #ccc;
		background: #fff;
		width: 175px;
	}
	
	.contextIcons {
		background: #efefef;
		padding: 2px;
		width: 16px;
	}
	
	.contextSplit {
		border-bottom: 1px solid #ccc;
	}
	
	a.contextText {
		color: #000;
		padding: 4px;
		display: block;
	}
	
	a.contextText:hover {
		background: #B6BDD2;
	}
	
	.simpleForm {
	
	}
	
	.simpleForm label {
		width: 150px;
		font-weight: bold;
		float: left;
	}
	
	.simpleForm input {
		
	}
	
	#dialogFrame {
		filter:alpha(opacity=30);
		opacity: 0.3;
		-moz-opacity:0.3;
		background: #000000;
		display: none;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	#dialog {
		background: #fff;
		border: 1px solid #666;
		padding: 20px;
		padding-top: 10px;
		-moz-border-radius: 5px;
		position: absolute;
		display: none;
	}
	
	#dialog h1 {
		font-size: 160%;
		color: #3399FF;
	}

