body,html {
	font-family : arial,helvetica,sans-serif;
	font-size : medium;
	background-color : #0f83c0;
	margin : 0px 0px;
	height: 100%;
}

html	{
	height: 100%;
}	

h2	{color:#fafacd;}

td {
	font-size : smaller;
}

input {
	font-size : smaller;
}

/* for main window */

#cornerdiv	{
	position:absolute;
	left:0;
	top:0;
	height:14px;
	width:14px;
	background: transparent url(/images/testcorner.gif) no-repeat top left;
}


#conHelpMain	{
	position:absolute;
	left:97%;
	margin: 5px 0 0 -135px;
	border: 3px solid #085173;
	background-color: transparent;
	width: 120px;
	font-family:arial,helvetica, sans-serif;
	font-size: 1em;
	font-weight:normal;
}
	#conHelpMain a	{
		display:block;
		text-align:center;
		width:100%;
		text-decoration:none;
		color: #fafacd;
	}

	#conHelpMain a:hover {
		color: #085173;
	}


#hidepage	{
	position: absolute; 
	left:0px; 
	top:10px; 
	background-color: #0F83BC; 
	layer-background-color: #0F83BC; 
	height: 100%; 
	width: 100%;
	z-index:50;
}	


#runDiv	{
	position: absolute;
	z-index:5; 
	left:10px; 
	top:10px; 
	visibility:hidden; 
	background-color: #0F83BC; 
	layer-background-color: #0F83BC; 
	height: 50%; 
	width: 100%;
}

.closebox	{
	position:absolute;
	left:100%;
	top:2px;
	margin: 0 0 0 -32px;
	height:10px;
	width:10px;
	padding:0;
	background: transparent url(/images/closebox.jpg) no-repeat top left;
}

.remconButton
{	
	display:block;
	float:right;
	vertical-align:middle;
	height:16px;
	width:45px;
	font-size:10px;
	font-weight:bold;
	color:#000;
	background-color:#e0e0e0;
	padding:1px;
	line-height:1.5;
	border: 1px outset;
	text-decoration:none;
	text-align:center;
	margin: 2px 0 0 3px;
	overflow:hidden;
}


.specChar	{
	display:block;
	width:300px;
	height: 20px;
	overflow:visible;
	margin:0 auto 0 auto;
	padding:0 8px; 0 0;
}

.specChar li	{
	list-style-type:none;
	font-weight: bold;
	font-size:1.3em;
	display:inline;
	margin:0 0 0 8px;
}


/* for left_contents page */
#stdLeft	{
	background-color: #000;
	color: #fff;
	padding-left: 2px;
}

#lefthead	{
display:none;
}

.lmenucontainer,.lmenubox,.lmenucontents,.lmenubottomleft,.lmenubottomright,lmenubottomshadow	{}


.itemhead	{
	font-size:1.3em;
	color: #0f83c0;
}


.item {
	font-size: 9pt;
	font-weight: bold;
	font-family: arial,helvetica,sans-serif;
	color: #ffffff; 
	background-color: transparent
	width: 300px;
	cursor: hand;	
}

#conHelp	{
	border: 3px solid #0f83c0;
	background-color: transparent;
	width: 120px;
	font-family:arial,helvetica, sans-serif;
	font-size: 1em;
	font-weight:normal;
}
	#conHelp a	{
		display:block;
		text-align:center;
		width:100%;
		text-decoration:none;
		color: #fff;
	}

	#conHelp a:hover {
		color: #0f83c0;
	}


/* for standard_header page */
#stdHeader	{
	background-color: #000;
	color: #00ffff;
}

.logoback	{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	background: url(/images/newlogo_right.gif) top repeat-x;
	height:93px;
	width:100%;
}

.logo	{
	position:absolute;
	top:0px;
	left:30px;
	height:93px;
	width:93px;
	background: transparent url(/images/newlogo_logo.gif) no-repeat top left;
}

.logowords	{
	position:absolute;
	margin-left:100px;
	margin-right:auto;
	top:0px;
	height:93px;
	width: 400px;
	background: transparent url(/images/newlogo_middle2.gif) no-repeat top center;
}


#tmenuTable	{
	margin-bottom:0;
	background-color:transparent;
	border-collapse:separate;
	margin-bottom:-2px;
}


#tmenuTable a	{
	display:block;
	font-size:12px;
	font-weight: bold;
	height:20px;
	background-color: #000;
	text-decoration:none;
	color: #fff;
	padding: 2px 4px 0 4px;
	margin:0 10px 0 0;
	border-style: solid;
	border-width: 0;
	border-color: #000;
}

#tmenuTable .tmenuhover	{
	color:#92b6fa;
}

#tmenuTable .tmenuselected	{
	color:#ff0000;
}



/* legacy, should be repl with .menulist */
#menutable	{
	position: absolute; 
	top: 100px; 
	left: 0; 
	width: 98%; 
	height:20px;
}

	#menutable .leftcell	{
		width:160px;
	}	
	
.menulist	{
	position:absolute;
	top:100px;
	display:block;
	white-space:normal;
	width:auto;
	padding:0;
	margin:0 0 0 100px;
	background-color: transparent;
}

	.menulist li	{
		display:inline;
		white-space:nowrap;
		margin:0 2% 0 0 ;
		padding:0;
	}

	.menulist li a	{
		white-space: normal;
		text-decoration: none;
		font-weight: bold;
		color: #fff;
		font-size: 12px;		
	}

	.menulist li a:hover	{
		color:#92b6fa
	}

#menuClickColor,#menuLClickColor	{
	display:none;
	color:#ff0000;
}

#menuNormColor,#menuLNormColor	{
	display:none;
	color:#fff;
}

#menuActiveColor,#menuLActiveColor	{
	display:none;
	color:#ff0000;
}

#menuHoverColor,#menuLHoverColor	{
	display:none;
	color:#92b6fa;
}


#tableHeadColor	{
	display:none;
	background-color: #004480;
	color: #fafacd;	
}

/* for query results count boxes */

.countcontainer	{
	position:relative;
	top:20px;
	height:auto;
	width:85%;
	margin: 0;
	padding: 0;
}

.countbox	{
	position:relative;
	float:left;
	height: 100%;
	width:100%;
	background: #0f83c0 url(http://216.31.237.202/images/blue_box_v_shadow.jpg) repeat-y top right;
}

.countcontents	{
	font-size: 81%;
	text-align: center;
	padding: 1em;
	color: #fafacd;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	background-color: #085173;
}


/* for query results info boxes */

.infocontainer		{
	position:relative;
	height:auto;
	top:20px;
	width:90%;
	margin: 20px auto 0 auto;
	padding: 0;
}

.infobox		{
	position:relative;
	float:left;
	height: 100%;
	width:100%;
	background: #0f83c0 url(http://216.31.237.202/images/blue_box_v_shadow.jpg) repeat-y top right;
}

.infocontents		{
	padding: 1em;
	color: #085173;
	font-family: arial, helvetica, sans-serif;
	font-size: 76%;	
	background-color:#fafacd;
}

	.infocontents h2 {
	color: #085173;
	text-decoration:none;
	}

/* for standard boxes, used in query inputs and elsewhere */

.container	{
	position:relative;
	top:20px;
	height:auto;
	width:95%;
	margin: 0 auto 0 auto;
	padding: 0;
}

.box	{
	position:relative;
	float:left;
	height: 100%;
	width:100%;
	background: #0f83c0 url(http://216.31.237.202/images/blue_box_v_shadow.jpg) repeat-y top right;
}

.boxcontents	{
	font-size: 81%;
	padding: 2em;
	color: #fafacd;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	background-color: #085173;
}

	.boxcontents input	{
		font-size: 10px;
	}

	.boxcontents button	{
		background-color:#fafacd;
		color:#085173;
		font-weight:bold;
		border: 1px;
		line-height:1;
		vertical-align:middle;
		height:20px;
	}

.rightshadow	{
	position:relative;
	float:right;
	height: 100%;
	width: 20px;
	background:#0f83c0 url(http://216.31.237.202/images/blue_box_v_shadow.jpg) repeat-y top left;
}


.topright	{
	position:relative;
	float:left;
	height: 20px;
	width: 20px;
	margin-left:-20px;
	background:#0f83c0 url(http://216.31.237.202/images/blue_box_vt_shadow.jpg) no-repeat top left;
}


.bottomleft	{
	position:relative;
	float:left;
	height: 100%;
	width: 35px;
	background:#0f83c0 url(http://216.31.237.202/images/blue_box_hl_shadow.jpg) no-repeat top;

}


.bottomright	{
	position:relative;
	float:right;
	height: 20px;
	width: 20px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background:#0f83c0 url(http://216.31.237.202/images/blue_box_hr_shadow.jpg) no-repeat top left;
}

.bottomshadow	{
	position:relative;
	clear:left;
	float:left;
	height: 20px;
	width:100%;
	background: #0f83c0 url(http://216.31.237.202/images/blue_box_h_shadow.jpg) repeat-x top;
	margin-right:0;
	padding-left:0;
}




#aTable	{
	border: 3px outset #fafafa;
	border-collapse:collapse;
	background-color: #c0c0c0;
}

	#aTable td	{
		border:2px inset #eaeaea;
		color: #000;
		text-align:left;
		font-size:9pt;
		font-weight: normal;
	}

	#aTable .sortTitle	{
		text-decoration:none;
		background-color: #4fc3ff;
		color: #000;
		padding:0;
}

	#aTable .sortTitle a	{
		display: block;
		width:100%;
		text-decoration:none;
		background-color: #4fc3ff;
		color: #000;
		padding:0;
		margin:0;	
		font-weight: bold;
	}

	#aTable .sortTitle a:hover	{
		background-color: #004480;
		color: #fafacd;
	}
	
#sortDiv	{
	position: absolute;
	top: 200px;
	left:0px;
	text-align:center;
	display:none;
	font-size: 1.4em;
	width: auto;
	z-index:500;
	background-color:#fffacd;
	border: 1px solid black;
	padding: .2em .2em .2em .2em;
	margin-left: 13%;
	margin-right: 13%;
	width: 70%;
}


/*for prospect view page*/

.prospbody	{
	margin-top:5px;
}

.catdiv	{
	font-size: 1.2em;
	color: #fff;
	text-align: center;
}

.catdiv a	{
	color:#fff;
	background-color:#087351;
	font-weight:bold;
	font-size: 14px;
	padding:2px;
	border:1px outset;
	text-decoration:none;	
}

.catdiv .aTarg	{
	display:none;
}

.prospTable	{
	background-color: #C8ECD4;
	border-collapse:collapse;
	text-align: left;	
	border: 3px outset;
	width: 98%;	
}

.prospTable td	{
	border: 2px inset #ffffe0;
	font-size:76%;
}

.prospTable select {
	font-size: 11px;
}	

.prospTable input	{
	font-size: 11px;
}

.prospTable .gphead	{
	background-color: #087351;
	color: #fafacd;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
}

.tcol	{
	background-color: #e0e0e0;
}
	
.tcol col {
	background-color: #e0e0e0;
	width:30%;
}

.tcol .c1	{
	width:20%;
	text-align:right;	
}

.mcol .c2,.mcol .c3  {
	width:8%;
}

.mcol .c4 {
	width: 20%;
}

.mcol .c5  {
	width:19%;
}

.mcol .c6	{
	width:25%;
}


.tccol col {
	background-color: #e0e0e0;
	color:#000;
	font-weight:normal;
	width:30%;
}

.tccol .c1	{
	width:20%;
	text-align:right;
}

.ccol .c2	{
	width: 4%;
}

.ccol .c3	{
	width: 28%;
}

.ccol .c4	{
	width: 8%;
}

.ccol .c5	{
	width: 40%;
}

.ccol .c6	{
	width: 32%;
}

.ccol .c7, .ccol .c10	{
	width: 12%;
}

.ccol .c8	{
	width: 36%;
}

.ccol .c9	{
	width: 44%;
}

.ccol .c11	{
	width: 24%;
}

.cttl	{
	background-color: #e0e0e0;
	color: #000;
	font-weight:normal;
	text-align:left;
}

.cdat	{
	background-color: #bcd2ee;
	color:#000;
	font-weight:normal;
	text-align:left;
}

.pttl,.pttl2	{
	background-color: #e0e0e0;
}

.pttl2	{
	width:30%;
}

.pdat	{
	background-color: #C8ECD4;
}


.phonediv	{
	position:absolute;
	top:85px;
	left:100px;
	background-color: transparent;
	text-align:center;
	clear:both;
}

.phonecleardiv	{
	clear:both;
}

.navdiv	{
	width:98%;
	margin-right:auto;
	margin-left:auto;
}

.buttondiv,.buttondivLS,.buttondiv4,.buttondiv2,.buttondiv2p,.buttondiv3	{
 	width:95%;
 	margin:16px auto 16px auto;
 	font-size:81%;
 	overflow: auto;
}

	.buttondiv select	{
		font-size: 81%;
	}

	.buttondiv div	{
		float: left;
	}

.buttondivLS	{
	width: 502px;
	height:18px;	
}

.buttondiv4	{
	width: 600px;
	height:18px;
}

.buttondiv3	{
	width: 426px;
	height:18px;
}

.buttondiv2	{
	width: 284px;
	height:18px;
}

.buttondiv2p	{
	width: 364px;
	height:18px;
}

	.buttondivLS div	{
		float:left;
		width:360px;
	}

#prosplogo,#labslogo,#labshead1,#labshead2,#labshead3,#prosphead1,#prosphead2,#prosphead3	{
	position:relative;
	float:left;
	top:0px;
}

#prosplogo,#labslogo	{
	background: transparent url(logo.gif) no-repeat top left;
	height:96px;
	width:114px;
}

#prosphead1,#labshead1	{
	background: transparent url(head_left.gif) no-repeat top left;
	height:75px;
	width:61px;
}

#prosphead2,#labshead2	{
	background: transparent url(head_center.gif) top left;
	height:75px;
	width:auto;
	text-align:center;
}

	#prosphead2 span,#labshead2 span	{
		color: #fafacd;
		font-size:1.5em;
		line-height:3;
	}

#prosphead3,#labshead3	{
	background: transparent url(head_right.gif) no-repeat top left;
	height:75px;
	width:39px;
}


/* for LABS view page */

.labsbody	{
	margin-top:5px;
}
.labsTable	{
	background-color: #FAFAC8;
	color: #000;
	border-collapse:collapse;
	text-align: left;	
	border: 3px outset;
	width: 98%;
}	

.labsTable td	{
	border: 2px inset #ffffe0;
	font-size: 76%;

}

.labsTable select {
	font-size: 11px;
}	

.labsTable input	{
	font-size: 11px;
}

.trow	{
	background-color: #e0e0e0;
}

.ldat	{
	background-color: #FAFAC8;
}


/* for Contact view page */

.contactTable	{
	text-align:left;
	font-size:12px;
	border-collapse:collapse;
	background-color:#bcd2ee;
	border: 3px outset;
	width: 98%;
	margin-left:auto;
	margin-right:auto;
}

	.contactTable td	{
		border: 2px inset #cce2fe;
		padding: 2px;
		font-size:12px;
	}

	.contactTable select {
		font-size: 11px;
	}

	.contactTable input {
		font-size: 11px;
	}



/* For LABS edit page */

.moveDiv	{
	position: relative;
	text-align: center;
	font-weight:bold;
	padding-top:2px;
	color:#008000;
	background-color:#fafacd;
	display:none;
	z-index:10;
}


.removeDiv	{
	position: relative;
	text-align: center;
	font-weight:bold;
	padding-top:2px;
	color:#ff0000;
	background-color:#fafacd;
	display:none;
	z-index:10;
}

.delConButton	{
	padding:0;
	width:30; 
	vertical-align:top;
	background-color:#ff0000;
	color:#ffff00;
	font-family:"Arial Narrow";
	font-size:8pt;
	border: 1px outset;
	text-decoration:none;
}

.moveConButton	{
	padding:0 0 0 1px;
	width:30; 
	vertical-align:top;
	background-color:#ffff00;
	color:#008000;
	font-family:"Arial Narrow";
	font-size:8pt;
	border: 1px outset;
	text-decoration:none;
}


.queryButton	{
	background-color:lemonchiffon;
	color:#085173;
	font-weight:bold;
	border:0;
	border-top: 2px solid #085173;
}

.normButton,.normlButton,.mergeButton,.newButton,.updateButton,.rcButton,.saveButton,.moveaddrowButton,.tempButtonSpan,.timeButton 	
{
	display:block;
	float:right;
	color:#000;
	font-size:9pt;
	font-weight:bold;
	height:16px;
	overflow: visible;
	padding:0px;
	width:140px;
	border:1px outset #c0c0c0;
	margin:0;
	background-color:#c0c0c0;
	text-decoration:none;
	text-align:center;
}

.tempButtonSpan	{
	color:#808080;
}

.newButton	{
	color:#800080;
}

.updateButton	{
	color:#ff0000;
}

.rcButton	{
	color:#0000ff;
}

.normlButton	{
	float:left;
	color: #000;
}

.saveButton	{
	color:#ff0000;
	float:left;
}

.moveaddrowButton	{
	width: 260px;
}

/* for profile_edit page */

.reconButton
{	
	display:inline;
	height:14px;
	width:30px;
	font-size:9px;
	font-weight:bold;
	color:#000;
	background-color:#c0c0c0;
	border:1px outset #a0a0a0;
	text-decoration:none;
	text-align:center;
}

.otherprogButton
{
	display:inline;
	height:14px;
	width:30px;
	font-weight:bold;
	color:#000;
	font-size:9px;
	background-color:#c0c0c0;
	border:1px outset #a0a0a0;
	text-decoration:none;
	text-align:center;	
}


.updateprospButton,.updatenavButton,.saveprospButton,.rcprospButton,.specprospButton,.normprospButton,.navButton
{
display:block;
float:left;
color:#ff0000;
font-size:9pt;
font-weight:bold;
height:16px;
overflow: visible;
padding:0px;
width:180px;
border:1px outset #c0c0c0;
margin:0;
background-color:#c0c0c0;
text-decoration:none;
text-align:center;
}


.saveprospButton	{
float:right;
}

.updatenavButton	
{
	width:246px;
	text-align:center;
}

.rcprospButton	{
	color:blue;
}

.specprospButton	{
	color:#008000;
}

.normprospButton	{
	color:#000;
}


.navButton	{
	color:#000;
	width:246px;
}

.dialButton
{
display:block;
float:left;
color:#000;
font-weight:bold;
font-size:12px;
width:246px;
height:16px;
border:1px outset #c0c0c0;
margin:0;
background-color:#c0c0c0;
text-decoration:none;
vertical-align:middle;
}


.smalldialButton
{
display:block;
float:left;
color:#000;
font-weight:bold;
font-size:12px;
width:186px;
height:16px;
border:1px outset #c0c0c0;
margin:0;
background-color:#c0c0c0;
text-decoration:none;
vertical-align:middle;
}

	.smalldialButton img,.dialButton img	{
		border:0;
	}


/* For Timecard */

.timeButton	{
	float: left;
	width: 80px;
}


#logHead1	{
	position:relative;
	height:100px;
	width:114px;
	background-image:url(/images/logo.gif);
	float:left;
}


#logHead2	{
	position:relative;
	height:76px;
	width:61px;
	background-image:url(/images/head_left.gif);
	float:left;
}


#logHead3	{
	position:relative;
	height:76px;
	width:300px;
	background-image:url(/images/head_center.gif);
	float:left;
	text-align:center;
	color:lemonchiffon;
	font-size:20px;
}


#logHead4	{
	position:relative;
	height:76px;
	width:39px;
	background-image:url(/images/head_right.gif);
	float:left;
}


#colWrapper	{
	position:relative;
	clear:both;
	width:100%;
	height:200px;
}

#leftCol	{
	position:absolute;
	height:100%;
	background-image:url(/images/table_side_left.gif);
	background-position:top left;
	background-repeat:repeat-y;
}


#middleCol	{
	height:100%;
	position:relative;
	left:30px;
	width:60%;
	color:lemonchiffon;
	background-color:#085173;
}


#midColTop	{
	position:relative;
	top:0px;
	height:30px;
	width:100%;
	background-image:url(/images/table_top_middle.gif);
}


#rightCol	{
	position:absolute;
	height:100%;
	left:60%;
	top:0px;
	margin-left:30px;
	background-image:url(/images/table_side_right.gif);
	background-repeat:repeat-y;
}


#leftColb	{
	height:30px;
	float:left;
	background-image:url(/images/table_side_left.gif);
	background-repeat:repeat-y;
}


#middleColb	{
	height:30px;
	float:left;
	width:60%;
}


#midColbTop	{
	position:relative;
	top:0px;
	height:30px;
	width:100%;
	background-image:url(/images/table_bottom_middle.gif);
}


#rightColb	{
	height:30px;
	float:left;
	position:relative;
	background-image:url(/images/table_side_right.gif);
	background-repeat:repeat-y;
}


.OKyellow	{
	 background-color:lemonchiffon;
	 border-width:2px;
	 border-color:#a7a770;
	 font-weight:bold;
}	


.countcontents,.infocontents,.boxcontents	{
	margin: 0 20px -20px 0;
	voice-family: "\"}\""; 
    voice-family:inherit;
	margin: 0 20px 0 0;
}


#aTable	{
	width: 85%;
	voice-family: "\"}\""; 
    voice-family:inherit;
    width: 100%;
}
