


/* h1 - h6 */
/* h1 is being used in the header - one per page */
/* h2 is the main header in the body of the page header - probably one per page */
h2
{
	color:			#55f;	/* Sae colour as the accordion box border */
	margin-top:		8px;
	margin-bottom:	8px;
}


/* TABLES */
table
{
	border:			1px #ccf solid;
	border-width:	1px 1px 0 1px;
}
/* /envitech_sec/adm/users.php */
table.tbl_adm_users
{
	width:			100%;
}
th
{
	border:				1px #ccf solid;
	border-width:		0 0 1px 0;
	padding:			3px 10px 3px 0;
	text-align:			left;
	vertical-align:		top;
	white-space:		nowrap;
	background-color:	#ccf;
}
td
{
	padding:		3px 10px 3px 0;
	vertical-align:	top;
	border:			1px #ccf solid;
	border-width:	0 0 1px 0;
}
td.ctr,
th.th_ctr
{
	font-weight:	bold;
	text-align:		center;
	padding:		3px 10px 3px 10px;
	vertical-align:	top;
	width:			30px;
}


/* LINK TAGS */
a.sec:link,
a.sec:visited,
a.sec:focus
{
	text-decoration: none;
	background:		 transparent;
	color:			 #00f;
}
a.sec:hover
{
	text-decoration: underline;
	background:		 #bfbccf;
	color:			 #00f;
}

/* FIELDSET */
/* adm/sub_section_1.php */
fieldset.fset_section_1,
/* adm/section_1.php */
fieldset.fset_sub_section_1
{
	width:		450px;
	padding:	0 20px 10px 20px;
	margin:		0;
	border:		1px #ccf solid;
	/* background:	#f4f4f4; */
}
/* adm/section_1.php */
fieldset.fset_section_1 legend#fset_legend_section,
fieldset.fset_section_1 legend#fset_legend_sub_section,
/* adm/sub_section_1.php */
fieldset.fset_sub_section_1 legend#fset_legend_sub_section
{
	font-weight:	bold;
	font-size:		14px;
	border:			0px #f00 dotted;
	padding:		5px;
}
/* adm/section_1.php */
fieldset.fset_section_1 legend#fset_legend_section,
/* adm/sub_section_1.php */
fieldset.fset_sub_section_1 legend#fset_legend_sub_section
{
	margin-top:		0;
}
/* adm/section_1.php */
fieldset.fset_section_1 legend#fset_legend_sub_section,
/* adm/sub_section_1.php */
fieldset.fset_sub_section_1 legend#fset_legend_sub_section
{
	margin-top:		10px;
}

