* {
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: white;
}

body {
    background-color:			#9b7350;
    background-image:           url(/modules/core/templates/images/clive-bg.jpg);
    /* background-image:           url(/clivepalmer/modules/core/templates/images/nw-clive_05.jpg); */
    background-repeat:          repeat-x;    
    background-position:        0 0px;
}

td {
	color: white;
}

img {
	border: 0;
}

.bodyText table, .bodyText b, .bodyText br {
	display: block;
	/* background-color: #9B7350; */
	background-color: #9b7350;
	color: white;
	padding: 15px;
}

.bodyText a {
	color: white;
}



.savedSuccessfully {
	color:	green;
	font-weight: bold;
}

.mainMenu {
	color:	white;
}

.siteLogin {
	color:	white;
}

.introText {

	color:		white;
	padding:	15px;
}

/* menu */

ul.sortable li {
	position: relative;
	width: auto;
}

ul.boxy {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width: 10em;
	font-size: 13px;
	font-family: Arial, sans-serif;
}
ul.boxy li {
	cursor:move;
	padding: 2px 2px;
	margin: 4px;
	border: 1px solid #ccc;
	/* background-color: #eee;*/
	width: auto;
}

#list5 .handle {
	float: right;
	background-color: #ccc;
	background-image: url(modules/core/templates/images/handle.png);
	background-repeat: repeat-y;
	width: 7px;
	height: 20px;
}

.inplace {
	position: absolute;
	visibility: hidden;
	z-index: 10000;
}

.inplace, #list5 input:hover, #list5 input:focus {
	background-color: #ffffcc;
}
#slideEditors input.inplace {
	width: 12em;
	max-width: 12em;
	margin-left: 1px;
}
#slideEditors input.inplace, #slideshow .view {
	text-align: center;
}

#listExamples td {
	width: 9em;
	margin-right: 20px; 
	padding: 0px 20px;
	vertical-align: top;
}
#listExamples th {
	vertical-align: bottom;
	font-weight: normal;
	font-size: 14px;
	padding-top: 20px;
}
#listExamples td.caption {
	font-size: 12px;
	text-align: center;
}
#listExamples li {
	padding: 0px;
	height: 20px;
	min-height: 1em;
	width: 120px;
}
#listExamples li .view {
	height: 16px;
	vertical-align: middle;
	padding: 2px;
}
#list1 li:hover {
	background-color: #eee;
}
#listExamples input.inplace {
	width: 120px;
	max-width: 120px;
}

/* BugFix: Firefox: avoid bottom margin on draggable elements */
#listExamples #list4, #listExamples #list5 { margin-top: -2px; }
#listExamples #list4 li, #listExamples #list5 li { margin-top: 4px; }

#listExamples #list4 li { cursor: default; }
#listExamples #list4 .handle,
#listExamples #list5 .handle {
	float: right;
	background-color: #ccc;
	background-image: url(common/handle.png);
	background-repeat: repeat-y;
	width: 7px;
	height: 20px;
}
#listExamples #list4 li .view {
	cursor: text;
}
#listExamples #list4Editors input.inplace, #listExamples #list5 input {
	width: 104px;
	max-width: 104px;
}
#listExamples #list4Editors>input.inplace, #listExamples #list5>li>input {
	width: 111px;
	max-width: 111px;
}

/*********************** hover menus *************************/

#menu {
	/* width: 100%; */
	/* width: auto; */
	
	float: left;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	/* width: 12em; */
	/* width: auto; */
	white-space: nowrap;
	float: left;
}

#menu ul:hover {
	list-style: none;
	margin: 0;
	padding: 0;
	/* width: 12em; */
	/* width: auto; */
	white-space: nowrap;
	float: left;
	background: #000;
}

#menu a, #menu h2 {
	font: bold 11px/16px arial, helvetica, sans-serif;
	display: block;
	/*
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	*/
	color: #fff;
	margin: 0;
	padding: 2px 3px;
	line-height: normal;
}

#menu h2 {
	color: #fff;
	background: #000;
	text-transform: uppercase;
}

#menu a {
	/* color: #000; */
	/* background: #efefef; */
	color: #fff;
	background: #000;
	text-decoration: none;
	/* height: 18px; */
	/* padding: 1px; */
	border: 0px;
}

#menu a:hover {
	color: yellow;
	background: #000;
}

#menu li {
	position: relative;
	/* width: auto;	*/
	/* width: 80px; */
	/* height: 18px; */
	z-index: 500;
}

#menu ul ul {
	position: absolute;
	z-index: 500;
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

/*********************** end hover menus *************************/