/*
  CSS, PHP, mySQL, & HTML
	Maintained/Programed by
	Damian J. Suess
	For Functional Diagnostix, Inc.
*/

/*
	<body style="
					background-image: url('bg_gra-blu-gra.gif');
					background-repeat: repeat-x;
					background-position: top 50%"
			topmargin="0" leftmargin="0">
*/
body {
	color: #000000;
	
	font: 12px tahoma, verdana, arial, sans-serif;
	/* background-color:	#CCCCCC */
	/* background-color:	#F0F0F0; */
	/* background-color:	#0c5c92; */	
	
	/* background-color: rgb(255, 243, 219); */			/* PARCHMENT BG Color */ 
/*
	background-color:	#9d9f98;
 	background-image: url('img/bg_gra-blu-gra.gif');
*/
	background-color:	#d2d2d2;
	background-image: url('img/bg-gray-fade.jpg');
	background-repeat: repeat-x;
	background-position: top;	
	margin:0px;
	text-align:left;


	/*
		scrollbar-face-color: #E7E7E7;
		scrollbar-shadow-color: #000000;
		scrollbar-highlight-color: #a7a7a7;
		scrollbar-3dlight-color: #000000;
		scrollbar-darkshadow-color: #9BA3B6;
		scrollbar-track-color: #9BA3B6;
		scrollbar-arrow-color: #9BA3B6;
	*/
}


/* ==========[ LINKS ]========== */
a {					color: #0000CC; text-decoration: none; /* underline;*/}
a:link {		color: #0000FF;	font-weight:normal; }
a:visited {	color: #0000CC; font-weight:normal; }
a:hover {		color: #0066FF; font-weight: bold; text-decoration: none; /*  blink;*/}
/* ==========[ END LINKS ]========== */

/* ==========[ ORG_LINKS ]========== */
a.reddish {						color: #BB0000; text-decoration: none; } 											 /* a.org {					color: #FF6600; text-decoration: none; } */
a.reddish: link {			color: #BB0000;	font-weight:normal; }													/* a.org: link {		color: #FF6600;	font-weight:normal; } */
a.reddish: visited {	color: #BB0000; font-weight:normal; }													/* a.org: visited {	color: #FF6600; font-weight:normal; } */
a.reddish: hover {		color: #BB0000; font-weight: bold; text-decoration: none; }		/* a.org: hover {		color: #FF6600; font-weight: bold; text-decoration: none; } */
/* ==========[ END ORG_LINKS ]========== */


li.nobull {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	/* Note 0px padding right */
	list-style: none;					/* no glyphs before a list item */
}



ul.ul_marg5pad5{
	margin-top:			0px;
	margin-right:		0px;
	margin-bottom:	0px;
	margin-left:		5px;
	
	padding-top:		0px;
	padding-right:	0px;
	padding-bottom:	0px;
	padding-left:		15px;
}
li.li_marg0pad0 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	/* Note 0px padding right */
	list-style: circle;					/* no glyphs before a list item */
}



/*  ==============[ Styles ]============ */
.sect_title {
	font-family:Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size:10px;
	color:#000000;
}
.sect_body {
	font-family:Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size:11px;
	color:#000000;
}

.blockquote2 {
	background: url("http://www.functionaldiagnostix.com/img/quote.gif") no-repeat;
	background-position: 0% 0%;
}

/* -------------------------------------------------- 
		USAGE: <span id="txt_univ">text shadow</span> */
#txt_selctby{
	font-size: 14px;			/*3em; /* optional. just to increase the font size. */
	display: block;
	line-height: 1em;
	color: #666; /* shadow color */
	font-style:normal;
	font-weight:bold;
	background-color: transparent;
	white-space: nowrap; /* wrapping breaks the effect */
}
#txt_selctby:before,
#txt_selctby:after{
	content: "Selected by"; /* generated text */
	display: block;
}
#txt_selctby:before{
	margin-bottom: -1.05em;
	margin-left: 0.1ex;
	color: #ccc; /* shadow color */
	font-style:normal;
	font-weight:bold;
	background-color: transparent;
}
#txt_selctby:after{
	margin-top: -1.05em;
	margin-left: -0.1ex;
	/*	color: #fff; /* text color */
	color: #FF9933;
	font-style:normal;
	font-weight:bold;
	background-color: transparent;
}
/* --------------------------- */
/* --------------------------- */
/* -------------------------------------------------- 
		USAGE: <span id="txt_univ">text shadow</span> */
#txt_univ{
	font-size: 14px;			/*3em; /* optional. just to increase the font size. */
	display: block;
	line-height: 1em;
	color: #666; /* shadow color */
	font-style:normal;
	font-weight:bold;
	background-color: transparent;
	white-space: nowrap; /* wrapping breaks the effect */
}
#txt_univ:before,
#txt_univ:after{
	content: "Hospitals, Universities & Insurance Companies"; /* generated text */
	display: block;
}
#txt_univ:before{
	margin-bottom: -1.05em;
	margin-left: 0.1ex;
	color: #ccc; /* shadow color */
	font-style:normal;
	font-weight:bold;
	background-color: transparent;
}
#txt_univ:after{
	margin-top: -1.05em;
	margin-left: -0.1ex;
	/*	color: #fff; /* text color */
	color: #FF9933;
	font-style:normal;
	font-weight:bold;
	background-color: transparent;
}
/* --------------------------- */

/*
	#tbar{	font-size:small;}
	#x800{	font-size:12px;}
	#xwin{	font-size:medium;}
	.spacer{	padding: 2px 0px 2px 0px;}
*/
/* ===============[ END STYLES ]============ */


/* ====[ FRAME v.3b ]======== */
.frame_spacer{		padding: 2px 0px 2px 0px; }
.frame_topleft{		background-image: url('img/frame/frame_topleft.gif');		width: 167px;	height: 39px; }
.frame_topmid{		background-image: url('img/frame/frame_topmid.gif');		width: 100%;	height: 39px; background-repeat: repeat-x; }
.frame_topright{	background-image: url('img/frame/frame_topright.gif');	width: 24px;	height: 39px; }

.frame_left{			background-image: url('img/frame/frame_midleft.gif');	width: 14px;  height:	1px;	background-repeat: repeat-y; }
.frame_main{	width: 100%;
							background: #ffffff;
							padding: 4px 5px 5px 4px;
							font-size: 10px;
							color: #000;
							font-family: verdana, tahoma, arial, sans-serif;
							vertical-align:top; }
.frame_right{			background-image: url('img/frame/frame_midright.gif');	width: 15px;	height:1px;	background-repeat: repeat-y; }

.frame_botleft{		background-image: url('img/frame/frame_botleft.gif');		width: 36px;	height: 33px; }
.frame_botmid{		background-image: url('img/frame/frame_botmid.gif');		width: 100%;	height: 33px; background-repeat: repeat-x; }
.frame_botright{	background-image: url('img/frame/frame_botright.gif');	width: 36px;	height: 33px; }

/* ====[ FRAME v.3a ]======== */
/*
.frame_spacer{		padding: 2px 0px 2px 0px; }
.frame_topleft{		background-image: url('img/frame/frame_topleft.png');		width: 167px;	height: 39px; }
.frame_topmid{		background-image: url('img/frame/frame_topmid.png');		width: 100%;	height: 39px; background-repeat: repeat-x; }
.frame_topright{	background-image: url('img/frame/frame_topright.png');	width: 24px;	height: 39px; }

.frame_left{			background-image: url('img/frame/frame_midleft.png');	width: 14px;  height:	1px;	background-repeat: repeat-y; }
.frame_main{	width: 100%;
							background: #ffffff;
							padding: 4px 5px 5px 4px;
							font-size: 10px;
							color: #000;
							font-family: verdana, tahoma, arial, sans-serif;
							vertical-align:top; }
.frame_right{			background-image: url('img/frame/frame_midright.png');	width: 15px;	height:1px;	background-repeat: repeat-y; }

.frame_botleft{		background-image: url('img/frame/frame_botleft.png');		width: 36px;	height: 33px; }
.frame_botmid{		background-image: url('img/frame/frame_botmid.png');		width: 100%;	height: 33px; background-repeat: repeat-x; }
.frame_botright{	background-image: url('img/frame/frame_botright.png');	width: 36px;	height: 33px; }
*/
/* ==============[ Window Styles v.1 ]============= */

/*
.captionbar{
	background-image: url(http://www.functionaldiagnostix.com/_pix/win/_cap-dark.png);
	background-repeat: repeat-x;
	padding-right:10px;
	font-size: 10px;
	color: #0000ff;
	font-family: verdana, tahoma, arial, sans-serif;
}
.captionleft{      background-image: url(http://www.functionaldiagnostix.com/img/win/_cap-left.png);		width: 24px;}
.captionend{       background-image: url(http://www.functionaldiagnostix.com/img/win/_cap-tranz.png);		width: 12px;}
.captionmain{      background-image: url(http://www.functionaldiagnostix.com/img/win/_cap-light.png);		width: 100%; background-repeat: repeat-x;}
.captionright{     background-image: url(http://www.functionaldiagnostix.com/img/win/_cap-right.png);		width: 11px;}

.bottomleft{       background-image: url(http://www.functionaldiagnostix.com/img/win/_bot-left.png);		width: 10px;}
.bottommain{       background-image: url(http://www.functionaldiagnostix.com/img/win/_bottom.png);			width: 100%; background-repeat: repeat-x;}
.bottomright{      background-image: url(http://www.functionaldiagnostix.com/img/win/_bot-right.png);		width: 10px;}

.captiontopleft{   background-image: url(http://www.functionaldiagnostix.com/img/win/topleft.png);			width: 24px;}
.captiontopmiddle{ background-image: url(http://www.functionaldiagnostix.com/img/win/top.png);					width: 100%; background-repeat: repeat-x;}
.captiontopright{  background-image: url(http://www.functionaldiagnostix.com/img/win/topright.png);			width: 11px;}

.bodyleft{         background-image: url(http://www.functionaldiagnostix.com/img/win/left.png);					width: 3px;  background-repeat: repeat-y;}
.bodyright{        background-image: url(http://www.functionaldiagnostix.com/img/win/right.png);				width: 3px;  background-repeat: repeat-y;}
*/
/* ===============[ END WINDOW ]================== */
