
.style1 {color: #000000}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


	

	
	#mainContainer{
		width:660px;
		margin:0 auto;
		text-align:left;
		height:100%;
		background-color:#FFF;
		border-left:3px double #000;
		border-right:3px double #000;
	}
	#formContent{
		padding:5px;
	}
	#tabl-right{border-right:solid 1px #656565;}
	/* END CSS ONLY NEEDED IN DEMO */
	
	
	/* Big box with list of options */
	#ajax_listOfOptions{
		position:absolute;	/* Never change this one */
		width:220px;	/* Width of box */
		height:150px;	/* Height of box */
		overflow:auto;	/* Scrolling features */
		border:1px solid #BEE7FF ;	/* Dark green border */
		background-color:#FFF;	/* White background color */
		text-align:left;
		font-size:0.9em;
		z-index:100;
	}
	#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
		margin:1px;		
		padding:1px;
		cursor:pointer;
		font-size:0.9em;
	}
	#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
		
	}
	#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
		font: Arial, Helvetica, sans-serif;
	
		background-color: #A6DEF9;
			color:#000000
	}
	#ajax_listOfOptions_iframe{
		background-color:#F00;
		position:absolute;
		z-index:5;
	}
	
	form{
		display:inline;
	}
	
/* CSS Document */

#content_wrapper
{ }
#content_wrapper b { font-style:italic; font-weight:normal; }

#content_wrapper h1 { display:inline; font-weight:normal;font-size:10pt;padding:0;margin:0;margin-right:7px;color:#444}


#content_wrapper .therapy
{
font-size:9pt;
font-family:arial;
text-align:left;
}
#content_wrapper .therapy p { line-height:1.7em; }
#content_wrapper .therapy p b, .therapy p strong { font-weight:normal; font-style:italic; }
#content_wrapper .therapy h1 { font-size:9pt; color:#3366ff;font-family:arial; font-weight:bold;}
#content_wrapper .therapy img { float: left;padding:40px 40px; margin-bottom:30px; }
#content_wrapper .therapy .rightlink a { float:right; color:#3366ff;font-weight:bold;font-size:9pt; }
.clear { clear:both; }
