/* Psyleron Website - Information Page Content CSS */

/*
	ADD any special CSS classes needed for psyleron page content.
	Do not set styles of base-level elements such as body, a, span, div, img, etc.
	since they are controlled by the framework css files to construct the page.
	
	Use class names to create custom content css (e.g. img.contentright, etc.)
	
	WARNING: If done incorrectly, your styles may be overwritten by the framework
	CSS file in some cases.
*/

/* class for a paragraph title or something */
span.topic{
	font-size:13px;
	font-weight:bold;
}

/* generic paragraph */
p{
	font-size:12px;
	text-align:left;
	/*text-indent:15px;*/
	line-height:16px;
}

/* a paragraph with the right attributes but no indentation */
p.noindent{
	text-indent:0px;
}

/* a blockquote area with a background box */
p.blockquote{
	padding:8px;
	background-color:#E3ECF4;
	border:1px solid #B3C4DD;
	text-indent:0px;
	line-height:18px;
	margin-left:22px;
	margin-right:22px;
}

p.fineprint{
    line-height:9pt;
    font-size:7.5pt;
    color:#888888;
	text-indent:0px;
}

ul{
	margin-top:6px;
	line-height:16px;
	margin-left:8px;
	padding-left:16px;
}

li{
	margin-bottom:4px;
}

span.mininote
{
	color:#617EC2;
	font-size:10px;
}

span.minialert
{
	color:#993300;
	font-size:10px;
}

span.alert
{
	color:#CC3030;
	font-weight:bold;
}

span.success
{
	color:Green;
	font-weight:bold;
}

/* -- CSS RESERVED for automated image/caption generation. do not change -- */
/* generic image to go inside a contentdivright (or left) div with caption below */
img.contentimg{
	border:0px none;
	margin:2px 2px 4px 2px;	/* small space to show div background as border */
}

div.contentdiv{
	background-color:#568ABC;
	color:#F0F0F0;
	border:0px none;
	margin:8px 0px 8px 0px; /* no margin along right or left. it must be set by html */
	padding-bottom:4px;
	text-align:center;
}

/* -- CSS RESERVED for automatic arrow/link pair generation. do not change -- */
span.arrow_addtext{
	color:#707070;
}

img.arrow_image{
	margin:0px 10px -2px 0px;
}

p.arrowparagraph{
	text-indent:8px;
}

p.arrowparagraph_multiline{
	text-indent:-23px;
	margin-left:31px;
}

/* for code samples */
p.code{
	font-size:12px;
	white-space:pre-line;
	padding:8px;
	background-color:#E3ECF4;
	border:1px solid #B3C4DD;
	text-indent:0px;
	line-height:18px;
	font-family:Courier New, Courier, Monospace;
}

/* for input text objects */
.psybox{
	margin-top:4px;
}

#tableEditions{
	width:100%;
	text-align:center;
}

#tableEditions td,th{
	border-right:1px solid #909090;
	border-bottom:1px solid #C0C0F0;
}

#tableEditions th{
	text-align:center;
	font-weight:bold;
	border-bottom:1px solid #CACABA;
}

#tableEditions th.nobottomborder{
	border-bottom:0px none;
}

#tableEditions td.nobottomborder{
	border-bottom:0px none;
}