body,html {
	font-family : arial,helvetica,sans-serif;
	font-size : medium;
	background-color : #fff;
	margin : 0px 0px;
	height: 100%;
}

html	{
	height: 100%;
}	

body button, html button	{
	border: 0;
	padding: 0;
	margin: 0;
}

td {
	font-size : smaller;
}

a:hover	{
	color: #808080;
}

input {
	font-size : smaller;
}

/* for main window */

#cornerdiv	{
	display:none;
}


#conHelpMain	{
	position:absolute;
	left:97%;
	margin: 5px 0 0 -135px;
	border: 3px solid #a2b3ab;
	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: #000;
	}

	#conHelpMain a:hover {
		color: #a2b3ab;
	}


#hidepage	{
	position: absolute; 
	left:0px; 
	top:0px; 
	background-color: #fff; 
	layer-background-color: #fff; 
	height: 100%; 
	width: 100%;
	z-index:50;
}	


#runDiv	{
	position: absolute;
	z-index:5; 
	left:10px; 
	top:10px; 
	visibility:hidden; 
	background-color: #fff; 
	layer-background-color: #fff; 
	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(http://216.31.237.220/images/closebox.jpg) no-repeat top left;
}


/* for left_contents page */
#stdLeft	{
	background-color: #fff;
	color: #fff;
	padding-left: 2px;
}

#lefthead	{
display:none;
}


#lmenuTable	{
	width:90%;
	margin-left:0;
	background-color: #a2b3ab;
	border: 0;
	text-align:left;	
}


.itemhead	{
	font-size:1.2em;
	color: #faffe8;
	padding-left:5px;
}
.item {
	font-size: 9pt;
	font-weight: bold;
	font-family: arial,helvetica,sans-serif;
	color: #000; 
	background-color: #a2b3ab;
	width: 300px;
	padding-left:5px;	
}

#conHelp	{
	border: 3px solid #a2b3ab;
	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: #000;
	}

	#conHelp a:hover {
		color: #a2b3ab;
	}


.lmenucontainer	{
	position:relative;
	top:0;
	height:auto;
	width:97%;
	margin: 0;
	padding: 0;
}


.lmenubox	{
	position:relative;
	float:left;
	height: 100%;
	width:100%;
	background: #fff url(http://216.31.237.202/images/white_box_v_shadow.jpg) repeat-y top right;
}


.lmenucontents	{
	font-size: 81%;
	text-align: center;
	padding: 0.5em 0 0.5em 0;
	color: #fafacd;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	background-color: #a2b3ab;
}




/* for standard_header page */
#stdHeader	{
	background-color: #fff;
	color: #00ffff;
}

#tExtra1	{display:none;}
#tExtra2	{display:none;}

#tmenuTable	{
	margin-bottom:0;
	background-color:transparent;
	border-collapse:separate;
	margin-bottom:0px;
}



#tmenuTable td	{
	background: transparent url(http://216.31.237.202/images/white_menu_shadow2.jpg) no-repeat 0px right;
}

#tmenuTable .leftcell	{
	width:160px;
	background:transparent url(http://216.31.237.202/images/dummy_image.jpg) no-repeat top left;
}

#tmenuTable a	{
	display:block;
	font-size:12px;
	font-weight: bold;
	height:22px;
	text-decoration:none;
	color: #000;
	background: #fff url(http://216.31.237.202/images/blackdot1.jpg) repeat-x bottom left;
	padding: 2px 4px 0 4px;
	margin:0 6px 0 0;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	border-color: #000;
	white-space:nowrap;
	text-align:center;
}

#tmenuTable .tmenuhover	{
	color:#808080;
}

#tmenuTable .tmenuselected	{
	color:#ff0000;
	background: #fff url(http://216.31.237.202/images/whitedot1.jpg);
}

.logoback	{
	position:absolute;
	top:0px;
	left:0px;
	background-color: #a2b3ab;
	height:111px;
	width:100%;
}

.logo	{
	position:absolute;
	top:0px;
	left:30px;
	height:104px;
	width:96px;
	background: transparent url(http://216.31.237.202/images/whitelogo_logo.jpg) no-repeat top left;
}

.logowords	{
	position:absolute;
	margin-left:80px;
	margin-right:auto;
	top:0px;
	height:93px;
	width: 400px;
	background: transparent url(http://216.31.237.202/images/whitelogo_words.jpg) no-repeat top center;
}

/* legacy, should be repl with .menulist */
#menutable	{
	position: absolute; 
	top: 90px; 
	width:100%;
	height:21px;
	background:transparent url(http://216.31.237.202/images/blackdot1.jpg) repeat-x bottom left;
	overflow:visible;
	padding-top:0;
	z-index:0;
}


	#menutable .leftcell	{
		width:160px;
		background-color:transparent;
	}	
	
.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: #000;
		font-size: 12px;		
	}

	.menulist li a:hover	{
		color:#92b6fa
	}

#menuNormColor,#menuLNormColor	{
	display:none;
	color:#000;
	background-image: url(http://216.31.237.202/images/blackdot1.jpg);
}

#menuClickColor,#menuLClickColor	{
	display:none;
	color:#ff0000;
	background-image: url(http://216.31.237.202/images/whitedot1.jpg);	
}

#menuHoverColor,#menuLHoverColor	{
	display:none;
	color:#808080;
	background-image: url(http://216.31.237.202/images/whitedot1.jpg);	
}

#tableHeadColor	{
	display:none;
	background-color: #004480;
	color: #fafacd;	
}

/* for query results count boxes */

.countcontainer	{
	position:relative;
	top:0px;
	height:auto;
	width:85%;
	margin: 0;
	padding: 0;
}

.countbox	{
	position:relative;
	float:left;
	height: 100%;
	width:100%;
	background: #fff url(http://216.31.237.202/images/white_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: #a2b3ab;
}


/* for query results info boxes */

.infocontainer		{
	position:relative;
	top:0px;
	height:auto;
	width:90%;
	margin: 0 auto 10px auto;
	padding: 0;
}

.infobox		{
	position:relative;
	float:left;
	height: 100%;
	width:100%;
	background: #fff url(http://216.31.237.202/images/white_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;
}


/* for standard boxes, used in query inputs and elsewhere */

.container	{
	position:relative;
	top:0px;
	height:auto;
	width:85%;
	margin: 0;
	padding: 0;
}

.box	{
	position:relative;
	float:left;
	height: 100%;
	width:100%;
	background: #fff url(http://216.31.237.202/images/white_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: #a2b3ab;
}

	.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:#fff url(http://216.31.237.202/images/white_box_v_shadow.jpg) repeat-y top left;
}


.topright,.lmenutopright	{
	position:relative;
	float:left;
	height: 20px;
	width: 20px;
	margin-left:-20px;
	background:#fff url(http://216.31.237.202/images/white_box_vt_shadow.jpg) no-repeat top left;
}


.bottomleft,.lmenubottomleft	{
	position:relative;
	float:left;
	height: 100%;
	width: 35px;
	background:#fff url(http://216.31.237.202/images/white_box_hl_shadow.jpg) no-repeat top;

}


.bottomright,.lmenubottomright	{
	position:relative;
	float:right;
	height: 20px;
	width: 20px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background:#fff url(http://216.31.237.202/images/white_box_hr_shadow.jpg) no-repeat top left;
}

.bottomshadow,.lmenubottomshadow	{
	position:relative;
	clear:left;
	float:left;
	height: 20px;
	width:100%;
	background: #fff url(http://216.31.237.202/images/white_box_h_shadow.jpg) repeat-x top;
	margin-right:0;
	padding-left:0;
}




#aTable	{
	border: 1px solid #000;
	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;
	background-color:#fafffa ;
}

.catdiv	{
	font-size: 1.2em;
	color: #000;
	text-align: center;
}

.catdiv a	{
	color:#087351;
	background-color:transparent
	font-weight:bold;
	text-decoration:underline;	
}



.prospTable	{
	background-color: #e8fff4;
	border-collapse:collapse;
	text-align: left;	
	border: 1px solid #000;
	width: 98%;	
}



.prospTable td	{
	border: 1px solid #a0a0a0;
	font-size:76%;
}


.prospTable select {
	font-size: 11px;
}	

.prospTable input	{
	font-size: 11px;
}

.prospTable .gphead	{
	background-color: #c0c0c0;
	color: #000;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	border: 1px solid black;

}


.tcol  {
	background-color: #e0e0e0;
}
	
.tcol col {
	background-color: #e0e0e0;
	color:#000080;
	font-weight:normal;
	width:30%;
}



.espn	{
	font-size: 76%;
	color: #000;
	vertical-align: middle;
}

.espn2	{
	font-size: 76%;
	color: #000;
	vertical-align: middle;
}

.tcol .c1	{
	width:25%;
	text-align:right;
}

.mcol .c2,.mcol .c3  {
	width:13%;
}

.mcol .c4 {
	width: 10%;
}

.mcol .c5  {
	width:19%;
}

.mcol .c6	{
	width:20%;
}


.tccol col {
	background-color: #e0e0e0;
	color:#000080;
	font-weight:normal;
	width:30%;
}

.tccol .c1	{
	width:25%;
	text-align:right;
}

.ccol .c2	{
	width: 4%;
}

.ccol .c3	{
	width: 24%;
}

.ccol .c4	{
	width: 12%;
}

.ccol .c5	{
	width: 40%;
}

.ccol .c6	{
	width: 32%;
}

.ccol .c10	{
	width: 35%;
}

.ccol .c7	{
	width: 16%;
}
.ccol .c8	{
	width: 32%;
}

.ccol .c9	{
	width: 40%;
}

.ccol .c11	{
	width: 75%;
}

.cttl	{
	background-color: #f0f0f0;
	color: #000080;
	font-weight:normal;
	text-align:left;
}

.cdat	{
	background-color: #d8eeff;
	color:#000;
	font-weight:normal;
	text-align: left;
}




.pttl,.pttl2	{
	background-color: #a2b3ab;
	color: #fff;
	font-weight:normal;
}

.pttl2	{
	width:30%;
}

.pdat	{
	background-color: #d8fCe4;
	color:#000;
	font-weight:normal;
}


.phonediv	{
	width:98%;
	margin-right:auto;
	margin-left:auto;
	margin-bottom: 0;
	position:relative;
	background-color: #faffe8;
	text-align:center;
	border: 1px solid #000;
}

.phonecleardiv	{
	display:none;
}

.buttondiv,.buttondivLS,.navdiv,.buttondiv4	{
 	width:99%;
 	text-align:center;
 	margin:10px 0 10px 0.5%;
 	font-size:81%;
}

.buttondiv	{
	font-size: 12px;
}

	.buttondiv select	{
		font-size: 81%;
	}
	
.buttondivLS div	{
	display: inline;
}

#prosphead1,#prosphead2,#prosphead3,#labshead1,#labshead2,#labshead3	{
	position:relative;
	float:left;
	top:0px;
}

#prosplogo,#labslogo	{
	display:none;
}

#prosphead1,#labshead1	{
	background: transparent url(white_l_prosphead.jpg) no-repeat top left;
	height:60px;
	width:30px;
	margin-left:1%;
}

#prosphead2,#labshead2	{
	background: transparent url(white_m_prosphead.jpg) top left;
	height:60px;
	width:auto;
	text-align:center;
}

	#prosphead2 span,#labshead2 span	{
		display:block;
		position:relative;
		color: #fff;
		font-size:1.5em;
		top:15px;
	}

#prosphead3,#labshead3	{
	background: transparent url(white_r_prosphead.jpg) no-repeat top left;
	height:60px;
	width:30px;
}






/* for LABS view page */

#labsbody	{
	background-color:#fafffa;
	margin-top:5px;
}
.labsTable	{
	background-color: #faffe8;
	color: #000;
	border-collapse:collapse;
	text-align: left;	
	border: 1px solid #000;
	width: 98%;
}	

.labsTable td	{
	border: 1px solid #a0a0a0;
	font-size: 100%;

}

.labsTable select {
	font-size: 11px;
}	

.labsTable input	{
	font-size: 11px;
}

.trow	{
	background-color: #f0f0f0;
	color:#000080;
	font-weight:normal;
}

.trow td	{
	border-bottom: 1px solid #000;
}

.ldat	{
	background-color: #FAFAC8;
	color:#000;
}


/* for Contact view page */

.contactTable	{
	text-align:left;
	border-collapse:collapse;
	border: 1px solid #000;
	background-color: #d8eeff;
	width: 98%;
	margin-right:auto;
	margin-left:auto;
}

	.contactTable td	{
		border: 1px solid #a0a0a0;
		font-size: 100%;
		padding: 2px;
	}

.contactTable select {
	font-size: 11px;
}

.contactTable input {
	font-size: 11px;
}

/* For LABS edit page */

.contactDelRow .jpi,.contactDelRow .eni	{
	background: #d0d0d0;
}

.contactDelRow select	{
	background-color: #d0d0d0;
}

.jpi	{
	background: #fff url(http://216.31.237.220/images/nihongo.gif) no-repeat top right;
}

.eni	{
	background: #fff url(http://216.31.237.220/images/eego.gif) no-repeat top right;
}

.jpt	{
	background: #fff url(http://216.31.237.220/images/nihongo.jpg) no-repeat center right;
}

.ent	{
	background: #fff url(http://216.31.237.220/images/eego.jpg) no-repeat center right;
}

.moveDiv,.removeDiv	{
	position: relative;
	text-align: center;
	font-size: 0.81em;
	font-weight:bold;
	padding-top:2px;
	color:#008000;
	background-color:#faffe8;
	display:none;
	z-index:10;
}

.removeDiv	{
	color:#ff0000;
}

.delConButton	{
	padding:0;
	width:30; 
	vertical-align:top;
	background-color:transparent;
	color:#ff0000;
	font-family:"Arial Narrow";
	font-size:8pt;
	border: 1px;
}

.moveConButton	{
	padding:0;
	width:30; 
	vertical-align:top;
	background-color:transparent;
	color:#008000;
	font-family:"Arial Narrow";
	font-size:8pt;
	border: 1px;
}


.queryButton	{
	background-color:lemonchiffon;
	color:#085173;
	border:0;
	border-top: 2px solid #085173;
}

.normButton,.mergeButton,.newButton,.updateButton,.rcButton,.saveButton,.moveaddrowButton,.tempButtonSpan,.timeButton 
{
	white-space:nowrap;
	color:#000;
	font-size:9pt;
	height:16px;
	padding:3px;
	margin:0;
	background-color:transparent;
}

.tempButtonSpan	{
	color:#808080;
}

.newButton	{
	color:#800080;
}


.updateButton	{
	color:#ff0000;
}

.rcButton	{
	color:#0000ff;
}

.saveButton	{
	color:#ff0000;
}
	
/* for profile_edit page */

.reconButton
{
	font-size:9px;
	font-weight:bold;
	color:#000;
}


.otherprogButton
{
	font-weight:bold;
	font-size:9px;
	color:#000;
}


.normprospButton,.updateprospButton,.updatenavButton,.saveprospButton,.rcprospButton,.specprospButton
{
white-space:nowrap;
color:#000;
font-size:9pt;
height:16px;
padding:3px;
margin:0;
background-color:transparent;
}


.updateprospButton,.updatenavButton,.saveprospButton
{
color:#ff0000;
}


.saveprospButton	{
float:right;
margin-right:10px;
}

.rcprospButton {
color:#0000ff;
}


.specprospButton {
color:#008000;
}


.navButton
{
white-space:nowrap;
color:#000;
font-size:9pt;
height:16px;
padding:3px;
}

.dialButton
{
color:#008000;
font-size:12px;
height:20px;
width: 30px;
overflow: visible;
padding:3px;
}

.dialButton img, .smalldialButton img	{
	border:0;
}

.smalldialButton
{
color:#008000;
font-size:9pt;
height:20px;
width: 30px;
overflow: visible;
padding:3px;
}


#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;
}	

#tmenuTable	{
	voice-family: "\"}\""; 
    voice-family:inherit;
	margin-bottom:-4px;
}

#tmenuTable	a {
	voice-family: "\"}\""; 
    voice-family:inherit;
	height:18px;
}

.lmenucontents,.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%;
}

#tmenuTable td	{
    voice-family: "\"}\""; 
    voice-family:inherit;
    background: transparent url(http://216.31.237.202/images/white_menu_shadow2.jpg) no-repeat -1px right;
}
