.siteContent, tr, td {
	color: white;
}

/**************** menus ****************/

#menu {
	position: relative;
	right: 0;
	float: left;



	width: auto;
	margin: 0;
	border: 0;
}

#menu a {

	font-size: 11px;
	display: block;
	margin: 0;
	border: 0;
	
	font-weight: bold;
	
	margin-left: 40px;
	
	padding: 2px 3px;
	/* padding-right: 35px; */

	text-decoration: none;
	/* background-color: #141452; */
	color: #000000;
	
	/* background-image: url(/modules/core/templates/images/menu-off.gif); */
	
	white-space: no-wrap;
	z-index: 90;
}

#menu a:hover {
	/* background-image: url(/mathews/modules/core/templates/images/menu-on.gif);*/
	/* background-image: url(http://10.0.0.6/barossawf/modules/core/templates/images/menu-bckgrnd-on.gif); */
	/* background-color: #484876; */
	z-index: 90;
}

#menu ul ul a {
	margin: 0px;
}

#menu ul {

	list-style: none;
	
	text-align: left;

	margin: 0;
	/* margin-bottom: 3px; */
	
	/* margin-left: 45px; */
	
	height: 20px;
	padding: 0;
	
	background-image: url(http://210.8.91.130/~mathewsf/modules/core/templates/images/menu-off.gif); 
	z-index: 90;
}

#menu ul:hover {
	background-image: url(http://210.8.91.130/~mathewsf/modules/core/templates/images/menu-on.gif); 
	z-index: 90;
}

#menu li {
	position: relative;
	white-space: no-wrap;
}


#menu ul ul {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;

	left: 100%;
	text-align: left;
	width: 120px;
	float: left;
	white-space: no-wrap;
	
	border: 1px solid #950000;
	
	background-image: none;
	background: #fbf9f3;
	z-index: 100;
}

#menu ul ul:hover {
	background-image: none;
}

#menu ul ul ul {

	position: absolute;
	top: 0;
	left: 100%;
	text-align: left;

	width: 140px;
	float: left;
	white-space: no-wrap;
	
	z-index: 100;

}

#menu ul ul a {
	background-image: none;
	/* background-color: #141452; */
	z-index: 100;
}

#menu ul ul a:hover {
	background-image: none;
	/* background-color: #484876;  */
	z-index: 100;
}

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

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

/* third level menus */

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

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

/**********************************/


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; */
	width: 100%;
}

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

.inplace {
	position: absolute;
	display:none;
	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 {
	color: #ffffff;
	white-space: no-wrap;
}

#listExamples td {
	/* width: 9em; */
	/* width: auto; */
	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: 180px;*/
}
#listExamples li .view {
	height: 16px;
	vertical-align: middle;
	padding: 2px;
	white-space: no-wrap;
/*	width: 180px;*/
	color: #000000;
}
#list1 li:hover {
	background-color: #eee;
}

#listExamples input.inplace {
	border-style: solid;
	padding:0;
/*	width: 180px;
	max-width: 180px;*/
}

/* 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;
}
