body {
	margin: 0 0 0 0px;
		//font: 11px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
}
/*
a:link {
	color: blue;
}
a:visited {
	color: blue;
}
*/
#screenshot{
	background-image: "http://localhost:4000/public/images/screenshot.gif";
	height: 482px;
	width: 300px;
//	background-color: #222222;
}
#header-container {
	background-color: #222222;
/*	border-top: 1px solid #e0e0e0;
	background-color: #a0a0a0;
	border-bottom: 1px solid #e0e0e0;
*/}
#header-title {
	color: #4989F9 !important; 
	font-family: Neuropolitical; 
//	font-family: Optimer;
//	font-family: Helvetiker;
	font-size: 50pt; 
	font-weight: normal;
	height: 90px;
	padding-top: 20px;
	text-align: center;
}
.page-title {
	font-family: Optimer;
	font-size: 30px;
	color: #808080;
}
#content {
	margin: 0 0 20px 0;
	font-family: Arial;
	font-size: 10pt;
	width: 580px;
	padding: 20px;
	margin: -5px 0 0 0;
	
}
.code {
	background-color: #f0f4ff;
	padding: 12px;
	border: 1px solid #e0e8f0;
	font-size: 11px;
}
.topic-title, .section-title {
	font-family: Optimer;
	font-size: 17pt;
	color: #8090a0;
	margin: 20px 0 7px 0;
	line-height: 100%;
}
.section-container {
	color: #484848;
	font-size: 14pt;
}
.section-text {
	margin: 0 0 0 8px;
	font-size: 13px;
}
a {
	text-decoration: none;
	outline: none;
}
.footer-text {
	color: #a0a0a0;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#menu-bar {
//	background-color: #808080;

	border-top: 1px solid #e0e0e0;
	background-color: #f0f0f0;
	border-bottom: 1px solid #e0e0e0;
	
	
}
.menu-link-container {
	float: left;
	display: inline;
	margin: 8px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;

}
.menu-link-container a {
//	font-size: 10px !important;
	color: black !important;
//	color: #808080;
}
.centered-container {
	width: 850px !important;
	margin: auto !important;
	
}
.main-text{
	float: left;
	margin-right: 10px;
	width: 400px;
}
.main-image{
	float: right;
	margin-right: 10px;
	width: 400px;
}
.boxed-section {
	border: 1px solid #e0e0e0;
	padding: 20px;
}
.error-message {
	color: red;
	font-size: 11px;
}
.range-container {
	margin: 14px;
}
.range-title {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #282828;
}
.range-characters {
	color: #585858;
	font-family: Arial, sans-serif;
	margin: 6px 0 0 22px;
}
.footer-text {
	padding: 5px;
	border-top: 1px solid #e0e0e0;
	font-size: 12px;
	background-color: #f0f0f0;
	border-bottom: 1px solid #e0e0e0;
}
.inline-code {
	font-family: monospace;
	font-size: 11px;
	background-color: #f2f4ff;
	padding: 2px;
}
.bullets-table {
	margin: 6px 15px;
}
.bullets-table .bullet-column {
	padding: 5px 2px;
	vertical-align: top;
	font-weight: bold;
	color: #808080;
	font-size: 16px;
}
.bullets-table .one-line {
	padding-top: 2px;
	padding-bottom: 2px;
}
.bullets-table .content-column {
	padding: 5px;
}
.comment-container {
	border-bottom: 1px dotted #d8d8d8;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.comment-header {
	font-size: 10px;
}
.comment-display-name {
	color: #808080;
	font-weight: bold;
	display: inline;
}
.comment-datetime {
	color: #b0b0b0;
	display: inline;
}
.comment-header-separator {
	padding: 0 3px;
	color: #e0e0e0;
	display: inline;
}
.comment-text {
	font-size: 12px;
	color: #707070;
	margin: 8px 0 16px;
}
.topic-title {
	margin-top: 0px;
}
.topic-metadata {
	float: right;
	color: #c8c8c8;
	width: 10em;
	font-size: 10px;
	padding: 6px;
	font-weight: bold;
	border: 1px solid #f0f0f0;
}
.new-topic-box {
	background-color: #b0bcc0;
	color: white;
	font-weight: bold;
	float: right;
	font-size: 10px;
	padding: 8px;
	margin: 6px 10px 0 0;
	width: 95px;
	border: 1px solid #c8c8c8;
}
.comment-quote {
	font-style: italic;
	display: inline;
}
.input-button {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #505050;
	font-weight: bold;
	border: 1px solid #e0e0e0;
	padding: 5px;
	
}
.topic-metadata a {
	color: #808080;
}


///////// per lo sfondo grigio

#cover_panel {
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  z-index: 1;
  position: absolute;
//	overflow: hidden;

}
#gray_panel {
  top:0;
  left:0;
  z-index:2;
  width: 100%;
  position: absolute;
  background-color: #000000;
  opacity: 0.55;
  -moz-opacity: 0.55;
  filter:alpha(opacity=55);
	overflow: hidden ;
}

///////////////////// Per il form

#confirmation {
	margin: 0 auto;
	width: 100%;
	height: 20px;
	border-top: 1px solid #e0e0e0;
	background-color: #f0f0f0;
	border-bottom: 1px solid #e0e0e0;
	
	
}


.mioform h1{
	visibility: visible !important;
	
}

.mioform {
	z-index: 100;
	//left:30%;
	top:25%;
	position: fixed;
	margin-left: 210px;
	padding: 16px 16px 40px 16px;
	font-weight: normal;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #e5e5e5;
	-moz-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	box-shadow: rgba(200,200,200,1) 0 4px 18px;
	font: 11px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	width: 400px;
	
	
}


label {
	color: #777;
	font-size: 13px;
}	

#user_pass, #user_login, #user_email {
		font-size: 15px;
		width: 97%;
		padding: 3px;
		margin-top: 2px;
		margin-right: 6px;
		margin-bottom: 16px;
		border: 1px solid #e5e5e5;
		background: #fbfbfb;
}