#sectionbox
	{
		position:absolute;
		top:2px;
		left:4px;
		width:420px;
		height:30px;
		border:0px solid black;	
	}
#selectedbox
{
		position:absolute;
		top:2px;
		left:550px;
		width:450px;
		height:23px;
		border:0px solid black;
		border-radius:14px;
		background-color:white;
		text-align:center;
		font-size:13pt;
		font-weight:bold;
		padding:2px 0px 2px 8px;		
}
#helpbox
{
		position:absolute;
		top:1px;
		left:570px;
		width:25px;
		height:23px;
		border:0px solid black;
		background-color:yellow;
		text-align:center;
		display:none;
		z-index:1200;		
}

#editbox, #addpdf, #addimg, #modrecord, #helpscreen, #modtext
{
		position:absolute;
		top:35px;
		left:540px;
		width:550px;
		height:500px;
		border:0px solid black;
	//	border-radius:14px;
		background-color:white;
		font-size:11.5pt;
		padding:2px 2px 2px 2px;
		display:none;
		box-sizing: border-box;
}

#tbl101
{
	display:none;
}

//  old style 21 file

h1	{ font-size:16pt;}
h2	{ font-size:14pt;}
h3	{ font-size:12pt;}

p	{ color:#848484; }

.w30	{width:30px; }
.w40	{width:40px; }
.w50	{width:50px; }
.w60	{width:60px; }
.w70	{width:70px; }
.w80	{width:80px; }
.w90	{width:90px; }
.w100	{width:100px; }
.w110	{width:110px; }
.w120	{width:120px; }
.w130	{width:130px; }
.w140	{width:140px; }

.m50	{ margin-right:50px;  }

.f8	{ font-size:8pt;  }
.f9	{ font-size:9pt;  }
.f10	{ font-size:10pt;  }
.f11	{ font-size:11pt;  }

.center	{ text-align:center; }
.right	{ text-align:right; }
.left	{ text-align:left;  }


.blue		{ color:blue; }
.darkblue	{ color:darkblue; }
.red		{ color:red; }
.green		{ color:green; }
.darkgreen	{ color:darkgreen; }
.orange		{ color:orange; }
.purple		{ color:purple; }

.bcblue		{ background-color:blue; }
.bcdarkblue	{ background-color:darkblue; }
.bcred		{ background-color:red; }
.bcgreen	{ background-color:green; }
.bcdarkgreen	{ background-color:darkgreen; }
.bcorange	{ background-color:orange; }
.bcpurple	{ background-color:purple; }
.bclinen	{ background-color:linen; }
.bclightyellow	{ background-color:lightyellow; }
.bcspringgreen	{ background-color:springgreen; }



.br { border-radius:14px; }

.textstyle1	{ width:35px; text-align:center;border-radius:12px; padding:2px 0px 1px 0px; margin:0px 15px 0px 4px; font-size:11pt;} 
.textstyle2	{ width:85px; text-align:center;border-radius:12px; padding:2px 0px 1px 0px; margin:0px 15px 0px 4px;font-size:11pt;}
.textstyle3	{ width:45px; text-align:center;border-radius:12px; padding:2px 0px 1px 0px; margin:0px 15px 0px 4px;font-size:11pt;}
.textstyle4	{ width:35px; text-align:center;border-radius:12px; padding:2px 0px 1px 0px; margin:0px 15px 0px 4px;font-size:11pt;}
