@charset "utf-8";
/* CSS Document */

body, html {
	margin:0;
	padding:0;
	color:#000;
	height: 100%;
	font-size: 90%;
	font-family: Verdana, Arial, Verdana, Helvetica, sans-serif;
	color:#333333;
	text-align: center;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: top;
}
a:link {
	color: #0000CC;
	text-decoration: underline;
}
a:visited {
	color: #660066;
	text-decoration: underline;
}
a:hover {
	color: #990000;
	text-decoration: none;
}

#container {
	width: 820px;
	margin: 0 auto 0;
	border: none;
	text-align: left;
}
#header h1, #header h2 {
    padding: 5px;
	margin: 0;
	display: none !important;
}

#sidebar {
	float: left; 
	width: 14em; 
	padding-left: 27px;
	text-align:center;
	color: #000;
}
small {font-size: .8em;}
/* ---  MAIN CONTENT BEGINS ----------------------------------------------------------------- */
#mainContent {
	margin: 0 0 0 210px;
	padding: 0;
} 
#mainContent h1 {
	font-size: 1.75em;
	color:#000066;
	margin: 0.25em 0 1em !important;
}
#mainContent h2 {font-size: 1.65em;}
#mainContent h3 {font-size: 1.5em;}
#mainContent h4 {font-size: 1.35em;}
#mainContent h5 {font-size: 1.2em;}
#mainContent h6 {font-size: 1em;}
#mainContent ol, #mainContent ul {
	margin-top: 0.25em;
	margin-bottom: 0.5em;
}
#mainContent li {line-height: 1.5em;}
#mainContent li p {
	line-height: 1.5em;
	padding-bottom: 0;
	text-align: justify;
}
/* ---  GENERAL RULES BEGIN ----------------------------------------------------------------- */


h1 { font-family: Georgia, Times New Roman, Times, serif; margin: 1em 0 .25em 0; }
h2, h3, h4 {font-family: Georgia, Times New Roman, Times, serif; margin: 1em 0 .5em 0; }
h5, h6 {margin: 1em 0 .5em 0;}
h1 span, h2 span, h3 span {
	font-size:0.75em;
	color:#333333;
	font-style: oblique;
	font-weight: normal;
}
.bodytext {text-align:justify; line-height: 1.5em; margin: .5em auto;}
.indent {text-indent:3em;}

.headerIcon {float:left; margin-right: 10px; margin-top:2px;}

.pullquote {
	float: right;
	width: 150px;
	margin: 5px 0px 20px 20px;
	font-family: Times New Roman, Times, serif;
	font-size: 22px;
	line-height: 18px;
	color: #666666;
	text-align: right;
	padding: 2px;
	height: 5em;
}
.pullquote span { font-size: .65em; font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif; color:#999; }
ul.checklist {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul.checklist li {	
	background-image: url('http://nucleo.psicanica.net/recursos/images/icons/12-em-check.png');
	background-repeat: no-repeat;
	background-position: 0 .2em; 
	padding-left: 1.5em;
	padding-bottom: 4px;
	text-align:left !important;}
ul.hearts li  {background-image: url('http://nucleo.psicanica.net/recursos/images/icons/16-heart-red-xs.png');}
.required {color:#CC0000; font-weight:bold;}
table {background-color: #FFF;}
table.listingTable  {
	font-size:0.9em;
	font-family:Arial, Helvetica, sans-serif;
	border:none;
}
.sortColumn:hover {color:#CC0000; cursor:pointer; }
.rowOdd { background-color:#FFFFCC;}
.rowEven { background-color: #FFF;}

table.formtable {font-family:Arial, Helvetica, sans-serif; font-size:.9em;}
table.formtable tr td { background-color: #fff;}
table.formtable th {font-size:1.2em; border-bottom:1px solid #000000; border-top:2px solid #000000; text-align:center;}

.graphic {margin-bottom:20px; text-align:center;}
.graphic img {border: 1px solid #666666;}
.graphic img.no-border {border: none;}

.graphic span {color: #666666; font-size:.8em; margin-top:2px;  text-align:center;}

.no-border { border: none !important;}

.equation {
	border-left:none;
	border-right:none;
	border-top: none;
	border-bottom: 2px dotted #333333;
}
.cap {
	float:left;
	font-size:3em;
	line-height:1.1em;
	padding-right:1px;
	font-family: Times New Roman, Times, serif;
	padding-bottom: 0px;
}
.note { color:#333; font-size:.9em;}
.hide {display:none;}
.fltR { float: right; margin: 10px 0 12px 24px; }
.fltL { float: left; margin: 10px 24px 12px 0; }
.hilite { background-color:#FF0;}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* ---  FOOTER BEGINS ----------------------------------------------------------------- */
#bottom { padding: 10px 0 15px 0; text-align:center; }
#bottom p {padding:0; margin:0; font-size:10px;}
#footer {
	padding: 0 10px 10px 20px; 
	text-align:center !important;
	margin: 0; 
} 
#footer p {
	color: #fff;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	margin: .75em;
}
#footer a {text-decoration:none;}
#footer a:hover {text-decoration:underline;}

