/* ******************************************************************** */
/*	Style sheet for Psychiatric Research Institute 			*/
/*      by Kevin White (kevin@cyberkansas.com)				*/
/*	of CyberKansas Technologies (http://www.cyberkansas.com/)	*/
/*	http://jigsaw.w3.org/css-validator/				*/
/*      #CC9966 = Pumpkin like fill color				*/
/*      #FFFFE0 = light yellow fill color				*/
/* ******************************************************************** */
BODY, TD {
	color : #000000;
	font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
}

.textbox {
	background : #FDFEEB;
	border-width : 2px;
	border-style : solid;
	border-color : black;
}

.boxsolidnoborder {
	background : #CC9966;
}

.boxsolidborderlefttop {
	background : #CC9966;
	border-width : 2px 0 0 2px;
	border-style : solid;
	border-color : black;
}

.boxsolidborderleft {
	background : #CC9966;
	border-width : 0 0 0 2px;
	border-style : solid;
	border-color : black;
}

.boxsolidborderright {
	background : #CC9966;
	border-width : 0 2px 0 0;
	border-style : solid;
	border-color : black;
}

.boxsolidbordertop {
	background : #CC9966;
	border-width : 2px 0 0;
	border-style : solid;
	border-color : black;
}

.boxsolidborderbottom {
	background : #CC9966;
	border-width : 0 0 2px;
	border-style : solid;
	border-color : black;
}

.boxsolidborderleftright {
	background : #CC9966;
	border-width : 0 2px 0 2px;
	border-style : solid;
	border-color : black;
}

.blackborderbox {
	border-width : 2px;
	border-style : solid;
	border-color : black;
}

UL {
	font-size : 9pt;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

P {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9pt;
}

OL {
	font-size : 9pt;
	font-family : Arial, Helvetica, sans-serif;
}

/* Popup link description */
#dek {POSITION:absolute;VISIBILITY:hidden;Z-INDEX:200;}

/* Underlined text */
.underline {
	text-decoration : underline;
}

P.intable {
	font-size : 8pt;
	text-indent : -7px;
	padding : 0.25em 7px;
}

/* Text cells inside book tables */
.cktabletextnew {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 8pt;
	background : #FFFFFF;
	border-width : 1px;
	border-style : solid;
	border-color : #000000;
}

/* Header cells inside book tables */
.cktabletexthdr {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 8pt;
	background : #FFFFFF;
	border-width : 1px;
	border-style : solid;
	border-color : #000000;
}

/* Gray cells inside book tables */
.cktabletextgray {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 8pt;
	background : #CCCCCC;
	border-width : 1px;
	border-style : solid;
	border-color : black;
}

/* Outside table definition for book tables */
.cktabletexttable {
	border-collapse: collapse;
	margin: 6px 6px 6px 6px;
	background : #FFFFFF;
	border-width : 1px;
	border-style : solid;
	border-color : #000000;
}

.tabletext {
	font-weight : normal;
	font-size : 10pt;
}

.reptablehead {
	font-size: 11pt;
	font-weight: bold
}

.copyright:hover {
	color : #ff0000;
	text-decoration : underline;
}

.copyright:link {
	font-size : 7pt;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : blue;
	text-decoration : none;
}

.copyright {
	font-size : 7pt;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : black;
	text-decoration : none;
}

.bordertop {
	border-width : 1px 0 0;
	border-style : solid;
	border-color : black;
}

.borderright {
	border-width : 0 1px 0 0;
	border-style : solid;
	border-color : black;
}

.borderleft {
	border-width : 0 0 0 1px;
	border-style : solid;
	border-color : black;
}

.borderleftrighttop {
	border-width : 1px 1px 0;
	border-style : solid;
	border-color : black;
}

.borderleftright {
	border-width : 0 1px;
	border-style : solid;
	border-color : black;
}

.borderbottom {
	border-width : 0 0 1px 0;
	border-style : solid;
	border-color : black;
}

.bodytext {
	font-weight : bold;
	font-size : 10pt;
}

/*	Links					*/
a:link {
	color: #0000CC;
}

/*	Visited Links				*/
a:visited {
	color: #660066;
}

/*	Links when hovered over (MSIE only)	*/
a:visited:hover {
	color: red;
	text-decoration : underline;
}

/*	Links when hovered over (MSIE only)	*/
a:hover {
	color: red;
	text-decoration : underline;
}

.cktablenew {
	background-color: #FFFFFF;
	border: #000000;
	border-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}

LI.squarebody {
	text-indent : 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	list-style-type: square
}

LI.intable {
	text-indent : 0px;
	margin-left: -15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	list-style-type: disc
}

OL.intable {
	margin-left: 29px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	list-style-type: decimal;
}

UL.intable {
	margin-left: 29px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	list-style-type: disc;
}

OL.reference {
	text-indent : 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	list-style-type: decimal;
}

.section_subhdr {
	text-indent : 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

hr {
	line-height: 4px;
	color: #990000;
	text-align: left;
	height: 5px;
	width: 90%
}

.tabletextsmall {
	font-weight : normal;
	font-size : 8pt;
	font-family: Arial, Helvetica, sans-serif
}

.tabletextsmallbold {
	font-weight : bold;
	font-size : 8pt;
	font-family: Arial, Helvetica, sans-serif
}

.intable_alphalist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	list-style-type: lower-alpha
}

