/*
  CSS, PHP, mySQL, & HTML
	Maintained/Programed by
	Damian J. Suess
	Xeno Innovations, Inc.
	[2000-2008]
*/


body {
	color: #000000;
	font: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size:12px;
	text-align: left;
	margin: 0px;
	background-image:url(_pix/bg-gry-stripes.gif);
	/*
	background-image:url(_pix/bg-gray-fade.jpg);
	background-repeat:repeat-x;
	*/
	/* background-color:	#d2d2d2; */
	/* background-color:	#eeeeee; */
	background-color:	#d2d2d2;
/*
			background-image: url('bg_logo_2.jpg');
			background-repeat: no-repeat;
			background-attachment: fixed;
			background-position: top left;
*/

	/*	background-color:	#d2d2d2;
			background-image:	url('bg-sandstone.gif');
	*/
	/*	background-color:	#d2d2d2;
			background-image: url('bg-gray-fade.jpg');
			background-repeat: repeat-x;
			background-position: top;
	*/
	/*	background-color: #ededed;
			background-image: url(backg.jpg);
			background-repeat: repeat-x; 
			background-position: bottom;
	*/
}


/* ==========[ 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: underline; /*  blink;*/}

/* =========[  ]================= */
.tb_main{
	width:780px;
	border-style:solid;
	border-color:#000000;
	border-width:1px;
}
.td_bullet{
	background-image:url('_pix/bull_orng.gif');
	width:10px;
	background-repeat:no-repeat;
	background-position:center;
}
.td_progstat{
	width:60px;
	font-family:"Courier New", Courier, mono;
	font-size:10px;
	font-weight:normal;
	text-align:center;	
}




/* =========[ Span & Div Classes ]============== */
.fixed{
	font-family:"Courier New", Courier, mono;
	font-size:10px;
	font-weight:normal;
}
.fixedbold {
	font-family:"Courier New", Courier, mono;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}
	
.blockquote2 {
	background: url("_pix/quote.gif") no-repeat;
	background-position: 0% 0%;
}

.divBody{
	font: Tahoma, Verdana, Arial, sans-serif;
	font-size:12px;
	color:#000000;
}
.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;
}

/* ############################## #/

/* ====[ FRAME v.3c ]======== */
.frame_spacer{	padding: 0px 0px 0px 0px; }  /* .frame_spacer{		padding: 2px 0px 2px 0px; } */

.title_left{		background-image: url('_pix/tb_win/title_left.png');	width: 21px;	height: 23px; }
.title_mid{
	background-image: url('_pix/tb_win/title_mid.png');
	background-repeat: repeat-x;
	width: 100%;
	height: 23px;
	white-space:nowrap;
	vertical-align:bottom;
}

.title_right{		background-image: url('_pix/tb_win/title_right.png');	width: 24px;	height: 23px; }

.body_topleft{	background-image: url('_pix/tb_win/body_top-left.png');		width: 9px;		height: 5px; }
.body_topmid{		background-image: url('_pix/tb_win/body_top-mid.png');		width: 100%;	height: 5px; background-repeat: repeat-x; }
.body_topright{	background-image: url('_pix/tb_win/body_top-right.png');	width: 11px;	height: 5px; }

.body_midleft{	background-image: url('_pix/tb_win/body_mid-left.png');		width: 9px;  	height:	1px;	background-repeat: repeat-y; }
.body_midright{	background-image: url('_pix/tb_win/body_mid-right.png');	width: 11px;	height: 1px;	background-repeat: repeat-y; }

.body_botleft{	background-image: url('_pix/tb_win/body_bot-left.png');		width: 9px;		height: 9px; }
.body_botmid{		background-image: url('_pix/tb_win/body_bot-mid.png');		width: 100%;	height: 9px; background-repeat: repeat-x; }
.body_botright{	background-image: url('_pix/tb_win/body_bot-right.png');	width: 11px;	height: 9px; }

.body_main{
	width: 					100%;
	background:			#f2f2f2;
	padding:				4px 5px 5px 4px;
	font-size:			10px;
	color: 					#000000;
	font-family:		verdana, tahoma, arial, sans-serif;
	vertical-align:	top;
}


