/*** GENERAL */
	html
	{
		color: #555;
		background: #fff;
		overflow-y: scroll;
		font-family: georgia, trebuchet ms, arial, verdana, sans-serif;
		font-size: 12px;
	}
	
	a
	{
		color: #888;
		text-decoration: none;
	}
	
	img
	{
		border: none;
		overflow: clip;
	}
	
	img.center
	{
		margin: 5px auto;
		display: block;
	}
	
	form
	{
		margin: 0px;
		padding: 0px;
	}
	
	
	td
	{
		padding: 0px;
		font-size: 12px;
		bordser: 1px solid green;
		vertical-align: top;
	}
	
	p
	{
		margin-top: 0px;
	}
	
	table
	{
		border-spacing: 0px;
		border-collapse: collapse;
	}
	
	table.mainContainer
	{
		margin: auto;
		width: 900px;
	}
	
	td.mainSpacer
	{
		width: auto;
	}
	
	td.headerCell
	{
		height: 100px;
		vertical-align: middle;
	}
	
	td.spacerCell
	{
		width: 20px;
	}
	
	td.returnLinkContainer
	{
		font-family: arial, sans-serif;
		font-size: 10px;
		vertical-align: bottom;
		text-align: right;
	}
	
	td.bottomLineCell
	{
		height: 10px;
		vertical-align: bottom;
	}
	
	td.bottomLineCell div
	{
		height: 10px;
	}
	
	td.footerCell
	{
		padding: 5px 0px 0px 0px;
		font-size: 8px;
		font-family: arial, verdana, sans-serif;
	}

/*** MAIN CONTENT */
	table.mainTable
	{
		height: 10px;
		width: 100%;
		margin: 20px 0px 30px 0px;
	}
	
	table.mainTable.start
	{
		width: 400px;
	}
	
	td.title
	{
		height: 10px;
		padding-bottom: 10px;
		font-size: 26px;
	}
	
	table.mainTable.start td.title
	{
		font-size: 38px;
		padding-bottom: 20px;
	}
	
	td.bodyContainer
	{
		wisdth: 400px;
		height: 100%;
	}
	
	td.bodyContainer div#body
	{
		padding-right: 20px;
	}
	
	td.snippetCell
	{
		font-size: 16px;
		width: 100px;
	}
	
	div.snippetBracket
	{
		font-size: 60px;
		font-family: georgia;
		font-weight: bolder;
		margin-top: 47px;
		/*earlier value is 30px*/
		margin-bottom: -30px;
		width:100px;
	}
	
/*** START PAGE BLOXES */
	td.diagnoseBoxes
	{
		vertical-align: bottom;
		cursor: pointer;
	}
	
	table.diagnoseBoxes
	{
		width: 100%;
		height: 111px;
	}
	
	td.diagnoseBox
	{
		width: 25%;
		text-align: center;
		vertical-align: middle;
		color: #fff;
	}

	td.diagnoseBox a
	{
		color:#fff !important;
	}


	td.diagnoseBox div.title
	{
		font-size: 16px;
	}
	
/*** NAVIGATION MENU */
	td.menuCell
	{
		font-family: arial, sans-serif;
		font-size: 10px;
		height: 20px !important;
		border-top: 1px dashed gray;
		border-bottom: 1px dashed gray;
	}
	
	div.menuItemContainer
	{
		float: left;
		display: inline;
		padding: 5px 30px 5px 0px;
		vertical-align: bottom;
	}
	
	div.menuItemContainer.link a
	{
		font-weight: bold;
		color: #666 !important;
	}
	
	div.menuItemContainer a:hover
	{
		color: #990 !important;
	}
	
/*** SIDEBAR MENU */
	td.sidebarContainer
	{
		font-family: arial, sans-serif;
		font-size: 10px;
		width: 120px;
	}
	
	div.spacer
	{
		height: 500px;
	}
	
	td.sidebarContainer a
	{
		white-space: nowrap;
		color: inherit;
	}
	
	td.sidebarContainer a:hover
	{
		color: #990 !important;
	}
	
	td.sidebarContainer a.current
	{
		color: inherit;
		font-weight: bold;
	}
	
	td.sidebarContsainer a.link,
	td.sidebarCosntainer a.section
	{
		color: #888;
	}
	
	td.sidebarContainer div.subMenu
	{
		text-indent: -0px;
		margin: 0px 0px 0px 8px;
	}
	
/*** REGISTRATION FORM */
	td.formCell
	{
		width: 250px;
		vertical-align: top;
		background-color: #BDBDBD;
		height: 100%;
	}
	
	table.registerForm
	{
		height: 100%;
	}
	
	div.formHeader
	{
		color: #fff;
		padding: 10px 0px;
		text-align: center;
		font-family: arial;
		font-size: 24px;
		background-color: #666;
		width: 250px;
		height: 25px;
		margin-bottom: 20px;
	}
	
	div.form
	{
		/*position: static;*/
	}
	
	div.form
	{
		text-align: center;
		font-family: arial, verdana, sans-serif;
		font-size: 10px;
		color: #666;
	}
	
	div.formBottom
	{
		width: 200px;
		padding: 10px 20px 20px 20px;
		text-align: center;
		font-family: arial, verdana, sans-serif;
		font-size: 10px;
		vertical-align: bottom;
		color: #000;
	}
	
	div.field
	{
		margin: 15px 40px;
	}
	
	div.field.dropdown
	{
		margin: 10px 40px;
	}
	
	fieldset
	{
		border: none;
		margin: 0px;
		padding: 0px;
	}
	
	label
	{
		display: block;
		white-space: nowrap;
	}
	
	select
	{
		padding: 4px;
		width: 170px;
	}
	
	input
	{
		padding: 4px;
		width: 160px;
	}
	
	select, input
	{
		text-align: center;
		background: white;
		border: 1px solid #bdbdbd;
		color: #666;
		font-family: arial, verdana, sans-serif;
		-moz-border-radius: 4px;
	}
	
	input[type=checkbox], input[type=radio]
	{
		width: auto;
		border: none;
	}
	
	form option
	{
		background: white;
	}
	
	form#Form_SelectForm div
	{
		margin: 5px 0px;
	}
	
	form#Form_SelectForm div label
	{
		margin: 0px 5px;
		padding: 0px 5px;
		display: block;
		float: left;
		width: 60px;
		text-align: right;
		border-right: 1px solid lightgray;
	}
	
	form#Form_SelectForm div.Actions
	{
		margin: 0px 5px 0px 50px;
		display: block;
		width: 60px;
		text-align: right;
	}
	
	form#Form_SelectForm select
	{
		width: 130px;
		background: white;
		border: none;
		color: #194174;
		font-family: trebuchet ms, arial, verdana, sans-serif;
	}
	
	form#Form_SelectForm option
	{
		background: white;
	}
	
	form#Form_SelectForm input[type=checkbox]
	{
		margin-left: 85px;
	}
	
	form#Form_ClientForm input.action
	{
		margin: auto;
		width: 93px;
		height: 37px;
		border: none;
		background: transparent url(/themes/bp/images/button_send.gif);
		color: white;
		cursor: pointer;
	}
	
	form input.action:active
	{
	}
	
/*** STATISTICS TABLE */
	table.resultTable
	{
		margin: 10px 0px;
		width: 100%;
	}
	
	table.resultTable td
	{
		position: relative;
		font-size: 12px;
		border-right: 1px solid lightgray;
		border-bottom: 1px solid lightgray;
		padding: 2px;
	}
	
	tr.resultHeaderRow td, tr.resultFinalRow td
	{
		background: #2468b3 url(/themes/bp/images/formSubmitBack.gif);
		color: white;
		font-weight: bold;
	}
	
	table.resultTable td.scratch
	{
		text-decoration: line-through;
	}
	
	div.infoContainer
	{
		display: none;
		position: absolute;
		left: 0px;
		top: 0px;
		bottom: 0px;
		right: 0px;
	}
	
	div.infoBackdrop
	{
		background: gray;
		opacity: .0;
		position: fixed;
		left: 0px;
		top: 0px;
		bottom: 0px;
		right: 0px;
		z-index: 200;
	}
	
	div.infoPopup
	{
		position: absolute;
		height: 16px;
		top: 200px;
		opacity: 1;
		background: white;
		border: 1px solid gray;
		color: black;
		padding: 5px;
		z-index: 300;
	}
	
	div.infoPopup div.key
	{
		float: left;
		font-weight: bold;
		margin-right: 10px;
	}
	
	div.infoPopup div.value
	{
		float: left;
	}
	
	div.infoPopup div.separator
	{
		float: left;
		width: 50px;
	}
	div.breadcrumbs{
		font-weight: bold;
		font-family: arial, sans-serif;
		font-size: 10px;
		margin:10px 50px 10px 0px;
	}
	div.breadcrumbs a{
		color:#999;
	}
	div.breadcrumbs a:hover{
		color:#990;
		text-decoration:underline;
	}

/* Added in 2.0 theme */

	body{
		text-align: center;
	}
	h1{
		font-size:26px;
		font-weight:normal;
		height:10px;
		padding-bottom:10px;
	}
	#wrap{
		text-align: left;
		margin: 0px auto;
		background:#FFF;
		width:900px;
	}
	#header{
		margin:20px 0px;
	}
	#mainWrap{
		background: url('/themes/bp/images/form_bg.gif') repeat-y right;
	}
	#main{
		float:left;
		}
	#nav{
		font-family: arial,sans-serif;
		font-size:10px;
		border-top: dashed 1px gray;
		border-bottom: dashed 1px gray;
		border-collapse:collapse;
		min-height:20px !important;
	}
	#nav a{
		color:#666666 !important;
		font-weight: bold;
		height: 20px
	}
	#nav a:hover{
		color:#999900 !important;
	}
	#nav ul{
		margin:0px ;
		padding:0px;
		text-indent:0px;
	}
	#nav li{
		padding:5px 30px 5px 0;
		display: inline-block;
	}
	#contentWrap{
		width:630px;
	}
	#sidebarContainer{
		float:left;
		width: 120px;
		font-family: arial,sans-serif;
		font-size: 10px;
		display: block;
		margin-top:60px;
	}
	#content{
		padding-right:20px;
		min-height:450px;	
	}
	#snippetContainer{
		font-size: 16px;
		float:right;
		width:100px;
		
	}
	#snippetOverlay{
		background: #eee;
		-moz-border-radius-bottomleft:25px;
		opacity:0.8;
		width: 120px;
		position: absolute;
		top:0px;
		right: 0px;
		padding: 0px 20px 60px;
}
h2.snippetText{
	color: #000;
	font-size:16px;
	font-weight:normal;
}
	#ClinicPhoto{
		position: relative;
		overflow:hidden;
		height: 240px;
		margin-bottom: 20px;
	}
	.clear{
		clear:both;
		width: 100%;
	}
	.bottomLine{
		height:10px;
	}
	.returnLinkContainer{
		font-family:arial,sans-serif;
		font-size:10px;
		text-align:right;
	}
	.footerCell{
		font-family:arial,verdana,sans-serif;
		font-size:8px;
		padding:5px 0 0;
	}
	