/** General classes */
html, body  {
	text-align:center;
	background: #3b3b3b;
	font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
	font-size: 14px;
}

h1 {
	font-size: x-large;
	font-weight: bold;
	color: #3768c0;
}

#wrap { 
	margin:0 auto 0 auto;
	width:900px; text-align:center;
	background: white;
}

#menu {
	width: 900px; 
	background: #7e9198;
}

#contents {
	text-align: left;
	padding: 5px;
}

#menu a:link              { color:white; text-decoration:none; }
#menu a:visited           { color:white; text-decoration:none; }
#menu a:hover             { color:white; text-decoration:none; }
#menu a:active            { color:white; text-decoration:none; }
#menu a.selected 	  { font-weight: bold; }

a:link              	{ color:#2e6dcb; text-decoration:none; }
a:visited           	{ color:#2e6dcb; text-decoration:none; }
a:hover             	{ color:#2e6dcb; text-decoration:none; }
a:active            	{ color:#2e6dcb; text-decoration:none; }

a img {
	border: none;
}

#footer {
	height: 65px;
	font-size: 12px;
}

/** For Index page */
#advertise {
	margin:0 auto 0 auto; 
/*	background: #81a7e1; */ 
	background: #bfbfbf;
/*	color: white; */
	width: 700px; 
	padding: 15px;
	text-align: left;
}
div.newsPanel {
	border-bottom: 1px #bfbfbf dashed; 
	margin-bottom: 5px; 
	padding-bottom: 5px;
}

/** For features page */
ul.features {
	line-height:150%
}

ul.features li {
	padding-bottom: 1em;
	font-size: 90%;
}

/** For screenshot page **/
div.screenshot {
	text-align:center;
	margin-bottom: 15px;
}

span.screenshot {
	font-size: 12px;
	font-style:italic;
}

/** For download page **/
span.titol  {
	font-size: x-large;
	font-weight: bold;
	/*color: #646d70;*/
	color: #3768c0;
}

table.donwnloads td {
	padding-right: 60px;
	padding-bottom: 25px;
}

table.donwnloads td a {
	font-size: 14px;
}

table.donwnloads td.imgDonwnloads {
	padding-right: 2px;
}

div.linkSites {
	margin-top: 5px;
}

/** For Changelog **/
span.titolChLog  {
	font-size: large;
	font-weight: bold;
	/*color: #646d70;*/
	color: #3768c0;
}

span.sectionChLog  {
	font-weight: bold;
}

/** For awards **/
td.awards {
	padding-left: 15px;
	padding-right: 15px;
}

