/* ArnaldoCohen.com CSS file */

/* General site styles */

body
{
	background-color: #7C6C62; /*#3F3F3F;*/
	color: #000000;
	font-family: Arial;
	font-size: 11pt;
}

td
{
	font-family: Arial;
	font-size: 11pt;
}

/* Link styles */

a:link
{
	color: #6782B0;
	text-decoration: none;
}

a:visited
{
	color: #6782B0;
	text-decoration: none;
}

a:active
{
	color: #6782B0;
	text-decoration: none;
}

a:hover
{
	color: #365995;
	text-decoration: underline;
}

/* Links used for active articles */
a.activeArticle:link
{
	color: #365995;
	text-decoration: underline;
}

a.activeArticle:visited
{
	color: #365995;
	text-decoration: underline;
}

a.activeArticle:active
{
	color: #365995;
	text-decoration: underline;
}

a.activeArticle:hover
{
	color: #365995;
	text-decoration: underline;
}



/* Top bar style */
.topBar
{
	background-color: #BEBEBE;
}

/* Top horizontal line */
.topLine
{
	background-color: #F3ED95;
}

/* Left nav pane */
.leftPane
{
	background-color: #6C6C6C;
}

/* Right information pane */
.rightPane
{
	background-color: #D9D9D9;
}

/* Main text body */
.main
{	
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial;
	font-size: 11pt;
}

/* Copyright */
.copyright
{
	color: #3F3F3F;
	font-size: 8pt;
}

/* Bold */
.bold
{
	font-weight: bold;
}

/* Bold - bigger */
.bold2
{
	font-weight: bold;
	font-size: 12pt;
}

/* Italic */
.italic
{
	font-style: italic;
}

/* Photo caption */
.caption
{
	font-size: 9pt;
	font-weight: bold;
}

/* Photo credit */
.photoCredit
{
	font-size: 7pt;
}

/* Right pane articles - publications */
.rpArtPub
{
	font-size: 10pt;
	font-weight: bold;
}

/* Right pane articles - titles */
.rpArtTitle
{
	font-size: 10pt;
}

/* For informational boxes used in articles */
P.quadro
{
	border-style: solid;
    border-width: 1px;
    border-color: black;
	background-color: #D9D9D9;
	padding: 3px 3px 3px 3px;
}

/* For informational boxes used in articles */
.quadro
{
	border-style: solid;
    border-width: 1px;
    border-color: black;
	background-color: #D9D9D9;
	padding: 3px 3px 3px 3px;
}

/* Author style, used in the articles */
.author
{
	font-size: 9pt;
	font-style: italic;
}

/* Date style, used in the articles */
.articleDate
{
	font-size: 9pt;
}

/* Input fields for forms */
.inputform 
{
   	background-color: #F0F0F0;
	color: #000000;
	font-family: Arial; 
	font-size: 9pt;
   	border-bottom: 1px;
   	border-left: 1px;
   	border-right: 1px;
   	border-top: 1px;
   	margin: 1px;
   	padding-bottom: 1px;
   	padding-left: 1px;
   	padding-right: 1px;
   	padding-top: 1px;
   	margin-left: 1px;
   	margin-right: 1px;
   	margin-top: 1px;
   	border-color: #000000;
   	border-style: solid;
}



