.body-noscript {background-color: #fff;}
.body-script { background-color: #000; }

.eyes-noscript {
	visibility:none;
	position:fixed;
	top:-1500pxpx;
	right:-1500px;
}

.eyes-script {
	position:relative; 
	height:100%; 
	width:100%; 
	overflow:hidden;
}

.navigation-bar {
   top:0;
	margin:auto;
   padding-top:-5px;
   width:100%;
   position:fixed;
   background-color:none;
   text-align:center;
}

.navigation-bar A{
	color: #000000;
}

.navigation-bar A:hover{
	color: #EEEEEE;
	text-decoration:none;
}


.navigation-bar-edit {
   top:50;
	margin:auto;
   padding-top:-5px;
   width:90%;
   position:fixed;
   background-color:none;
}


#navigation-table {
	margin-top:-4px; border-width:0px; margin-bottom:0px;
	color: #000000;
}

#navigation-table A{
	color: #000000;
}

html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none;
      overflow:auto;
      /*background-color:#fff;*/

}

html>body { overflow: visible; }

P {
	margin-top:10px;
}

#content-edit{
	position: absolute;
	width: 600px;
	/*height: 400px;*/
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -300px;
	background: #eee;
}

/*style itself*/
A {
	text-decoration: none;
	color:#0000cc;
}

A:hover {
	text-decoration: underline;
}

.ccm-page-list-title {
	font-size: 1.1em;
	font-weight:normal;
	margin-bottom:2px;
	margin-left:-1px;
}

.site-name {
	
}

