body{
	background: #f2f2f2;
	color: #0d0d0d;
	background-image: url( http://static.protoneo.com/images/layout/background.png );
	width: 60em;
	text-align: center;
	margin: auto;
	font-size: 1em;
	font-family: sans-serif, serif, mono;
	line-height: 1.25em;
	text-align: center;
}
img{
	border: 0;
}
a{
	color: #080;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6{
	line-height: 1.125em;
	font-weight: bold;
	text-align: center;
	padding: 1em;
}
h1{
	font-size: 3em;
}
h2{
	font-size: 2em;
}
h3{
	font-size: 1em;
}
h4{
	font-size: 0.9em;
}
h5{
	font-size: 0.9em;
}
h6{
	font-size: 0.9em;
}

fieldset{
	background-color: #f2f2f2;
	border: 1px solid gray;
	padding: 5px;
}
dd{
	padding-left: 10px;
}
ol{
	list-style: decimal;
}
a, a:visited{
	color: #080;
}
a:hover{
	color: #0c0;
	text-decoration: underline;
}
a:active{
	color: #000;
}

.nav ul li{
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	padding: 5px;
	background-color: #f2f2f2;
	background-image: url( "http://static.protoneo.com/images/layout/shine.png" );
	background-repeat: repeat-x;
}
li.last{
	border-bottom: 1px solid gray;
}
.nav a{
	width: 100%;
	display:block;
}
.nav a, .nav a:visited{
	color: #080;
	text-decoration:none;
}
.nav a:hover{
	color: #0c0;
	text-decoration: underline;
}
.nav {
	text-align: left;
	/*color: #080;*/
}
.nav li{
	list-style-type: none;
}
.nav ul li{
	position: relative;
}
.nav li ul{
	position: absolute;
	top: -1px;
	left: 148px;
	display: none;
}
div.nav ul{
	margin:0;
	padding:0;
	width: 150px;
}
.nav ul ul, div.nav ul ul ul{
	margin:0;
	padding:0;
	width: 150px;
}
div.nav ul ul, div.nav ul ul ul, div.nav ul li:hover ul ul, div.nav ul li:hover ul ul ul{
	display: none;
}
div.nav ul li:hover ul, div.nav ul ul li:hover ul, div.nav ul ul ul li:hover ul{
	display: block;
}
.float-left{
	float: left;
}
.float-right{
	float: right;
}
.clear-float{
	clear: both;
}
.half{
	width: 44%;
}
.whole{
	width: 94.5%;
}
.validation{
	padding: 1em;
	border:0;
	width:88px;
	height:31px
}
#content{
	margin: 0 150px;
	text-align: left;
	padding: 1em;
	line-height: 1.25em;
}
#footer{
	clear: both;
	margin: 0 150px;
	padding: 1em;
	border: 1px solid gray;
	background: #f2f2f2;
}
#validations{
	padding-top: 1em;
}
.icon{
	margin-top: 2px;
	padding-right: 5px;
}
.module{
	border: 1px solid gray;
	text-align: left;
	padding: 1em;
	margin: 0.25em 0;
	background: #f2f2f2;
}
.nb{
	font-size: 0.8em;
	font-style: italic;
}
.news-listing{
	padding: 0.25em;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
}
.small{
	font-size: 0.8em;
}
.odd{
	background-color: #eaeaea;
}
.code{
	overflow: scroll;
	height: 20em;
}
