* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: Hiragino Maru Gothic Pro, Helvetica neue, Helvetica, Arial, Verdana, sans-serif;
	background: #fff;
}

html>body {
    font-size: 10px;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }
a:link {
	text-decoration: none;
	color: #666666;
}
a:visited { text-decoration: none; color: #666; }
a:hover  {
	background: #fff200;
	color: fff200;
}

#menu ul li.active a {
	background: #CCCCCC;
	color: #000000;
	;
}
a img { border: none; }

.classic { padding: 24px 5px; }

.classic a:link,
.classic a:active { text-decoration: underline;}
.classic a:visited { color: #fff20d; text-decoration: none; }
.classic a:hover { background: #00cc00; color: white; }

#menu {
	width: 220px;
	overflow: auto;
	top: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	height: 100%;
	/* background-color: #fff; */
	line-height: 1.3em;
}

#menu ul {
	list-style: none;
	margin: 0 0 1.2em 0;
}

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
}

.container {
    padding: 25px;
}

.container-helper { }

#content p {
	width: 400px;
	margin-bottom: 0.9em;
	line-height: 1.3em;
}

p 
{
	color: #000;
}

p, object {
    margin: 0 0 0.9em 0;
}

object { display: block; }

h1 { font-size: 10px; font-weight: normal; margin: 0 0 0.9em 0; }
h2 { font-size: 10px; font-weight: normal; margin: 0 0 0.9em 0; }
h3 { font-size: 10px; font-weight: normal; margin: 0 0 0.9em 0; }
h4 { font-size: 10px; font-weight: normal; margin: 0 0 0.9em 0; }

li.section-title h2 { display: inline; }

#img-container	{ margin: -9px 0 0 0; padding: 0; }
#img-container p	{
	width: 400px;
	margin: 0;
	padding: 0 0 0.9em 0;
}
#img-container p.nav {
margin:0;
padding:0 0 1px 0;
width:400px;
}

#once { clear: left; }

/* editing stuff */
span.editme { display: inline-block; width: 12px; height: 12px; text-indent: -9999px; margin: 0; padding: 0; }
span.editme { background: transparent url(../img/editme.gif) no-repeat; }
span.editme:hover { background: transparent url(../img/editme_over.gif) no-repeat; }
span.editme { display: none; }

/* styles for dialogs */
/* testing things */
/* This file skins dialog */
.ndxz .ui-dialog,
.ndxz.ui-dialog {
	background: transparent url(/csstest/img/panel-top-bg.png) no-repeat;
	margin: 0;
	padding: 0;
	color: white;
}

.ndxz .ui-dialog .ui-dialog-container,
.ndxz.ui-dialog .ui-dialog-container
{
	/* background: #000; */
}

.ndxz .ui-dialog .ui-dialog-titlebar,
.ndxz.ui-dialog .ui-dialog-titlebar {
	/* background: #000; */
	padding: 0;
	height: 21px;
	_height: 22px;
}

.ndxz .ui-dialog.ui-draggable .ui-dialog-titlebar,
.ndxz.ui-dialog.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

.ndxz .ui-dialog .ui-dialog-titlebar-close,
.ndxz.ui-dialog .ui-dialog-titlebar-close {
	width: 16px;
	height: 16px;
	background: url(/csstest/img/closeBtn.png) no-repeat;
	position:absolute;
	top: 4px;
	right: 1px;
	cursor: pointer;
}

.ndxz .ui-dialog .ui-dialog-titlebar-close span,
.ndxz.ui-dialog .ui-dialog-titlebar-close span {
	display: none;
}

.ndxz .ui-dialog .ui-dialog-titlebar-close-hover,
.ndxz.ui-dialog .ui-dialog-titlebar-close-hover {
	cursor: pointer;
	background: url(/csstest/img/closeBtn.png) no-repeat;
}

.ndxz .ui-dialog .ui-dialog-title,
.ndxz.ui-dialog .ui-dialog-title {
	position: relative;
	top: 5px;
	left: 0;
	color: #fff;
	display: block;
	text-align: center;
	font-weight: bold;
}

.ndxz .ui-dialog .ui-dialog-content,
.ndxz.ui-dialog .ui-dialog-content {
	margin: 0;
	background: transparent url(/csstest/img/tr-bg01.png) repeat;
}

.ndxz .ui-dialog .ui-dialog-buttonpane,
.ndxz.ui-dialog .ui-dialog-buttonpane {
	position: absolute;
	bottom: 8px;
	right: 12px;
	width: 100%;
	text-align: right;
}

.ndxz .ui-dialog .ui-dialog-buttonpane button,
.ndxz.ui-dialog .ui-dialog-buttonpane button {
	margin: 6px;
}
a.home-link:hover {background-color: #fff;}
