.showstate{ /*Definition for state toggling image */
			cursor:hand;
			cursor:pointer;
			float:right;
			margin-top: 0px;
			margin-left: 5px;
			margin-right: 0px;
			margin-bottom:0px;
			}

.headers{/* Faq question*/
			font-family: Arial,sans-serif;
			width: 99%;
			font-size: 100%;
			font-weight: normal;
			color: #FFFFFF;
			border: 1px solid #cccccc;
		    background-color: #75A2CE;
			margin-left: 03px;
			margin-top: 04px;
			margin-right: 00px;
			/*background-image:url(bkg_blue.png);background-repeat:repeat-y */
            background-image:url(indentbg.gif);background-repeat:repeat-x;
		}

/* showstate image */

.headers img{
			float: left;
			padding: 5px 05px 0px 05px;
			vertical-align: middle;
			}

.switchcontent{
			font-family: Arial,sans-serif;
			width: 96%;
			font-size: 100%;
			color: #000000;
			border: 0px solid #cccccc;
			border-top-width: 0px;
			margin-left: 3px;
			margin-top: 0px;
			margin-right: 0px;
			margin-bottom: 1px;
			padding-top: 0px;
			padding-right: 1px;
			padding-bottom: 0px;
			padding-left: 30px;
			}


#dhtmltooltip{
			position: absolute;
			left: -300px;
			width: 150px;
			border: 1px solid black;
			padding: 2px;
			background-color: #FFFFCC;
			visibility: hidden;
			z-index: 101;
			/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
			/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
			}

#dhtmlpointer{
			position:absolute;
			left: -300px;
			z-index: 101;
			visibility: hidden;
			}

.space{
			line-height: 100px;
			visibility: hidden;
			padding: 5px 5px 5px 20px;
			}
