@charset "UTF-8";
body {

	 /*font: 100% Lucida Grande, Arial, Helvetica, sans-serif;*/
	font:11px/18px "Lucida Grande", Geneva, Arial, Verdana;
	background-image:url(images/fn.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 20px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 900px;  
	background: #FFFFFF;
	margin: 0 auto;  /*the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {

	padding: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
H1
{
	font-size: x-large;
	color: #357ed8;
}
.tableprojects{
	padding: 0px 0px 25px 10px;
	
}

.darkBackground {
	background-color: #000000;
	color: #FFFFFF;
	font-size:larger;
	padding: 1px 8px 2px 2px;
}

A{
	padding: 0px 4px 2px 3px;
}

A:link {
	TEXT-DECORATION: none;
	background-color: #357ed8;
	color:#FFFFFF;
	
}
A:visited {
	TEXT-DECORATION: none;
	background-color: #357ed8;
	color:#FFFFFF;
}
A:active {
	TEXT-DECORATION: none;
	background-color: #357ed8;
	color:#FFFFFF;
}
A:hover {
	TEXT-DECORATION: none;
	background-color: #ffffff;
	color: #357ed8;
	border-color: #357ed8;
	border-bottom-style:solid;
	border-width:1px;
	border-left-style:solid;
	border-right-style:solid;
	border-top-style:solid;
	padding: 0px 3px 0px 3px;
}

.celdaContributions {
	border-color: #357ed8;
	border-top-style:solid;
	border-width:1px;
	padding: 0px 0px 0px 4px;
	
}
.celdaTop{
	border-width:0px;
	font-weight:bold;
	color:#666666;
	padding: 0px 0px 0px 4px;

}
.rowContributions{
	
}
.tableContributions 
{
	padding: 0px 0px 0px 30px;
}
.witwars
{
	color:#cc5f29;
	font-weight: 900;
}
.sintetic
{
	color: #009900;
	font-weight: 900;
}

.boxAdd
{
	padding: 0px 0px 0px 30px;
}
.everyAdd
{
	padding: 6px 10px 0px 0px;
	border: 0px;

}

HR
{
	height: 1px;
	color:#FFFFFF;
	background-color:#999999;
	border: 0;

}

.credits {
	
	color:#999999;
	text-align:center;

}
.commentsBox {
	
	padding: 6px 50px 0px 30px;

}
.js-singleCommentKarma { border:0px solid; }